pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/physfs Update to 1.0.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/adb523fad7de
branches:  trunk
changeset: 497333:adb523fad7de
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 25 12:12:53 2005 +0000

description:
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:

 devel/physfs/Makefile         |   7 +++----
 devel/physfs/buildlink3.mk    |   4 ++--
 devel/physfs/distinfo         |  12 ++++++------
 devel/physfs/patches/patch-aa |  16 ++++++++--------
 devel/physfs/patches/patch-ab |   6 +++---
 5 files changed, 22 insertions(+), 23 deletions(-)

diffs (96 lines):

diff -r 82bc2a7e9338 -r adb523fad7de devel/physfs/Makefile
--- a/devel/physfs/Makefile     Mon Jul 25 11:31:01 2005 +0000
+++ b/devel/physfs/Makefile     Mon Jul 25 12:12:53 2005 +0000
@@ -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@localhost
 HOMEPAGE=              http://www.icculus.org/physfs/
diff -r 82bc2a7e9338 -r adb523fad7de devel/physfs/buildlink3.mk
--- a/devel/physfs/buildlink3.mk        Mon Jul 25 11:31:01 2005 +0000
+++ b/devel/physfs/buildlink3.mk        Mon Jul 25 12:12:53 2005 +0000
@@ -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 @@
 
 .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 -r 82bc2a7e9338 -r adb523fad7de devel/physfs/distinfo
--- a/devel/physfs/distinfo     Mon Jul 25 11:31:01 2005 +0000
+++ b/devel/physfs/distinfo     Mon Jul 25 12:12:53 2005 +0000
@@ -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 -r 82bc2a7e9338 -r adb523fad7de devel/physfs/patches/patch-aa
--- a/devel/physfs/patches/patch-aa     Mon Jul 25 11:31:01 2005 +0000
+++ b/devel/physfs/patches/patch-aa     Mon Jul 25 12:12:53 2005 +0000
@@ -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 = \
+@@ -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_FALSE@libphysfs_la_LDFLAGS = \
--@BUILD_MACOSX_FALSE@  -release $(LT_RELEASE)  \
- @BUILD_MACOSX_FALSE@  -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
- 
- 
+ @BUILD_MACOSX_TRUE@@BUILD_TEST_PHYSFS_TRUE@test_physfs_INCLUDES = -I$(top_srcdir)
diff -r 82bc2a7e9338 -r adb523fad7de devel/physfs/patches/patch-ab
--- a/devel/physfs/patches/patch-ab     Mon Jul 25 11:31:01 2005 +0000
+++ b/devel/physfs/patches/patch-ab     Mon Jul 25 12:12:53 2005 +0000
@@ -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
  



Home | Main Index | Thread Index | Old Index