diff options
author | wiz <wiz> | 2004-09-21 00:30:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-09-21 00:30:59 +0000 |
commit | 3c99c71475f54f9aebe9094e03ac1e30d5dbb912 (patch) | |
tree | 1e97a845e8bf33f5d2516db02b7b67a8a27cd817 /devel/physfs | |
parent | 3ac560cd243b279049d47bb0af7bcee45679e81f (diff) | |
download | pkgsrc-3c99c71475f54f9aebe9094e03ac1e30d5dbb912.tar.gz |
Update to 1.0.0:
12292003 - Updated CodeWarrior projects from CW6 to CW7, and made a bunch of
patches to get the Mac Classic target building again. Removed
zlib114 from CVS repository. Updated OS/2 build batch file.
Added Z_PREFIX define to Unix builds that use internal zlib.
Patched up some (outdated?) Visual C project files for zlib121.
Patched Doxyfile and physfs.h for newer Doxygen. Fixed OS/2
build script. Tweaked Project Builder files to at least compile.
Added some last minute BeOS and Cygwin build fixes. Updated
Visual Studio projects and tweaked some Makefile.am crap. Made
changes so Visual Studio files would pack with DOS endlines and...
Upped version to 1.0.0 (woohoo!).
12222003 - Fixed a search-and-replace mistake in win32.c that preventing
compiling on Windows. (thanks, Brian!) Converted VC6 .dsp to use
zlib121; made Z_PREFIX=1 enabled by default to avoid link clashes;
put zlib files in separate logical folder in .dsp project; updated
zlib121/zconf.h to address remaining symbols that were still
causing link warnings.
12182003 - WAD archiver now puts maps into subdirectories, making them
accessible to the application. (Thanks, Travis!) RPM spec and
Makefile.am* now package zlib_license_change.txt (Thanks, Edward!)
12142003 - Added Doom WAD support (Thanks, Travis!)
12082003 - Fixed some win32.c deficiencies that Robby Dermody pointed
out (thanks!)
12072003 - Upgraded internal zlib to 1.2.1 (thanks, Adam!) Other
Unix build fixes.
11112003 - Patches to make OS/2 support compile again.
11092003 - Added __PHYSFS_platformStrnicmp(), and made qpak.c case-insensitive.
09122003 - Happy September. Actually released current tree as 0.1.9.
08262003 - Added MiNT support to build process and fixed cross-compiling
(thanks Patrice Mandin!)
08092003 - Some Windows build fixes (thanks, Brian Hook!)
07232003 - Upped version to 0.1.9.
07202003 - Switched to zlib license (see new LICENSE text in root of source
tree, and zlib_license_switch.txt for details). Had to remove
archivers/qpak.c, the Ruby bindings from the extras directory, and
the Russian and Spanish translations, since those contributors
couldn't be contacted. If they show up, we'll readd them to the
project, otherwise we'll eventually replace their work...everyone
else signed on for the change. Committed a patch to convert all
tabs to spaces (Thanks, James!). Added patch to zip.c to fix
crash (thanks, dillo!). Reimplmented qpak.c, by welding together
bits of grp.c and zip.c. Ed contacted me, so I could readd his
contributions post-license change...I'm going to keep the new
qpak.c, but I've readded his Ruby bindings and Russian translations.
06112003 - Patches to globbing.c to handle corner cases (thanks, Bradley!).
06102003 - Added globbing.c to "extras" directory.
05232003 - Rewrote MacOSX/Darwin CD-ROM detection code to use IOKit, which is
much much more accurate than the previous code. Updated
configure.in and Makefile.am.newautomake for some MacOSX stuff.
05222003 - Fixed win32 crash if PHYSFS_init() is called with a NULL.
05182003 - PocketPC fixes (thanks, David Hedbor!)
05162003 - Compiler warning cleanup in HOG and MVL archivers (Thanks, Bradley!)
04082003 - Minor changes to extras/abs-file.h (Thanks, Adam!)
03302003 - Fixed seeking in uncompressed ZIP entries, and handle a
misbehaviour in Java's JAR creation tools. Thanks to "Tree" for
pointing these bugs out. Added HOG and MVL archive support for
Descent I and II (Thanks, Bradley Bell!). Added example code to
do case-insensitive file searches ("extras/ignorecase.*").
03192003 - Fixed problem in PHYSFS_mkdir() when dirs to be created already
exist. Fixed problem where PHYSFS_mkdir() incorrectly tripped an
alarm in __PHYSFS_verifySecurity().
03122003 - Attempt at cleaning up some type correctness for VC++6. Made QPAK
archiver case-insensitive (since Quake2 has problems without it).
01302003 - Added buffering API to OS/2 build's exported symbol list. Updated
CWProjects.sit and made several fixes to get physfs building on
MacOS Classic again.
01282003 - Fixed seeking in buffered files opened for read.
01072003 - .NET assembly and C# wrapper by Gregory S. Read in the extras dir.
Diffstat (limited to 'devel/physfs')
-rw-r--r-- | devel/physfs/Makefile | 4 | ||||
-rw-r--r-- | devel/physfs/PLIST | 6 | ||||
-rw-r--r-- | devel/physfs/buildlink3.mk | 4 | ||||
-rw-r--r-- | devel/physfs/distinfo | 11 | ||||
-rw-r--r-- | devel/physfs/patches/patch-aa | 6 | ||||
-rw-r--r-- | devel/physfs/patches/patch-ab | 13 | ||||
-rw-r--r-- | devel/physfs/patches/patch-ac | 10 |
7 files changed, 20 insertions, 34 deletions
diff --git a/devel/physfs/Makefile b/devel/physfs/Makefile index 19cbdaf5327..badaf4d5df5 100644 --- a/devel/physfs/Makefile +++ b/devel/physfs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2004/03/06 22:37:40 snj Exp $ +# $NetBSD: Makefile,v 1.7 2004/09/21 00:30:59 wiz Exp $ # -DISTNAME= physfs-0.1.8 +DISTNAME= physfs-1.0.0 CATEGORIES= devel MASTER_SITES= http://www.icculus.org/physfs/downloads/ diff --git a/devel/physfs/PLIST b/devel/physfs/PLIST index 9ae997bd615..a5ae00e7be3 100644 --- a/devel/physfs/PLIST +++ b/devel/physfs/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/13 20:00:29 dillo Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/09/21 00:30:59 wiz Exp $ bin/test_physfs include/physfs.h lib/libphysfs.a lib/libphysfs.la lib/libphysfs.so -lib/libphysfs.so.8 -lib/libphysfs.so.8.0 +lib/libphysfs.so.0 +lib/libphysfs.so.0.0 diff --git a/devel/physfs/buildlink3.mk b/devel/physfs/buildlink3.mk index 2218c03c174..c93cef8ad07 100644 --- a/devel/physfs/buildlink3.mk +++ b/devel/physfs/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2004/03/18 09:12:11 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2004/09/21 00:31:33 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ PHYSFS_BUILDLINK3_MK:= ${PHYSFS_BUILDLINK3_MK}+ @@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nphysfs} BUILDLINK_PACKAGES+= physfs .if !empty(PHYSFS_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.physfs+= physfs>=0.1.8 +BUILDLINK_DEPENDS.physfs+= physfs>=1.0.0 BUILDLINK_PKGSRCDIR.physfs?= ../../devel/physfs .endif # PHYSFS_BUILDLINK3_MK diff --git a/devel/physfs/distinfo b/devel/physfs/distinfo index f17aa7cc5b3..f4b9b72c07e 100644 --- a/devel/physfs/distinfo +++ b/devel/physfs/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.3 2004/09/15 16:45:44 agc Exp $ +$NetBSD: distinfo,v 1.4 2004/09/21 00:30:59 wiz Exp $ -SHA1 (physfs-0.1.8.tar.gz) = 0fc4ed9d72df84279718b57d54c4b8f4f76286a2 -Size (physfs-0.1.8.tar.gz) = 462702 bytes -SHA1 (patch-aa) = 2a56434b2979206fc3e8c4a5a3ab1eeaed715bda -SHA1 (patch-ab) = daba84c3d776ff08f8b168370d9079eff3546634 -SHA1 (patch-ac) = d382c0272de4e4fd8bb179909471f7f8e6b4f874 +SHA1 (physfs-1.0.0.tar.gz) = 4ad9b9cf56b98547c21a894f718d17bce26a52fa +Size (physfs-1.0.0.tar.gz) = 511883 bytes +SHA1 (patch-aa) = 932316336724e86530df2212505b616d6c49c781 +SHA1 (patch-ac) = 499c7e7780dacee4bf55df608bd90994079e5f12 diff --git a/devel/physfs/patches/patch-aa b/devel/physfs/patches/patch-aa index 9dc4dadee88..8f1f1af775d 100644 --- a/devel/physfs/patches/patch-aa +++ b/devel/physfs/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/07/13 20:00:30 dillo Exp $ +$NetBSD: patch-aa,v 1.2 2004/09/21 00:30:59 wiz Exp $ ---- Makefile.in.orig Sun Jul 13 21:44:22 2003 +--- Makefile.in.orig 2004-01-03 22:06:43.000000000 +0100 +++ Makefile.in -@@ -150,11 +150,9 @@ libphysfsinclude_HEADERS = \ +@@ -160,11 +160,9 @@ libphysfsinclude_HEADERS = \ @BUILD_MACOSX_TRUE@libphysfs_la_INCLUDES = $(ZLIB_INC) @BUILD_MACOSX_TRUE@libphysfs_la_LDFLAGS = \ diff --git a/devel/physfs/patches/patch-ab b/devel/physfs/patches/patch-ab deleted file mode 100644 index cf8143bda49..00000000000 --- a/devel/physfs/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2003/07/13 20:49:30 dillo Exp $ - ---- archivers/zip.c.orig Fri Nov 22 07:03:08 2002 -+++ archivers/zip.c -@@ -1166,7 +1166,7 @@ static PHYSFS_sint32 zip_find_start_of_d - int stop_on_first_find) - { - PHYSFS_sint32 lo = 0; -- PHYSFS_sint32 hi = (PHYSFS_sint32) info->entryCount; -+ PHYSFS_sint32 hi = (PHYSFS_sint32) (info->entryCount - 1); - PHYSFS_sint32 middle; - PHYSFS_uint32 dlen = strlen(path); - PHYSFS_sint32 retval = -1; diff --git a/devel/physfs/patches/patch-ac b/devel/physfs/patches/patch-ac index c9fd15442b6..da50600a434 100644 --- a/devel/physfs/patches/patch-ac +++ b/devel/physfs/patches/patch-ac @@ -1,10 +1,10 @@ -$NetBSD: patch-ac,v 1.1 2004/09/15 16:45:44 agc Exp $ +$NetBSD: patch-ac,v 1.2 2004/09/21 00:30:59 wiz Exp $ ---- platform/unix.c 2004/09/15 16:35:55 1.1 -+++ platform/unix.c 2004/09/15 16:40:46 -@@ -77,11 +77,19 @@ +--- platform/unix.c.orig 2003-05-24 05:26:03.000000000 +0200 ++++ platform/unix.c +@@ -212,11 +212,19 @@ char **__PHYSFS_platformDetectAvailableC - #ifdef PHYSFS_HAVE_SYS_UCRED_H + #elif (defined PHYSFS_HAVE_SYS_UCRED_H) +#if defined(__NetBSD__) && (__NetBSD_Version__ >= 200040000) +#include <sys/statvfs.h> |