aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorseanc <seanc@FreeBSD.org>2003-05-07 12:48:05 +0800
committerseanc <seanc@FreeBSD.org>2003-05-07 12:48:05 +0800
commitc82389f997bb5748e4ea2bc3a74a391fb6d78086 (patch)
tree3547f9d8836f32fe94da14a5b1759d780c8ecb5d
parentd2ce609ea32cbd6682f22d7455fa56305a8dafb7 (diff)
downloadfreebsd-ports-gnome-c82389f997bb5748e4ea2bc3a74a391fb6d78086.tar.gz
freebsd-ports-gnome-c82389f997bb5748e4ea2bc3a74a391fb6d78086.tar.zst
freebsd-ports-gnome-c82389f997bb5748e4ea2bc3a74a391fb6d78086.zip
Add bison 1.875. Some grammars require the new version of Bison (such as
PostgreSQL), however the new bison also breaks many many ports. Compromise with a new port. Installs as bison and _not_ bison1875 and should be mutually exclusive to the main bison port. Hopefully the bison authors will clean up their product and this port can disappear when the base bison port is updated in the future or enough ports are updated to work with newer versions of bison. Repo copied by: fjoe Approved by: kris
-rw-r--r--devel/Makefile1
-rw-r--r--devel/bison-devel/Makefile4
-rw-r--r--devel/bison-devel/distinfo2
-rw-r--r--devel/bison-devel/pkg-plist5
-rw-r--r--devel/bison1875/Makefile4
-rw-r--r--devel/bison1875/distinfo2
-rw-r--r--devel/bison1875/pkg-plist5
-rw-r--r--devel/bison2/Makefile4
-rw-r--r--devel/bison2/distinfo2
-rw-r--r--devel/bison2/pkg-plist5
-rw-r--r--devel/bison20/Makefile4
-rw-r--r--devel/bison20/distinfo2
-rw-r--r--devel/bison20/pkg-plist5
13 files changed, 29 insertions, 16 deletions
diff --git a/devel/Makefile b/devel/Makefile
index f172e18f9a7f..aa51b4578735 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -66,6 +66,7 @@
SUBDIR += bicyclerepair
SUBDIR += bin86
SUBDIR += bison
+ SUBDIR += bison1875
SUBDIR += boaconstructor
SUBDIR += boehm-gc
SUBDIR += bonobo
diff --git a/devel/bison-devel/Makefile b/devel/bison-devel/Makefile
index 01d9bf25754a..7ead081f67fa 100644
--- a/devel/bison-devel/Makefile
+++ b/devel/bison-devel/Makefile
@@ -7,12 +7,12 @@
#
PORTNAME= bison
-PORTVERSION= 1.75
+PORTVERSION= 1.875
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= seanc@FreeBSD.org
COMMENT= A parser generator from FSF, (mostly) compatible with Yacc
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
diff --git a/devel/bison-devel/distinfo b/devel/bison-devel/distinfo
index ddc4996d19c8..e033655936d3 100644
--- a/devel/bison-devel/distinfo
+++ b/devel/bison-devel/distinfo
@@ -1 +1 @@
-MD5 (bison-1.75.tar.bz2) = dd88fe42e35d554c00af430a9342456a
+MD5 (bison-1.875.tar.bz2) = b7f8027b249ebd4dd0cc948943a71af0
diff --git a/devel/bison-devel/pkg-plist b/devel/bison-devel/pkg-plist
index 40c58142784a..040e1d6550ae 100644
--- a/devel/bison-devel/pkg-plist
+++ b/devel/bison-devel/pkg-plist
@@ -1,14 +1,17 @@
@comment $FreeBSD$
bin/bison
+bin/yacc
@unexec install-info --delete %D/info/bison.info %D/info/dir
info/bison.info
+lib/liby.a
@exec install-info %D/info/bison.info %D/info/dir
share/bison/c.m4
share/bison/glr.c
share/bison/lalr1.cc
share/bison/m4sugar/m4sugar.m4
-share/bison/m4sugar/version.m4
+share/bison/README
share/bison/yacc.c
+share/locale/da/LC_MESSAGES/bison.mo
share/locale/de/LC_MESSAGES/bison.mo
share/locale/es/LC_MESSAGES/bison.mo
share/locale/et/LC_MESSAGES/bison.mo
diff --git a/devel/bison1875/Makefile b/devel/bison1875/Makefile
index 01d9bf25754a..7ead081f67fa 100644
--- a/devel/bison1875/Makefile
+++ b/devel/bison1875/Makefile
@@ -7,12 +7,12 @@
#
PORTNAME= bison
-PORTVERSION= 1.75
+PORTVERSION= 1.875
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= seanc@FreeBSD.org
COMMENT= A parser generator from FSF, (mostly) compatible with Yacc
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
diff --git a/devel/bison1875/distinfo b/devel/bison1875/distinfo
index ddc4996d19c8..e033655936d3 100644
--- a/devel/bison1875/distinfo
+++ b/devel/bison1875/distinfo
@@ -1 +1 @@
-MD5 (bison-1.75.tar.bz2) = dd88fe42e35d554c00af430a9342456a
+MD5 (bison-1.875.tar.bz2) = b7f8027b249ebd4dd0cc948943a71af0
diff --git a/devel/bison1875/pkg-plist b/devel/bison1875/pkg-plist
index 40c58142784a..040e1d6550ae 100644
--- a/devel/bison1875/pkg-plist
+++ b/devel/bison1875/pkg-plist
@@ -1,14 +1,17 @@
@comment $FreeBSD$
bin/bison
+bin/yacc
@unexec install-info --delete %D/info/bison.info %D/info/dir
info/bison.info
+lib/liby.a
@exec install-info %D/info/bison.info %D/info/dir
share/bison/c.m4
share/bison/glr.c
share/bison/lalr1.cc
share/bison/m4sugar/m4sugar.m4
-share/bison/m4sugar/version.m4
+share/bison/README
share/bison/yacc.c
+share/locale/da/LC_MESSAGES/bison.mo
share/locale/de/LC_MESSAGES/bison.mo
share/locale/es/LC_MESSAGES/bison.mo
share/locale/et/LC_MESSAGES/bison.mo
diff --git a/devel/bison2/Makefile b/devel/bison2/Makefile
index 01d9bf25754a..7ead081f67fa 100644
--- a/devel/bison2/Makefile
+++ b/devel/bison2/Makefile
@@ -7,12 +7,12 @@
#
PORTNAME= bison
-PORTVERSION= 1.75
+PORTVERSION= 1.875
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= seanc@FreeBSD.org
COMMENT= A parser generator from FSF, (mostly) compatible with Yacc
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
diff --git a/devel/bison2/distinfo b/devel/bison2/distinfo
index ddc4996d19c8..e033655936d3 100644
--- a/devel/bison2/distinfo
+++ b/devel/bison2/distinfo
@@ -1 +1 @@
-MD5 (bison-1.75.tar.bz2) = dd88fe42e35d554c00af430a9342456a
+MD5 (bison-1.875.tar.bz2) = b7f8027b249ebd4dd0cc948943a71af0
diff --git a/devel/bison2/pkg-plist b/devel/bison2/pkg-plist
index 40c58142784a..040e1d6550ae 100644
--- a/devel/bison2/pkg-plist
+++ b/devel/bison2/pkg-plist
@@ -1,14 +1,17 @@
@comment $FreeBSD$
bin/bison
+bin/yacc
@unexec install-info --delete %D/info/bison.info %D/info/dir
info/bison.info
+lib/liby.a
@exec install-info %D/info/bison.info %D/info/dir
share/bison/c.m4
share/bison/glr.c
share/bison/lalr1.cc
share/bison/m4sugar/m4sugar.m4
-share/bison/m4sugar/version.m4
+share/bison/README
share/bison/yacc.c
+share/locale/da/LC_MESSAGES/bison.mo
share/locale/de/LC_MESSAGES/bison.mo
share/locale/es/LC_MESSAGES/bison.mo
share/locale/et/LC_MESSAGES/bison.mo
diff --git a/devel/bison20/Makefile b/devel/bison20/Makefile
index 01d9bf25754a..7ead081f67fa 100644
--- a/devel/bison20/Makefile
+++ b/devel/bison20/Makefile
@@ -7,12 +7,12 @@
#
PORTNAME= bison
-PORTVERSION= 1.75
+PORTVERSION= 1.875
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= seanc@FreeBSD.org
COMMENT= A parser generator from FSF, (mostly) compatible with Yacc
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
diff --git a/devel/bison20/distinfo b/devel/bison20/distinfo
index ddc4996d19c8..e033655936d3 100644
--- a/devel/bison20/distinfo
+++ b/devel/bison20/distinfo
@@ -1 +1 @@
-MD5 (bison-1.75.tar.bz2) = dd88fe42e35d554c00af430a9342456a
+MD5 (bison-1.875.tar.bz2) = b7f8027b249ebd4dd0cc948943a71af0
diff --git a/devel/bison20/pkg-plist b/devel/bison20/pkg-plist
index 40c58142784a..040e1d6550ae 100644
--- a/devel/bison20/pkg-plist
+++ b/devel/bison20/pkg-plist
@@ -1,14 +1,17 @@
@comment $FreeBSD$
bin/bison
+bin/yacc
@unexec install-info --delete %D/info/bison.info %D/info/dir
info/bison.info
+lib/liby.a
@exec install-info %D/info/bison.info %D/info/dir
share/bison/c.m4
share/bison/glr.c
share/bison/lalr1.cc
share/bison/m4sugar/m4sugar.m4
-share/bison/m4sugar/version.m4
+share/bison/README
share/bison/yacc.c
+share/locale/da/LC_MESSAGES/bison.mo
share/locale/de/LC_MESSAGES/bison.mo
share/locale/es/LC_MESSAGES/bison.mo
share/locale/et/LC_MESSAGES/bison.mo