| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
23 Apr 2013 10:47:03
  |
bapt  |
Convert g* to USES=pkgconfig |
04 Aug 2012 22:52:04
0.9.2_1
|
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. |
26 Jul 2012 05:40:24
0.9.2
|
bapt  |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
22 Jul 2012 23:24:00
0.9.2
|
dougb  |
For the ports that are maintained by ports@ that have pkgconfig as their
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in. |
29 Jun 2012 12:42:04
0.9.2
|
bapt  |
Convert to new option framework |
10 Jun 2012 22:31:01
0.9.2
|
cs  |
Reassign to ports@ |
03 Jun 2012 04:48:40
0.9.2
|
dinoex  |
- fix build with giflib 4.2.0 |
14 Apr 2012 22:49:31
0.9.2
|
cs  |
Update to 0.9.2 |
24 Feb 2012 18:32:15
0.9.1_3
|
cs  |
Replace obsolete libungif dependency by libgif.
PR: ports/165335
Submitted by: dinoex@
Approved by: cs@ (maintainer), glarkin@ (mentor, implicit) |
14 Jan 2012 22:27:02
0.9.1_3
|
netchild  |
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it. |
10 Jan 2012 11:41:37
0.9.1_2
|
ale  |
Chase pdflib.so version and bump PORTREVISION accordingly. |
17 Oct 2011 10:08:33
0.9.1_2
|
bf  |
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)
Suggestions and patches from: ache, C. Burns, wen |
23 Sep 2011 22:26:39
0.9.1_1
|
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 |
15 Sep 2011 12:33:27
0.9.1_1
|
cs  |
Change maintainer address to my FreeBSD address
Approved by: wen@ (mentor) |
03 Jul 2011 14:12:23
0.9.1_1
|
ohauer  |
-remove MD5 |
11 Sep 2010 11:18:35
0.9.1_1
|
miwi  |
- Add missing math/fftw3 to LIB_DEPENDS
- Add OPTION for print/pdflib support
- Fix disabling WITH_LAME to effect properly
PR: 148559
Submitted by: Ports Fury
Approved by: maintainer |
06 Jul 2010 21:37:07
0.9.1
|
amdmi3  |
- Update to 0.9.1
- Pass maintainership to submitter
- Add LICENSE
- Add distfile mirror
- Mark MAKE_JOBS_SAFE
PR: 148377
Submitted by: C-S <c-s@c-s.li>
Feature safe: yes |
05 Feb 2010 11:46:55
0.9.0_2
|
dinoex  |
- update to jpeg-8 |
18 Jul 2009 11:11:29
0.9.0_1
|
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
09 May 2009 09:19:17
0.9.0
|
miwi  |
- Update to 0.9.0
PR: 134288
Submitted by: Ports Fury |
25 Jul 2008 14:34:52
0.8.1_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 |
23 Jul 2007 09:36:52
0.8.1_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
0.8.1_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
06 Mar 2007 20:04:18
0.8.1
|
miwi  |
- Update to 0.8.1
PR: 109801
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
08 Feb 2007 22:35:40
0.8.0_1
|
miwi  |
- Fix LIB_DEPENDS
- Add common patch for Xpdf library
- Bump PORTREVISION
PR: 108882
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
05 Feb 2007 16:13:14
0.8.0
|
ijliao  |
upgrade to 0.8.0 |
07 May 2006 23:46:33
0.7.0
|
edwin  |
Remove USE_REINPLACE for categories starting with a G |
26 Nov 2005 01:48:16
0.7.0
|
pav  |
- Add SHA256 |
31 Aug 2005 22:21:41
0.7.0
|
pav  |
- Update to 0.7.0
PR: ports/85533
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
12 Apr 2005 03:26:57
0.6.3
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
0.6.3
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
02 Mar 2005 05:32:02
0.6.3
|
ahze  |
- Update to 0.6.3
- Make lame support optional so this can be
packaged
PR: 77971
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
12 Oct 2004 12:55:44
0.6.2
|
krion  |
Update to version 0.6.2
PR: ports/72530
Submitted by: Ports Fury |
22 Aug 2004 01:18:33
0.6.1
|
krion  |
Update to version 0.6.1
PR: ports/70788
Submitted by: Ports Fury |
16 Aug 2004 03:44:16
0.6.0
|
ijliao  |
upgrade to 0.6.0 |
16 Mar 2004 14:02:59
0.5.1
|
krion  |
- Update to version 0.5.1
PR: ports/64335
Submitted by: Ports Fury |
17 Feb 2004 13:59:23
0.5.0
|
arved  |
USE_BISON to unbreak the build. |
16 Feb 2004 23:32:44
0.5.0
|
kris  |
BROKEN: Does not compile |
08 Feb 2004 13:59:23
0.5.0
|
krion  |
- Update to version 0.5.0
PR: ports/62532
Submitted by: Ports Fury |
04 Feb 2004 05:21:48
0.4.4_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
29 Jan 2004 07:24:56
0.4.4
|
trevor  |
SIZEify. |
21 Apr 2003 17:55:56
0.4.4
|
adamw  |
Update to 0.4.4.
PR: 51226
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
24 Mar 2003 01:10:23
0.4.3_1
|
ijliao  |
chase t1lib version |
20 Feb 2003 18:08:19
0.4.3
|
knu  |
de-pkg-comment |
12 Jan 2003 01:21:22
0.4.3
|
edwin  |
graphics/swftools to 0.4.3
PR: ports/46942
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
31 Aug 2002 17:29:46
0.4.2
|
dwcjr  |
Update to 0.4.2
PR: 42244
Submitted by: tkato@prontomail.com |
22 Jul 2002 22:51:50
0.4.1
|
pat  |
Update to 0.4.1
PR: ports/40899
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
19 Jun 2002 08:18:10
0.4.0
|
sobomax  |
Add USE_REINPLACE where appropriate. |
17 Jun 2002 20:42:56
0.4.0
|
pat  |
Update to 0.4.0
PR: 39434
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
31 May 2002 23:19:36
0.3.1
|
pat  |
Update to 0.3.1
PR: 38785
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
08 Feb 2002 19:27:11 
|
ijliao  |
add swftools 0.2.2 SWF manipulation and generation utilities |