notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: games/ember/Makefile

Number of commits found: 106 (showing only 100 on this page)

1 | 2  »  

Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Sunday, 21 May 2017
13:21 linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
Original commitRevision:441395 
Wednesday, 10 May 2017
21:57 antoine search for other commits by this committer
Mark BROKEN: fails to build

In file included from EmberServices.cxx:19:
../../../../src/services/server/ServerService.h:32:10: fatal error:
'sigc++/object_slot.h' file not found
#include <sigc++/object_slot.h>

Reported by:	pkg-fallout
Original commitRevision:440605 
Tuesday, 2 May 2017
06:48 jbeich search for other commits by this committer
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
Original commitRevision:439934 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Friday, 6 Jan 2017
08:45 jbeich search for other commits by this committer
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
Original commitRevision:430692 
Wednesday, 23 Nov 2016
12:45 jbeich search for other commits by this committer
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)
Original commitRevision:426908 
Wednesday, 2 Nov 2016
22:45 mat search for other commits by this committer
Cleanup no longer needed CHMOD usage after r424898.

PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:425174 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Friday, 11 Dec 2015
16:21 amdmi3 search for other commits by this committer
- Switch to options helpers

Approved by:	portmgr blanket
Original commitRevision:403545 
Friday, 8 May 2015
21:42 jkim search for other commits by this committer
Fix build on 10.x and later.
Original commitRevision:385839 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
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.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Tuesday, 19 Aug 2014
17:47 amdmi3 search for other commits by this committer
- Switch devel/libwfut to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Original commitRevision:365413 
Friday, 15 Aug 2014
20:37 mandree search for other commits by this committer
Upgrade OpenEXR and ilmbase to 2.2.0.

GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
Original commitRevision:365038 
Saturday, 14 Jun 2014
10:48 oliver search for other commits by this committer
fix build by defining TOLUAXX_CMD on my own
Original commitRevision:357766 
Monday, 26 May 2014
15:30 bapt search for other commits by this committer
Finish conversion to USES=lua
Original commitRevision:355361 
Sunday, 23 Mar 2014
09:46 oliver search for other commits by this committer
update to 0.7.2
switch to CLang
Original commitRevision:348847 
Sunday, 16 Mar 2014
22:33 gerald search for other commits by this committer
Now that the default version of GCC in the Ports Collection (per
lang/gcc and Mk/bsd.default-versions.mk) is GCC 4.7, replace
USE_GCC=4.7+ by USE_GCC=yes.

Approved by:	portmgr (mat)
Original commitRevision:348436 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Original commitRevision:347809 
Wednesday, 5 Mar 2014
08:27 oliver search for other commits by this committer
update devel/eris to 1.3.23
Original commitRevision:347100 
Thursday, 27 Feb 2014
08:49 oliver search for other commits by this committer
fix build after boost update
Original commitRevision:346265 
Friday, 21 Feb 2014
13:36 ehaupt search for other commits by this committer
Remove trailing whitespaces from category games
Original commitRevision:345410 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Original commitRevision:343634 
Friday, 7 Feb 2014
11:44 bapt search for other commits by this committer
Chase boost and icu bump
While here convert some LIB_DEPENDS
Original commitRevision:343214 
Wednesday, 25 Dec 2013
23:29 antoine search for other commits by this committer
Convert the tree to USES=openal

Approved by:	portmgr (bapt)
Original commitRevision:337464 
Thursday, 12 Dec 2013
11:14 bapt search for other commits by this committer
Convert LIB_DEPENDS for ports depending on boost
Original commitRevision:336255 
Thursday, 21 Nov 2013
08:19 oliver search for other commits by this committer
update devel/atlas-devel to 0.6.3 which now requires a C++-11 compiler
new .so version changes in affected ports
change some ports to use USE_GCC=4.7+ (tested with 4.7 and 4.8) as this is
needed for dependencies to devel/atlas-devel
finally fix the compilation error in games/ember for at least FreeBSD 9
Original commitRevision:334470 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Friday, 20 Sep 2013
17:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Original commitRevision:327730 
Friday, 6 Sep 2013
13:01 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326494 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Tuesday, 19 Mar 2013
13:04 eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
Original commitRevision:314640 
Thursday, 31 Jan 2013
13:38 bapt search for other commits by this committer
Chase boost update
Original commitRevision:311310 
Saturday, 19 Jan 2013
10:09 oliver search for other commits by this committer
update of the worldfordge suite

devel/eris:      1.3.21
devel/mercator:  0.3.2
devel/varconf:   1.0.0
math/wfmath:     1.0.1
net/cyphesis:    0.6.0
net/skstream:    0.3.9
games/ember:     0.7.0
Original commitRevision:310647 
Sunday, 29 Jul 2012
11:17 cs search for other commits by this committer
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
Original commit
Sunday, 24 Jun 2012
18:42 oliver search for other commits by this committer
update cegui to 0.7.7
Original commit
08:21 oliver search for other commits by this committer
update cegui to 0.7.6
ignore tinyxml when installed and always use local copy [1]

PR:             ports/164547 [1]
Submitted by:   Yanhui Shen <shen.elf@gmail.com> [1]
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Monday, 28 May 2012
13:46 amdmi3 search for other commits by this committer
- Enable null renderer in cegui
- Fix cegui library versioning scheme

PR:             167831
Submitted by:   myself
Approved by:    maintainer timeout (oliver, 2 weeks)
Original commit
Saturday, 18 Feb 2012
10:18 mva search for other commits by this committer
- 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
Original commit
Thursday, 26 Jan 2012
07:59 oliver search for other commits by this committer
update ogre to 1.7.4
bump PORTREVISION on affected ports
Original commit
Friday, 9 Dec 2011
10:23 oliver search for other commits by this committer
update varconf to 0.6.7
update eris to 1.3.19
update ember to 0.6.2

Feature safe:   yes
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Monday, 1 Aug 2011
06:03 oliver search for other commits by this committer
update graphics/ogre3d to 1.7.3
bump PORTREVISION of affected ports
Original commit
Friday, 29 Apr 2011
05:56 oliver search for other commits by this committer
big WorldForge update:
update eris to 1.3.18
update wfmath to 0.3.11
update skstream to 0.3.8
update mercator to 0.3.0
update ember to 0.6.1
update cyphesis to 0.5.26
Original commit
Thursday, 10 Mar 2011
08:21 oliver search for other commits by this committer
graphics/cegui:         update to 0.7.5
graphics/ogre3d:        update to 1.7.2
games/ember:            update to 0.6.0
games/freeorion:        update to 0.3.13.3795
games/vegastrike:       Bump PORTREVISION
x11-toolkits/gigi:      Bump PORTREVISION

PR:             153817, 153818
Original commit
Thursday, 20 Jan 2011
11:45 oliver search for other commits by this committer
update devel/mercator to 0.2.9

Feature safe:   yes
Original commit
Thursday, 21 Oct 2010
11:13 oliver search for other commits by this committer
update devel/eris to 1.3.16
Original commit
Thursday, 9 Sep 2010
06:18 oliver search for other commits by this committer
correct my previous commit where i accidently bumped PORTVERSION
instead of PORTREVISION.
I hope it is OK having PORTVERSION moving backwards and not
bumping PORTEPOCH because the port was never buildable with this
higher PORTVERSION
Original commit
Tuesday, 7 Sep 2010
15:17 oliver search for other commits by this committer
update devel/mercator to 0.2.8
update net/skstream to 0.3.7
bump PORTREVISION on affected ports
Original commit
Wednesday, 9 Jun 2010
05:22 oliver search for other commits by this committer
update ember to 0.5.8
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Monday, 25 Jan 2010
19:15 pav search for other commits by this committer
- 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)
Original commit
Monday, 11 Jan 2010
16:05 oliver search for other commits by this committer
make the default install runable
bump PORTREVISION
Original commit
Saturday, 2 Jan 2010
08:31 oliver search for other commits by this committer
update graphics/ogre3d to 1.6.5
Original commit
Thursday, 3 Dec 2009
15:05 oliver search for other commits by this committer
update to 0.5.7
Original commit
Thursday, 15 Oct 2009
17:04 oliver search for other commits by this committer
update graphics/ogre3d to 1.6.3
bump PORTREVISION on affected ports
Original commit
Saturday, 22 Aug 2009
00:23 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Thursday, 14 May 2009
07:32 oliver search for other commits by this committer
fix media installation
Original commit
Tuesday, 12 May 2009
04:51 oliver search for other commits by this committer
update to 0.5.6
mark MAKE_JOBS_SAFE= yes
Original commit
Wednesday, 6 May 2009
04:45 oliver search for other commits by this committer
update to 0.5.5
Original commit
Sunday, 5 Apr 2009
10:09 oliver search for other commits by this committer
library version of eris was not meant to be included in the last commit
Original commit
08:15 oliver search for other commits by this committer
update mercator to 0.2.7
update cyphesis to 0.5.19
bump portrevision on ember
Original commit
Monday, 5 Jan 2009
20:36 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
Original commit
Saturday, 22 Nov 2008
15:50 oliver search for other commits by this committer
install media file to the correct location to make ember actually work
Original commit
Tuesday, 23 Sep 2008
04:47 oliver search for other commits by this committer
update to 0.5.4
Original commit
Thursday, 28 Aug 2008
04:17 oliver search for other commits by this committer
update mercator to 0.2.6
Original commit
Monday, 14 Jul 2008
18:09 oliver search for other commits by this committer
fix PORTDOCS
make portlint a bit more happy about Makefile
Original commit
Sunday, 13 Jul 2008
18:39 oliver search for other commits by this committer
update to 0.5.3
use lua 5.1
Original commit
Wednesday, 18 Jun 2008
17:44 oliver search for other commits by this committer
update ogre to 1.4.9
Original commit
Sunday, 1 Jun 2008
05:56 oliver search for other commits by this committer
update to 0.5.2
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- 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)
Original commit
Monday, 24 Mar 2008
23:21 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Original commit
Thursday, 13 Mar 2008
14:28 miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
Original commit
Friday, 7 Mar 2008
19:11 oliver search for other commits by this committer
update ogre3d to 1.4.7
Original commit
Thursday, 28 Feb 2008
17:27 oliver search for other commits by this committer
update to 0.5.1
take care of library updates of devel/eris and graphics/ogre3d
Original commit
Wednesday, 3 Oct 2007
17:43 oliver search for other commits by this committer
update graphics/ogre3d to 1.4.5
Original commit
Sunday, 30 Sep 2007
10:12 oliver search for other commits by this committer
set RUN_DEPENDS
bump PORTREVISION
Original commit
Wednesday, 19 Sep 2007
13:53 oliver search for other commits by this committer
update to 0.5.0
do not force the usage of gcc 3.4, the ports are now gcc 4 ready
Original commit
Thursday, 7 Jun 2007
15:15 oliver search for other commits by this committer
use gcc 3.4 because dependent ports are using gcc and so it will only
compile with gcc 3.4
Original commit
Friday, 25 May 2007
17:49 oliver search for other commits by this committer
move from X11BASE to LOCALBASE
bump PORTREVISION
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Thursday, 5 Apr 2007
09:41 oliver search for other commits by this committer
update to 0.4.3
Original commit
Sunday, 4 Mar 2007
20:27 oliver search for other commits by this committer
update to 0.4.2
Original commit
Saturday, 27 Jan 2007
08:14 oliver search for other commits by this committer
bump PORTREVISION for ogre3d update
Original commit
Wednesday, 27 Sep 2006
14:13 oliver search for other commits by this committer
mark IGNORE again for OSVERSION < 600000
Original commit
Wednesday, 20 Sep 2006
11:21 stas search for other commits by this committer
 - 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)
Original commit
Monday, 18 Sep 2006
17:31 oliver search for other commits by this committer
update ogre3d to 1.2.3
Original commit
Monday, 11 Sep 2006
14:26 oliver search for other commits by this committer
update to 0.4.1
Original commit
Thursday, 8 Jun 2006
16:07 oliver search for other commits by this committer
update freealut to 1.1.0
Original commit
Sunday, 7 May 2006
23:46 edwin search for other commits by this committer
Remove USE_REINPLACE for categories starting with a G
Original commit
Sunday, 23 Apr 2006
18:50 oliver search for other commits by this committer
readd wuft depedency
Original commit
10:14 oliver search for other commits by this committer
update to openal 20060211 [1]
fix dependant ports [2]

PR:             ports/96172 [1]
                ports/95192 [2]
Submitted by:   maintainer  [1]
                oliver      [2]
Approved by:    maintainer
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Monday, 16 Jan 2006
06:27 oliver search for other commits by this committer
update to varconf 0.6.4
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
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.
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit

Number of commits found: 106 (showing only 100 on this page)

1 | 2  »