2013-07-15 04:02:17 +02:00
|
|
|
# $NetBSD: Makefile,v 1.20 2013/07/15 02:02:21 ryoon Exp $
|
2003-07-13 22:00:29 +02:00
|
|
|
#
|
|
|
|
|
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.
2005-07-25 14:12:53 +02:00
|
|
|
DISTNAME= physfs-1.0.1
|
2009-05-20 02:58:05 +02:00
|
|
|
PKGREVISION= 1
|
2003-07-13 22:00:29 +02:00
|
|
|
CATEGORIES= devel
|
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.
2005-07-25 14:12:53 +02:00
|
|
|
MASTER_SITES= http://offload1.icculus.org/physfs/downloads/
|
2003-07-13 22:00:29 +02:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2003-07-13 22:00:29 +02:00
|
|
|
HOMEPAGE= http://www.icculus.org/physfs/
|
2003-07-21 18:35:12 +02:00
|
|
|
COMMENT= Library providing abstract access to various archives
|
2003-07-13 22:00:29 +02:00
|
|
|
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2004-11-22 22:13:03 +01:00
|
|
|
USE_LANGUAGES= c c++
|
2004-11-28 15:35:19 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-pthreads
|
2004-12-05 00:09:06 +01:00
|
|
|
PTHREAD_AUTO_VARS= yes
|
2003-07-13 22:00:29 +02:00
|
|
|
|
2012-09-28 11:45:13 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
|
|
CONFIGURE_ARGS+= --disable-cdrom
|
|
|
|
.endif
|
|
|
|
|
2013-07-15 04:02:17 +02:00
|
|
|
.include "../../mk/readline.buildlink3.mk"
|
2004-03-06 23:37:40 +01:00
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
2003-07-13 22:00:29 +02:00
|
|
|
|
2004-03-06 23:37:40 +01:00
|
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
2003-07-13 22:00:29 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|