diff options
author | reed <reed@pkgsrc.org> | 2011-08-05 15:40:47 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2011-08-05 15:40:47 +0000 |
commit | 20ae37f03cd5275231ad166aa2c56fe44512c1f4 (patch) | |
tree | b04b1aa48604ec9ae2bdb9c66f976388fedc7543 | |
parent | 89ac667ffd1dc2d2579b16a2cf2622a5021aa8e8 (diff) | |
download | pkgsrc-20ae37f03cd5275231ad166aa2c56fe44512c1f4.tar.gz |
Fix mistake in patch that linked diction to create style!
So style command was actually the diction command.
I guess nobody else used this.
-rw-r--r-- | textproc/diction/Makefile | 4 | ||||
-rw-r--r-- | textproc/diction/distinfo | 4 | ||||
-rw-r--r-- | textproc/diction/patches/patch-aa | 16 |
3 files changed, 12 insertions, 12 deletions
diff --git a/textproc/diction/Makefile b/textproc/diction/Makefile index a14bbaf5864..d022d679c88 100644 --- a/textproc/diction/Makefile +++ b/textproc/diction/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2011/04/22 13:44:49 obache Exp $ +# $NetBSD: Makefile,v 1.12 2011/08/05 15:40:47 reed Exp $ DISTNAME= diction-1.11 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.moria.de/~michael/diction/ diff --git a/textproc/diction/distinfo b/textproc/diction/distinfo index 23b1f442a3a..0ae02b80dd5 100644 --- a/textproc/diction/distinfo +++ b/textproc/diction/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.4 2007/12/04 00:57:37 bjs Exp $ +$NetBSD: distinfo,v 1.5 2011/08/05 15:40:47 reed Exp $ SHA1 (diction-1.11.tar.gz) = 30c7c778959120d30fa67be9261d41de894f498b RMD160 (diction-1.11.tar.gz) = c054eb3eb2ffec54d1d48f9e33f138e41c0d4429 Size (diction-1.11.tar.gz) = 141062 bytes -SHA1 (patch-aa) = 6f8feacca5bcefb514d8e0fd8fd9c14e66cc5895 +SHA1 (patch-aa) = 57653017395f331a5729cafffa91329996190858 SHA1 (patch-ab) = efd61a4276f7747d45dab1869566e223e693ca48 SHA1 (patch-ac) = 922b77093e0cb8a95dfb150a6dfc3a1216f5d075 SHA1 (patch-ad) = fb4491af3a75c9adf56ade31230fd294666702f0 diff --git a/textproc/diction/patches/patch-aa b/textproc/diction/patches/patch-aa index 28bc531ceec..f93dc4d43ad 100644 --- a/textproc/diction/patches/patch-aa +++ b/textproc/diction/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1 2007/12/04 00:57:38 bjs Exp $ +$NetBSD: patch-aa,v 1.2 2011/08/05 15:40:47 reed Exp $ ---- Makefile.in.orig 2007-08-03 06:05:15.000000000 -0400 -+++ Makefile.in -@@ -11,14 +11,14 @@ VPATH= @srcdir@ +--- Makefile.in.orig 2007-08-03 05:05:15.000000000 -0500 ++++ Makefile.in 2011-08-05 10:34:05.000000000 -0500 +@@ -11,14 +11,14 @@ prefix= @prefix@ exec_prefix= @exec_prefix@ datarootdir= @datarootdir@ @@ -19,7 +19,7 @@ $NetBSD: patch-aa,v 1.1 2007/12/04 00:57:38 bjs Exp $ CATALOGS= de.mo en_GB.mo nl.mo -@@ -26,13 +26,13 @@ all: diction style all-po-@USE_NLS@ +@@ -26,13 +26,13 @@ all-po-no: all-po-yes: $(CATALOGS) @@ -36,11 +36,11 @@ $NetBSD: patch-aa,v 1.1 2007/12/04 00:57:38 bjs Exp $ + +style: style.o sentence.o misc.o + ${LIBTOOL} --mode=link --tag=CC $(CC) -o $@ $(LDFLAGS) \ -+ diction.lo sentence.lo misc.lo $(LIBM) $(LIBS) ++ style.lo sentence.lo misc.lo $(LIBM) $(LIBS) check: diction for i in $(srcdir)/test/test*; do $$i || break; done -@@ -61,7 +61,7 @@ install-po-yes: $(CATALOGS) +@@ -61,7 +61,7 @@ done .c.o: @@ -49,7 +49,7 @@ $NetBSD: patch-aa,v 1.1 2007/12/04 00:57:38 bjs Exp $ .SUFFIXES: .po .mo -@@ -110,10 +110,8 @@ tar: distclean +@@ -110,10 +110,8 @@ (b=`pwd`; b=`basename $$b`; cd ..; tar zcvf $$b.tar.gz $$b/COPYING $$b/INSTALL $$b/Makefile.in $$b/README $$b/NEWS $$b/configure $$b/install-sh $$b/de $$b/en $$b/en_GB $$b/nl $$b/test $$b/[a-z]*.*) #}}} #{{{ dependencies |