diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-04-23 13:47:44 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-04-23 13:47:44 +0000 |
commit | 223eedb38714b65f21344a76c1a2616de5e5094d (patch) | |
tree | 3aa36afd45cf24e6726b083eec22d7d689c7df00 | |
parent | c1d2f4acbf42610ef62f790e8736443e4c2dc7c1 (diff) | |
download | pkgsrc-223eedb38714b65f21344a76c1a2616de5e5094d.tar.gz |
* Work around RCS ID expansion
* Use same old sources, we just patch 'em up in the package (only give
the package a new version).
-rw-r--r-- | pkgtools/pax/Makefile | 7 | ||||
-rw-r--r-- | pkgtools/pax/patches/patch-ab | 18 |
2 files changed, 9 insertions, 16 deletions
diff --git a/pkgtools/pax/Makefile b/pkgtools/pax/Makefile index 6b9596daac7..56704127ed4 100644 --- a/pkgtools/pax/Makefile +++ b/pkgtools/pax/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 1999/04/23 13:37:24 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1999/04/23 13:47:44 hubertf Exp $ # -DISTNAME= pax-19990423 +DISTNAME= pax-19980903 +PKGNAME= pax-19990423 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -21,7 +22,7 @@ MANCOMPRESSED= yes .endif post-extract: - ${CP} ${FILESDIR}/pwcache.c ${WRKSRC} + ${GREP} -v __RCSID ${FILESDIR}/pwcache.c >${WRKSRC}/pwcache.c ${CP} ${FILESDIR}/pwcache.h ${WRKSRC} .include "../../mk/bsd.pkg.mk" diff --git a/pkgtools/pax/patches/patch-ab b/pkgtools/pax/patches/patch-ab index 2100e7a3a57..c1a936a0516 100644 --- a/pkgtools/pax/patches/patch-ab +++ b/pkgtools/pax/patches/patch-ab @@ -1,21 +1,13 @@ -$NetBSD +$NetBSD: patch-ab,v 1.2 1999/04/23 13:47:44 hubertf Exp $ -Patch 1.4_BETA version to compile under 1.3* - - ---- /usr/cvs/src-1.4/lib/libc/gen/pwcache.c Tue Jan 19 21:11:29 1999 -+++ pwcache.c Fri Apr 23 15:35:17 1999 -@@ -42,11 +42,11 @@ - #if 0 - static char sccsid[] = "@(#)cache.c 8.1 (Berkeley) 5/31/93"; - #else --__RCSID("$NetBSD: patch-ab,v 1.1.1.1 1999/04/23 13:33:02 hubertf Exp $"); -+/* __RCSID("$NetBSD: patch-ab,v 1.1.1.1 1999/04/23 13:33:02 hubertf Exp $"); *//*HF*/ +--- ../pwcache.c Fri Apr 23 15:46:31 1999 ++++ pwcache.c Fri Apr 23 15:54:27 1999 +@@ -46,7 +46,7 @@ #endif #endif /* not lint */ -#include "namespace.h" -+/* #include "namespace.h" */ ++/* #include "namespace.h" *//*HF*/ #include <sys/types.h> #include <sys/param.h> |