summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-04-23 13:47:44 +0000
committerhubertf <hubertf>1999-04-23 13:47:44 +0000
commit215b1dca829616d6bad2289516c3881a951402be (patch)
tree3aa36afd45cf24e6726b083eec22d7d689c7df00 /pkgtools
parent53a5c83663656503b6fcf736b49949fef96e80df (diff)
downloadpkgsrc-215b1dca829616d6bad2289516c3881a951402be.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).
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pax/Makefile7
-rw-r--r--pkgtools/pax/patches/patch-ab18
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>