Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
27 Aug 2020 17:56:10
2013.766_9

|
tcberner  |
games/alienware: fix build on recent current |
05 Nov 2019 22:16:15
2013.766_9

|
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. |
13 Aug 2019 16:03:12
2013.766_9

|
mat  |
Convert to UCL & cleanup pkg-message (categories e-g) |
26 Jul 2019 20:46:57
2013.766_9

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
12 Dec 2018 01:35:36
2013.766_8

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
29 Jul 2018 22:18:46
2013.766_7

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
22 Sep 2017 08:30:43
2013.766_6

|
mat  |
Use the MASTER_SITES macros correctly.
Sponsored by: Absolight |
10 Sep 2017 20:55:39
2013.766_6

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
23 May 2017 05:03:16
2013.766_5

|
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 |
01 Apr 2017 15:23:32
2013.766_4

|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
14 Feb 2017 15:11:20
2013.766_3

|
tijl  |
Port uses shared libode after r434086. |
13 Jan 2017 16:54:56
2013.766_2

|
mat  |
Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat: portmgr
Sponsored by: Absolight |
05 Jan 2017 13:09:13
2013.766_2

|
antoine  |
Convert to USES=jpeg |
17 Dec 2016 16:11:01
2013.766_1

|
mat  |
Whatever you do, ${PORTSDIR}/ keeps creeping back.
Sponsored by: Absolight |
14 Dec 2016 04:48:47
2013.766_1

|
acm  |
- Re-add games/alienarena and games/alienarena-data ports |
07 Sep 2014 08:46:16
2013.766_1

|
antoine  |
2014-08-31 mail/dcc-dccd: Not staged. See
http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
2014-08-31 games/alienarena: Not staged. See
http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
2014-09-07 games/alienarena-data: Useless without alienarena |
13 Jul 2014 23:23:25
2013.766_1

|
bapt  |
Modernize LIB_DEPENDS
With hat: portmgr |
02 Jul 2014 18:22:39
2013.766_1

|
antoine  |
Resetting maintainership on ports that have not been staged and without any
pending PR
With hat: portmgr |
11 Jun 2014 14:50:00
2013.766_1

|
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 ) |
16 Apr 2014 18:28:50
2013.766_1

|
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 ) |
25 Dec 2013 23:29:34
2013.766

|
antoine  |
Convert the tree to USES=openal
Approved by: portmgr (bapt) |
01 Oct 2013 05:53:09
2013.766

|
acm  |
- Update to 2013.766 |
20 Sep 2013 17:36:36
2011.753_3

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
11 Jul 2013 16:26:27
2011.753_3

|
sunpoet  |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
31 May 2013 14:40:56
2011.753_2

|
jgh  |
- adopt optionsNG for games
- trim historical headers and trim comments
- some Makefile cleanup
Approved by: portmgr (bapt) |
29 Apr 2013 08:57:13
2011.753_2

|
bapt  |
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format |
23 Apr 2013 10:47:03


|
bapt  |
Convert g* to USES=pkgconfig |
26 Jul 2012 05:40:24
2011.753_2
|
bapt  |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
19 Jul 2012 20:15:39
2011.753_2
|
naddy  |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
01 Jun 2012 05:26:28
2011.753_1
|
dinoex  |
- update png to 1.5.10 |
26 Mar 2012 02:19:51
2011.753
|
acm  |
- Update to 2011.753
Feature safe: yes |
20 Oct 2011 22:24:57
2011.752
|
acm  |
- Update to 2011.752 |
23 Sep 2011 22:26:39
2011.751
|
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 |
18 Apr 2011 03:47:08
2011.751
|
acm  |
- Update to 2011.751
- Remove obsolete patch files
- Remove obsolete OPTION |
12 Aug 2010 00:47:38
2010.745
|
acm  |
- Update to 2010.745
- Remove pkg-plist file from games/alienarena-data. Now it is generating
automatically |
14 Jun 2010 16:55:34
2009.733_5
|
naddy  |
Fix plist.
Submitted by: QAT |
06 Jun 2010 20:44:03
2009.733_4
|
naddy  |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
03 Apr 2010 10:44:36
2009.733_3
|
roam  |
Chase the ftp/curl shlib version bump. |
30 Mar 2010 17:47:34
2009.733_2
|
dinoex  |
- fix build for jpeg-8
PR: 145204 |
28 Mar 2010 06:47:48
2009.733_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
2009.733_1
|
dinoex  |
- update to jpeg-8 |
27 Jan 2010 17:51:23
2009.733
|
acm  |
- Update 2009.733
- Move pkg-message to files directory
- Respect freedesktop config directory |
18 Jul 2009 11:11:29
2008.721_1
|
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
30 Apr 2009 17:39:57
2008.721
|
acm  |
- Update to 2008.721
- Add/Modify entries to MASTER_SITES
- Modify COMMENT
- Take maintainership
- Other tiny modifications |
27 Feb 2009 21:24:38
2008.710_1
|
alepulver  |
- Drop maintainership of the following ports:
games/darkplaces
games/quake-dpmod
games/edge
games/deng
games/odamex
games/uhexen2
games/uhexen2-extras
games/vavoom
games/vavoom-extras
games/alienarena
games/alienarena-data
games/freedroidrpg
games/assaultcube (Only the first 15 lines of the commit message are shown above ) |
23 Jan 2009 15:43:14
2008.710_1
|
roam  |
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working. |
21 Jun 2008 21:53:13
2008.710
|
alepulver  |
- Update to version 2008.710. |
24 Mar 2008 20:42:28
2008
|
alepulver  |
Both data and program:
- Update to version 2008.
Only for games/alienarena:
- Remove local patches (now integrated upstream).
- Check for WITH_* instead of !WITHOUT_* (avoid double negation).
- Add note about using the SDL version in FreeBSD >= 7 because of sound
problems. |
13 Mar 2008 14:28:35
2007.610_1
|
miwi  |
- Chase devel/sdl12 shlib version bump |
12 Dec 2007 17:16:33
2007.610
|
alepulver  |
- Update to version 2007.610.
- Mark Linux version as DEPRECATED (it is to be decided if it will remain in
the tree) and BROKEN (needs dependencies which aren't in the tree or are
outdated). In the meantime use the native version. |
09 Sep 2007 05:52:58
2007.605
|
alepulver  |
- Update patches (remove old and add new ones). |
08 Sep 2007 23:28:39
2007.605
|
alepulver  |
- Update to version 2007.605. |
19 May 2007 20:32:57
2007.604_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
31 Mar 2007 02:36:12
2007.604_1
|
alepulver  |
- Bump PORTREVISION because of the changes in the last commit. |
31 Mar 2007 02:32:23
2007.604
|
alepulver  |
- Fix Makefile patch.
- Remove part of patch-server__sv_main.c which was causing a "Bad challenge"
error when connecting to a password protected server [1].
Reported by: "Kyle Hunter" <keletmaster@gmail.com> [1] |
27 Mar 2007 10:07:30
2007.604
|
alepulver  |
- Update games/alienarena-data, games/alienarena and games/linux-alienarena to
version 2007.604 (20070225).
- Add ${MKDIR} and @dirrmtry for share/pixmaps.
- The patches were integrated in upstream SVN, so next version will have them. |
09 Feb 2007 16:16:42
2007.603
|
alepulver  |
- Update MASTER_SITES. |
05 Feb 2007 15:04:25
2007.603
|
alepulver  |
- Update to version 2007.603. |
14 Jan 2007 19:50:25
2007.602
|
alepulver  |
- Commit updated patch (missing from previous update).
Reported by: "Mark Lu" <excelblue@gmail.com> |
10 Jan 2007 03:14:40
2007.602
|
alepulver  |
- Update to version 2007.602.
- Take maintainership of games/linux-alienarena [1].
Approved by: acm (discussed over IRC) [1] |
20 Sep 2006 11:21:59
2007_1
|
stas  |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
01 Sep 2006 20:29:21
2007
|
alepulver  |
- Update Alien Arena ports to version 2007 (games/alienarena-data,
games/alienarena and games/linux-alienarena [1]).
- Remove BROKEN for 4.x (now gzip extracts the distfile fine).
- Allow building individual executables in games/alienarena.
Approved by: acm (maintainer) [1] |
24 Jun 2006 20:01:41
2006.u
|
alepulver  |
- Update to version 2006.ue.
- Move to LOCALBASE.
- Fix double mouse speed. |
29 May 2006 22:47:09
2006.g
|
alepulver  |
- Mirror patch to my FTP and change MASTER_SITES.
- Remove site which doesn't contain the data anymore.
Approved by: garga (mentor, implicitly) |
18 May 2006 17:28:15
2006.g
|
alepulver  |
AA2K6 is the latest in a series of standalone games based on a classic Sci-Fi
theme with a modern, updated visual experience. With 25 levels, five modes of
play, mutators, built-in bots, 9 characters, 8 weapons (3 with alt-fire
modes), the game has an endless supply of replayability. Billed as the sequel
to 2004's CodeRED: Alien Arena, AA2K6 is much more than that. With the trials
and tribulations of software development, endless hours of playing, gathering
feedback, COR Entertainment has been able to not only fine tune and perfect
it's flagship game, but add completely new dimensions to it.
WWW: http://red.planetarena.org/
PR: ports/91803
Approved by: garga (mentor) |