pkgsrc/archivers/star/Makefile

20 lines
530 B
Makefile
Raw Normal View History

2003-07-17 23:21:03 +02:00
# $NetBSD: Makefile,v 1.7 2003/07/17 21:21:39 grant Exp $
#
Updated to version 1.4.3. Changes: - Support for BSDi version 4.x - Suport for BSDi on sparc - Support for sparc64 FreeBSD - Support for i786-cygwin - Added +DAportable to the HP-UX cc compiler flags - New Platform 9000-831-hp-ux-cc - Added floatingpint printing support for OS/2 - Added support for macppc-netbsd-cc NetBSD on MAC - Workaround for an OpenBSD bug in ctype.h (illegaly #defines EOF) - Added IPv6 support to 'rmt' - Better casting for debug printf() in 'rmt' - Better autoconfiguration for librmt and its users yields in better compilation and portability results for OS that do not support the needed internet features for remote tape support. - Special support for an undocumented but unfortunately important "feature" for symlinks on HP-UX. Now star tries to retain the permissions of a symlink by stting umask() before creating the symlink. - Fixed a bug that caused star to be unable to correctly deal with ACLs where the user or group name contains spaces. - Workaround for reading rotten archives caused by above bug. - Fixed a bug that caused star to create broken archives if the POSIX.1-2001 extended format is used for sparse files > 8 GB. For this reason, a new extended header tag SCHILY.realsize has been added. - Fixed a bug that caused star to dump core on UNIX-98 TAR compat mode with e.g. 'star cbv' because star did not check for the missing arg to the -b option. - 'star -n -tpath ...' now only prints the pathnames to allow to use the ooutput directly in scripts. If you like the old behavior, use 'star -nv ...'
2003-02-23 12:28:59 +01:00
DISTNAME= star-1.4.3
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.berlios.de/pub/star/
2003-07-17 23:21:03 +02:00
MAINTAINER= uebayasi@NetBSD.org
HOMEPAGE= http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/star.html
COMMENT= the fastest tar like archiver for UNIX
USE_GMAKE= # defined
Updated to version 1.4.3. Changes: - Support for BSDi version 4.x - Suport for BSDi on sparc - Support for sparc64 FreeBSD - Support for i786-cygwin - Added +DAportable to the HP-UX cc compiler flags - New Platform 9000-831-hp-ux-cc - Added floatingpint printing support for OS/2 - Added support for macppc-netbsd-cc NetBSD on MAC - Workaround for an OpenBSD bug in ctype.h (illegaly #defines EOF) - Added IPv6 support to 'rmt' - Better casting for debug printf() in 'rmt' - Better autoconfiguration for librmt and its users yields in better compilation and portability results for OS that do not support the needed internet features for remote tape support. - Special support for an undocumented but unfortunately important "feature" for symlinks on HP-UX. Now star tries to retain the permissions of a symlink by stting umask() before creating the symlink. - Fixed a bug that caused star to be unable to correctly deal with ACLs where the user or group name contains spaces. - Workaround for reading rotten archives caused by above bug. - Fixed a bug that caused star to create broken archives if the POSIX.1-2001 extended format is used for sparse files > 8 GB. For this reason, a new extended header tag SCHILY.realsize has been added. - Fixed a bug that caused star to dump core on UNIX-98 TAR compat mode with e.g. 'star cbv' because star did not check for the missing arg to the -b option. - 'star -n -tpath ...' now only prints the pathnames to allow to use the ooutput directly in scripts. If you like the old behavior, use 'star -nv ...'
2003-02-23 12:28:59 +01:00
MAKE_FLAGS+= INS_BASE=${PREFIX}
pre-build:
2002-11-09 12:41:44 +01:00
@cd ${WRKSRC}/RULES && for i in arm mipsel; do \
${LN} -s i386-netbsd-cc.rul $$i-netbsd-cc.rul; done
.include "../../mk/bsd.pkg.mk"