| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: ports/70711
Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
(Part 2)
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
Approved by: portmgr
|
| |
|
|
|
|
|
|
|
| |
PR: ports/59690
Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer)
Approved by: marcus (portmgr)
Approved by: adamw (mentor)
|
| |
|
|
|
|
|
| |
Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org>
Approved by: (unbreak of port builds)
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
| |
PR: 53757
Submitted by: Ulrich Spoerlein <q@uni.de>
|
|
|
|
|
| |
PR: 53757
Submitted by: Ulrich Spoerlein <q@uni.de> (mainttainer)
|
| |
|
|
|
|
|
|
|
|
| |
- add patch for zpak (use sh instead of bash)
Submitted by: q@uni.de
- bump portrevision due to change in package (zpak)
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
| |
targets in bsd.port.mk
|
| |
|
|
|
|
| |
Submitted by: Ulrich Spoerlein <q@uni.de>
|
|
|
|
|
| |
Submitted by: Ulrich Spoerlein <q@uni.de>
Obtained from: qf-CVS
|
|
|
|
|
|
| |
Give maintainership to Ulrich Spoerlein <q@uni.de> from ports.
Submitted by: Ulrich Spoerlein <q@uni.de>
|
| |
|
|
|
|
| |
Approved by: kris
|
|
|
|
|
| |
105 pointy hats to: me
Approved by: pat
|
|
|
|
| |
Approved by: pat
|
|
|
|
|
| |
PR: 39519
Submitted by: Daniel O'Connor <darius@dons.net.au> (previous maintainer)
|
|
|
|
|
|
| |
PR: 38111
Submitted by: Anton Voronin <anton@chelcom.ru>
Approved by: maintainer
|
|
|
|
|
| |
- use devel/sdl12 instead of devel/sdl10 because the latter is doomed for
death.
|
|
|
|
|
|
| |
Caught by: bento
PR: 33824
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
|
|
|
|
|
|
|
|
| |
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.
Use command macros where appropriate.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
- Other minor changes to fix things
These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.
Submitted by: bento 4-exp USE_AUTO* cleanups
http://people.FreeBSD.org/~will/4-exp/
http://bento.FreeBSD.org/errorlogs/4-exp-latest/
|
|
|
|
| |
the later case
|
|
|
|
| |
`autoheader'.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Remove USE_AUTOMAKE and but back explicit dependency to devel/automake.
These ports aren't intended to be configured by automake, which USE_AUTOMAKE
does automagically. Instead they are just using some files from
${LOCALBASE}/share/automake.
Screwed by: ade
Reported by: bento
|
| |
|
|
|
|
|
|
|
| |
devel/sdl --> devel/sdl10
devel/sdl-devel --> devel/sdl12
Repo-copy by: asami
|
| |
|
| |
|
|
|
|
|
|
| |
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
P.S. I have a patches at hand that would make utah-glx actually usable, so
stay tuned ;).
|
|
|
|
| |
from the tree.
|
|
|
|
| |
PR: ports/18090
|
|
|
|
|
|
|
|
|
|
|
| |
since the QuakeForge project now makes regular snapshots available from their
home page.
All targets (X11, GLX and SDL) now using SDL library for sound output, since
buindled with QuakeForge OSS support only capable to work with mmap() enabled
sound drivers, while current FreeBSD driver doesn't support it properly yet.
PR: ports/18090
|
|
|
|
|
|
|
| |
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
|
|
|
|
|
|
|
| |
uses PKGNAME as part of the directory structure so the "pre" -> "p" change
screwed up a whole bunch of stuff.
Reported and reviewed by: Scott Allendorf <scott-allendorf@uiowa.edu>
|
|
|
|
|
|
|
| |
Everybody should read the Handbook again!
PR: ports/18008
Submitted by: tkato@prontomail.ne.jp
|
|
|
|
|
| |
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
|
| |
|
| |
|
|
both GL and software rendering.
Submitted by: Daniel J. O'Connor <darius@dons.net.au>
|