diff options
author | wiz <wiz> | 2005-07-25 12:12:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-07-25 12:12:53 +0000 |
commit | b10ec4973c9fcdc9cde2f093857226c2df07f192 (patch) | |
tree | 8726b3d7142eb573fb7e7abfed2d16ab4a5da2f1 /devel/physfs | |
parent | 1a9b5109a3724e28fb9955e84c4eb1f075068e7f (diff) | |
download | pkgsrc-b10ec4973c9fcdc9cde2f093857226c2df07f192.tar.gz |
Update to 1.0.1:
07232005 - Fixed bug in zip archiver (thanks, Jörg Walter!). Updated zlib to
1.2.3, which properly includes the security fix. Fixed "make dist"
to handle .svn dirs and other file changes. Removed "debian"
directory. Fixed warning in physfs.c. Updated CWProjects.sit.
Upped version to 1.0.1.
07132005 - Moved to zlib122, and security fix discussed here:
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2096
06122005 - Added support for mingw to Unix build process (thanks, Matze!).
03162005 - Readded Spanish translation. Added Brazillian Portguese translation
and fixed unlocalized string in wad.c (thanks Danny!). Some MacOS
Classic fixes and MPW support (thanks, Chris!). Changed CWProjects
from SITX to SIT format, so MacOS Classic users can unpack it.
02152005 - Minor comment fix in platform/pocketpc.c
01052004 - Fixed HOG archiver sorting/file lookup (thanks, Chris!)
12162004 - Fixed some documentation/header comment typos (thanks, Gaetan!)
10302004 - Fixed a strcpy that should have been a strcat. (thanks, Tolga!)
Removed .cvsignore files (we're in a Subversion repository, now).
Build system respects external CFLAGS now. (thanks, Adam!)
09212003 - Happy September. Fixes to bootstrap on MacOS X. Seeking now tries
to respect pre-buffered data.
Diffstat (limited to 'devel/physfs')
-rw-r--r-- | devel/physfs/Makefile | 7 | ||||
-rw-r--r-- | devel/physfs/buildlink3.mk | 4 | ||||
-rw-r--r-- | devel/physfs/distinfo | 12 | ||||
-rw-r--r-- | devel/physfs/patches/patch-aa | 16 | ||||
-rw-r--r-- | devel/physfs/patches/patch-ab | 6 |
5 files changed, 22 insertions, 23 deletions
diff --git a/devel/physfs/Makefile b/devel/physfs/Makefile index 9db5b518bfe..8f2559d9bfc 100644 --- a/devel/physfs/Makefile +++ b/devel/physfs/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2005/04/11 21:45:36 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/07/25 12:12:53 wiz Exp $ # -DISTNAME= physfs-1.0.0 -PKGREVISION= 2 +DISTNAME= physfs-1.0.1 CATEGORIES= devel -MASTER_SITES= http://www.icculus.org/physfs/downloads/ +MASTER_SITES= http://offload1.icculus.org/physfs/downloads/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.icculus.org/physfs/ diff --git a/devel/physfs/buildlink3.mk b/devel/physfs/buildlink3.mk index 7f3ca085418..daf7bd084f5 100644 --- a/devel/physfs/buildlink3.mk +++ b/devel/physfs/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2004/10/03 00:13:32 tv Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2005/07/25 12:12:53 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ PHYSFS_BUILDLINK3_MK:= ${PHYSFS_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= physfs .if !empty(PHYSFS_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.physfs+= physfs>=1.0.0 -BUILDLINK_RECOMMENDED.physfs+= physfs>=1.0.0nb1 +BUILDLINK_RECOMMENDED.physfs+= physfs>=1.0.1 BUILDLINK_PKGSRCDIR.physfs?= ../../devel/physfs .endif # PHYSFS_BUILDLINK3_MK diff --git a/devel/physfs/distinfo b/devel/physfs/distinfo index cffcdb157e3..cbb6719447e 100644 --- a/devel/physfs/distinfo +++ b/devel/physfs/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2005/02/23 22:24:30 agc Exp $ +$NetBSD: distinfo,v 1.7 2005/07/25 12:12:53 wiz Exp $ -SHA1 (physfs-1.0.0.tar.gz) = 4ad9b9cf56b98547c21a894f718d17bce26a52fa -RMD160 (physfs-1.0.0.tar.gz) = b7847363d6fd745dae5fed3e4aef7043a90b54a5 -Size (physfs-1.0.0.tar.gz) = 511883 bytes -SHA1 (patch-aa) = 932316336724e86530df2212505b616d6c49c781 -SHA1 (patch-ab) = 3f6b3fc14595b20ac6e564dfd19323c036559dda +SHA1 (physfs-1.0.1.tar.gz) = 48803ceb60b44a4d3b7511b7a2d66a020d86e95a +RMD160 (physfs-1.0.1.tar.gz) = 3a3fc6f66b397fe966e5aa661e3aa415055ef3b1 +Size (physfs-1.0.1.tar.gz) = 539978 bytes +SHA1 (patch-aa) = 3d24970fa5fbd64e4fe05b763d75a64deec57a16 +SHA1 (patch-ab) = 74600b7e2db083df2cff5f0a6cbd31be366157a0 SHA1 (patch-ac) = 499c7e7780dacee4bf55df608bd90994079e5f12 diff --git a/devel/physfs/patches/patch-aa b/devel/physfs/patches/patch-aa index 8f1f1af775d..5e9de56d136 100644 --- a/devel/physfs/patches/patch-aa +++ b/devel/physfs/patches/patch-aa @@ -1,16 +1,16 @@ -$NetBSD: patch-aa,v 1.2 2004/09/21 00:30:59 wiz Exp $ +$NetBSD: patch-aa,v 1.3 2005/07/25 12:12:54 wiz Exp $ ---- Makefile.in.orig 2004-01-03 22:06:43.000000000 +0100 +--- Makefile.in.orig 2005-07-24 02:25:52.000000000 +0200 +++ Makefile.in -@@ -160,11 +160,9 @@ libphysfsinclude_HEADERS = \ - @BUILD_MACOSX_TRUE@libphysfs_la_INCLUDES = $(ZLIB_INC) - - @BUILD_MACOSX_TRUE@libphysfs_la_LDFLAGS = \ --@BUILD_MACOSX_TRUE@ -release $(LT_RELEASE) \ - @BUILD_MACOSX_TRUE@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) +@@ -311,11 +311,9 @@ libphysfsinclude_HEADERS = \ + @BUILD_MACOSX_TRUE@libphysfs_la_INCLUDES = $(ZLIB_INC) @BUILD_MACOSX_FALSE@libphysfs_la_LDFLAGS = \ -@BUILD_MACOSX_FALSE@ -release $(LT_RELEASE) \ @BUILD_MACOSX_FALSE@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) + @BUILD_MACOSX_TRUE@libphysfs_la_LDFLAGS = \ +-@BUILD_MACOSX_TRUE@ -release $(LT_RELEASE) \ + @BUILD_MACOSX_TRUE@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) + @BUILD_MACOSX_TRUE@@BUILD_TEST_PHYSFS_TRUE@test_physfs_INCLUDES = -I$(top_srcdir) diff --git a/devel/physfs/patches/patch-ab b/devel/physfs/patches/patch-ab index 24c9489c044..5fb17b81610 100644 --- a/devel/physfs/patches/patch-ab +++ b/devel/physfs/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.3 2004/11/28 14:35:19 wiz Exp $ +$NetBSD: patch-ab,v 1.4 2005/07/25 12:12:54 wiz Exp $ ---- configure.orig 2004-01-03 22:06:44.000000000 +0100 +--- configure.orig 2005-07-24 00:14:17.000000000 +0200 +++ configure -@@ -9815,6 +9815,20 @@ echo $ECHO_N "checking if this is FreeBS +@@ -10378,6 +10378,20 @@ echo $ECHO_N "checking if this is FreeBS echo "${ECHO_T}$this_is_freebsd" >&6 fi |