Enable freeze-1.0-compatibility decompression. From pkg/22924 by

Todd Vierling.  Bump PKGREVISION to 1.
This commit is contained in:
jlam 2003-10-06 07:23:55 +00:00
parent d8108582c6
commit 81c2f3eeed
4 changed files with 22 additions and 3 deletions

View file

@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.11 2003/07/17 21:21:11 grant Exp $
# $NetBSD: Makefile,v 1.12 2003/10/06 07:23:55 jlam Exp $
DISTNAME= freeze-2.5
PKGREVISION= 1
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.cdrom.com/pub/unixfreeware/archive/
@ -11,6 +12,9 @@ USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
ALL_TARGET= prog
# Allow "melting" freeze-1.0-format archives.
CFLAGS+= -DCOMPAT=1
post-patch:
cd ${WRKSRC}; for file in *.1; do \
${SED} -e "s|@PREFIX@|${PREFIX}|g" \

View file

@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.4 2001/09/14 18:47:16 jlam Exp $
$NetBSD: distinfo,v 1.5 2003/10/06 07:23:55 jlam Exp $
SHA1 (freeze-2.5.tar.gz) = 07b94508fcd95d35236a4090257aa402fd623812
Size (freeze-2.5.tar.gz) = 36402 bytes
SHA1 (patch-aa) = 659c035cddef121a2e971f82593f67a9a5bc100f
SHA1 (patch-ab) = ee451389539442c392830c7da252ac836d4a5adf
SHA1 (patch-ac) = 17b2b3b5514f7dea67ecfe969d8f6e988b5fad40
SHA1 (patch-ad) = 9f1c797bb45dd76935eed777bd599d6fba87774e

View file

@ -0,0 +1,13 @@
$NetBSD: patch-ad,v 1.1 2003/10/06 07:23:55 jlam Exp $
--- config.h.in.orig Wed Feb 24 05:37:00 1993
+++ config.h.in
@@ -43,7 +43,7 @@
#undef SYSTIME
/* define if you want to have freeze compatible with vers. 1.0 */
-#undef COMPAT
+/* #undef COMPAT */
/* define if your system has multibyte NEWLINE (as in MS-DOS) and */
/* you want to do text conversion by default */

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES,v 1.3655 2003/10/06 01:19:16 mrg Exp $
$NetBSD: CHANGES,v 1.3656 2003/10/06 07:23:59 jlam Exp $
Changes to the packages collection and infrastructure in 2003:
@ -4115,3 +4115,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated libgsf to 1.8.2 [wiz 2003-10-05]
Added tads-3.0.5 [dillo 2003-10-05]
Updated bozohttpd to 20031005 [mrg 2003-10-05]
Updated freeze to 2.5nb1 [jlam 2003-10-06]