aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2009-04-04 20:05:22 +0800
committeroliver <oliver@FreeBSD.org>2009-04-04 20:05:22 +0800
commitbab5c8df021c75954713530f66fd07adc2ee5c4e (patch)
tree2d40c62eb3af1222620acbffb71613961cd8a642
parent25c65b15fe9994c6bdcc249a0e1381aa61b9a4de (diff)
downloadfreebsd-ports-gnome-bab5c8df021c75954713530f66fd07adc2ee5c4e.tar.gz
freebsd-ports-gnome-bab5c8df021c75954713530f66fd07adc2ee5c4e.tar.zst
freebsd-ports-gnome-bab5c8df021c75954713530f66fd07adc2ee5c4e.zip
update devel/physfs to 2.0.0
bump PORTREVISION on the affected ports
-rw-r--r--devel/love/Makefile4
-rw-r--r--devel/love07/Makefile4
-rw-r--r--devel/love5/Makefile4
-rw-r--r--devel/physfs/Makefile19
-rw-r--r--devel/physfs/distinfo6
-rw-r--r--devel/physfs/files/patch-configure19
-rw-r--r--devel/physfs/pkg-plist5
-rw-r--r--games/blobby/Makefile3
-rw-r--r--games/daimonin-client/Makefile4
-rw-r--r--games/daimonin/Makefile4
-rw-r--r--games/excido/Makefile4
-rw-r--r--games/lincity-ng/Makefile4
-rw-r--r--games/love/Makefile4
-rw-r--r--games/netpanzer-data/Makefile4
-rw-r--r--games/netpanzer/Makefile4
-rw-r--r--games/pingus/Makefile4
-rw-r--r--games/tmw/Makefile3
-rw-r--r--games/trigger/Makefile4
-rw-r--r--games/warzone2100/Makefile4
-rw-r--r--games/windstille/Makefile4
-rw-r--r--x11-toolkits/paragui-devel/Makefile4
-rw-r--r--x11-toolkits/paragui/Makefile4
22 files changed, 57 insertions, 62 deletions
diff --git a/devel/love/Makefile b/devel/love/Makefile
index 914959593ac2..981e4bff8d4f 100644
--- a/devel/love/Makefile
+++ b/devel/love/Makefile
@@ -7,7 +7,7 @@
PORTNAME= love
DISTVERSION= 0.5-0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games devel
MASTER_SITES= SF
@@ -15,7 +15,7 @@ MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Open-source 2D game engine
LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \
- physfs-1.0.1:${PORTSDIR}/devel/physfs \
+ physfs.1:${PORTSDIR}/devel/physfs \
freetype.9:${PORTSDIR}/print/freetype2
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost
diff --git a/devel/love07/Makefile b/devel/love07/Makefile
index 914959593ac2..981e4bff8d4f 100644
--- a/devel/love07/Makefile
+++ b/devel/love07/Makefile
@@ -7,7 +7,7 @@
PORTNAME= love
DISTVERSION= 0.5-0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games devel
MASTER_SITES= SF
@@ -15,7 +15,7 @@ MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Open-source 2D game engine
LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \
- physfs-1.0.1:${PORTSDIR}/devel/physfs \
+ physfs.1:${PORTSDIR}/devel/physfs \
freetype.9:${PORTSDIR}/print/freetype2
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost
diff --git a/devel/love5/Makefile b/devel/love5/Makefile
index 914959593ac2..981e4bff8d4f 100644
--- a/devel/love5/Makefile
+++ b/devel/love5/Makefile
@@ -7,7 +7,7 @@
PORTNAME= love
DISTVERSION= 0.5-0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games devel
MASTER_SITES= SF
@@ -15,7 +15,7 @@ MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Open-source 2D game engine
LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \
- physfs-1.0.1:${PORTSDIR}/devel/physfs \
+ physfs.1:${PORTSDIR}/devel/physfs \
freetype.9:${PORTSDIR}/print/freetype2
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost
diff --git a/devel/physfs/Makefile b/devel/physfs/Makefile
index 01c85bc83472..df8366be128f 100644
--- a/devel/physfs/Makefile
+++ b/devel/physfs/Makefile
@@ -6,16 +6,29 @@
#
PORTNAME= physfs
-PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTVERSION= 2.0.0
CATEGORIES= devel
MASTER_SITES= http://offload1.icculus.org:9090/${PORTNAME}/downloads/
MAINTAINER= oliver@FreeBSD.org
COMMENT= A library to provide abstract access to various archives
-USE_GNOME= gnometarget
+USE_CMAKE= yes
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
+patch-autotools:
+ @${DO_NADA}
+
+post-patch:
+ @${REINPLACE_CMD} -e \
+ 's|CHECK_INCLUDE_FILE(sys/ucred.h HAVE_UCRED_H|& "-include sys/param.h"|g; \
+ s|CHECK_INCLUDE_FILE(readline/readline.h HAVE_READLINE_H|& "-include stdio.h"|g; \
+ s|CHECK_INCLUDE_FILE(readline/history.h HAVE_HISTORY_H|& "-include stdio.h"|g; \
+ s|CHECK_LIBRARY_EXISTS("readline" "history.*|SET(HAVE_LIBHISTORY TRUE)|g; \
+ s|" " \(readline curses\)|\1|' ${WRKSRC}/CMakeLists.txt
+
+ @${REINPLACE_CMD} -e 's|\(define SIZEOF_INT\) 4|\1 (LONG_BIT/8)|g' \
+ ${WRKSRC}/platform/unix.c
+
.include <bsd.port.mk>
diff --git a/devel/physfs/distinfo b/devel/physfs/distinfo
index 04ee2f451d0c..0293ab144816 100644
--- a/devel/physfs/distinfo
+++ b/devel/physfs/distinfo
@@ -1,3 +1,3 @@
-MD5 (physfs-1.0.1.tar.gz) = d0bd118c6b55fb1e020fe982d6ec6957
-SHA256 (physfs-1.0.1.tar.gz) = cbe80331ca69429231c072f0234791331ed0a9e42e65f3c88f297ec75615869a
-SIZE (physfs-1.0.1.tar.gz) = 539978
+MD5 (physfs-2.0.0.tar.gz) = cfc53e0c193914c9c5ab522e58737373
+SHA256 (physfs-2.0.0.tar.gz) = cbdfaf484d26c2c5d5673aabf8a3f1e0afdcbbd0a99865ba226e9368f3c5501c
+SIZE (physfs-2.0.0.tar.gz) = 671421
diff --git a/devel/physfs/files/patch-configure b/devel/physfs/files/patch-configure
deleted file mode 100644
index 4647a1c1a52e..000000000000
--- a/devel/physfs/files/patch-configure
+++ /dev/null
@@ -1,19 +0,0 @@
---- configure.orig Sat Sep 13 11:29:31 2003
-+++ configure Mon Sep 29 18:37:43 2003
-@@ -7357,6 +7357,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -7420,7 +7421,7 @@
- EOF
-
- else
-- PHYSFSCFLAGS="-O2"
-+ PHYSFSCFLAGS=""
-
- cat >>confdefs.h <<\EOF
- #define NDEBUG 1
diff --git a/devel/physfs/pkg-plist b/devel/physfs/pkg-plist
index 39c7932d44af..6ccad06cb739 100644
--- a/devel/physfs/pkg-plist
+++ b/devel/physfs/pkg-plist
@@ -1,7 +1,6 @@
bin/test_physfs
include/physfs.h
-lib/libphysfs-1.0.so
-lib/libphysfs-1.0.so.1
+lib/libphysfs.so.1
+lib/libphysfs.so.2.0.0
lib/libphysfs.a
-lib/libphysfs.la
lib/libphysfs.so
diff --git a/games/blobby/Makefile b/games/blobby/Makefile
index ca8747e1f75f..eeef952abf8f 100644
--- a/games/blobby/Makefile
+++ b/games/blobby/Makefile
@@ -7,6 +7,7 @@
PORTNAME= blobby
PORTVERSION= 0.6a
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF
DISTNAME= blobby2-linux-${PORTVERSION}
@@ -14,7 +15,7 @@ DISTNAME= blobby2-linux-${PORTVERSION}
MAINTAINER= ganael.laplanche@martymac.com
COMMENT= Official continuation of the famous Blobby Volley 1.x game
-LIB_DEPENDS= physfs:${PORTSDIR}/devel/physfs \
+LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs \
drm:${PORTSDIR}/graphics/libdrm
USE_XORG= x11 xext xxf86vm xdamage xfixes xau xdmcp xrandr xrender
diff --git a/games/daimonin-client/Makefile b/games/daimonin-client/Makefile
index a983e2ede4f8..1fa5fc70fc5c 100644
--- a/games/daimonin-client/Makefile
+++ b/games/daimonin-client/Makefile
@@ -7,14 +7,14 @@
PORTNAME= daimonin_client
PORTVERSION= 0.9.7.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/daimonin
MAINTAINER= pav@FreeBSD.org
COMMENT= Free open source Massively Multiplayer On-line Role-playing Game (MMORPG)
-LIB_DEPENDS= physfs:${PORTSDIR}/devel/physfs \
+LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs \
curl.5:${PORTSDIR}/ftp/curl
USE_ZIP= yes
diff --git a/games/daimonin/Makefile b/games/daimonin/Makefile
index a983e2ede4f8..1fa5fc70fc5c 100644
--- a/games/daimonin/Makefile
+++ b/games/daimonin/Makefile
@@ -7,14 +7,14 @@
PORTNAME= daimonin_client
PORTVERSION= 0.9.7.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/daimonin
MAINTAINER= pav@FreeBSD.org
COMMENT= Free open source Massively Multiplayer On-line Role-playing Game (MMORPG)
-LIB_DEPENDS= physfs:${PORTSDIR}/devel/physfs \
+LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs \
curl.5:${PORTSDIR}/ftp/curl
USE_ZIP= yes
diff --git a/games/excido/Makefile b/games/excido/Makefile
index a4f62a156cba..5c800d02a2ff 100644
--- a/games/excido/Makefile
+++ b/games/excido/Makefile
@@ -7,7 +7,7 @@
PORTNAME= excido
PORTVERSION= 0.1.5c
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= http://offload1.icculus.org/excido/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -16,7 +16,7 @@ MAINTAINER= alepulver@FreeBSD.org
COMMENT= A portable fast-paced 3d shooter
LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \
- physfs-1.0.1:${PORTSDIR}/devel/physfs \
+ physfs.1:${PORTSDIR}/devel/physfs \
alut.1:${PORTSDIR}/audio/freealut
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
diff --git a/games/lincity-ng/Makefile b/games/lincity-ng/Makefile
index 8e33d71eb4d1..db907da91baf 100644
--- a/games/lincity-ng/Makefile
+++ b/games/lincity-ng/Makefile
@@ -7,7 +7,7 @@
PORTNAME= lincity-ng
PORTVERSION= 1.1.2
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_BERLIOS}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,7 +16,7 @@ MAINTAINER= az@FreeBSD.org
COMMENT= Improved rich city simulation game for X
BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
-LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs
+LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs
USE_BZIP2= yes
USE_SDL= sdl mixer image ttf gfx
diff --git a/games/love/Makefile b/games/love/Makefile
index 914959593ac2..981e4bff8d4f 100644
--- a/games/love/Makefile
+++ b/games/love/Makefile
@@ -7,7 +7,7 @@
PORTNAME= love
DISTVERSION= 0.5-0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games devel
MASTER_SITES= SF
@@ -15,7 +15,7 @@ MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Open-source 2D game engine
LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \
- physfs-1.0.1:${PORTSDIR}/devel/physfs \
+ physfs.1:${PORTSDIR}/devel/physfs \
freetype.9:${PORTSDIR}/print/freetype2
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost
diff --git a/games/netpanzer-data/Makefile b/games/netpanzer-data/Makefile
index 3809cd8b1487..7ffe63d2b268 100644
--- a/games/netpanzer-data/Makefile
+++ b/games/netpanzer-data/Makefile
@@ -7,7 +7,7 @@
PORTNAME= data
PORTVERSION= 0.8
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_BERLIOS}
MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX:S/-//}
@@ -17,7 +17,7 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME:S/$/-/}${PORTVERSION}
MAINTAINER= mad@madpilot.net
COMMENT= Data files for the netpanzer game
-LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs
+LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs
BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
GNU_CONFIGURE= yes
diff --git a/games/netpanzer/Makefile b/games/netpanzer/Makefile
index f225c89e46f5..84500726647f 100644
--- a/games/netpanzer/Makefile
+++ b/games/netpanzer/Makefile
@@ -7,14 +7,14 @@
PORTNAME= netpanzer
PORTVERSION= 0.8.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_BERLIOS}/${PORTNAME}/
MAINTAINER= mad@madpilot.net
COMMENT= Real time, isometric view, tank multiplayer strategy game
-LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs
+LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs
BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
RUN_DEPENDS= ${LOCALBASE}/share/netpanzer/wads/netp.act:${PORTSDIR}/games/netpanzer-data
diff --git a/games/pingus/Makefile b/games/pingus/Makefile
index 39dc5ee23aad..9f446b86b633 100644
--- a/games/pingus/Makefile
+++ b/games/pingus/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pingus
PORTVERSION= 0.7.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://pingus.seul.org/files/
@@ -16,7 +16,7 @@ COMMENT= Free Lemmings-like game
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
boost_regex.4:${PORTSDIR}/devel/boost \
- physfs-1.0.1:${PORTSDIR}/devel/physfs
+ physfs.1:${PORTSDIR}/devel/physfs
USE_BZIP2= yes
USE_ICONV= yes
diff --git a/games/tmw/Makefile b/games/tmw/Makefile
index b9377f372a09..3843d8779f05 100644
--- a/games/tmw/Makefile
+++ b/games/tmw/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tmw
PORTVERSION= 0.0.28.1
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF
MASTER_SITE_SUBDIR= themanaworld
@@ -18,7 +19,7 @@ COMMENT= A free open source 2D MMORPG in development
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
png.5:${PORTSDIR}/graphics/png \
curl.5:${PORTSDIR}/ftp/curl \
- physfs-1.0.1:${PORTSDIR}/devel/physfs
+ physfs.1:${PORTSDIR}/devel/physfs
BUILD_DEPENDS= guichan>=0.8.1:${PORTSDIR}/devel/guichan
RUN_DEPENDS= guichan>=0.8.1:${PORTSDIR}/devel/guichan
diff --git a/games/trigger/Makefile b/games/trigger/Makefile
index b95c74d0d645..9514a841699e 100644
--- a/games/trigger/Makefile
+++ b/games/trigger/Makefile
@@ -7,7 +7,7 @@
PORTNAME= trigger
PORTVERSION= 0.5.2.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= SF
MASTER_SITE_SUBDIR=${PORTNAME}-rally
@@ -19,7 +19,7 @@ COMMENT= A rally car racing game
BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
LIB_DEPENDS= openal:${PORTSDIR}/audio/openal \
- physfs:${PORTSDIR}/devel/physfs \
+ physfs.1:${PORTSDIR}/devel/physfs \
alut.1:${PORTSDIR}/audio/freealut
USE_SDL= sdl image
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile
index b682f7cc16f2..916661fdd0a5 100644
--- a/games/warzone2100/Makefile
+++ b/games/warzone2100/Makefile
@@ -7,7 +7,7 @@
PORTNAME= warzone2100
PORTVERSION= 2.0.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://download.gna.org/warzone/releases/2.0/
@@ -20,7 +20,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
mad.2:${PORTSDIR}/audio/libmad \
ogg.5:${PORTSDIR}/audio/libogg \
openal.0:${PORTSDIR}/audio/openal \
- physfs-1.0.1:${PORTSDIR}/devel/physfs \
+ physfs.1:${PORTSDIR}/devel/physfs \
png.5:${PORTSDIR}/graphics/png \
vorbis.4:${PORTSDIR}/audio/libvorbis
diff --git a/games/windstille/Makefile b/games/windstille/Makefile
index f2ffef524c45..c320661c48b9 100644
--- a/games/windstille/Makefile
+++ b/games/windstille/Makefile
@@ -7,7 +7,7 @@
PORTNAME= windstille
PORTVERSION= 0.3.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= BERLIOS CENKES
@@ -15,7 +15,7 @@ MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Classic 2D jump-n-shoot game
LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \
- physfs-1.0.1:${PORTSDIR}/devel/physfs \
+ physfs.1:${PORTSDIR}/devel/physfs \
ogg.5:${PORTSDIR}/audio/libogg \
vorbis.4:${PORTSDIR}/audio/libvorbis \
png.5:${PORTSDIR}/graphics/png \
diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile
index 795fcffd619f..68e666a1071a 100644
--- a/x11-toolkits/paragui-devel/Makefile
+++ b/x11-toolkits/paragui-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= paragui
PORTVERSION= 1.1.8
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,7 +16,7 @@ PKGNAMESUFFIX= -devel
MAINTAINER= acm@FreeBSD.org
COMMENT= Cross-platform high-level application framework and GUI library(devel)
-LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs \
+LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs \
expat.6:${PORTSDIR}/textproc/expat2 \
freetype.9:${PORTSDIR}/print/freetype2 \
sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
diff --git a/x11-toolkits/paragui/Makefile b/x11-toolkits/paragui/Makefile
index caec5399e048..94991478ba88 100644
--- a/x11-toolkits/paragui/Makefile
+++ b/x11-toolkits/paragui/Makefile
@@ -8,7 +8,7 @@
PORTNAME= paragui
PORTVERSION= 1.0.4
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
@@ -17,7 +17,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Cross-platform high-level application framework and GUI library
-LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs \
+LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs \
expat.6:${PORTSDIR}/textproc/expat2
CONFLICTS= paragui-devel-[0-9]*