Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.5_26 24 Feb 2024 07:08:08 |
Muhammad Moinur Rahman (bofh) |
games/gracer: Moved man to share/man
Approved by: portmgr (blanket) |
0.1.5_25 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
0.1.5_25 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
0.1.5_24 14 Apr 2023 14:16:07 |
Robert Clausecker (fuz) |
games/gracer: fix build with -fno-common
Move a variable definition from header to source file.
This fixes the build on FreeBSD 13+.
While we are at it, rename patches in accordance with makepatch
conventions and add missing dependencies. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.1.5_23 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.1.5_23 20 Jul 2022 14:21:58 |
Tobias C. Berner (tcberner) |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.1.5_23 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
0.1.5_22 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.5_22 17 Feb 2021 22:46:56 |
linimon |
Mark BROKEN in 13/14 (via latest llvm update). |
0.1.5_22 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
0.1.5_22 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
0.1.5_21 06 Jul 2016 14:24:04 |
gahr |
games/gracer: do not depend on a specific version of Tcl |
0.1.5_20 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.1.5_20 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.1.5_20 31 Dec 2015 01:19:32 |
amdmi3 |
- Add LICENSE
- Switch to USES=localbase |
0.1.5_20 14 Dec 2015 02:52:14 |
eadler |
Reset maintainer |
0.1.5_20 03 Dec 2015 20:01:04 |
antoine |
Update giflib to 5.1.1
PR: 204492 |
0.1.5_19 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
0.1.5_19 16 Jan 2015 16:55:06 |
amdmi3 |
- Drop @dirrm* from plists
Approved by: portmgr blanket |
0.1.5_19 14 Jan 2015 18:19:33 |
antoine |
Update graphics/giflib to 5.0.5
Differential Revision: https://reviews.freebsd.org/D1361
Submitted by: bapt
Reviewed by: self
Exp-run by: self |
0.1.5_18 26 Dec 2014 16:11:25 |
antoine |
Allow building with either giflib 4.2 or 5.0 |
0.1.5_18 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
0.1.5_17 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
0.1.5_17 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
0.1.5_16 25 Sep 2014 13:48:36 |
tijl |
- Patch configure instead of configure.in to avoid USE_AUTOTOOLS
- Specify the correct location of libplib |
0.1.5_15 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.1.5_14 28 Jul 2014 19:39:51 |
adamw |
Rename all 10,000 games/ patch-xy patches to reflect the files they modify. |
0.1.5_14 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
0.1.5_14 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
0.1.5_13 01 Mar 2014 17:04:45 |
nox |
- Stagify.
- Use new LIB_DEPENDS syntax. |
0.1.5_13 27 Sep 2013 16:36:59 |
nox |
- Switch to USES= gmake tcl:84. (newer tcl versions cause crashes)
- Remove shlib major versions from LIB_DEPENDS.
- Don't add CPPFLAGS to CONFIGURE_ENV a second time.
- Remove indefinite article from COMMENT.
- Bump PORTREVISION.
Submitted by: beefy1 via pkg-fallout |
0.1.5_12 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
0.1.5_12 17 Sep 2013 06:28:07 |
bapt |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
0.1.5_12 27 Jul 2013 16:06:25 |
az |
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@) |
0.1.5_12 04 Aug 2012 22:52:04 |
kwm |
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area. |
0.1.5_11 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.1.5_10 28 Dec 2011 13:41:16 |
nox |
- Switch to giflib since it is more featureful.
- Use DATADIR for plist.
- Bump PORTREVISION.
PR: ports/163614
Submitted by: swills |
0.1.5_9 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.1.5_9 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
0.1.5_9 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.1.5_9 30 Mar 2010 11:02:24 |
dinoex |
- fix build for png-1.4.1 |
0.1.5_9 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.1.5_8 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.1.5_7 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
0.1.5_6 24 Jan 2009 19:34:06 |
nox |
- Depend on tcl 8.4 instead of 8.2 since the latter is going to be removed
from ports
- Bump PORTREVISION
PR: ports/130877
Submitted by: mm |
0.1.5_5 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
0.1.5_4 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.1.5_4 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.1.5_3 23 Dec 2006 17:42:42 |
nox |
Update MAINTAINER email address of my ports
Approved by: miwi |
0.1.5_3 22 Jan 2006 11:18:58 |
edwin |
SHA256ify
Approved by: krion@ |
0.1.5_3 12 Jan 2006 12:54:32 |
sem |
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org> |
0.1.5_2 07 Dec 2005 10:13:02 |
jylefort |
Chase the plib update by bumping PORTREVISION, since it is statically
linked in. |
0.1.5_1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.1.5_1 11 May 2005 07:50:39 |
anholt |
Back out the partial update to use TCL 8.4, as it was 1) horribly mistyped on my
part 2) broken on my amd64 once it was typed correctly.
Approved by: maintainer
Prodded by: krismail (again) |
0.1.5_1 05 May 2005 19:24:28 |
anholt |
Trivially unbreak gracer by fixing bad C code. Still has some visual issues.
Also, depend on tcl84 instead of tcl82 (maintainer).
PR: ports/80634
Submitted by: anholt
Approved by: maintainer |
0.1.5_1 18 Sep 2004 17:36:33 |
kris |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
0.1.5_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.1.5_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.1.5 20 Nov 2003 15:06:15 |
trevor |
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier |
0.1.5 20 Nov 2003 13:51:47 |
trevor |
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction. |
0.1.5 11 Mar 2003 23:39:00 |
anholt |
Add a #define GL_GLEXT_LEGACY, required by the gl.h from XFree86 4.3.0.
Approved by: portmgr |
0.1.5 21 Feb 2003 12:06:01 |
knu |
De-pkg-comment. |
0.1.5 29 Sep 2002 07:54:25 |
kris |
Fix build [1] and add missing manpage
Submitted by: La Temperanza <temperanza@softhome.net> [1]
PR: ports/42297 |
0.1.5 31 Aug 2002 02:40:56 |
kris |
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571 |
0.1.5 18 May 2002 02:42:39 |
kris |
BROKEN: Does not build |
0.1.5 31 Mar 2002 03:16:47 |
kris |
Remove #include <malloc.h>. Port build still broken. |
06 Jan 2002 06:20:22 |
will |
First round of auto* cleanups: - USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK -
Other minor changes to fix things |
11 Sep 2001 04:16:30 |
ache |
Bump png major |
10 Jun 2001 16:28:46 |
kevlo |
Update to version 0.1.5 |
05 Feb 2001 14:51:46 |
olgeni |
More spaces -> tabs for the games category. |
25 Jan 2001 14:17:09 |
ijliao |
change master site |
13 Nov 2000 23:58:12 |
asami |
The plib library name is libplibsl.a, not libpsl.a. |
08 Oct 2000 03:48:59 |
asami |
Convert category games to new layout. |
03 Aug 2000 10:28:58 |
asami |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |
04 Jul 2000 08:13:36 |
sobomax |
Bump png shared library version. |