| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
04 Aug 2012 22:52:04
0.7.0_2
|
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 05:26:28
0.7.0_1
|
dinoex  |
- update png to 1.5.10 |
20 Feb 2012 00:06:49
0.7.0
|
miwi  |
- Update to 0.7.0
PR: 165002
Submitted by: Ports Fury |
18 Feb 2012 10:18:33
0.6.3_1
|
mva  |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
23 Sep 2011 22:26:39
0.6.3
|
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 |
03 Jul 2011 14:25:36
0.6.3
|
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
0.6.3
|
ade  |
Sync to new bsd.autotools.mk |
15 Jul 2010 07:58:55
0.6.3
|
miwi  |
- Update to 0.6.3
PR: 148557
Submitted by: Ports Fury |
28 Mar 2010 06:47:48
0.6.2_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
25 Jan 2010 19:15:18
0.6.2_1
|
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) |
02 Aug 2009 19:36:34
0.6.2
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
18 Jun 2009 12:20:16
0.6.2
|
miwi  |
- Update to 0.6.2
PR: 135641
Submitted by: Ports Fury |
23 Jan 2009 16:28:36
0.6.1_1
|
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). |
29 Oct 2008 18:07:40
0.6.1
|
araujo  |
- Update 0.6.1. |
19 Apr 2008 17:56:05
0.6.0  |
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) |
26 Feb 2008 13:34:00
0.6.0
|
miwi  |
- Update to 0.6.0
PR: 121087
Submitted by: Ports Fury |
23 Jul 2007 09:36:52
0.5.7
|
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 |
14 Jul 2007 14:19:33
0.5.7
|
sat  |
- Update to 0.5.7
PR: ports/113772
Submitted by: Ports Fury |
27 May 2007 11:31:29
0.5.6
|
miwi  |
- Update to 0.5.6
PR: 113006
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
19 May 2007 20:32:57
0.5.5_4
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
15 Apr 2007 21:06:14
0.5.5_3
|
gabor  |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h |
01 Feb 2007 02:42:06
0.5.5_3
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
14 Aug 2006 23:06:39
0.5.5_3
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
07 May 2006 23:46:33
0.5.5_3
|
edwin  |
Remove USE_REINPLACE for categories starting with a G |
23 Feb 2006 10:40:45
0.5.5_3
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
12 Jan 2006 12:54:32
0.5.5_2
|
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> |
07 Dec 2005 10:13:02
0.5.5_1
|
jylefort  |
Chase the plib update by bumping PORTREVISION, since it is statically
linked in. |
24 Nov 2005 19:28:01
0.5.5
|
pav  |
- Add SHA256 |
15 Nov 2005 06:52:12
0.5.5
|
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. |
01 Nov 2005 20:58:17
0.5.5
|
pav  |
- Update to 0.5.5
PR: ports/88344
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
04 Jul 2005 13:12:01
0.5.4
|
arved  |
Update to 0.5.4
PR: 82939
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
12 Apr 2005 03:26:57
0.5.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.5.3
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
06 Feb 2005 23:30:41
0.5.3
|
pav  |
- Update to 0.5.3
PR: ports/77136
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
05 Dec 2004 00:32:06
0.5.2
|
lesi  |
If imake is not present at build time, configure gets confused about
location of X11 libraries and headers, so tell it where they are.
Pointed out by: dosirak via kris, while testing X.Org upgrade |
14 Nov 2004 09:08:36
0.5.2
|
krion  |
Update to version 0.5.2
PR: ports/73906
Submitted by: Ports Fury |
27 Jun 2004 18:07:32
0.5.0
|
krion  |
Mark as BROKEN on 4.x
PR: ports/68379
Submitted by: Ports Fury |
25 Jun 2004 05:31:17
0.5.0
|
adamw  |
Update to 0.5.0. |
14 Mar 2004 06:17:56
0.4.4_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. |
18 Feb 2004 03:49:15
0.4.4_1
|
kris  |
This port now seems to compile on 5.x |
09 Feb 2004 02:02:19
0.4.4_1
|
kris  |
BROKEN on 5.x: Does not compile |
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. |
26 Jan 2004 20:02:17
0.4.4
|
krion  |
- Update to version 0.4.4
PR: ports/61954
Submitted by: Ports Fury |
22 Dec 2003 05:19:00
0.4.3
|
linimon  |
KATO-san notes that this port has been updated since I started
on my project to mark ports broken on 5.x. I thought I had
cvsupped ports on my build test box, but it looks like not. My
apologies to KATO-san ... |
22 Dec 2003 02:15:55
0.4.3
|
linimon  |
Per bento logs, mark as broken on recent 5.x versions. |
17 Dec 2003 16:46:45
0.4.3
|
krion  |
- Update to version 0.4.3
PR: 60339
Submitted by: Ports Fury |
10 Nov 2003 18:51:28
0.4.2
|
krion  |
- Update to version 0.4.2
PR: 59126
Submitted by: Ports Fury |
03 Oct 2003 15:43:11
0.4.1
|
krion  |
- Update to version 0.4.1
PR: 57533
Submitted by: Ports Fury |
01 Oct 2003 05:22:08
0.4.0
|
krion  |
- Fix build on bento
Submitted by: Mark Linimon, Ports Fury |
19 Sep 2003 06:12:27
0.4.0
|
krion  |
- Fix build
Submitted by: kris via bento |
02 Sep 2003 18:37:13
0.4.0
|
krion  |
- Update to version 0.4.0
PR: 56320
Submitted by: Ports Fury |
24 Jul 2003 19:56:26
0.3.3
|
krion  |
Fix build on -current
PR: 54801
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Approved by: fjoe (mentor) (implicit) |
22 Jun 2003 23:07:55
0.3.3
|
arved  |
Update to 0.3.3
PR: 53389
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
22 Jun 2003 22:37:31
0.3.2
|
arved  |
Update to 0.3.2
PR: 52695
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
02 May 2003 06:02:47
0.3.1
|
anholt  |
Update to 0.3.1
PR: porst/51052
Submitted by: Ports Fury |
20 Feb 2003 17:32:26
0.2.4
|
knu  |
De-pkg-comment. |
02 Sep 2002 03:47:21
0.2.4
|
kevlo  |
Update to version 0.2.4
PR: 42240
Submitted by: Ports Fury |
06 Jul 2002 01:31:03
0.2.3
|
pat  |
Update to 0.2.3
PR: 40243
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
08 Jun 2002 18:36:03
0.2.2
|
ijliao  |
- GNU_CONFIGURE -> USE_LIBTOOL
PR: 38997
Submitted by: Ports Fury |
06 Jun 2002 06:43:23
0.2.2
|
ijliao  |
upgrade to 0.2.2 |
16 Mar 2002 03:47:18
0.1.11
|
ijliao  |
add vamos 0.1.11
An automotive simulation framework |