| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
24 Apr 2013 18:10:32
2.4
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
13 Dec 2012 18:14:51
2.4
|
acm  |
- Update to 2.4
- Remove obsolete patch file
PR: 171290
Submitted by: "Mikhail T." <m.tsatsenko at gmail.com> |
19 Jul 2012 20:15:39
2.3.1_3
|
naddy  |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
01 Jun 2012 05:26:28
2.3.1_2
|
dinoex  |
- update png to 1.5.10 |
18 Feb 2012 10:18:33
2.3.1_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
2.3.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 |
13 Dec 2010 17:37:45
2.3.1
|
acm  |
- Update to 2.3.1
PR: 153121
Submitted by: Mikhail T. <m.tsatsenko at mail.ru> |
04 Dec 2010 07:34:27
2.3_1
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
2.3_1
|
ade  |
Punt autoconf267->autoconf268 |
05 Oct 2010 19:57:56
2.3_1
|
ade  |
Round one migration of ports from automake{19,110} to automake111 |
15 Sep 2010 18:35:24
2.3_1
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
14 Aug 2010 00:53:16
2.3
|
acm  |
- Update to 2.3
- Fix build on amd64
- Add UFORADIANT option. UFOradiant is a ufoai map editor
- Add a new entry about uforadiant to pkg-message.in file
- Clean up
PR: 148640
Submitted by: Mikhail T. <m.tsatsenko__ at _mail.ru> |
11 Aug 2010 06:57:34
2.2.1_9
|
mva  |
- Update graphics/sdl_ttf to version 2.0.10
- Bump portrevisions for all ports depending on graphics/sdl_ttf
- Update Mk/bsd.sdl.mk for the new shared library version. |
06 Jun 2010 20:44:03
2.2.1_8
|
naddy  |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
31 May 2010 02:01:56
2.2.1_7
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
03 Apr 2010 10:44:36
2.2.1_6
|
roam  |
Chase the ftp/curl shlib version bump. |
30 Mar 2010 18:32:01
2.2.1_5
|
dinoex  |
- fix build for png-1.4.1
- fix build for jpeg8 |
28 Mar 2010 06:47:48
2.2.1_5
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
2.2.1_4
|
dinoex  |
- update to jpeg-8 |
30 Jan 2010 09:43:31
2.2.1_3
|
mva  |
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.
PR: ports/142147 ports/142248 ports/142249
Approved by: miwi (mentor implicit) |
22 Aug 2009 00:23:13
2.2.1_2  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
18 Jul 2009 11:11:29
2.2.1_2
|
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
06 Jul 2009 21:26:00
2.2.1_1
|
naddy  |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
20 Mar 2009 23:34:24
2.2.1
|
acm  |
- Update to 2.2.1
PR : 131804
Submitted by: Tobias Rehbein <tobias.rehbein _at_ web.de> |
23 Jan 2009 15:43:14
2.2_2
|
roam  |
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working. |
21 Aug 2008 06:18:49
2.2_1
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
25 Jul 2008 14:34:52
2.2_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 |
06 Jun 2008 13:31:51
2.2_1
|
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) |
02 Apr 2008 16:05:32
2.2
|
acm  |
- Add missing sdl_mixer dependency |
02 Apr 2008 15:51:21
2.2
|
acm  |
- Update to 2.2
- Remove obsolete options
- Remove obsolete patch files
Submitted by: Alex Kozlov <spam__ (at)_rm-rf.kiev.ua> |
13 Mar 2008 14:28:35
2.1.1_1
|
miwi  |
- Chase devel/sdl12 shlib version bump |
20 Aug 2007 07:51:23
2.1.1
|
acm  |
- Update to 2.1.1
- Update WWW
- Add patch-src-client_qal.h,patch-src-ports-linux_qal_linux.h patch files
- Add two new OPTIONS to games/ufoai port
- Now, it uses GNU_CONFIGURE
- Remove obsolete patch file
- Another tiny modifications |
28 Jul 2007 12:27:31
2.0.r5_3
|
miwi  |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
19 May 2007 20:32:57
2.0.r5_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
01 Oct 2006 21:20:15
2.0.r5_1
|
acm  |
- Fix the installation path of some files. It causes a crash on UFO missions
- Add pkg-message
- Bump PORTREVISION |
01 Oct 2006 02:10:10
2.0.r5
|
acm  |
- New ports: games/ufoai games/ufoai-data
UFO ALIEN INVASION is a strategy game featuring tactical combat against hostile
alien forces which are about to infiltrate earth at this very moment. You are
in command of a small special unit which has been founded to face the alien
strike force. To be successful on the long run, you will also have to have a
research team study the aliens and their technologies in order to learn as much
as possible about their technology, their goals and the aliens themselves.
WWW: http://ufo.myexp.de/ |