Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
26 Apr 2020 16:57:51
20190331

|
fernape  |
games/alephone: Update to 20190331
* Add license
* Fix COMMENT
* Add missing dependencies
PR: 245771
Submitted by: shamaz.mazum@gmail.com
Approved by: fiziologus@gmail.com (maintainer timeout) |
11 Dec 2019 17:53:49
20150620_20

|
jbeich  |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
05 Nov 2019 22:16:15
20150620_19

|
zeising  |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
19 Oct 2019 07:33:47
20150620_19

|
tobik  |
games/alephone: Spell FFMPEG_* correctly
Disable FFMPEG option by default and mark it as broken since it does not build:
SDL_ffmpeg.c:89:103: warning: declaration of 'enum PixelFormat' will not be
visible outside of this function [-Wvisibility]
struct SwsContext* getContext( SDL_ffmpegConversionContext **context, int
inWidth, int inHeight, enum PixelFormat inFormat, int outWidth, int outHeight,
enum PixelFormat outFormat )
^
SDL_ffmpeg.c:89:115: error: variable has incomplete type 'enum PixelFormat'
struct SwsContext* getContext( SDL_ffmpegConversionContext **context, int
inWidth, int inHeight, enum PixelFormat inFormat, int outWidth, int outHeight,
enum PixelFormat outFormat )
^ |
19 Aug 2019 15:35:28
20150620_19

|
jbeich  |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
13 Aug 2019 16:03:12
20150620_18

|
mat  |
Convert to UCL & cleanup pkg-message (categories e-g) |
05 Aug 2019 23:06:50
20150620_18

|
jbeich  |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
26 Jul 2019 20:46:57
20150620_17

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
12 Apr 2019 06:36:31
20150620_16

|
jbeich  |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
25 Dec 2018 11:15:44
20150620_15

|
linimon  |
Add compiler:c++11-lang to USES to fix building these ports on GCC-based
architectures.
Reported by: jhibbits
Approved by: portmgr (tier-2 blanket) |
12 Dec 2018 00:15:50
20150620_15

|
jbeich  |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
06 Nov 2018 01:50:27
20150620_14

|
jbeich  |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
28 Oct 2018 09:12:04
20150620_13

|
jbeich  |
games/alephone: unbreak build with Clang 6 (C++14 by default)
In file included from csdialogs_sdl.cpp:29:
In file included from ../../Source_Files/Misc/sdl_dialogs.h:33:
In file included from /usr/local/include/boost/function.hpp:70:
In file included from
/usr/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:47:
In file included from
/usr/local/include/boost/function/detail/function_iterate.hpp:14:
In file included from
/usr/local/include/boost/function/detail/maybe_include.hpp:15:
/usr/local/include/boost/function/function_template.hpp:158:33: error: called
object type 'nullptr_t' is not a function or function pointer
BOOST_FUNCTION_RETURN((*f)(BOOST_FUNCTION_ARGS));
^~~~
/usr/local/include/boost/function/function_template.hpp:80:36: note: expanded
from macro 'BOOST_FUNCTION_RETURN'
# define BOOST_FUNCTION_RETURN(X) X
^
/usr/local/include/boost/function/function_template.hpp:935:53: note: in
instantiation of member function
'boost::detail::function::void_function_obj_invoker0<nullptr_t, void>::invoke'
requested here (Only the first 15 lines of the commit message are shown above ) |
11 Sep 2018 18:34:28
20150620_13

|
zeising  |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
09 Aug 2018 06:58:31
20150620_12

|
jbeich  |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
02 May 2018 15:07:27
20150620_11

|
jbeich  |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
18 Apr 2018 13:57:43
20150620_10

|
jbeich  |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
18 Jan 2018 04:11:03
20150620_9

|
jbeich  |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
21 Oct 2017 06:50:50
20150620_8

|
jbeich  |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
25 Sep 2017 00:08:17
20150620_7

|
jbeich  |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
25 Sep 2017 00:05:06
20150620_6

|
jbeich  |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
23 May 2017 05:03:16
20150620_5

|
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
02 May 2017 06:48:11
20150620_4

|
jbeich  |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
06 Jan 2017 08:45:04
20150620_3

|
jbeich  |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
11 Dec 2016 15:22:47
20150620_2

|
jbeich  |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries) |
23 Nov 2016 12:45:47
20150620_1

|
jbeich  |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
01 Apr 2016 14:00:57
20150620

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
24 Jan 2016 15:01:36
20150620

|
amdmi3  |
- Update to 20150620
PR: 190106
Submitted by: fiziologus@gmail.com (maintainer) |
25 Sep 2015 06:29:41
20120514_7

|
bapt  |
Remove dirrm from plist
Convert to options helpers
Fix typos in dependency marcros |
08 Dec 2014 16:48:41
20120514_6

|
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
10 Sep 2014 20:50:37
20120514_5

|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
15 Jul 2014 18:58:59
20120514_4

|
tijl  |
- Convert multimedia/smpeg* to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip |
15 Jul 2014 15:19:07
20120514_3

|
adamw  |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
09 Jul 2014 19:06:35
20120514_3

|
tijl  |
- Convert net/sdl_net to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port) |
03 May 2014 18:58:58
20120514_2

|
tijl  |
audio/sdl_sound:
- USES=libtool.
- Strip library.
- Replace patch+reinplace with a single reinplace.
- Remove a patch so we use the upstream library name again. Bump
PORTREVISION on all dependent ports.
games/alephone:
- USES=gmake tar:bzip2.
- Remove unneeded PKG_CONFIG variable.
- Staging.
- New LIB_DEPENDS syntax.
games/asc:
- USES=libtool. (Only the first 15 lines of the commit message are shown above ) |
07 Feb 2014 11:44:09
20120514_1

|
bapt  |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
20 Sep 2013 17:36:36
20120514

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
02 Sep 2013 16:55:04
20120514

|
bapt  |
Add an explicit dependency on pkgconf |
31 May 2013 14:40:56
20120514

|
jgh  |
- adopt optionsNG for games
- trim historical headers and trim comments
- some Makefile cleanup
Approved by: portmgr (bapt) |
01 Feb 2013 15:04:01
20120514

|
ak  |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
07 Oct 2012 13:32:31
20120514

|
cs  |
Update to 20120514
PR: ports/172445
Submitted by: Green Dog <fiziologus@gmail.com> (maintainer) |
19 Jul 2012 20:15:39
20120128_2
|
naddy  |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
01 Jun 2012 05:26:28
20120128_1
|
dinoex  |
- update png to 1.5.10 |
22 Apr 2012 16:53:23
20120128
|
pawel  |
- Update to 20120128 (1.0.1)
- Remove USE_LUA (internal interpreter)
- Fix build with clang (from upstream)
PR: ports/167168
Submitted by: maintainer |
18 Feb 2012 10:18:33
20111201_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 |
19 Dec 2011 19:42:09
20111201
|
pawel  |
- Update to 20111201 (1.0-release)
- Use gmake during build
PR: ports/163283
Submitted by: Green Dog <fiziologus@gmail.com> (maintainer) |
22 Sep 2011 19:42:05
20110731
|
pawel  |
Fix OPTIONS
PR: ports/160876
Submitted by: green dog <fiziologus@gmail.com> (maintainer)
Approved by: miwi, wen (mentors implicit) |
18 Sep 2011 18:30:23
20110731
|
pawel  |
- Update to 20110731 (bugfix release)
- Add build options
- Fix dependencies
PR: ports/160728
Submitted by: green dog <fiziologus@gmail.com> (maintainer)
Approved by: miwi, wen (mentors implicit) |
03 Jul 2011 14:25:36
20100424_1
|
ohauer  |
-remove MD5 |
27 Dec 2010 20:55:08
20100424_1
|
pav  |
- Fix build with new boost
Submitted by: Alexander Churanov <alexanderchuranov@gmail.com> |
11 Aug 2010 06:57:34
20100424_1
|
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. |
02 Aug 2010 18:33:29
20100424
|
makc  |
Update to 0.23.2 (20100424)
Pass maintainership to submitter
PR: ports/149111
Submitted by: Nico <fiziologus at gmail.com> |
24 Apr 2010 12:35:06
20080913_4
|
amdmi3  |
- Release maintainership of some ports I'm not interested in |
28 Mar 2010 06:47:48
20080913_4
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
20080913_3
|
dinoex  |
- update to jpeg-8 |
30 Jan 2010 09:43:31
20080913_2
|
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
20080913_1 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
31 Jul 2009 13:57:52
20080913_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
28 Jul 2009 11:45:09
20080913
|
pav  |
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer) |
23 Sep 2008 13:26:59
20080913
|
amdmi3  |
- Update to 20080913 |
21 Aug 2008 22:30:18
20080721
|
amdmi3  |
- Update to 20080721
- Unbreak build
- Take maintainership |
15 Aug 2008 14:16:02
20070525_2
|
pav  |
- Mark BROKEN: does not build with speex-1.2rc1
Reported by: pointyhat |
28 Jul 2008 19:09:32
20070525_2
|
pav  |
- Reset <ray@cultofray.net>:
<<< 553 sorry, mail to that recipient is not accepted (#5.7.1)
550 5.1.1 <ray@cultofray.net>... User unknown |
19 Apr 2008 17:56:05
20070525_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) |
13 Mar 2008 14:28:35
20070525_2
|
miwi  |
- Chase devel/sdl12 shlib version bump |
04 Jun 2007 14:20:47
20070525_1
|
miwi  |
- Update to 20070525
PR: 113016
Submitted by: Raymond Pasco<ray@cultofray.net> (maintainer) |
19 May 2007 20:32:57
20061228_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
31 Mar 2007 03:28:56
20061228
|
alepulver  |
- Update to version 20061228.
- Remove USE_X_PREFIX.
- Remove support for FreeBSD < 5.x.
- Remove old adjustements for the previous non-standard SDL location.
- Install documentation (when !NOPORTDOCS).
- Use %%DATADIR%% in pkg-plist.
- Update pkg-message (about upcoming games/alephone-data update and
games/alephone-scenarios, which need this to be committed first so they all
install under LOCALBASE).
PR: ports/110688
Submitted by: alepulver (myself)
Approved by: "Raymond Pasco" <ray@cultofray.net> (maintainer) |
23 Feb 2007 22:51:12
20061202_1
|
mezz  |
Chase the shared library version of speex, bump the PORTREVISION. |
03 Dec 2006 22:51:56
20061202
|
miwi  |
- Update to 20061202
PR: ports/106249
Submitted by: Raymond Pasco<ray@cultofray.net> (maintainer) |
19 Oct 2006 00:02:48
20060701_1
|
linimon  |
Fix the missed merge from the 6-exp testing run, from which bsd.port.mk 1.541
was committed on 2006/09/15, to fix the build.
Hat: portmgr
Pointy hat: linimon
Approved by: portmgr (implicit) |
20 Sep 2006 11:21:59
20060701_1
|
stas  |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
12 Sep 2006 08:04:51
20060701
|
pav  |
- Mark BROKEN on 4.X: does not compile
Reported by: krismail |
12 Aug 2006 21:04:31
20060701
|
pav  |
- Update to 20060701
PR: ports/101922
Submitted by: Raymond Pasco <ray@cultofray.net> |
12 Aug 2006 21:03:35
20060701
|
pav  |
- Update to 20060701
- Take maintainership
PR: ports/101922
Submitted by: Raymond Pasco <ray@cultofray.net> |
03 May 2006 13:25:08
20051119
|
pav  |
- Switch lua dependency to lang/lua50 |
20 Apr 2006 05:17:21
20051119
|
sem  |
- Update to 20051119
PR: ports/96003
Submitted by: Ports Fury |
18 Mar 2006 22:34:11
20050118
|
linimon  |
Reset maintainer at his request, as he only has FreeBSD on servers these days. |
22 Jan 2006 11:18:58
20050118
|
edwin  |
SHA256ify
Approved by: krion@ |
23 Jun 2005 03:14:26
20050118
|
oliver  |
The file to patch is in DOS format (NL+CR) but the patch didn't addressed that.
Fixing the patch makes it apply...
Pointed out by: Colin Worthy <cworthy@myrealbox.com> |
17 Jun 2005 18:45:16
20050118
|
oliver  |
update to 20050118
PR: ports/79177
Submitted by: Evan Dower <evantd@yahoo.com>
Approved by: maintainer timeout (9 weeks) |
20 Sep 2004 19:43:12
0.12.0_2
|
danfe  |
Fix problematic C++ code, and unbreak the build with recent GCC.
Reported by: kris
Approved by: portmgr (marcus), fjoe (mentor, implicit) |
17 Sep 2004 22:39:39
0.12.0_2
|
kris  |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
31 Mar 2004 03:12:58
0.12.0_2
|
trevor  |
SIZEify (maintainer timeout) |
16 Mar 2004 04:23:56
0.12.0_2
|
edwin  |
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5 |
20 Jan 2004 21:18:12
0.12.0_1
|
krion  |
- Use new knobs from bsd.sdl.mk
Approved by: portmgr |
04 Dec 2003 14:41:46
0.12.0_1
|
des  |
Unbreak in -CURRENT (by adding 'using namespace std' in strategic spots)
Approved by: maintainer silence |
20 Nov 2003 15:06:15
0.12.0
|
trevor  |
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier |
20 Nov 2003 13:51:47
0.12.0
|
trevor  |
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction. |
04 Jun 2003 22:43:38
0.12.0
|
kris  |
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris |
18 May 2003 09:20:54
0.12.0
|
kris  |
BROKEN on 5.1: bad C++ |
21 Feb 2003 12:06:01
0.12.0
|
knu  |
De-pkg-comment. |
02 Jan 2003 15:06:10
0.12.0
|
sobomax  |
Update version number of SDL shared library. |
17 Apr 2002 12:38:03
0.12.0
|
sobomax  |
Chase increase of libSDL version number. |
29 Mar 2002 07:52:36
0.12.0
|
petef  |
Add a missing depend on graphics/sdl_image and add a regexp to allow this
to compile.
PR: 36438
Submitted by: Josh Elsasser <jre@vineyard.net> |
07 Feb 2002 21:23:02

|
pat  |
Update to 0.12.0 |
27 Apr 2001 19:16:33

|
ijliao  |
A change in sdl12 broke the alephone port. This has been fixed. |
17 Apr 2001 18:21:30

|
will  |
Solve build problem on bento with temporary hack. For some reason, the
SDL_VERSION variable used in screen_sdl.cpp is 6 when it should not be. I
think the culprit is sdl-devel-1.2._0_, which is just faulty logic. Anyhow,
this is the quick-fix to get the binaries for AlephOne on the 4.3R CDs. |
09 Apr 2001 12:55:04

|
sobomax  |
Move: devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 |
08 Mar 2001 19:13:13

|
clive  |
Split the alephone port into two ports (game and data). |