| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
08 Mar 2013 11:32:12
200609_4
|
bapt  |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
04 Aug 2012 22:52:04
200609_4
|
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. |
24 Oct 2011 09:11:38
200609_3
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
03 Jul 2011 13:45:36
200609_3
|
ohauer  |
- remove MD5 |
23 Jan 2009 16:28:36
200609_3
|
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). |
19 Apr 2008 17:56:05
200609_2  |
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) |
17 Oct 2007 10:13:01
200609_2
|
ade  |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
23 Jul 2007 09:36:52
200609_1
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
19 May 2007 20:32:57
200609_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
29 Jan 2007 07:09:55
200609
|
vs  |
Builds fine on 4.x since last update.
Noted by: Chris Pressey |
11 Dec 2006 11:01:58
200609
|
rafan  |
- Respect X11BASE
Reported by: pointyhat
Approved by: portmgr (linimon) |
22 Sep 2006 20:00:51
200609
|
obraun  |
Upgrade to Sep 2006 Release. |
14 Jul 2006 06:46:55
200605
|
linimon  |
Mark broken on ia64. |
28 May 2006 16:20:42
200605
|
vs  |
Chase re-rolled tarball: necessary patches have been integrated |
21 May 2006 14:33:38
200605
|
vs  |
Update to May 2006 release
Sponsored by several tinderbox runs on tb3 and by oliver@ |
09 May 2006 20:52:24
200503_1
|
edwin  |
Remove USE_REINPLACE from the categories starting with L |
22 Jan 2006 12:42:24
200503_1
|
edwin  |
SHA256ify
Approved by: krion@ |
10 Nov 2005 13:36:36
200503_1
|
vs  |
Fix build: Use our own targets since the real ones have funky dependencies
which would like autoreconf. |
27 Oct 2005 07:33:59
200503_1
|
vs  |
Set GNU_CONFIGURE (should fix non-std PREFIX-builds) |
19 May 2005 15:38:44
200503_1
|
vs  |
Update to patched version fixing a few bugs |
12 Apr 2005 03:26:57
200503
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 16:05:11
200503
|
vs  |
Unbreak: I couldn't find a sane way of disabling X11-detection if it's not
desired but already installed, so make X11 mandatory for the time being.
Our CONFIGURE-handling is broken atm, too :/
Noticed by: krisbot |
11 Apr 2005 08:04:41
200503
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
10 Apr 2005 21:30:58
200503
|
kris  |
BROKEN: Incorrect pkg-plist |
21 Mar 2005 15:44:49
200503
|
obraun  |
Update checksum. The tarball has been rerolled. Only difference is a
</varlistentry> tag in docs/users_guide/options.xml which wasn't there before. |
12 Mar 2005 19:45:19
200503
|
obraun  |
Upgrade to Mar2005 release |
28 Jan 2005 17:10:37
200311_1
|
vs  |
Chase rerolled tarball (no functional change) |
19 Nov 2004 21:14:04
200311_1
|
obraun  |
Add OPTION for compiling hugs with OpenGL/GLUT support.
Requested by: Jan Rochel <jannisan@t-online.de> |
25 Aug 2004 18:43:59
200311_1
|
obraun  |
Work around stricter CPP in GCC >= 3.4.1.
Obtained from: cvs.haskell.org |
26 Jul 2004 12:06:07
200311_1
|
vs  |
Remove mirror.ac.uk from MASTERSITES in Haskell(-related) ports.
PR: ports/69481
Submitted by: Tim Bishop |
11 May 2004 19:22:26
200311_1
|
obraun  |
Add the mirror http://www.mirror.ac.uk/sites/www.haskell.org/ to MASTER_SITES.
Pointed out by: Simon Marlow <simonmar@microsoft.com> |
11 Mar 2004 07:48:13
200311_1
|
obraun  |
deUSE_SIZEify. |
06 Mar 2004 21:29:59
200311_1
|
obraun  |
Set maintainer to the new created haskell@ mail alias. |
25 Feb 2004 11:25:52
200311_1
|
obraun  |
* Respect CC and CFLAGS.
* Fix for amd64 |
04 Feb 2004 05:21:48
200311_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
31 Jan 2004 11:16:48
200311
|
obraun  |
SIZE-ify |
04 Dec 2003 22:31:15
200311
|
obraun  |
Upgrade to Nov2003 release. Builds fine on alpha and sparc64 now.
Parts submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> |
27 Jun 2003 16:48:14
200211
|
obraun  |
s/BROKEN/IGNORE/
PR: ports/53437
Submitted by: Mark Linimon <linimon@lonesome.com> |
18 Feb 2003 10:50:48
200211
|
obraun  |
De-pkg-comment and make portlint a little bit happier. |
01 Jan 2003 17:31:49
200211
|
obraun  |
* remove ONLY_FOR_ARCH
* add BROKEN for alpha and sparc64 |
31 Dec 2002 07:34:18
200211
|
obraun  |
Add ONLY_FOR_ARCHS=i386. Does not build correctly on alpha and sparc64.
Noticed by: bento |
21 Nov 2002 09:45:51
200211
|
obraun  |
Update distinfo. Developer has added ffihugs to hugs98.spec file. |
21 Nov 2002 00:10:55
200211
|
obraun  |
Add USE_BISON.
Pointed out by: kris |
20 Nov 2002 09:10:55
200211
|
obraun  |
Add the new virtual category haskell. |
20 Nov 2002 08:13:29
200211
|
obraun  |
Upgrade to 200211. |
05 Nov 2002 21:55:21
200112
|
obraun  |
Use PORTCOMMENT variable instead of pkg-comment file. |
21 Aug 2002 14:46:07
200112
|
obraun  |
Change MAINTAINER to my FreeBSD address.
Approved by: dwcjr (mentor) |
27 Mar 2002 00:23:20
200112
|
petef  |
Support NOPORTDOCS.
PR: 36346
Submitted by: maintainer |
17 Dec 2001 13:13:19 
|
kevlo  |
Update to the lastest version. |
19 Jun 2001 22:10:28 
|
dwcjr  |
Take PORTVERSION out of DISTNAME |
19 Jun 2001 15:05:41 
|
dwcjr  |
Update to latest version Move 98 to PORTNAME and USE 200102 in PORTVERSION
Update description for new version Update plist file to relfect changes New
Maintainer |
08 Oct 2000 04:17:26 
|
asami  |
Convert category lang to new layout. |