| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
23 Dec 2012 19:11:12
0.40_15
|
beech  |
- Fix build with clang
- Support PLIST_FILES
- Strip binaries
PR: ports/174167
Submitted by: KATO Tsuguru <tkato432@yahoo.com> (maintainer) |
04 Aug 2012 22:52:04
0.40_14
|
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. |
01 Jun 2012 11:14:55
0.40_13
|
dinoex  |
- use graphics/giflib |
01 Jun 2012 05:26:28
0.40_12
|
dinoex  |
- update png to 1.5.10 |
17 Nov 2011 10:41:37
0.40_11
|
gahr  |
- Unbreak - fix build with latest x11-toolkits/fltk
Feature safe: yes |
04 Nov 2011 22:05:20
0.40_11
|
pav  |
- Mark BROKEN: does not compile with new fltk
Reported by: pointyhat |
23 Sep 2011 22:26:39
0.40_11
|
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 |
27 Aug 2011 23:23:45
0.40_11
|
gerald  |
Remove the dependency on multimedia/avifile which has been broken
on 9.x for months (and generally is more than just a bit dubious). |
02 Aug 2011 16:22:15
0.40_11
|
bapt  |
Fix master_site |
03 Jul 2011 13:22:25
0.40_11
|
ohauer  |
- remove MD5 |
02 May 2011 12:44:53
0.40_11
|
makc  |
Bump PORTREVISION after open-mofit update |
28 Mar 2010 06:47:48
0.40_10
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
23 Mar 2010 21:14:39
0.40_9
|
gahr  |
- Chase x11-toolkits/fltk update |
05 Feb 2010 11:46:55
0.40_8
|
dinoex  |
- update to jpeg-8 |
31 Jul 2009 13:57:52
0.40_7
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
23 Jan 2009 16:28:36
0.40_6
|
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). |
06 Jun 2008 13:59:05
0.40_5
|
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) |
19 Apr 2008 17:56:05
0.40_4  |
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) |
19 May 2007 20:32:57
0.40_4
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
26 May 2006 18:24:29
0.40_3
|
pav  |
- Update MASTER_SITES, WWW
- Portlint
PR: ports/97835
Submitted by: Martin Wilke <freebsd@unixfreunde.de> |
23 Feb 2006 10:40:45
0.40_3
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
12 Jan 2006 12:54:32
0.40_3
|
sem  |
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org> |
25 Nov 2005 17:44:39
0.40_2
|
pav  |
- Add SHA256 |
15 Nov 2005 06:52:12
0.40_2
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
03 Jun 2005 20:18:13
0.40_2
|
oliver  |
change the libtool version to use from 1.3 to 1.5 |
10 Apr 2005 20:57:40
0.40_2
|
kris  |
Now builds on amd64 |
17 Mar 2004 18:29:46
0.40_2
|
trevor  |
SIZEify. |
16 Mar 2004 04:23:56
0.40_2
|
edwin  |
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5 |
14 Mar 2004 06:17:56
0.40_1
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
09 Mar 2004 12:15:30
0.40_1
|
kris  |
BROKEN on amd64 and alpha: Does not compile |
04 Feb 2004 05:10:27
0.40_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
20 Feb 2003 18:57:37
0.40
|
knu  |
De-pkg-comment. |
15 Jan 2003 19:37:42
0.40
|
ijliao  |
upgrade to 0.40 |
28 Nov 2002 16:37:35
0.32a
|
lioux  |
After repo copy from graphics category, update all appropriate
dependency references from both audio and graphics to multimedia
category.
audio/xmms --> multimedia/xmms
graphics/avifile --> multimedia/avifile
graphics/divx4linux --> multimedia/divx4linux
graphics/ffmpeg --> multimedia/ffmpeg
graphics/libdv --> multimedia/libdv
graphics/libdvdcss --> multimedia/libdvdcss
graphics/libdvdread --> multimedia/libdvdread
graphics/libmpeg2 --> multimedia/libmpeg2
graphics/linux-realplayer --> multimedia/linux-realplayer
graphics/mjpegtools --> multimedia/mjpegtools
graphics/mplayer --> multimedia/mplayer
graphics/mplayer-fonts --> multimedia/mplayer-fonts
graphics/openquicktime --> multimedia/openquicktime
graphics/win32-codecs --> multimedia/win32-codecs
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat) |
14 Oct 2002 20:11:17
0.32a
|
ijliao  |
add flounder 0.32a
A quick way to visualize regularly spaced 4D data |