pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/bison Do not install yacc.1. Addresses PR 45161 ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/634b7ad0378d
branches: trunk
changeset: 591186:634b7ad0378d
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Aug 06 17:15:42 2011 +0000
description:
Do not install yacc.1. Addresses PR 45161 by Thomas Cort.
Add comment to patch-aa while here.
diffstat:
devel/bison/Makefile | 3 ++-
devel/bison/PLIST | 3 +--
devel/bison/distinfo | 5 +++--
devel/bison/patches/patch-aa | 4 +++-
devel/bison/patches/patch-doc_Makefile.in | 15 +++++++++++++++
5 files changed, 24 insertions(+), 6 deletions(-)
diffs (69 lines):
diff -r 58ef211c277a -r 634b7ad0378d devel/bison/Makefile
--- a/devel/bison/Makefile Sat Aug 06 17:09:13 2011 +0000
+++ b/devel/bison/Makefile Sat Aug 06 17:15:42 2011 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.77 2011/07/12 14:12:13 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2011/08/06 17:15:42 wiz Exp $
DISTNAME= bison-2.5
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=bison/}
EXTRACT_SUFX= .tar.bz2
diff -r 58ef211c277a -r 634b7ad0378d devel/bison/PLIST
--- a/devel/bison/PLIST Sat Aug 06 17:09:13 2011 +0000
+++ b/devel/bison/PLIST Sat Aug 06 17:15:42 2011 +0000
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.21 2011/07/12 14:12:13 wiz Exp $
+@comment $NetBSD: PLIST,v 1.22 2011/08/06 17:15:43 wiz Exp $
bin/bison
info/bison.info
lib/liby.a
man/man1/bison.1
-man/man1/yacc.1
share/aclocal/bison-i18n.m4
share/bison/README
share/bison/bison.m4
diff -r 58ef211c277a -r 634b7ad0378d devel/bison/distinfo
--- a/devel/bison/distinfo Sat Aug 06 17:09:13 2011 +0000
+++ b/devel/bison/distinfo Sat Aug 06 17:15:42 2011 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.26 2011/07/12 14:12:13 wiz Exp $
+$NetBSD: distinfo,v 1.27 2011/08/06 17:15:43 wiz Exp $
SHA1 (bison-2.5.tar.bz2) = 907319624fe4f4c5f9e2c3e23601041ac636ae31
RMD160 (bison-2.5.tar.bz2) = 9f90e477c9c397a8b136aa7bcee887767d94eea7
Size (bison-2.5.tar.bz2) = 2030863 bytes
-SHA1 (patch-aa) = dbc64816b60aebba81125aea0cdc8bb648aa114f
+SHA1 (patch-aa) = 7e83fa995e9406a67811b56fff2a25ef0feb06cf
+SHA1 (patch-doc_Makefile.in) = 11371a773019ada76396d36334abc6c8cac75ec6
diff -r 58ef211c277a -r 634b7ad0378d devel/bison/patches/patch-aa
--- a/devel/bison/patches/patch-aa Sat Aug 06 17:09:13 2011 +0000
+++ b/devel/bison/patches/patch-aa Sat Aug 06 17:15:42 2011 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-aa,v 1.10 2008/11/07 12:32:32 wiz Exp $
+$NetBSD: patch-aa,v 1.11 2011/08/06 17:15:43 wiz Exp $
+
+Do not create yacc executable.
--- src/Makefile.in.orig 2008-11-02 21:59:45.000000000 +0000
+++ src/Makefile.in
diff -r 58ef211c277a -r 634b7ad0378d devel/bison/patches/patch-doc_Makefile.in
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/bison/patches/patch-doc_Makefile.in Sat Aug 06 17:15:42 2011 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-doc_Makefile.in,v 1.1 2011/08/06 17:15:43 wiz Exp $
+
+Do not install yacc(1).
+
+--- doc/Makefile.in.orig 2011-05-14 22:24:27.000000000 +0000
++++ doc/Makefile.in
+@@ -1133,7 +1133,7 @@ remove_time_stamp = \
+ MOSTLYCLEANFILES = $(srcdir)/*.t
+ SUFFIXES = .x .1
+ PREPATH = $(top_builddir)/src
+-nodist_man_MANS = yacc.1
++nodist_man_MANS =
+ DOXYGEN = doxygen
+ edit = sed -e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g' \
+ -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \
Home |
Main Index |
Thread Index |
Old Index