diff options
author | wiz <wiz@pkgsrc.org> | 2015-09-16 16:17:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-09-16 16:17:18 +0000 |
commit | 3475ba407910871acf894b825520c9a287c826e8 (patch) | |
tree | 9bd72b56c0161f7a65a55afa583b29ba777375e0 /devel | |
parent | e673ef47c2f2000d34de88bf994070c041416576 (diff) | |
download | pkgsrc-3475ba407910871acf894b825520c9a287c826e8.tar.gz |
Update to 1.33:
1.33: 2015-08-30
Deal with a really annoying build-portability glitch around -lrt.
Fix cvsconvert to be Python 2.6-compatible.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvs-fast-export/Makefile | 5 | ||||
-rw-r--r-- | devel/cvs-fast-export/distinfo | 10 | ||||
-rw-r--r-- | devel/cvs-fast-export/patches/patch-Makefile | 14 |
3 files changed, 14 insertions, 15 deletions
diff --git a/devel/cvs-fast-export/Makefile b/devel/cvs-fast-export/Makefile index a2e43cc1baa..e21383ed93c 100644 --- a/devel/cvs-fast-export/Makefile +++ b/devel/cvs-fast-export/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2015/08/09 17:43:41 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.10 2015/09/16 16:17:18 wiz Exp $ -DISTNAME= cvs-fast-export-1.32 +DISTNAME= cvs-fast-export-1.33 CATEGORIES= devel MASTER_SITES= http://www.catb.org/~esr/cvs-fast-export/ diff --git a/devel/cvs-fast-export/distinfo b/devel/cvs-fast-export/distinfo index 2f9258cf61b..af44cbe95f2 100644 --- a/devel/cvs-fast-export/distinfo +++ b/devel/cvs-fast-export/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2015/08/09 17:43:41 ryoon Exp $ +$NetBSD: distinfo,v 1.9 2015/09/16 16:17:18 wiz Exp $ -SHA1 (cvs-fast-export-1.32.tar.gz) = 1c2ce347d07ac1607ce8102a3c90d9f35b7b86ad -RMD160 (cvs-fast-export-1.32.tar.gz) = 4f9c28e0c070bbf7ee6b515177d090ee45d2a010 -Size (cvs-fast-export-1.32.tar.gz) = 368320 bytes -SHA1 (patch-Makefile) = 2f448ceaa008dd8903cb89960abbf0dbfe061f7b +SHA1 (cvs-fast-export-1.33.tar.gz) = 597d764e4c662d026d930407f45d3bc0f5edadfc +RMD160 (cvs-fast-export-1.33.tar.gz) = 7993851464ab168d31632ed7525e98b55bdc3883 +Size (cvs-fast-export-1.33.tar.gz) = 369144 bytes +SHA1 (patch-Makefile) = 2098247b7de10f99ce7305fd11ed5ea504b8b408 SHA1 (patch-lex.l) = b266670431711088f6d86b258304b37b0f91e744 diff --git a/devel/cvs-fast-export/patches/patch-Makefile b/devel/cvs-fast-export/patches/patch-Makefile index 903b1cdd024..1106aaf8d49 100644 --- a/devel/cvs-fast-export/patches/patch-Makefile +++ b/devel/cvs-fast-export/patches/patch-Makefile @@ -1,13 +1,13 @@ -$NetBSD: patch-Makefile,v 1.8 2015/08/09 17:43:41 ryoon Exp $ +$NetBSD: patch-Makefile,v 1.9 2015/09/16 16:17:18 wiz Exp $ * Add "all" target. * Use ${PREFIX} variable. * Install man pages in ${PREFIX}/${PKGMANDIR}, not ${PREFIX}/share/man. ---- Makefile.orig 2015-06-10 19:37:47.000000000 +0000 +--- Makefile.orig 2015-08-30 20:07:13.000000000 +0000 +++ Makefile -@@ -9,11 +9,12 @@ - VERSION=1.32 +@@ -17,11 +17,12 @@ + VERSION=1.33 .PATH: $(.PARSEDIR) -prefix?=/usr/local @@ -20,7 +20,7 @@ $NetBSD: patch-Makefile,v 1.8 2015/08/09 17:43:41 ryoon Exp $ INSTALL = install -@@ -31,7 +32,7 @@ CFLAGS += -pthread +@@ -39,7 +40,7 @@ CFLAGS += -pthread CPPFLAGS += -DTHREADS # Optimizing for speed. Comment this out for distribution builds @@ -29,7 +29,7 @@ $NetBSD: patch-Makefile,v 1.8 2015/08/09 17:43:41 ryoon Exp $ # To enable debugging of the Yacc grammar, uncomment the following line #CPPFLAGS += -DYYDEBUG=1 -@@ -89,6 +90,8 @@ dump.o export.o graph.o main.o merge.o r +@@ -97,6 +98,8 @@ dump.o export.o graph.o main.o merge.o r BISON ?= bison @@ -38,7 +38,7 @@ $NetBSD: patch-Makefile,v 1.8 2015/08/09 17:43:41 ryoon Exp $ gram.h gram.c: gram.y $(BISON) $(YFLAGS) --defines=gram.h --output-file=gram.c $(srcdir)/gram.y lex.h lex.c: lex.l -@@ -129,10 +132,10 @@ install-bin: cvs-fast-export cvssync cvs +@@ -137,10 +140,10 @@ install-bin: cvs-fast-export cvssync cvs $(INSTALL) -d "$(target)/bin" $(INSTALL) $^ "$(target)/bin" install-man: man |