1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-09 02:22:18 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
John Marino
796464350e games category: Remove $PTHREAD_LIBS
approved by:	PTHREAD blanket
2015-03-25 23:00:50 +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
Antoine Brodin
2fcf01af1e Allow stripping as a regular user 2014-10-12 15:00:30 +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
216b5a285f - Fix missing library problems when the linker enforces explicit linking
PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-08-26 14:06:08 +00:00
Alex Kozlov
12e263b358 - Use /usr/bin/unzip for zip files extraction (part 2)
Remove most of USES=zip:infozip

PR:        ports/188419
Approved by:	portmgr (bapt)
Exp-run:	antoine
2014-06-06 15:26:41 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Antoine Brodin
d156778c07 Unbreak 2014-03-10 23:09:10 +00:00
Baptiste Daroussin
665bec206d Convert g* to USES=zip 2014-03-10 14:49:26 +00:00
Ganael LAPLANCHE
2f92a0b681 Convert my ports from using USE_DOS2UNIX to USES=dos2unix 2013-12-03 08:34:29 +00:00
Ganael LAPLANCHE
a1bd522600 Fix pkg-message shown twice 2013-11-27 07:19:41 +00:00
Ganael LAPLANCHE
e2d527b219 Do not mute INSTALL_xxx actions
Reported by:	danfe
2013-11-22 09:43:43 +00:00
Ganael LAPLANCHE
65c5d451a3 - Enable staging
- Work in a subdir of WRKDIR
- Update USES
- Strip binary
2013-11-21 13:20:15 +00:00
Baptiste Daroussin
c84e1cd8e6 Add NO_STAGE all over the place in preparation for the staging support (cat: games) 2013-09-20 17:36:33 +00:00
Ganael LAPLANCHE
989f90dd85 - Update to 20120819
- Use new header format in Makefile
- Use NO_WRKSUBDIR instead of redefining WRKSRC manually

Feature safe:	yes
2013-04-17 07:08:08 +00:00
Ganael LAPLANCHE
a96b9cf4b3 Update to 20120730 2012-08-08 13:23:41 +00:00
Marcus von Appen
fbd0197639 - 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
2012-02-18 10:18:33 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Ganael LAPLANCHE
640a56bf04 Update to 20110703 2011-07-15 10:21:31 +00:00
Ganael LAPLANCHE
4579ae2bc7 Fix MAKE_ENV to make the port build with pending patch from ports/153625.
PR:	ports/153625
Submitted by:	gerald
Feature safe:	yes
Approved by:	ehaupt (mentor)
2011-01-13 07:23:00 +00:00
Ganael LAPLANCHE
ba68408fe6 - Update to 20100926
- Add a LOCAL mirror
- Add LICENSE
- Use dos2unix
- Provide a patch to use expose() function again (and SDL_SetPalette())

Approved by:	ehaupt (mentor)
2010-10-08 08:27:15 +00:00
Ganael LAPLANCHE
db6d323dff Update MAINTAINER address for my ports
Approved by:	ehaupt (mentor)
2010-09-27 12:08:23 +00:00
Philip M. Gollucci
2e59da295c - Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>
- Update some MASTER_SITES too

PR:             ports/150349
Submitted by:   maintainer
2010-09-07 15:52:18 +00:00
Max Brazhnikov
f2a02002d9 Update to 20100427
PR:		ports/147965
Submitted by:	Ganael Laplanche (maintainer)
Feature safe:	yes
2010-06-25 22:21:22 +00:00
Wen Heping
50f7ee79fa - Update to v.20100328
PR:		ports/145258
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.org> (maintainer)
2010-04-14 01:40:25 +00:00
Felippe de Meirelles Motta
4fe538d768 OpenJazz, is a free, open-source re-implementation of the classic Jazz Jackrabbit(tm) game engine.
WWW: http://treacle.hewwo.com/jazz/oj/index.html

PR:		ports/122375
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com>
Approved by:	araujo (mentor)
2008-06-03 02:35:07 +00:00