Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.3_15 13 Dec 2024 11:53:06 |
Alexey Dokuchaev (danfe) |
lang/gforth: mend another tricky issue discovered with GCC 14
When checking whether the linker accepts -export-dynamic flag,
the configure script tries to build, literally, the following
short program: ``main(){exit(0);}'', which is not well-formed
against the modern standards (missing return type and implicit
function declaration).
PR: 281238 |
0.7.3_15 16 Nov 2024 06:07:52 |
Alexey Dokuchaev (danfe) |
lang/gforth: try to fix another warning-becomes-error with GCC 14
Old gforth_callback_ffcall() signature looks dubious and does not
match the API of `devel/libffcall' [-Wincompatible-pointer-types]:
callback.h:58:35: note: expected 'callback_function_t' {aka
'void (*)(void *, struct vacall_alist *)'} but argument is of
type 'void (*)(void ***, void *)'
PR: 281238 |
0.7.3_15 10 Sep 2024 05:23:20 |
Alexey Dokuchaev (danfe) |
lang/gforth: unbreak the build in the -Werror=int-conversion mode
Missing ecvt() function prototype was causing couple of warnings
which had become hard errors with recent versions of GCC (14+).
Getting rid of USE_GCC, while desirable, is not straightforward
and requires more work. While here, set the TEST_TARGET which is
part of the upstream's default ALL_TARGET, but we override that.
PR: 281238 |
0.7.3_15 23 Jan 2024 11:32:28 |
Alexey Dokuchaev (danfe) |
Convert more of my ports to new manual page location (part two). |
0.7.3_15 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
0.7.3_15 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
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) |
0.7.3_14 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 ) |
0.7.3_14 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
0.7.3_14 09 May 2022 19:23:51 |
Kevin Bowling (kbowling) |
devel/libffi: Bump deps PORTREVISION for shlib change
PR: 263764
Reported by: VVD <vvd@unislabs.com> |
0.7.3_13 11 Feb 2022 22:25:49 |
Piotr Kubaj (pkubaj) |
lang/gforth: fix build on powerpc64 |
0.7.3_13 25 Aug 2021 10:56:54 |
Alexey Dokuchaev (danfe) |
lang/gforth: attempt to unbreak the port on i386, armv6, and armv7
- Partially apply upstream commit 9f35279358 to unbreak the build on i386
- With a recent update of devel/libffcall in 58a8a0aa37a8, the port is no
longer ignored on armv6 and armv7. Amend the word size check so it can
be built on these architectures
PR: 258003 |
0.7.3_13 04 Jun 2021 05:53:21 |
Gerald Pfeifer (gerald) |
*/*: Replace USE_GCC=any with USE_GCC=yes
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).
Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.
This should not make any functional difference at all.
Discussed with: mat, linimon, pkubaj |
0.7.3_13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.3_13 04 Jul 2020 18:11:42 |
zeising |
Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking) |
0.7.3_12 05 Nov 2019 08:18:17 |
danfe |
Assume maintainership of several GNU tools I've been keeping an eye to
and updating as of recently. |
0.7.3_12 04 Nov 2019 21:21:04 |
rene |
Returns johans's ports to the pool after safekeeping his commit bit. |
0.7.3_12 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 |
0.7.3_11 12 Apr 2019 05:37:40 |
antoine |
Mark BROKEN on i386
Reported by: pkg-fallout
MFH: 2019Q2 |
0.7.3_11 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 |
0.7.3_10 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
0.7.3_9 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 |
0.7.3_8 08 Jun 2018 01:52:23 |
linimon |
Mark as broken on powerpc64.
Approved by: portmgr (tier-2 blanket) |
0.7.3_8 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
0.7.3_7 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
0.7.3_6 17 Aug 2017 19:34:21 |
ultima |
* Bump revision, libffcall links to libs.
* Added license information
* Cleanup Makefile
* Unsilenced docs install
Reviewed by: lifanov (mentor), matthew (mentor)
Approved by: lifanov (mentor), matthew (mentor), johans (maintainer timeout, 3
weeks)
Differential Revision: https://reviews.freebsd.org/D11766 |
0.7.3_5 28 Jul 2017 18:58:24 |
ultima |
* Renamed ffcall --> libffcall, renamed upstream
PR: 220905
Submitted by: Jov <amutu@amutu.com> (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11763 |
0.7.3_5 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
0.7.3_4 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
0.7.3_3 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
0.7.3_3 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
0.7.3_3 18 Sep 2015 17:32:11 |
amdmi3 |
- Add empty directories to plist
Approved by: portmgr blanket |
0.7.3_3 31 Oct 2014 22:51:35 |
bapt |
Avoid useless @exec |
0.7.3_3 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
0.7.3_3 05 Oct 2014 18:01:20 |
tijl |
- Update devel/libtool and devel/libltdl to version 2.4.2.418
- Patch libtool so it uses the same library version specification as on
Darwin, Linux and other systems. Given the version current:revision:age
a library will be given the extension .so.major.age.revision with major
equal to current-age. Before libtool would use .so.current on FreeBSD.
- Patch libtoolize to remove two cases of umask 0 that caused libltdl
files to be copied world writable (--ltdl option)
- Let USES=libtool patch this new version correctly
- Adjust all ports with USES=libtool:build and bump PORTREVISION on their
dependent ports if a library version changed
PR: 194068
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.7.3_2 17 Sep 2014 07:38:16 |
tijl |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt) |
0.7.3_2 12 Sep 2014 12:19:16 |
tijl |
- Switch to USES=libtool:build
- Remove old CFLAGS |
0.7.3_2 15 Jul 2014 15:49:34 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
I'm not touching ruby19/ruby20/ruby21, but they also check for :MDOCS
without defining it in OPTIONS_DEFINE. |
0.7.3_2 26 Jun 2014 08:41:34 |
antoine |
Allow to build with texinfo from ports
With hat: portmgr |
0.7.3_2 15 Jun 2014 15:22:24 |
johans |
Our automatic dependency tracking is too intelligent,
but should have all bases covered now. |
0.7.3_1 15 Jun 2014 12:33:34 |
johans |
- Revert USE_AUTOTOOLS=libtool that was removed in previous commit
because libtool was not found, 12 library files were not build
- Bump PORTREVISION
Reported by: jenkins via swills |
0.7.3 14 Jun 2014 20:52:23 |
johans |
Avoid creating a history file in the user's (root) homedir during build
Reported by: jenkins via swills |
0.7.3 14 Jun 2014 10:45:29 |
johans |
Update gforth to 0.7.3 (bugfix release) |
0.7.2 29 Dec 2013 16:09:58 |
johans |
Enable stage support |
0.7.2 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
0.7.2 04 May 2013 14:13:34 |
johans |
- Update GNU Forth to 0.7.2
- Update MASTER_SITES
- Use gcc |
0.7.0 20 Sep 2012 20:34:25 |
johans |
fix package list (depending on architecture) |
0.7.0 22 Aug 2012 06:56:56 |
erwin |
Mark BROKEN everywhere
Submitted by: pointyhat |
0.7.0 17 Jun 2012 21:11:49 |
johans |
Mark broken on FreeBSD 7.x |
0.7.0 08 Jun 2012 06:29:10 |
erwin |
Mark BROKEN: does not build
Submitted by: pointyhat |
0.7.0 07 Jan 2012 16:07:10 |
johans |
Remove checks from build that fail on Pointyhat (but work elsewhere).
This doesn't change the resulting package. |
0.7.0 30 Dec 2011 20:06:57 |
johans |
Change build target to avoid its 'make check' part,
because it fails in some environments, even though the application works fine |
0.7.0 29 Dec 2011 08:18:33 |
johans |
Remove BROKEN tag (works for me) |
0.7.0 22 Dec 2011 00:15:44 |
pav |
- Mark BROKEN: fails to build
Reported by: pointyhat |
0.7.0 13 Dec 2011 21:42:13 |
johans |
Add MAKE_JOBS_UNSAFE as parallel builds will fail
Feature safe: yes |
0.7.0 11 Dec 2011 17:17:01 |
johans |
- Update GNU Forth to 0.7.0
- Remove patches (and autoconf run) that are no longer needed
- Fix build with ffcall and libffi (requires libtool, libltdl)
- Remove emacs config file for now (will try and fix this soon)
- Adopt port
Feature safe: yes |
0.6.2_3 01 Nov 2011 20:46:07 |
dougb |
Remove references to unsupported FreeBSD versions. Mostly of the form:
.if ${OSVERSION} < 700000 |
0.6.2_3 24 Oct 2011 03:33:20 |
stas |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval). |
0.6.2_3 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 |
0.6.2_3 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
0.6.2_3 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
0.6.2_3 10 Oct 2010 02:32:50 |
stas |
- Fix build on powerpc.
PR: ports/151348
Submitted by: Andreas Tobler <andreast@FreeBSD.org> |
0.6.2_3 19 Jun 2010 07:51:17 |
linimon |
Also broken on sparc64.
Hat: portmgr
Feature safe: yes |
0.6.2_3 20 Dec 2009 20:19:24 |
bsam |
Changes to editors/emacs and Mk/bsd.emacs.mk were taken from
PR/137956 by Ashish SHUKLA (thanks!). [1]
Those ports which define EMACS_PORT_NAME to be "emacs21" were
not touched (this time). They may be converted to the new
world order by removing the above mentioned assignment.
Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23
(they do not compile):
. lang/bigloo;
. mail/wanderlust;
. mail/wanderlust-devel;
. www/emacs-w3m.
Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23: (Only the first 15 lines of the commit message are shown above ) |
0.6.2_2 10 Dec 2007 22:31:53 |
pav |
- Mark BROKEN on amd64-7
Reported by: pointyhat
Approved by: portmgr (hat) |
0.6.2_2 20 Nov 2007 03:19:17 |
linimon |
This now appears to build on 7.x and 8.x.
Reported by: pointyhat
Approved by: portmgr (self) |
0.6.2_2 21 Apr 2007 17:30:36 |
kris |
BROKEN on 7.0: Does not compile |
0.6.2_2 01 Nov 2006 22:07:36 |
stas |
- Add ffcall support [1]
- Mark broken on pre-7.x again as it doesn't built on pointyhat anyway
Reported by: Jason Woofenden <jason@jasonwoof.com> [1] |
0.6.2_1 21 Oct 2006 13:11:07 |
stas |
- Add files forgotten in the last commit
Approved by: portmgr (erwin) |
0.6.2_1 21 Oct 2006 13:08:53 |
stas |
- Try to unbroke
- Change my email
Approved by: portmgr (erwin) |
0.6.2 12 Aug 2006 18:29:25 |
miwi |
- Unbreak for 7.X build
PR: ports/101800
Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by: krion (mentor) |
0.6.2 09 Aug 2006 20:38:53 |
miwi |
force commit.
- Fix Makefile entry
Approved by: krion (mentor) |
0.6.2 09 Aug 2006 20:26:03 |
miwi |
BROKEN: does not build
Submitted by: pointyhat via kris
Approved by: krion (mentor) |
0.6.2 07 Aug 2006 14:12:58 |
miwi |
- Mark broken on 4.x
Submitted by: pointyhat via kris
Approved by: krion (mentor) |
0.6.2 25 Jul 2006 11:50:32 |
miwi |
- Pass maintainership to submitter
- Update to 0.6.2
- Cleanup and optimization
PR: ports/100692
Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by: krion (mentor) |
0.6.1_2 09 May 2006 20:52:24 |
edwin |
Remove USE_REINPLACE from the categories starting with L |
0.6.1_2 22 Jan 2006 12:42:24 |
edwin |
SHA256ify
Approved by: krion@ |
0.6.1_2 04 Dec 2005 10:06:24 |
edwin |
Use INFO macro |
0.6.1_2 02 Dec 2005 02:05:39 |
linimon |
Reset maintainer per his request. We hope to see him back soon. |
0.6.1_2 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.6.1_2 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'. |
0.6.1_2 17 Aug 2004 10:28:21 |
kris |
This is apparently no longer broken on 5.x. |
0.6.1_2 04 Apr 2004 01:50:02 |
kris |
BROKEN on 5.x except on amd64 |
0.6.1_2 17 Mar 2004 20:03:17 |
linimon |
CONFIGURE_ENV and MAKE_ENV added; PLIST_SUB updated; WORDSIZE
and BYTEORDER added; EMPTY_DIRS split (the second one will be deleted
upon 0.6.2 update, if any); SIZE added to distinfo; plist generalized;
-fno-inline and FPE_* build fix added from 0.6.2.
The 0.6.2 runtime causes a Segmentation Fault at compilation time,
so, no update is planned right now... sorry.
PR: ports/63991
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> |
0.6.1_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.6.1 15 Dec 2003 06:57:16 |
linimon |
Mark as only for the various Intel chips. Pet portlint. No objection
from: maintainer.
PR: ports/60178
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> |
0.6.1 12 Dec 2003 12:21:56 |
roam |
Spell NOPORTDOCS correctly in Cyrille Lefevre's ports.
PR: 57749
Approved by: maintainer timeout |
0.6.1 06 May 2003 08:53:15 |
vanilla |
Upgrade to 0.6.1.
PR: ports/51764
Submitted by: maintainer |
0.5.0 21 Feb 2003 12:35:09 |
knu |
De-pkg-comment. |
0.5.0 24 Jun 2002 04:44:17 |
ijliao |
${PERL} -> ${REINPLACE_CMD}
PR: 39746
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer) |
17 Jan 2002 23:13:38 |
dwcjr |
Update maintainer's email address Update a few MASTER_SITES |
13 Sep 2001 00:15:00 |
lioux |
o style fixes o unconditionalize MAKE_ARGS |
30 Aug 2001 04:58:35 |
lioux |
Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.net |
10 Jul 2001 14:54:22 |
sobomax |
${PREFIX}/share/${PORTNAME} --> ${DATADIR} |
09 Jun 2001 13:59:34 |
roam |
Change maintainer's email address: clefevre@poboxes.com -> clefevre@redirect.to
|
23 Mar 2001 03:05:35 |
lioux |
o Make it CFLAGS safe o Fix info installation o Fix PLIST |
23 Mar 2001 03:05:35 |
lioux |
o Make it CFLAGS safe o Fix info installation o Fix PLIST |
15 Feb 2001 17:01:03 |
sf |
change maintainer's e-mail address. |
01 Jan 2001 10:15:17 |
will |
Goodbye, YEAR2000. Hello, 2001. |
21 Dec 2000 08:51:06 |
will |
As I was perusing Ports Fury's PR#22986, I decided to make some improvements
to the COMMENT files touched in that PR. This should clean them up a bit
more. |