svn commit: r376331 - in head/games: adgali eduke32 sdlquake2 super_methane_brothers

Pawel Pekala pawel at FreeBSD.org
Mon Jan 5 17:55:45 UTC 2015


Author: pawel
Date: Mon Jan  5 17:55:43 2015
New Revision: 376331
URL: https://svnweb.freebsd.org/changeset/ports/376331
QAT: https://qat.redports.org/buildarchive/r376331/

Log:
  - Switch to USES=execinfo
  - Cleanup pkg-plist

Modified:
  head/games/adgali/Makefile
  head/games/adgali/pkg-plist
  head/games/eduke32/Makefile
  head/games/sdlquake2/Makefile
  head/games/super_methane_brothers/Makefile

Modified: head/games/adgali/Makefile
==============================================================================
--- head/games/adgali/Makefile	Mon Jan  5 17:50:44 2015	(r376330)
+++ head/games/adgali/Makefile	Mon Jan  5 17:55:43 2015	(r376331)
@@ -16,11 +16,8 @@ LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/grap
 		libpng.so:${PORTSDIR}/graphics/png \
 		libtiff.so:${PORTSDIR}/graphics/tiff \
 		libfreetype.so:${PORTSDIR}/print/freetype2
-.if !exists(/usr/include/execinfo.h)
-LIB_DEPENDS+=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
-.endif
 
-USES=		gmake libtool tar:bzip2
+USES=		execinfo gmake libtool tar:bzip2
 USE_LDCONFIG=	yes
 USE_SDL=	sdl
 USE_XORG=	xpm

Modified: head/games/adgali/pkg-plist
==============================================================================
--- head/games/adgali/pkg-plist	Mon Jan  5 17:50:44 2015	(r376330)
+++ head/games/adgali/pkg-plist	Mon Jan  5 17:55:43 2015	(r376331)
@@ -56,4 +56,3 @@ share/aclocal/adgali.m4
 %%PORTDOCS%%%%DOCSDIR%%/structagl__pos.html
 %%PORTDOCS%%%%DOCSDIR%%/structagl__rect.html
 %%PORTDOCS%%%%DOCSDIR%%/structagl__size.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%

Modified: head/games/eduke32/Makefile
==============================================================================
--- head/games/eduke32/Makefile	Mon Jan  5 17:50:44 2015	(r376330)
+++ head/games/eduke32/Makefile	Mon Jan  5 17:55:43 2015	(r376331)
@@ -15,9 +15,7 @@ COMMENT=	Duke Nukem 3D Port based on JFD
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/GNU.TXT
 
-LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
-
-USES=		gmake tar:bzip2
+USES=		execinfo gmake tar:bzip2
 USE_GCC=	any
 USE_CSTD=	gnu89
 USE_GL=		gl

Modified: head/games/sdlquake2/Makefile
==============================================================================
--- head/games/sdlquake2/Makefile	Mon Jan  5 17:50:44 2015	(r376330)
+++ head/games/sdlquake2/Makefile	Mon Jan  5 17:55:43 2015	(r376331)
@@ -10,9 +10,7 @@ MASTER_SITES=	http://koti.mbnet.fi/~turo
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Combination of R1Q2 and R1GL with SDL code from Quake2Forge
 
-LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
-
-USES=		gmake tar:bzip2
+USES=		execinfo gmake tar:bzip2
 
 OPTIONS_DEFINE=	CLIENT DEDICATED GAME
 OPTIONS_DEFAULT=	CLIENT DEDICATED

Modified: head/games/super_methane_brothers/Makefile
==============================================================================
--- head/games/super_methane_brothers/Makefile	Mon Jan  5 17:50:44 2015	(r376330)
+++ head/games/super_methane_brothers/Makefile	Mon Jan  5 17:55:43 2015	(r376331)
@@ -13,10 +13,9 @@ COMMENT=	Port of the Amiga platform game
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libclan23Core.so:${PORTSDIR}/devel/clanlib \
-		libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+LIB_DEPENDS=	libclan23Core.so:${PORTSDIR}/devel/clanlib
 
-USES=		gmake pkgconfig tar:tgz
+USES=		execinfo gmake pkgconfig tar:tgz
 USE_GCC=	yes
 USE_GL=		glu
 MAKE_ENV=	METHANE_FLAGS="${CPPFLAGS}" METHANE_LIBS="${LIBS}"


More information about the svn-ports-all mailing list