summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2005-06-01 19:56:04 +0000
committeroliver <oliver@FreeBSD.org>2005-06-01 19:56:04 +0000
commit2577d7b175c040f4c4136b21adac34e0904265e9 (patch)
tree59bf0cbd4ae0d28e23fe565e2c9d81eede9ff048 /games
parent342a262e8b6eeebcfe640913eb2778cb552186a1 (diff)
downloadFreeBSD-ports-2577d7b175c040f4c4136b21adac34e0904265e9.zip
FreeBSD-ports-2577d7b175c040f4c4136b21adac34e0904265e9.tar.gz
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'games')
-rw-r--r--games/adgali/Makefile4
-rw-r--r--games/bomberinstinct/Makefile2
-rw-r--r--games/glife/Makefile6
-rw-r--r--games/gno3dtet/Makefile6
-rw-r--r--games/gnomememoryblocks/Makefile6
-rw-r--r--games/gnomememoryblocks/pkg-plist2
-rw-r--r--games/gturing/Makefile2
-rw-r--r--games/teg/Makefile2
8 files changed, 17 insertions, 13 deletions
diff --git a/games/adgali/Makefile b/games/adgali/Makefile
index f31ef1c..9e857a7 100644
--- a/games/adgali/Makefile
+++ b/games/adgali/Makefile
@@ -25,8 +25,7 @@ USE_SDL= sdl
USE_GNOME= gnometarget
USE_REINPLACE= yes
USE_GMAKE= yes
-USE_INC_LIBTOOL_VER=13
-LIBTOOLFLAGS= --disable-ltlibs --release-ignore
+USE_LIBTOOL_VER=15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
@@ -39,6 +38,7 @@ BROKEN= "Configure fails"
post-patch:
@${REINPLACE_CMD} -e 's|-O3 ||g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|-release $$(LT_RELEASE)||g' ${WRKSRC}/src/Makefile.in
post-install:
.if !defined(NOPORTDOCS)
diff --git a/games/bomberinstinct/Makefile b/games/bomberinstinct/Makefile
index 2c90823..df46e73 100644
--- a/games/bomberinstinct/Makefile
+++ b/games/bomberinstinct/Makefile
@@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
USE_SDL= mixer sdl
USE_GMAKE= yes
-USE_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
USE_PERL5_BUILD=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl"
diff --git a/games/glife/Makefile b/games/glife/Makefile
index 42ead64..6dfae69 100644
--- a/games/glife/Makefile
+++ b/games/glife/Makefile
@@ -18,12 +18,14 @@ COMMENT= Conway's Game of Life for GNOME
USE_REINPLACE= yes
USE_X_PREFIX= yes
-USE_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
USE_GNOME= gnomeprefix gnomehack libglade
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
+ s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
+ ${WRKSRC}/configure
.include <bsd.port.mk>
diff --git a/games/gno3dtet/Makefile b/games/gno3dtet/Makefile
index c8f714f..e7230ff 100644
--- a/games/gno3dtet/Makefile
+++ b/games/gno3dtet/Makefile
@@ -20,13 +20,15 @@ USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs
-USE_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
+ s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
+ ${WRKSRC}/configure
post-install:
${CHOWN} root:games ${PREFIX}/bin/gno3dtet
diff --git a/games/gnomememoryblocks/Makefile b/games/gnomememoryblocks/Makefile
index b9b23e5..adf1999 100644
--- a/games/gnomememoryblocks/Makefile
+++ b/games/gnomememoryblocks/Makefile
@@ -19,12 +19,14 @@ COMMENT= Memory Blocks game for GNOME
USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf
-USE_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
+ s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
+ ${WRKSRC}/configure
.include <bsd.port.mk>
diff --git a/games/gnomememoryblocks/pkg-plist b/games/gnomememoryblocks/pkg-plist
index 773de26..9046f58 100644
--- a/games/gnomememoryblocks/pkg-plist
+++ b/games/gnomememoryblocks/pkg-plist
@@ -1,8 +1,6 @@
bin/gnome-memblocks
etc/sound/events/gnome-memblocks.soundlist
-lib/gnome-memblocks/libscaling.la
lib/gnome-memblocks/libscaling.so
-lib/gnome-memblocks/libsliding.la
lib/gnome-memblocks/libsliding.so
share/gnome/apps/Games/gnome-memblocks.desktop
share/gnome/games/gnome-memblocks.default.scores
diff --git a/games/gturing/Makefile b/games/gturing/Makefile
index 2c57a7c..0c2bef3 100644
--- a/games/gturing/Makefile
+++ b/games/gturing/Makefile
@@ -17,7 +17,7 @@ COMMENT= A simple turing machine simulator for GNOME 2
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack libgnomeui
USE_GMAKE= yes
-USE_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
INSTALLS_OMF= yes
diff --git a/games/teg/Makefile b/games/teg/Makefile
index 90b444d..a15049f 100644
--- a/games/teg/Makefile
+++ b/games/teg/Makefile
@@ -18,7 +18,7 @@ COMMENT= A turn-based strategy game for GNOME
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui lthack
USE_GMAKE= yes
-USE_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
OpenPOWER on IntegriCloud