Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.7_5 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.7_5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.3.7_5 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 ) |
1.3.7_5 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
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 |
1.3.7_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.7_4 22 Mar 2021 10:17:44 |
danfe |
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line. |
1.3.7_4 05 Nov 2019 22:16:15 |
zeising |
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. |
1.3.7_4 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 |
1.3.7_3 23 Mar 2019 03:11:53 |
jbeich |
games/torcs: use better .orig file timestamp |
1.3.7_3 23 Mar 2019 03:09:26 |
jbeich |
games/torcs: unbreak --no-allow-shlib-undefined with Gold or LLD 9
ld: error: export/lib/libconfscreens.so: undefined reference to hid_end_parse
ld: error: export/lib/libconfscreens.so: undefined reference to hid_get_data
ld: error: export/lib/libconfscreens.so: undefined reference to hid_get_item
ld: error: export/lib/libconfscreens.so: undefined reference to
hid_get_report_desc
ld: error: export/lib/libconfscreens.so: undefined reference to hid_report_size
ld: error: export/lib/libconfscreens.so: undefined reference to hid_start_parse
ld: error: export/lib/libtgfclient.so: undefined reference to hid_end_parse
ld: error: export/lib/libtgfclient.so: undefined reference to hid_get_data
ld: error: export/lib/libtgfclient.so: undefined reference to hid_get_item
ld: error: export/lib/libtgfclient.so: undefined reference to
hid_get_report_desc
ld: error: export/lib/libtgfclient.so: undefined reference to hid_report_size
ld: error: export/lib/libtgfclient.so: undefined reference to hid_start_parse
PR: 236719
Reported by: pkg-fallout
Submitted by: Thibault Payet (maintainer) |
1.3.7_3 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 |
1.3.7_2 05 Nov 2018 20:31:47 |
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 |
1.3.7_2 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 |
1.3.7_1 24 Feb 2018 00:28:10 |
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) |
1.3.7_1 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 |
1.3.7 01 Nov 2016 05:02:03 |
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) |
1.3.6_3 31 Oct 2016 03:21:23 |
wen |
- Pass maintainership to submitter
PR: 213849
Submitted by: monwarez@mailoo.org |
1.3.6_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.3.6_3 08 Nov 2015 11:44:46 |
rene |
games/torcs: drop maintainership |
1.3.6_3 19 Sep 2015 13:56:30 |
marino |
games/torcs: Remove USES=alias, it's no longer valid |
09 Sep 2015 13:52:32
|
amdmi3 |
- Add empty directories to plist
Approved by: portmgr blanket |
1.3.6_3 21 Apr 2015 02:18:57 |
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 |
1.3.6_3 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
1.3.6_2 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
1.3.6_2 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 ) |
1.3.6_1 09 Oct 2014 11:35:13 |
rene |
Clean up pkg-plist of my ports. |
1.3.6_1 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) |
1.3.6 26 Jul 2014 17:44:00 |
rene |
Add CPE information, versions 1.3.2 and 1.3.3 were vulnerable. |
1.3.6 11 Jun 2014 14:50:00 |
tijl |
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 ) |
1.3.6 28 Apr 2014 17:55:10 |
rene |
games/torcs:
- update to 1.3.6
- fix pkg-plist |
1.3.5_1 16 Apr 2014 18:28:50 |
zeising |
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 ) |
1.3.5 16 Mar 2014 15:05:36 |
rene |
Convert to USES=tar:* |
1.3.5 25 Dec 2013 23:29:34 |
antoine |
Convert the tree to USES=openal
Approved by: portmgr (bapt) |
1.3.5 17 Nov 2013 17:40:30 |
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] |
1.3.4_1 29 Sep 2013 12:50:41 |
rene |
Add stage support. |
1.3.4_1 23 Sep 2013 16:42:31 |
rene |
Let my ports pass 'make check-sanity' by using modern LIB_DEPENDS |
1.3.4_1 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
1.3.4_1 15 Sep 2013 09:47:09 |
rene |
Fix build with libc++
isnan() and isinf() do not like integer arguments, so remove two offending
tests. These tests would always evaluate to false anyway because integers
cannot express NaN nor infinity. |
1.3.4_1 17 Jul 2013 07:17:05 |
rene |
Do not list files to fix twice. |
1.3.4_1 17 Jul 2013 00:09:16 |
rene |
- Fix fallout from shebangfix conversion
- Remove two patches which are believed to be obsolete with new freeglut |
1.3.4_1 05 Jul 2013 15:17:16 |
rene |
Convert to USES=gmake
Remove an empty OPTIONS_DEFAULT in lang/nbc |
1.3.4_1 07 May 2013 08:31:52 |
rene |
Use shebangfix |
1.3.4_1 25 Mar 2013 10:09:40 |
rene |
- remove empty OPTIONS_DEFAULT
- portlint fixes |
1.3.4_1 23 Jan 2013 15:00:19 |
makc |
Bump PORTREVISION after DESKTOP_ENTRIES update |
1.3.4 04 Dec 2012 18:51:06 |
rene |
Do not try to remove PREFIX/share/applications, it is created by its
dependencies.
Spotted by: pkg
Feature safe: yes |
1.3.4 29 Oct 2012 13:57:57 |
rene |
Make sure the default options (DOCS, EXAMPLES, IPV6, NLS) are always
defined.
Feature safe: yes |
1.3.4 23 Oct 2012 13:04:56 |
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 |
1.3.3_3 07 Oct 2012 09:11:51 |
rene |
Cleanup Makefile headers of my ports.
Just use my login for ports I originally created myself. |
1.3.3_3 04 Aug 2012 22:52:04 |
kwm |
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. |
1.3.3_2 19 Jul 2012 20:15:39 |
naddy |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
1.3.3_1 05 Jun 2012 18:29:16 |
rene |
Strip version information from LIB_DEPENDS to pet portlint |
1.3.3_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.3.3 20 Feb 2012 19:20:07 |
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 |
1.3.2 09 Jan 2012 22:42:29 |
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 |
1.3.1_5 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
1.3.1_5 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
1.3.1_5 17 Oct 2010 20:29:50 |
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 |
1.3.1_4 19 Aug 2010 21:24:10 |
rene |
- Add desktop entry
- Bump PORTREVISION
PR: ports/149814
Submitted by: makc |
1.3.1_3 17 Jul 2010 21:48:24 |
rene |
Add license information
Approved by: tabthorpe (mentor, implicit) |
1.3.1_3 06 Jul 2010 18:16:31 |
rene |
- Bump shared library version of libglut.so when using freeglut
- Grab maintainership of games/torcs
Approved by: tabthorpe (mentor)
Feature safe: yes |
1.3.1_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.3.1_2 25 Jan 2010 19:15:18 |
pav |
- 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) |
1.3.1_1 22 Nov 2009 19:49:43 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
1.3.1_1 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
1.3.1_1 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). |
1.3.1 05 Jan 2009 20:36:33 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
1.3.1 01 Jan 2009 14:41:06 |
thierry |
Add a missing dependency to libglut, which is now the default.
Reported by: QAT |
1.3.1 31 Dec 2008 15:02:03 |
thierry |
Upgrade to 1.3.1.
Changelog at
<http://sourceforge.net/project/shownotes.php?release_id=647191>. |
1.3.0_4 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 ) |
1.3.0_4 06 Jun 2008 13:31:51 |
edwin |
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) |
1.3.0_3 28 Mar 2008 16:15:59 |
miwi |
- Use SF macro
- Replace X11BASE to LOCALBASE
- Add missing xrandr
- Bump PORTREVISION |
1.3.0_2 26 Mar 2008 08:23:11 |
miwi |
- Add missing dependens
Submitted by: pointyhat via pav |
1.3.0_1 18 Jun 2007 18:55:58 |
danfe |
Non-functional changes:
- Whitespace cleanup
- Drop USE_GETOPT_LONG, noop these days
- Add USE_LDCONFIG per portlint(1) |
1.3.0_1 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}. |
1.3.0 15 Apr 2007 21:06:14 |
gabor |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h |
1.3.0 05 Nov 2006 13:59:41 |
thierry |
Upgrade to 1.3.0.
Changelog at
<https://sourceforge.net/project/shownotes.php?group_id=3777&release_id=461004> |
1.2.4_2 08 Jun 2006 16:07:12 |
oliver |
update freealut to 1.1.0 |
1.2.4_1 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
1.2.4_1 23 Apr 2006 10:14:30 |
oliver |
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 |
1.2.4_1 22 Jan 2006 02:11:14 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.2.4_1 16 Jan 2006 00:07:03 |
pav |
- Move freeglut from x11-toolkits to graphics, where libglut already is
PR: ports/91711
Submitted by: Sangwoo Shim <sangwoos@gmail.com>
Repocopied by: marcus |
1.2.4_1 07 Dec 2005 10:13:02 |
jylefort |
Chase the plib update by bumping PORTREVISION, since it is statically
linked in. |
1.2.4 24 Nov 2005 19:28:01 |
pav |
- Add SHA256 |
1.2.4 28 Aug 2005 12:59:43 |
thierry |
Upgrade to 1.2.4. |
1.2.3 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.2.3 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'. |
1.2.3 28 Feb 2005 18:57:54 |
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. |
1.2.3 24 Feb 2005 20:30:00 |
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. |
1.2.3 16 Feb 2005 21:42:16 |
thierry |
Upgrade to TORCS-1.2.3.
Remark: it is currently broken on FreeBSD-4.11. |
1.2.2_1 22 Jun 2004 19:28:12 |
thierry |
Unbreak on amd64 since plib is built with -fPIC.
PR: ports/68109 |
1.2.2_1 19 Jun 2004 09:39:26 |
kris |
BROKEN on amd64: Does not build |
1.2.2_1 01 Jun 2004 20:23:56 |
thierry |
Chase PLIB's upgrade. |
1.2.2 30 May 2004 09:27:26 |
thierry |
Yet another attempt to unbreak TORCS on amd64:
define -fPIC for CXXFLAGS and CFLAGS. |
1.2.2 30 May 2004 08:23:07 |
kris |
BROKEN on amd64: Needs to link against shared libraries |
1.2.2 23 May 2004 12:52:30 |
thierry |
Try to fix on amd64 by compiling with -fPIC.
Reported by: Kris. |
1.2.2 03 May 2004 18:07:29 |
thierry |
Fix distinfo.
Sorry, my previous commit was made with files from Release Candidate.
Reported by: Ion-Mihai Tetcu <itetcu@apropo.ro> |
1.2.2 02 May 2004 21:31:15 |
thierry |
Upgrade to 1.2.2. |
1.2.1_2 15 Feb 2004 21:50:19 |
krion |
- Fix build on 5.x and unbreak this port
PR: ports/62887
Submitted by: Thierry Thomas <thierry@pompo.net> |
1.2.1_2 09 Feb 2004 01:50:53 |
kris |
BROKEN on 5.x: Does not compile |