Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.2_10 15 Jan 2024 17:06:07 |
Muhammad Moinur Rahman (bofh) |
games/quakeforge: Fix build |
0.7.2_10 09 Jan 2024 08:00:39 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
0.7.2_10 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
0.7.2_9 08 Sep 2022 15:46:38 |
Stefan Eßer (se) |
Remove WWW lines that have been moved into Makefiles
Approved by: portmgr (implicit) |
0.7.2_9 08 Sep 2022 15:43:21 |
Stefan Eßer (se) |
Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit) |
0.7.2_9 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.7.2_9 02 Aug 2021 16:03:15 |
Yuri Victorovich (yuri) |
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version) |
0.7.2_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.2_8 14 Nov 2019 12:39:42 |
tobik |
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round |
0.7.2_8 07 Nov 2019 14:16:52 |
tobik |
Do not set CLIENTS?_USES twice
Also drop misspelled CLIENTS_VERS in games/quakeforge. It probably
was meant to be CLIENTS_VARS but the port does not use Gtk so
INSTALLS_ICONS=yes should not be set anyway. |
0.7.2_8 05 Nov 2019 22:21:16 |
zeising |
Add USES=xorg USES=gl, ports categories e and g
Add USES=xorg and USES=gl to ports in categories starting with 'e' and 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
0.7.2_8 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
0.7.2_8 26 Jul 2019 20:46:57 |
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 |
0.7.2_7 21 Dec 2018 14:12:32 |
rene |
games/quakeforge: remove optional dependency on expired multimedia/xmms |
0.7.2_7 12 Dec 2018 01:35:36 |
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 |
0.7.2_6 26 Sep 2018 16:12:12 |
emaste |
Add -znotext to LDFLAGS on i386, for lld
These ports link some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments. For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.
PR: 214864
Approved by: portmgr (lld blanket)
Sponsored by: The FreeBSD Foundation |
0.7.2_6 29 Jul 2018 22:18:46 |
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 |
0.7.2_5 10 Sep 2017 20:55:39 |
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 |
0.7.2_4 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.7.2_3 21 Apr 2017 14:16:29 |
amdmi3 |
- Fix shebangs
- Add missing python dependency |
0.7.2_2 01 Apr 2017 15:23:32 |
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 |
0.7.2_1 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
0.7.2 09 May 2016 13:43:14 |
mat |
Update to 0.7.2
PR: 209296
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
0.5.5_16 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.5.5_16 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.5.5_16 09 Nov 2015 14:30:02 |
amdmi3 |
Remove support for WANT_SDL/HAVE_SDL knobs
WANT_SDL/HAVE_SDL macros allowed a port to check which SDL components
are installed. This goes against the policy of avoiding automatic
dependencies, and there are actually no cases in the portstree where
these knobs are used properly, so axe them out.
Approved by: portmgr (mat)
Differential Revision: D4093 |
0.5.5_16 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
0.5.5_15 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
0.5.5_15 13 Dec 2014 06:31:12 |
amdmi3 |
- Clarify LICENSE
- Add LICENSE_FILE
- Drop @dirrm* from plist |
0.5.5_15 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.5.5_14 11 Sep 2014 11:06:03 |
tijl |
- Convert to USES=libtool and add INSTALL_TARGET=install-strip
- Stop trying to build libQFrenderer_sw as a shared library. The library
contains x86 asm that does not support PIC. It looks like this asm can
be disabled by adding -DPIC to the command line but doing so leads to
build errors. |
0.5.5_13 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.5.5_12 01 Sep 2014 13:25:02 |
danfe |
In preparation to update QuakeForge to the latest version, unbreak, stagify,
and clean up the port beforehand:
- Require compiler that supports nested functions
- Do not enable extra compiler optimizations by default; they're known to be
the cause of sporadic build and run-time failures
- Make snd_oss actually work: mmap()ped buffer for the DMAing into /dev/dsp
was set up incorrectly. FreeBSD always requires MAP_SHARED for device
mappings
- Remove vestiges of Tier-2 (sparc64) and dropped (alpha) arch gimmicks
- Define LICENSE (GPLv2), miscellaneous cleanups
- Transfer maintainership to games@ while here as well
Submitted by: kib (sound fix) |
0.5.5_12 25 Aug 2014 10:01:52 |
bapt |
Reset maintainership for non staged ports
With hat: portmgr |
0.5.5_12 16 Jul 2014 08:05:11 |
bapt |
Fix non default LIB_DEPENDS
With hat: portmgr |
0.5.5_12 29 May 2014 14:35:01 |
miwi |
- Convert gmake, bzip to USES
Approved by: portmgr |
0.5.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.5.5_12 08 Mar 2013 11:32: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 |
0.5.5_12 18 Feb 2012 10:18:33 |
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 |
0.5.5_11 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
0.5.5_11 14 Mar 2011 16:47:46 |
danfe |
Bring unmaintained Quake ports under my wing. |
0.5.5_11 27 Feb 2011 04:54:41 |
tabthorpe |
- Reassign ports to heap
Submitted by: alepulver |
0.5.5_11 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.5.5_11 06 Jun 2010 20:44:03 |
naddy |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
0.5.5_10 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
0.5.5_10 02 Aug 2009 19:36:34 |
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 |
0.5.5_10 06 Jul 2009 21:26:00 |
naddy |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
0.5.5_9 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.5.5_8 21 Aug 2008 06:18:49 |
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 ) |
0.5.5_8 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.5.5_8 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
0.5.5_7 17 Oct 2007 10:13:01 |
ade |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
0.5.5_6 28 Jul 2007 12:27:31 |
miwi |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
0.5.5_5 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.5.5_4 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
0.5.5_4 20 Jan 2007 17:22:27 |
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 |
0.5.5_4 13 Jan 2007 02:33:42 |
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 |
0.5.5_4 30 Dec 2006 20:10:16 |
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 |
0.5.5_4 29 Dec 2006 21:32:27 |
alepulver |
- Correctly disable the use of installed libraries if not selected in OPTIONS. |
0.5.5_4 29 Dec 2006 21:12:42 |
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] |
0.5.5_3 17 Dec 2006 19:24:20 |
alepulver |
- Fix building with GCC 4.x.
Reported by: pointyhat |
0.5.5_3 20 Sep 2006 11:21:59 |
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) |
0.5.5_2 12 Apr 2006 22:15:10 |
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) |
0.5.5_2 09 Apr 2006 13:08:16 |
alepulver |
Change the maintainership address to the @FreeBSD.org one.
Approved by: garga (mentor) |
0.5.5_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.5.5_1 15 Dec 2005 21:03:26 |
edwin |
Add leftover directory
Noticed by: YAPHR |
0.5.5_1 17 Nov 2005 21:58:49 |
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 ) |
0.5.5_1 17 Nov 2005 21:58:26 |
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 ) |
0.5.5 16 Nov 2005 10:20:32 |
barner |
Pass maintainership to alejandro@varnet.biz.
Submitted by: Ulrich Spoerlein <q@galgenberg.net> (old maintainer)
PR: ports/89105 |
0.5.5 15 Nov 2005 20:55:29 |
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> |
0.5.5 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.5.5 20 May 2005 14:47:26 |
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) |
0.5.5 13 May 2005 20:17:27 |
thierry |
Change maintainer address.
PR: ports/80973
Submitted by: Ulrich Spoerlein <q (at) galgenberg.net> |
0.5.5 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.5.5 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.5.5 20 Aug 2004 19:50:54 |
pav |
- Update to 0.55
PR: ports/70711
Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer) |
0.5.4_2 09 Jul 2004 17:43:11 |
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 |
0.5.4_2 13 May 2004 09:13:30 |
kris |
BROKEN on sparc64: Does not compile |
0.5.4_2 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
0.5.4_2 14 Mar 2004 06:17:56 |
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. |
0.5.4_2 08 Mar 2004 01:01:31 |
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> |
0.5.4_2 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.5.4_1 25 Jan 2004 20:39:30 |
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) |
0.5.4 20 Jan 2004 21:18:12 |
krion |
- Use new knobs from bsd.sdl.mk
Approved by: portmgr |
0.5.4 20 Dec 2003 16:37:57 |
naddy |
Catch up with libogg/libvorbis version bump. |
0.5.4 26 Nov 2003 20:29:40 |
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) |
0.5.4 26 Oct 2003 16:01:08 |
tom |
Minor change: Remove a redundant warning and fix a typo. |
0.5.4 17 Sep 2003 23:44:11 |
edwin |
Chase multimedia/xmms library bump.
Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org>
Approved by: (unbreak of port builds) |
0.5.4 08 Aug 2003 13:23:08 |
netchild |
Update to 0.5.4.
Submitted by: maintainer |
0.5.2_1 08 Jul 2003 04:50:34 |
daichi |
fix games/quakeforge: build fail on alpha.
PR: 53757
Submitted by: Ulrich Spoerlein <q@uni.de> |
0.5.2_1 26 Jun 2003 14:19:23 |
daichi |
Unbreak games/quakeforge on 5.1/alpha
PR: 53757
Submitted by: Ulrich Spoerlein <q@uni.de> (mainttainer) |
0.5.2_1 29 Mar 2003 02:52:46 |
netchild |
remove "garbage" around the patch |
0.5.2_1 28 Mar 2003 10:15:56 |
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) |
0.5.2 08 Mar 2003 04:01:44 |
anholt |
Fix fetching of quakeforge distfiles.
Approved by: portmgr |
0.5.2 28 Feb 2003 22:53:02 |
kris |
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk |
0.5.2 20 Feb 2003 17:32:26 |
knu |
De-pkg-comment. |
0.5.2 01 Feb 2003 13:54:33 |
netchild |
Fix missing pthread symbols on -current.
Submitted by: Ulrich Spoerlein <q@uni.de> |
0.5.2 01 Feb 2003 12:51:47 |
netchild |
Fix qw-client segfaults.
Submitted by: Ulrich Spoerlein <q@uni.de>
Obtained from: qf-CVS |
0.5.2 31 Jan 2003 09:28:49 |
netchild |
Update to 0.5.2.
Give maintainership to Ulrich Spoerlein <q@uni.de> from ports.
Submitted by: Ulrich Spoerlein <q@uni.de> |
0.1.1 02 Jan 2003 15:06:10 |
sobomax |
Update version number of SDL shared library. |