non port: games/torcs/Makefile |
SVNWeb
|
Number of commits found: 92 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d56127b (Only the first 10 of 744 ports in this commit are shown above. )
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 )
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 22 Mar 2021
|
[ 10:17 danfe ] (Only the first 10 of 138 ports in this commit are shown above. )
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line.
|
Tue, 5 Nov 2019
|
[ 22:16 zeising ] (Only the first 10 of 474 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Mon, 5 Nov 2018
|
[ 20:31 linimon ]
Fails with base GCC, needs to have USES=compiler:c++11-lang.
Additionally, a fix for isnan() being not detected.
Also, add USES=gl.
PR: 232680
Submitted by: Piotr Kubaj
Approved by: maintainer
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
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
|
Sat, 24 Feb 2018
|
[ 00:28 madpilot ]
Fix build with clang 6.
The fix also causes the port to fail on 10.x, so add USES-compiler
and USE_CXXSTD=c++11 to address that problem too.
PR: 225835
Submitted by: Thibault Payet <monwarez@mailoo.org> (maintainer)
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Tue, 1 Nov 2016
|
[ 05:02 jbeich ]
games/torcs: update to 1.3.7
Changes: http://torcs.sourceforge.net/index.php?name=News&topic=3
PR: 213955
Submitted by: Thibault Payet <monwarez@mailoo.org> (maintainer)
|
Mon, 31 Oct 2016
|
[ 03:21 wen ]
- Pass maintainership to submitter
PR: 213849
Submitted by: monwarez@mailoo.org
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 8 Nov 2015
|
[ 11:44 rene ]
games/torcs: drop maintainership
|
Sat, 19 Sep 2015
|
[ 13:56 marino ]
games/torcs: Remove USES=alias, it's no longer valid
|
Tue, 21 Apr 2015
|
[ 02:18 jbeich ]
Make DragonFly use same headers
guifont.cpp:34:10: fatal error: 'endian.h' file not found
C-api.cpp:128:11: error: 'uint' was not declared in this scope
Approved by: portmgr blanket
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
[ 19:04 antoine ] (Only the first 10 of 332 ports in this commit are shown above. )
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
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 )
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Sat, 26 Jul 2014
|
[ 17:44 rene ]
Add CPE information, versions 1.3.2 and 1.3.3 were vulnerable.
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above )
|
Mon, 28 Apr 2014
|
[ 17:55 rene ]
games/torcs:
- update to 1.3.6
- fix pkg-plist
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above )
|
Sun, 16 Mar 2014
|
[ 15:05 rene ]
Convert to USES=tar:*
|
Wed, 25 Dec 2013
|
[ 23:29 antoine ] (Only the first 10 of 78 ports in this commit are shown above. )
Convert the tree to USES=openal
Approved by: portmgr (bapt)
|
Sun, 17 Nov 2013
|
[ 17:40 rene ]
- Update to 1.3.5
- Strip shared libraries [1]
- Cleanup Makefile
Changelog: http://torcs.sourceforge.net/index.php?name=News&file=article&sid=92
Submitted by: stage-qa [1]
|
Sun, 29 Sep 2013
|
[ 12:50 rene ]
Add stage support.
|
Mon, 23 Sep 2013
|
[ 16:42 rene ]
Let my ports pass 'make check-sanity' by using modern LIB_DEPENDS
|
Fri, 20 Sep 2013
|
[ 17:36 bapt ] (Only the first 10 of 1149 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
|
Wed, 17 Jul 2013
|
[ 07:17 rene ]
Do not list files to fix twice.
|
[ 00:09 rene ]
- Fix fallout from shebangfix conversion
- Remove two patches which are believed to be obsolete with new freeglut
|
Fri, 5 Jul 2013
|
[ 15:17 rene ]
Convert to USES=gmake
Remove an empty OPTIONS_DEFAULT in lang/nbc
|
Tue, 7 May 2013
|
[ 08:31 rene ]
Use shebangfix
|
Mon, 25 Mar 2013
|
[ 10:09 rene ] (Only the first 10 of 13 ports in this commit are shown above. )
- remove empty OPTIONS_DEFAULT
- portlint fixes
|
Wed, 23 Jan 2013
|
[ 15:00 makc ] (Only the first 10 of 237 ports in this commit are shown above. )
Bump PORTREVISION after DESKTOP_ENTRIES update
|
Mon, 29 Oct 2012
|
[ 13:57 rene ]
Make sure the default options (DOCS, EXAMPLES, IPV6, NLS) are always
defined.
Feature safe: yes
|
Tue, 23 Oct 2012
|
[ 13:04 rene ]
- Update to 1.3.4
- Clean up GLUT dependency handling
- Mark MAKE_JOBS_UNSAFE
- Make the port more options-ng aware
Changelog: http://torcs.sourceforge.net/index.php?name=News&file=article&sid=85
Feature safe: yes
|
Sun, 7 Oct 2012
|
[ 09:11 rene ] (Only the first 10 of 13 ports in this commit are shown above. )
Cleanup Makefile headers of my ports.
Just use my login for ports I originally created myself.
|
Sat, 4 Aug 2012
|
[ 22:52 kwm ] (Only the first 10 of 122 ports in this commit are shown above. )
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area.
|
Thu, 19 Jul 2012
|
[ 20:15 naddy ] (Only the first 10 of 187 ports in this commit are shown above. )
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
|
Tue, 5 Jun 2012
|
[ 18:29 rene ]
Strip version information from LIB_DEPENDS to pet portlint
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Mon, 20 Feb 2012
|
[ 19:20 rene ]
Update to 1.3.3
Changelog:
http://torcs.sourceforge.net/index.php?name=News&file=article&sid=79
Security:
http://www.vuxml.org/freebsd/ba51c2f7-5b43-11e1-8288-00262d5ed8ee.html
|
Mon, 9 Jan 2012
|
[ 22:42 rene ]
- Update to 1.3.2
- Should be MAKE_JOBS_SAFE
- Clean up Makefile / pkg-plist
Changelog:
http://torcs.sourceforge.net/index.php?name=News&file=article&sid=77
Security:
http://www.vuxml.org/freebsd/e7fd27b2-3ae9-11e1-8b5c-00262d5ed8ee.html
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Sun, 17 Oct 2010
|
[ 20:29 rene ]
Ignore the depend target in the upstream Makefile. This is not necessary and
fixes the build when ports/151047 is committed.
Bump PORTREVISION
Obtained from: exp-run for ports/151047
|
Thu, 19 Aug 2010
|
[ 21:24 rene ]
- Add desktop entry
- Bump PORTREVISION
PR: ports/149814
Submitted by: makc
|
Sat, 17 Jul 2010
|
[ 21:48 rene ]
Add license information
Approved by: tabthorpe (mentor, implicit)
|
Tue, 6 Jul 2010
|
[ 18:16 rene ]
- Bump shared library version of libglut.so when using freeglut
- Grab maintainership of games/torcs
Approved by: tabthorpe (mentor)
Feature safe: yes
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Mon, 25 Jan 2010
|
[ 19:15 pav ] (Only the first 10 of 66 ports in this commit are shown above. )
- Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation
PR: ports/142123
Submitted by: mva
Tested by: pointyhat exp-run
Approved by: portmgr (hat)
|
Sun, 22 Nov 2009
|
[ 19:49 pav ] (Only the first 10 of 86 ports in this commit are shown above. )
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
|
Sat, 22 Aug 2009
|
[ 00:23 amdmi3 ] (Only the first 10 of 415 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with G
|
Fri, 23 Jan 2009
|
[ 16:28 flz ] (Only the first 10 of 612 ports in this commit are shown above. )
- 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).
|
Mon, 5 Jan 2009
|
[ 20:36 pav ] (Only the first 10 of 102 ports in this commit are shown above. )
- Remove conditional checks for FreeBSD 5.x and older
|
Thu, 1 Jan 2009
|
[ 14:41 thierry ]
Add a missing dependency to libglut, which is now the default.
Reported by: QAT
|
Wed, 31 Dec 2008
|
[ 15:02 thierry ]
Upgrade to 1.3.1.
Changelog at
<http://sourceforge.net/project/shownotes.php?release_id=647191>.
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 )
|
Fri, 6 Jun 2008
|
[ 13:31 edwin ] (Only the first 10 of 215 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Fri, 28 Mar 2008
|
[ 16:15 miwi ]
- Use SF macro
- Replace X11BASE to LOCALBASE
- Add missing xrandr
- Bump PORTREVISION
|
Wed, 26 Mar 2008
|
[ 08:23 miwi ]
- Add missing dependens
Submitted by: pointyhat via pav
|
Mon, 18 Jun 2007
|
[ 18:55 danfe ]
Non-functional changes:
- Whitespace cleanup
- Drop USE_GETOPT_LONG, noop these days
- Add USE_LDCONFIG per portlint(1)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Sun, 15 Apr 2007
|
[ 21:06 gabor ] (Only the first 10 of 23 ports in this commit are shown above. )
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h
|
Sun, 5 Nov 2006
|
[ 13:59 thierry ]
Upgrade to 1.3.0.
Changelog at
<https://sourceforge.net/project/shownotes.php?group_id=3777&release_id=461004>
|
Thu, 8 Jun 2006
|
[ 16:07 oliver ] (Only the first 10 of 17 ports in this commit are shown above. )
update freealut to 1.1.0
|
Sun, 7 May 2006
|
[ 23:46 edwin ] (Only the first 10 of 402 ports in this commit are shown above. )
Remove USE_REINPLACE for categories starting with a G
|
Sun, 23 Apr 2006
|
[ 10:14 oliver ] (Only the first 10 of 28 ports in this commit are shown above. )
update to openal 20060211 [1]
fix dependant ports [2]
PR: ports/96172 [1]
ports/95192 [2]
Submitted by: maintainer [1]
oliver [2]
Approved by: maintainer
|
Mon, 16 Jan 2006
|
[ 00:07 pav ] (Only the first 10 of 18 ports in this commit are shown above. )
- Move freeglut from x11-toolkits to graphics, where libglut already is
PR: ports/91711
Submitted by: Sangwoo Shim <sangwoos@gmail.com>
Repocopied by: marcus
|
Wed, 7 Dec 2005
|
[ 10:13 jylefort ]
Chase the plib update by bumping PORTREVISION, since it is statically
linked in.
|
Sun, 28 Aug 2005
|
[ 12:59 thierry ]
Upgrade to 1.2.4.
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Mon, 28 Feb 2005
|
[ 18:57 thierry ]
Yet another attempt to fix on amd64:
don't take strndup from publib, which is not relocatable, but
define it.
Reported by: Kris via pointyhat.
|
Thu, 24 Feb 2005
|
[ 20:30 thierry ]
Try to fix a building failure reported by Kris on pointyhat.
If this is not sufficient, it should at least speed up the post-patch
target.
|
Wed, 16 Feb 2005
|
[ 21:42 thierry ]
Upgrade to TORCS-1.2.3.
Remark: it is currently broken on FreeBSD-4.11.
|
Tue, 22 Jun 2004
|
[ 19:28 thierry ]
Unbreak on amd64 since plib is built with -fPIC.
PR: ports/68109
|
Sat, 19 Jun 2004
|
[ 09:39 kris ]
BROKEN on amd64: Does not build
|
Tue, 1 Jun 2004
|
[ 20:23 thierry ]
Chase PLIB's upgrade.
|
Sun, 30 May 2004
|
[ 09:27 thierry ]
Yet another attempt to unbreak TORCS on amd64:
define -fPIC for CXXFLAGS and CFLAGS.
|
[ 08:23 kris ]
BROKEN on amd64: Needs to link against shared libraries
|
Sun, 23 May 2004
|
[ 12:52 thierry ]
Try to fix on amd64 by compiling with -fPIC.
Reported by: Kris.
|
Sun, 2 May 2004
|
[ 21:31 thierry ]
Upgrade to 1.2.2.
|
Sun, 15 Feb 2004
|
[ 21:50 krion ]
- Fix build on 5.x and unbreak this port
PR: ports/62887
Submitted by: Thierry Thomas <thierry@pompo.net>
|
Mon, 9 Feb 2004
|
[ 01:50 kris ]
BROKEN on 5.x: Does not compile
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Sat, 4 Oct 2003
|
[ 09:49 edwin ]
chase x11-toolkits/freeglut update.
PR: ports/57377
Submitted by: Thierry Thomas <thierry@pompo.net>
|
Thu, 2 Oct 2003
|
[ 17:41 arved ]
Mark broken on amd64 and ia64
PR: 57330
Submitted by: Mark Linimon <linimon@lonesome.com>
|
Mon, 5 May 2003
|
[ 22:31 anholt ]
Add torcs 1.2.1, the Open Racing Car Simulator.
PR: 51454
Submitted by: Thierry Thomas <thierry@pompo.net>
|
Number of commits found: 92 |