| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
24 Oct 2011 04:17:38
1.32c_1
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
03 Jul 2011 14:25:36
1.32c_1
|
ohauer  |
-remove MD5 |
25 Jul 2008 14:34:52
1.32c_1
|
pav  |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
19 Apr 2008 17:56:05
1.32c_1  |
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) |
07 Nov 2007 00:37:20
1.32c_1
|
pav  |
- Attempt to fix the build by adding missing dependency
Reported by: pointyhat
Approved by: portmgr (hat) |
19 May 2007 20:32:57
1.32c_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
23 Mar 2007 13:35:28
1.32c
|
alepulver  |
- Mark as ONLY_FOR_ARCHS=i386, the reason is that it doesn't run properly
(first it segfaulted, and after fixing it, the server just freezes consuming
the CPU). It was tested on an amd64, but it's very likely to happen in the
other archs too).
PR: ports/110690
Submitted by: alepulver (myself)
Approved by: "Linas Valiukas" <shirshegsm@gmail.com> (maintainer) |
05 Mar 2007 09:26:23
1.32c
|
alepulver  |
- Use "sizeof()" to determine pointer size, instead of using "4" (fixes a
segmentation fault on non-i386).
Reported by: Steve Crowder <steve@crowders.org> |
04 Jun 2006 21:51:37
1.32c
|
alepulver  |
- Change ppc to powerpc in the Makefile because that is the value of ARCH in
FreeBSD (I didn't know ARCH can't be overriden from the original program's
Makefile).
- Use a list of supported architectures for VM instead of hardcoding them. |
03 Jun 2006 14:51:47
1.32c
|
alepulver  |
- Update to version 1.32c (security patch, see below).
- Make portlint happy.
- Allow building the VM on PowerPC.
- Fix a typo in option detection code (&& -> ||).
- Fix 2 security vulnerabilities [1].
PR: ports/98296
Submitted by: alepulver (myself)
Approved by: Linas Valiukas <shirshegsm@gmail.com> (maintainer)
Obtained from: q3icculus (http://icculus.org/quake3/) [1]
Security: CVE-2006-2082 |
27 May 2006 20:57:29
1.32b_5
|
alepulver  |
- Remove unnecessary change from my last patch. The selection of .qvm / .so is
based on the sv_pure variable.
Approved by: garga (mentor) |
25 May 2006 21:54:09
1.32b_5
|
alepulver  |
- Remove DLL_ONLY=true from MAKE_ENV, it was used for testing the game
libraries on i386.
Approved by: garga (mentor, implicitly) |
25 May 2006 21:42:30
1.32b_5
|
alepulver  |
- Bump PORTREVISION (package contents change - files added).
- Put port mirrors before IDSOFTWARE ones.
- Use USE_DOS2UNIX instead of USE_CRLF provided by games/quake3.
- Use Makefile instead of cons, remove Perl dependencies. Avoid building
unncessary components.
- Add OPTIONS. Allow building without X11 and optimizations.
- Add pkg-plist.
- Fix on non-i386.
PR: ports/97930
Submitted by: alepulver (myself)
Approved by: garga (mentor, implicitly), maintainer |
07 May 2006 23:46:33
1.32b_4
|
edwin  |
Remove USE_REINPLACE for categories starting with a G |
06 Apr 2006 00:21:42
1.32b_4
|
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> |
19 Jan 2006 23:34:06
1.32b_4
|
kris  |
BROKEN on !i386: Does not compile |
20 Dec 2005 11:59:18
1.32b_4
|
edwin  |
[MAINTAINER UPDATE] games/quake3-data: redesign, change dependant ports
- Changed quake3-data/Makefile.include to be more similar
to bsd.*.mk files, also it doesn't override port's variables.
- Change dependant ports.
PR: ports/90149
Submitted by: Alejandro Pulver <alejandro@varnet.biz> |
12 Dec 2005 21:07:11
1.32b_4
|
edwin  |
[PATCH] games/quake3: prevent quake from creating botlib.log in the current dir
quake3 creates botlib.log in the current directory. Such
action is annoying and should be prevented.
PR: ports/90263
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> |
03 Dec 2005 22:35:02
1.32b_4
|
edwin  |
Added BROKEN on IA64.
PR: ports/89901
Submitted by: Linas Valiukas <prekybosv@shirshegsm.lt.eu.org> |
28 Nov 2005 12:04:12
1.32b_3
|
edwin  |
Remove i386 specific parts from the Makefiles.
PR: ports/89603
Submitted by: Linas Valiukas <shirshegsm@gmail.com> |
26 Nov 2005 22:19:53
1.32b_2
|
edwin  |
[UPDATE] games/quake3: fix paths in patches (they fail to apply)
pointy hat to: moi
PR: ports/89600
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Approved by: Linas Valiukas <shirshegsm@gmail.com> |
26 Nov 2005 22:18:24
1.32b_2
|
edwin  |
Fix path names in patches |
23 Nov 2005 12:00:47
1.32b_2
|
edwin  |
- Force use of a higher GCC version
- Include digest::md5 for perl on 4.x
- Add BUILD_ENV to make sure that do-build works fine
- Fix files/patch-code-unix-cons to understand $ENV{CC} and friends
- Fix files/patch-code-qcommon-common.c to include sys/types.h
Noticed by: YAPHR |
22 Nov 2005 05:20:37
1.32b_1
|
edwin  |
[UPDATE] games/quake3: integrate with quake3-data
Changes:
* Don't build install QVM's and shared libraries (QVM's are provided in
the PAK files).
* Look for data in the same directory as linux-quake3.
* Add mirror.
* Remove pkg-message and pkg-plist (not needed anymore)
PR: ports/89330
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Approved by: Linas Valiukas <shirshegsm@gmail.com> |
21 Nov 2005 16:42:59
1.32b_1
|
pav  |
- Add more MASTER_SITES
PR: ports/89321
Submitted by: Linas Valiukas <shirshegsm@gmail.com> (maintainer) |
17 Nov 2005 10:35:04
1.32b
|
edwin  |
New port: games/quake3 Quake III Arena -- first person shooter (native
Quake III Arena, developed by the gaming wizards at id
Software, is the third installment of one of the most popular
computer game franchises of all time. Organic caverns,
gothic cathedrals and futuristic spacescapes play host to
Quake III Arena's unrivaled blend of action, strategy and
jaw-dropping technology as Linux gamers are invited to
square off against 32 of history's greatest warriors. Built
around a revolutionary new graphics engine capable of
delivering mind blowing 3D special effects including curved
surfaces and volumetric fog, Quake III Arena is the final
word in deathmatching mayhem.
This is a native build for FreeBSD. Sorry, no joystick
support is available at this time.
PR: ports/85429
Submitted by: Linas Valiukas <shirshegsm@gmail.com> |