diff options
author | cjep <cjep> | 2002-12-08 12:54:44 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-12-08 12:54:44 +0000 |
commit | 187c3b11ade3da8c928527f195fd75af9baa0c32 (patch) | |
tree | 87153d379801e93230272bbd95fad153f036fd89 /pkgtools/gensolpkg/patches | |
parent | 9c826d6628da1740ba62400a86d643449f1c02f8 (diff) | |
download | pkgsrc-187c3b11ade3da8c928527f195fd75af9baa0c32.tar.gz |
Fix typo in manual page.
Diffstat (limited to 'pkgtools/gensolpkg/patches')
-rw-r--r-- | pkgtools/gensolpkg/patches/patch-aa | 7 | ||||
-rw-r--r-- | pkgtools/gensolpkg/patches/patch-ab | 25 | ||||
-rw-r--r-- | pkgtools/gensolpkg/patches/patch-ac | 13 |
3 files changed, 30 insertions, 15 deletions
diff --git a/pkgtools/gensolpkg/patches/patch-aa b/pkgtools/gensolpkg/patches/patch-aa index 4bb90b8a8e1..ca3ba96c5f4 100644 --- a/pkgtools/gensolpkg/patches/patch-aa +++ b/pkgtools/gensolpkg/patches/patch-aa @@ -1,6 +1,7 @@ -$NetBSD: patch-aa,v 1.1 2002/11/23 20:55:22 cjep Exp $ +$NetBSD: patch-aa,v 1.2 2002/12/08 12:54:45 cjep Exp $ + --- Makefile.orig Sun Jan 21 23:26:06 2001 -+++ Makefile Sat Nov 23 20:18:40 2002 ++++ Makefile @@ -1,6 +1,8 @@ # Short makefile for gensolpkg @@ -10,7 +11,7 @@ $NetBSD: patch-aa,v 1.1 2002/11/23 20:55:22 cjep Exp $ CFLAGS= -O BIN= gensolpkg OBJS= gensolpkg.o -@@ -13,7 +15,7 @@ +@@ -13,7 +15,7 @@ ${BIN} : ${OBJS} ${CC} ${CFLAGS} ${LDFLAGS} ${OBJS} ${LIBS} -o ${BIN} gensolpkg.c: gensolpkg.c.in diff --git a/pkgtools/gensolpkg/patches/patch-ab b/pkgtools/gensolpkg/patches/patch-ab index 24551cc47f6..7ff17c67e1b 100644 --- a/pkgtools/gensolpkg/patches/patch-ab +++ b/pkgtools/gensolpkg/patches/patch-ab @@ -1,12 +1,13 @@ -$NetBSD: patch-ab,v 1.1 2002/11/23 20:55:23 cjep Exp $ ---- gensolpkg.c.in.orig Sat Nov 23 20:19:13 2002 -+++ gensolpkg.c.in Sat Nov 23 20:19:33 2002 -@@ -572,7 +572,7 @@ - int i; - - (void) strcpy(prefix, "@PREFIX@"); -- (void) strcpy(bmake, "@PREFIX@/bsd/bin/bmake"); -+ (void) strcpy(bmake, "@ZOULARISBASE@/bin/bmake"); - (void) strcpy(output, "/tmp"); - (void) strcpy(pkgdir, "@SPOOLDIR@"); - transform = 0; +$NetBSD: patch-ab,v 1.2 2002/12/08 12:54:46 cjep Exp $ + +--- gensolpkg.1.in.orig Sat May 5 14:44:31 2001 ++++ gensolpkg.1.in +@@ -53,7 +53,7 @@ one of the package extraction/info utili + The package must be installed using the Zoularis environment, + so that a generated .PLIST file is present in the work directory. + This is so that the package's +-files are guranateed to be present, manual pages are represented ++files are guaranteed to be present, manual pages are represented + correctly, and so that any necessary macro definitions have been expanded. + .PP + The \f3gensolpkg\f1 command should be run from within a package directory diff --git a/pkgtools/gensolpkg/patches/patch-ac b/pkgtools/gensolpkg/patches/patch-ac new file mode 100644 index 00000000000..5571273404a --- /dev/null +++ b/pkgtools/gensolpkg/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2002/12/08 12:54:46 cjep Exp $ + +--- gensolpkg.c.in.orig Sat May 5 14:44:31 2001 ++++ gensolpkg.c.in +@@ -572,7 +572,7 @@ main(int argc, char **argv) + int i; + + (void) strcpy(prefix, "@PREFIX@"); +- (void) strcpy(bmake, "@PREFIX@/bsd/bin/bmake"); ++ (void) strcpy(bmake, "@ZOULARISBASE@/bin/bmake"); + (void) strcpy(output, "/tmp"); + (void) strcpy(pkgdir, "@SPOOLDIR@"); + transform = 0; |