diff options
author | oliver <oliver@FreeBSD.org> | 2005-07-30 00:17:22 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-07-30 00:17:22 +0800 |
commit | 2d998a207b142f6ba4a0be175ee9a24f5bfe672a (patch) | |
tree | 845cb9e284060a8d9c2b7db92324aa0177516f7e | |
parent | b2c9d1f10dca66374c9deeb7a52e7621b7995cfc (diff) | |
download | freebsd-ports-gnome-2d998a207b142f6ba4a0be175ee9a24f5bfe672a.tar.gz freebsd-ports-gnome-2d998a207b142f6ba4a0be175ee9a24f5bfe672a.tar.zst freebsd-ports-gnome-2d998a207b142f6ba4a0be175ee9a24f5bfe672a.zip |
add physfs 1.1.0
PR: ports/83994
Submitted by: oliver
Repocopy by: marcus
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/physfs-devel/Makefile | 3 | ||||
-rw-r--r-- | devel/physfs-devel/distinfo | 4 | ||||
-rw-r--r-- | devel/physfs-devel/files/patch-configure | 12 | ||||
-rw-r--r-- | devel/physfs-devel/pkg-plist | 4 |
6 files changed, 14 insertions, 11 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 08f028be3086..0835ba6c2d06 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -9230,6 +9230,7 @@ phraze ports/misc/phraze phylip ports/biology/phylip physcalc ports/math/physcalc physfs ports/devel/physfs +physfs-devel ports/devel/physfs-devel pib ports/sysutils/pib pic2fig ports/print/pic2fig picasm ports/devel/picasm diff --git a/devel/Makefile b/devel/Makefile index d4339c319156..fc84a5bc4c17 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1266,6 +1266,7 @@ SUBDIR += phpbt SUBDIR += phptags SUBDIR += physfs + SUBDIR += physfs-devel SUBDIR += picasm SUBDIR += picp SUBDIR += picprog diff --git a/devel/physfs-devel/Makefile b/devel/physfs-devel/Makefile index 633aa106cc41..f9efa96a2f76 100644 --- a/devel/physfs-devel/Makefile +++ b/devel/physfs-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= physfs -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= http://offload1.icculus.org/${PORTNAME}/downloads/ @@ -17,5 +17,6 @@ COMMENT= A library to provide abstract access to various archives USE_GNOME= gnometarget USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes +NO_LATEST_LINK= yes .include <bsd.port.mk> diff --git a/devel/physfs-devel/distinfo b/devel/physfs-devel/distinfo index 0066babc4906..0d7c1f06d4dd 100644 --- a/devel/physfs-devel/distinfo +++ b/devel/physfs-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (physfs-1.0.1.tar.gz) = d0bd118c6b55fb1e020fe982d6ec6957 -SIZE (physfs-1.0.1.tar.gz) = 539978 +MD5 (physfs-1.1.0.tar.gz) = 2b5d678d66dcbd03c74440e57c89ca33 +SIZE (physfs-1.1.0.tar.gz) = 494182 diff --git a/devel/physfs-devel/files/patch-configure b/devel/physfs-devel/files/patch-configure index 4647a1c1a52e..c843ca6f04da 100644 --- a/devel/physfs-devel/files/patch-configure +++ b/devel/physfs-devel/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Sat Sep 13 11:29:31 2003 -+++ configure Mon Sep 29 18:37:43 2003 -@@ -7357,6 +7357,7 @@ +--- configure.orig Sun Jul 24 02:24:48 2005 ++++ configure Fri Jul 29 18:09:18 2005 +@@ -6050,6 +6050,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,12 +8,12 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -7420,7 +7421,7 @@ +@@ -6113,7 +6114,7 @@ EOF else - PHYSFSCFLAGS="-O2" + PHYSFSCFLAGS="" - - cat >>confdefs.h <<\EOF + cat >> confdefs.h <<\EOF #define NDEBUG 1 + EOF diff --git a/devel/physfs-devel/pkg-plist b/devel/physfs-devel/pkg-plist index a10efdafd77e..2dafcb097c4b 100644 --- a/devel/physfs-devel/pkg-plist +++ b/devel/physfs-devel/pkg-plist @@ -1,6 +1,6 @@ bin/test_physfs include/physfs.h -lib/libphysfs-1.0.so -lib/libphysfs-1.0.so.1 +lib/libphysfs-1.1.so +lib/libphysfs-1.1.so.0 lib/libphysfs.so lib/libphysfs.a |