Commit graph

16 commits

Author SHA1 Message Date
Antoine Brodin
cb1b916f45 - this port doesn't use png
- cleanup plist
2014-12-25 13:46:15 +00:00
Tijl Coosemans
60945f0277 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)
2014-12-08 16:48:38 +00:00
Marcus von Appen
6d83e65a8b - Convert games/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-20 17:36:02 +00:00
Gerald Pfeifer
15945f8122 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)
2014-09-10 20:50:31 +00:00
Tijl Coosemans
ee97df16bd - Convert net/sdl_net to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstaged port)
2014-07-09 19:06:34 +00:00
Danilo Egea Gondolfo
a3f7fd5ad8 - Update from 1.14.4 to 1.14.5 2014-06-20 18:44:38 +00:00
Danilo Egea Gondolfo
2ff984f260 - Update from 1.14.3 to 1.14.4 2014-05-25 16:28:45 +00:00
Danilo Egea Gondolfo
3c4dd03db1 - Update from 1.14.2 to 1.14.3 2014-05-16 02:10:08 +00:00
Danilo Egea Gondolfo
96c6938c85 - Update from 1.14.1 to 1.14.2 2014-05-08 13:25:35 +00:00
John Marino
4cc9b84c44 games/doomsday: Unbreak on DragonFly (note OSVERSION used without OPSYS)
OPVERSION always requires coupling with OPSYS to be correct, but normally
I let "<" comparison violators go because it never equates to "true" on
DragonFly.  This is a rare case where DragonFly needs the comparison to
be true.  Add a couple of OPSYS to fix the recent breakage on DragonFly.
2014-05-06 17:24:31 +00:00
Danilo Egea Gondolfo
f424320f07 - Update from 1.14.0 to 1.14.1 2014-04-27 16:07:14 +00:00
Danilo Egea Gondolfo
9461ad8877 - Update from 1.13.2 to 1.14.0
- Take maintainership
2014-04-27 00:40:18 +00:00
Max Brazhnikov
d1e467e534 games/doomsday: fix PORTSCOUT variable 2014-03-28 12:52:21 +00:00
Steve Wills
eeb39dd1e3 - Update to 1.13.2
- Add PORTSCOUT restriction to avoid beta builds

PR:		ports/187933
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-03-25 20:11:48 +00:00
Raphael Kubo da Costa
7b7c065a4e Fix `make fetch' after r339985.
We cannot use ${PORTNAME} in MASTER_SITE now that the port was renamed.

PR:		ports/185830
Submitted by:	Max Sterling <maxclsb@gmail.com>
2014-01-18 19:44:47 +00:00
Max Brazhnikov
6bab5063a5 - Follow upstream and rename games/deng to doomsday
- Update to 1.12.2 (upstream has switched from cmake to qmake)
- Add STAGEDIR support
- Python is required only for building
- Remove custom post-install
- Use options helpers

PR:		based on ports/185171
Submitted by:	Max Sterling <maxclsb at gmail.com>
2014-01-16 20:44:43 +00:00