| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
10 Jan 2013 18:20:52
0.4a_4
|
jgh  |
- add additional mirror, and trim historical headers
- while here trim COMMENT, drop unnecessary bsd.port.pre.mk, and use pkgname for
build_depends
PR: 174986
Submitted by: maintainer, erik@bz.bzflag.bz |
03 Jul 2011 14:25:36
0.4a_4
|
ohauer  |
-remove MD5 |
01 Dec 2010 23:12:16
0.4a_4
|
linimon  |
Update maintainer's email address.
Submitted by: maintainer (private email) |
19 Apr 2008 17:56:05
0.4a_4  |
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) |
23 Mar 2008 16:44:09
0.4a_4
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
19 May 2007 20:32:57
0.4a_3
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
22 Jan 2006 11:18:58
0.4a_2
|
edwin  |
SHA256ify
Approved by: krion@ |
12 Jan 2006 12:54:32
0.4a_2
|
sem  |
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org> |
04 Dec 2004 19:18:43
0.4a_1
|
jeh  |
Allows games/tank to compile on fbsd 5/6
PR: 74681
Submitted by: MAINTAINER |
29 Sep 2004 05:23:43
0.4a_1
|
kris  |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
10 Jun 2004 18:33:36
0.4a_1
|
krion  |
- Utilize EXTRACT_SUFX
PR: ports/67804
Submitted by: maintainer |
16 May 2004 07:30:10
0.4a_1
|
kris  |
Restore maintainer; his email was bouncing last week and I fat-fingered the
address when I retried it tonight. Sorry, Erik. |
16 May 2004 04:04:18
0.4a_1
|
kris  |
Reset bouncing maintainer address:
<eric@smluc.org>:
Sorry, no mailbox here by that name. (#5.1.1) |
31 Mar 2004 03:12:58
0.4a_1
|
trevor  |
SIZEify (maintainer timeout) |
04 Feb 2004 05:21:48
0.4a_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
16 Nov 2003 18:45:34
0.4a
|
pav  |
- Unmark broken on -CURRENT, it's building fine again [1]
- Hand over to new maintainer [1]
- Fix WWW
- Unbreak on non-i386 architectures by removing i386 specific optimization
- Deprecated USE_MESA removed
- Some pkg-plist love
PR: ports/59344 [1]
Submitted by: Erik Greenwald <erik@smluc.org>
Approved by: marcus (backup mentor) |
09 Nov 2003 11:24:26
0.4a
|
olgeni  |
Remove extra character from BROKEN assignment. |
02 Oct 2003 17:48:14
0.4a
|
arved  |
Mark broken on 5.x
Add WWW
PR: 57329
Submitted by: Mark Linimon <linimon@lonesome.com> |
20 Feb 2003 17:32:26
0.4a
|
knu  |
De-pkg-comment. |
11 Jun 2001 07:23:19 
|
sobomax  |
Add PTHREAD_LIBS into MAKE_ENV, otherwise $(PTHREAD_LIBS) in the port's
Makefile is a nop. |
10 Jun 2001 22:40:31 
|
mjacob  |
A more correct patch as suggested by some folks- use PTHREAD_LIBS and
PTHREAD_CFLAGS and embed them in the MAKE_ENV variable. |
09 Jun 2001 22:48:57 
|
mjacob  |
We need to pull in pthreads. |
14 Mar 2001 12:20:49 
|
sobomax  |
o Fix the port after it has been broken for ages (since Mesa3 release); o make
it CFLAGS/X11BASE and PREFIX-clean; o install data files into ${PREFIX}/share,
not into ${PREFIX}/lib as it was previously. |
08 Oct 2000 03:48:59 
|
asami  |
Convert category games to new layout. |
25 Sep 2000 13:21:43 
|
asami  |
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined. |
03 Aug 2000 10:28:58 
|
asami  |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |