| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07:18:49
0.3_6  |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
20 Aug 2008 01:57:32
0.3_6  |
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
19 Apr 2008 18:56:05
0.3_6  |
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) |
29 Mar 2008 23:09:35
0.3_6  |
alepulver  |
- USE_XLIB -> USE_XORG clean up.
Reported by: miwi |
13 Mar 2008 14:28:35
0.3_6  |
miwi  |
- Chase devel/sdl12 shlib version bump |
04 Oct 2007 02:02:44
0.3_5  |
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
30 Sep 2007 05:47:37
0.3_5  |
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
19 May 2007 21:32:57
0.3_4  |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
04 Feb 2007 18:03:31
0.3_3  |
alepulver  |
- Remove '-Werror' compiler flag to build fine with GCC 4.x.
Reported by: pointyhat |
20 Sep 2006 12:21:59
0.3_3  |
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) |
28 Jul 2006 23:50:14
0.3_2  |
alepulver  |
- Bump PORTREVISION.
- Remove ROGUE and XATRIX options (moved to "games/quake2-rogue" and
"games/quake2-xatrix").
- Add GAME and CTF options (off by default).
- Disable building game.so and ctf/game.so by default (provided by
"games/quake2-data" and "games/quake2-ctf" respectively).
- Follow the rules in "games/quake2-data/Makefile.include": fix handling of
the search paths.
- Misc changes in pkg-plist. |
12 Apr 2006 23:06:20
0.3_1  |
alepulver  |
Fix extra parenthesis. |
12 Apr 2006 22:56:09
0.3_1  |
alepulver  |
- Remove USE_REINPLACE.
- Install binary as "quake2forge" instead of "q2f".
- Fix OPTIONS handling.
- Remove unavoidable autodetection in OPTIONS.
- Add patch to fix an error by an OpenGL macro redefinition.
- Add patch to fix mouse problems when not using the DGA X11 extension.
- Change pkg-message.
Approved by: garga (mentor) |
09 Apr 2006 14:08:16
0.3_1  |
alepulver  |
Change the maintainership address to the @FreeBSD.org one.
Approved by: garga (mentor) |
06 Apr 2006 01:21:42
0.3_1  |
edwin  |
[PATCH] bsd.sites.mk and relevant ports: add MASTER_SITE_IDSOFTWARE
This patch adds the MASTER_SITE_IDSOFTWARE list of mirrors to
bsd.sites.mk and adds it to the following ports:
games/doom
games/linux-quake3
games/linux-quake4
games/qcc
games/quake-data
games/quake-source
games/quake2-data
games/quake2-source
games/quake2forge
games/quake2lnx
games/quake3
games/quake3-data
games/rtcw
PR: ports/93546
Submitted by: Alejandro Pulver <alejandro@varnet.biz> |
23 Feb 2006 10:40:45
0.3_1  |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Dec 2005 17:27:08
0.3  |
garga  |
- Change mastersites
- fix distinfo
- Transfer maintainership to Alejandro Pulver <alejandro@varnet.biz>
PR: ports/90816
Submitted by: maintainer |
22 Nov 2005 05:15:42
0.3  |
edwin  |
[UPDATE] games/quake2forge: integrate with "quake2-data"
Changes:
* Integrate with "quake2-data".
* Add OPTIONS.
* Add support for Rogue and Xatrix mission packs.
PR: ports/87180
Submitted by: Alejandro Pulver <alejandro@varnet.biz> |
15 Nov 2005 06:52:12
0.3  |
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. |
28 Oct 2005 16:06:34
0.3  |
vs  |
- Make USE_XLIB optional
- Cleanup PLIST_SUB while here
PR: ports/84197
Submitted by: Ed Schouten via maintainer |
13 May 2005 21:17:27
0.3  |
thierry  |
Change maintainer address.
PR: ports/80973
Submitted by: Ulrich Spoerlein <q (at) galgenberg.net> |
12 Apr 2005 04:26:57
0.3  |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 09:04:41
0.3  |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
06 Mar 2005 21:39:44
0.3  |
arved  |
- Add another MASTER_SITE
- Fix detection of libGL
PR: 78512
Submitted by: Ulrich Spoerlein <q@uni.de> |
11 Aug 2004 20:09:02
0.3  |
vs  |
Update to 0.3
PR: ports/70029
Submitted by: Ulrich Spoerlein (maintainer) |
18 Mar 2004 18:01:13
0.2.1_2  |
trevor  |
Add size data, approved by maintainers. |
14 Mar 2004 06:17:56
0.2.1_2  |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
08 Mar 2004 01:01:31
0.2.1_2  |
edwin  |
Properly use SDL everywhere:
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
04 Feb 2004 05:21:48
0.2.1_2  |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
20 Jan 2004 21:18:12
0.2.1_1  |
krion  |
- Use new knobs from bsd.sdl.mk
Approved by: portmgr |
31 Oct 2003 13:37:24
0.2.1_1  |
krion  |
- Rename bin/quake2 to bin/q2f because it conflicts with
games/quake2lnx
PR: 58761
Submitted by: maintainer |
30 Jun 2003 13:32:07
0.2.1  |
daichi  |
fix: about building on -stable
Submitted by: Ulrich Spoerlein <q@uni.de>
Pointed out by: bento via kris |
27 Jun 2003 04:59:03
0.2.1  |
daichi  |
Unbreak games/quake2forge on 5.1/alpha
- Unbreak Quake2 on Alpha
- Remove useless use of cat
PR: 53758
Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer) |
28 Mar 2003 10:23:20
0.2.1  |
netchild  |
Update to 0.2.1.
Submitted by: maintainer |
11 Mar 2003 08:24:51
0.1  |
anholt  |
Fix packaging (ref_tdfx.so is only built when svgalib is available).
Approved by: portmgr |
28 Feb 2003 22:53:02
0.1  |
kris  |
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk |
21 Feb 2003 12:06:01
0.1  |
knu  |
De-pkg-comment. |
31 Jan 2003 09:55:59
0.1  |
netchild  |
This is the quakeforge version of quake2. To play it you need the official
quake2 CD for the data files.
Submitted by: Ulrich Spoerlein <q@uni.de> |