| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
08 Mar 2013 11:32:12
0.5.5_12
|
bapt  |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
18 Feb 2012 10:18:33
0.5.5_12
|
mva  |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
03 Jul 2011 14:25:36
0.5.5_11
|
ohauer  |
-remove MD5 |
14 Mar 2011 16:47:46
0.5.5_11
|
danfe  |
Bring unmaintained Quake ports under my wing. |
27 Feb 2011 04:54:41
0.5.5_11
|
tabthorpe  |
- Reassign ports to heap
Submitted by: alepulver |
04 Dec 2010 07:34:27
0.5.5_11
|
ade  |
Sync to new bsd.autotools.mk |
06 Jun 2010 20:44:03
0.5.5_11
|
naddy  |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
22 Aug 2009 00:23:13
0.5.5_10  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
02 Aug 2009 19:36:34
0.5.5_10
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
06 Jul 2009 21:26:00
0.5.5_10
|
naddy  |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
23 Jan 2009 16:28:36
0.5.5_9
|
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). |
21 Aug 2008 06:18:49
0.5.5_8
|
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 ) |
19 Apr 2008 17:56:05
0.5.5_8  |
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) |
13 Mar 2008 14:28:35
0.5.5_8
|
miwi  |
- Chase devel/sdl12 shlib version bump |
17 Oct 2007 10:13:01
0.5.5_7
|
ade  |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
28 Jul 2007 12:27:31
0.5.5_6
|
miwi  |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
19 May 2007 20:32:57
0.5.5_5
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
01 Feb 2007 02:42:06
0.5.5_4
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
20 Jan 2007 17:22:27
0.5.5_4
|
alepulver  |
- Fix building (last commit for -fPIC broke it: some code is compiled twice,
so there is a conditional code compilation checking for -DPIC, but the code
in the static library later goes into a shared one, so use -fPIC but no
-DPIC in that case, because otherwise there would be redefined symbols).
Reported by: pointyhat |
13 Jan 2007 02:33:42
0.5.5_4
|
alepulver  |
- Add -fPIC compiler flag to the shared library sources (recently a static
library was converted to shared) to fix building on amd64.
Reported by: pointyhat |
30 Dec 2006 20:10:16
0.5.5_4
|
alepulver  |
- Fix menu loading (console_client.so) in SDL clients: apply fix from
ports/89065 (which was just for the OpenGL and X11 clients) to manually
export the Key_Progs_Init symbol.
Reported by: scalopus@gmail.com |
29 Dec 2006 21:32:27
0.5.5_4
|
alepulver  |
- Correctly disable the use of installed libraries if not selected in OPTIONS. |
29 Dec 2006 21:12:42
0.5.5_4
|
alepulver  |
- Fix clients statically linked to libQFrenderer_sw being unable to load
console_client.so (the game menus) by making it a dynamic library [1].
- Change INSTALLS_SHLIB to USE_LDCONFIG.
- Remove STATIC_PLUGINS option.
- Bump PORTREVISION.
Reported by: scalopus@gmail.com
Obtained from: https://bugzilla.altlinux.org/show_bug.cgi?id=8853 [1] |
17 Dec 2006 19:24:20
0.5.5_3
|
alepulver  |
- Fix building with GCC 4.x.
Reported by: pointyhat |
20 Sep 2006 11:21:59
0.5.5_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) |
12 Apr 2006 22:15:10
0.5.5_2
|
alepulver  |
- Use NOT_FOR_ARCHS instead of BROKEN on sparc64.
- Remove USE_REINPLACE.
- Add pkg-message (processed by SUB_FILES).
- Run ldconfig on the right directory.
- Fix OPTIONS handling.
- Remove unavoidable autodetection of OPTIONS.
- Don't remove the shared data directory (managed by games/quake-data).
PR: ports/93729
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Approved by: garga (mentor) |
09 Apr 2006 13:08:16
0.5.5_2
|
alepulver  |
Change the maintainership address to the @FreeBSD.org one.
Approved by: garga (mentor) |
23 Feb 2006 10:40:45
0.5.5_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
15 Dec 2005 21:03:26
0.5.5_1
|
edwin  |
Add leftover directory
Noticed by: YAPHR |
17 Nov 2005 21:58:49
0.5.5_1
|
edwin  |
[patch] games/quakeforge does not respond to keyboard input
After ports recompilation for 6.0 (upgrade from 5-STABLE)
I noticed that quakeforge start and plays the demo, but
completely ignores any keyboard input. Besides that, it
reports that plugin /usr/local/lib/quakeforge/console_client.so
cannot be loaded.
Investigation had shown that the plugin is used to drive
the game menu, and the reason it cannot be loaded is that
the main executable of the game does not export the symbol
Key_Progs_Init.
Symbol is absent since build links final exe from some
static libraries, and .o with Key_Progs_Init is (for some(Only the first 15 lines of the commit message are shown above ) |
17 Nov 2005 21:58:26
0.5.5_1
|
edwin  |
[patch] games/quakeforge does not respond to keyboard input
After ports recompilation for 6.0 (upgrade from 5-STABLE)
I noticed that quakeforge start and plays the demo, but
completely ignores any keyboard input. Besides that, it
reports that plugin /usr/local/lib/quakeforge/console_client.so
cannot be loaded.
Investigation had shown that the plugin is used to drive
the game menu, and the reason it cannot be loaded is that
the main executable of the game does not export the symbol
Key_Progs_Init.
Symbol is absent since build links final exe from some
static libraries, and .o with Key_Progs_Init is (for some(Only the first 15 lines of the commit message are shown above ) |
16 Nov 2005 10:20:32
0.5.5
|
barner  |
Pass maintainership to alejandro@varnet.biz.
Submitted by: Ulrich Spoerlein <q@galgenberg.net> (old maintainer)
PR: ports/89105 |
15 Nov 2005 20:55:29
0.5.5
|
edwin  |
[UPDATE] games/quakeforge: minor changes, integrate with "games/quake-data"
Changes:
* Integrate with "games/quake-data".
* Change PORTNAME to lower-case.
* Add OPTIONS.
* Add LDCONFIG_DIRS.
* Remove SVGA client, pkg-message and patch (it doesn't work, as noted
in pkg-message).
(also SHA256 and maintainer change)
PR: ports/86175
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Approved by: Ulrich Spoerlein <q@galgenberg.net> |
15 Nov 2005 06:52:12
0.5.5
|
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. |
20 May 2005 14:47:26
0.5.5
|
pav  |
- Add WITH_STATIC_PLUGINS, requested by Jurij Ivliev <yury@black.cat.kazan.su>
- Remove WITHOUT_TOOLS and WITHOUT_SERVERS
PR: ports/80940
Submitted by: Ulrich Spoerlein <q@galgenberg.net> (maintainer) |
13 May 2005 20:17:27
0.5.5
|
thierry  |
Change maintainer address.
PR: ports/80973
Submitted by: Ulrich Spoerlein <q (at) galgenberg.net> |
12 Apr 2005 03:26:57
0.5.5
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
0.5.5
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
20 Aug 2004 19:50:54
0.5.5
|
pav  |
- Update to 0.55
PR: ports/70711
Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer) |
09 Jul 2004 17:43:11
0.5.4_2
|
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
13 May 2004 09:13:30
0.5.4_2
|
kris  |
BROKEN on sparc64: Does not compile |
18 Mar 2004 18:01:13
0.5.4_2
|
trevor  |
Add size data, approved by maintainers. |
14 Mar 2004 06:17:56
0.5.4_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.5.4_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.5.4_2
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
25 Jan 2004 20:39:30
0.5.4_1
|
pav  |
- Fix the detection of libvorbis (broken, due to version bump)
- Fix a bug in the network code, found by Vladimir Machulsky
- Use DOCSDIR
- Bump PORTREVISION
PR: ports/61902
Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer) |
20 Jan 2004 21:18:12
0.5.4
|
krion  |
- Use new knobs from bsd.sdl.mk
Approved by: portmgr |
20 Dec 2003 16:37:57
0.5.4
|
naddy  |
Catch up with libogg/libvorbis version bump. |
26 Nov 2003 20:29:40
0.5.4
|
pav  |
- Fix build on alpha, amd64 and sparc64
PR: ports/59690
Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer)
Approved by: marcus (portmgr)
Approved by: adamw (mentor) |
26 Oct 2003 16:01:08
0.5.4
|
tom  |
Minor change: Remove a redundant warning and fix a typo. |
17 Sep 2003 23:44:11
0.5.4
|
edwin  |
Chase multimedia/xmms library bump.
Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org>
Approved by: (unbreak of port builds) |
08 Aug 2003 13:23:08
0.5.4
|
netchild  |
Update to 0.5.4.
Submitted by: maintainer |
08 Jul 2003 04:50:34
0.5.2_1
|
daichi  |
fix games/quakeforge: build fail on alpha.
PR: 53757
Submitted by: Ulrich Spoerlein <q@uni.de> |
26 Jun 2003 14:19:23
0.5.2_1
|
daichi  |
Unbreak games/quakeforge on 5.1/alpha
PR: 53757
Submitted by: Ulrich Spoerlein <q@uni.de> (mainttainer) |
29 Mar 2003 02:52:46
0.5.2_1
|
netchild  |
remove "garbage" around the patch |
28 Mar 2003 10:15:56
0.5.2_1
|
netchild  |
- change maintainer to q@uni.de (this time for sure)
- add patch for zpak (use sh instead of bash)
Submitted by: q@uni.de
- bump portrevision due to change in package (zpak) |
08 Mar 2003 04:01:44
0.5.2
|
anholt  |
Fix fetching of quakeforge distfiles.
Approved by: portmgr |
28 Feb 2003 22:53:02
0.5.2
|
kris  |
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk |
20 Feb 2003 17:32:26
0.5.2
|
knu  |
De-pkg-comment. |
01 Feb 2003 13:54:33
0.5.2
|
netchild  |
Fix missing pthread symbols on -current.
Submitted by: Ulrich Spoerlein <q@uni.de> |
01 Feb 2003 12:51:47
0.5.2
|
netchild  |
Fix qw-client segfaults.
Submitted by: Ulrich Spoerlein <q@uni.de>
Obtained from: qf-CVS |
31 Jan 2003 09:28:49
0.5.2
|
netchild  |
Update to 0.5.2.
Give maintainership to Ulrich Spoerlein <q@uni.de> from ports.
Submitted by: Ulrich Spoerlein <q@uni.de> |
02 Jan 2003 15:06:10
0.1.1
|
sobomax  |
Update version number of SDL shared library. |
27 Nov 2002 16:41:30
0.1.1
|
alane  |
Fixed to build with new stricter auto* rules.
Approved by: kris |
07 Nov 2002 03:10:58
0.1.1
|
adamw  |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat |
19 Jun 2002 13:25:41
0.1.1
|
pat  |
Reset maintainership.
PR: 39519
Submitted by: Daniel O'Connor <darius@dons.net.au> (previous maintainer) |
22 May 2002 05:54:09
0.1.1
|
ijliao  |
build with sdl sound
PR: 38111
Submitted by: Anton Voronin <anton@chelcom.ru>
Approved by: maintainer |
17 Apr 2002 14:59:55
0.1.1
|
sobomax  |
- Fix the build broken by the last autoconf/automake overhaul;
- use devel/sdl12 instead of devel/sdl10 because the latter is doomed for
death. |
10 Feb 2002 01:10:22 
|
pat  |
Fix automake problems |
29 Jan 2002 10:53:28 
|
knu  |
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
06 Jan 2002 06:57:06 
|
will  |
Force use of autoconf 2.13. |
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 |
20 Nov 2001 23:29:38 
|
lioux  |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case |
30 Oct 2001 12:53:03 
|
sobomax  |
Fix the port: GNU autoheader now called `autoheader213', not just
`autoheader'. |
30 Oct 2001 09:19:59 
|
obrien  |
Explicity run aclocal and autoheader |
05 Jun 2001 18:51:21 
|
sobomax  |
Unbroke. |
31 May 2001 23:53:14 
|
ade  |
Replace explicit build dependency on automake with USE_AUTOMAKE knob |
09 Apr 2001 12:55:04 
|
sobomax  |
Move: devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 |
26 Jan 2001 16:55:46 
|
sobomax  |
Respect SDL_CONFIG like others SDL-based ports do. |
16 Jan 2001 17:33:20 
|
sobomax  |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
08 Oct 2000 11:23:49 
|
asami  |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear. |
08 Oct 2000 03:48:59 
|
asami  |
Convert category games to new layout. |
08 Oct 2000 02:28:15 
|
asami  |
Move PLIST.* to pkg-plist.*. |
14 Jun 2000 14:21:38 
|
sobomax  |
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. |
02 Jun 2000 09:30:14 
|
sobomax  |
USE_GLX --> WITH_GLX |
22 May 2000 12:55:46 
|
sobomax  |
Reflect moving graphics/glx port into new graphics/utah-glx location. |