summaryrefslogtreecommitdiff
path: root/devel/bison-devel
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-11-15 22:20:01 +0000
committerSean Chittenden <seanc@FreeBSD.org>2003-11-15 22:20:01 +0000
commit321ff106fad79141c366006fb0ce74efcd2700a3 (patch)
tree184b104b690c694bfb858b7c16457d853ee2c580 /devel/bison-devel
parent* Update to 2.4.8 (diff)
When installing bison, create a symlink from bin/bison to bin/bison1875
that way ports that require bison1875 (ie: PostgreSQL 7.4+) can properly detect this dependency. Given both bison's have the appropriate CONFLICTS sections, this should be a big enough hint to users to move from bison < 1.875 to something more recent. Bump port revision. Pointy hat to: bison(1) authors for grammar incompatibilities
Notes
Notes: svn path=/head/; revision=94060
Diffstat (limited to 'devel/bison-devel')
-rw-r--r--devel/bison-devel/Makefile5
-rw-r--r--devel/bison-devel/pkg-plist1
2 files changed, 5 insertions, 1 deletions
diff --git a/devel/bison-devel/Makefile b/devel/bison-devel/Makefile
index 0c6856608bf7..0c56476b12a2 100644
--- a/devel/bison-devel/Makefile
+++ b/devel/bison-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= bison
PORTVERSION= 1.875
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -37,4 +37,7 @@ MAN1= bison.1
post-extract:
@${RM} -f ${WRKSRC}/doc/bison.info*
+post-install:
+ ${LN} -sf ${LOCALBASE}/bin/bison ${LOCALBASE}/bin/bison1875
+
.include <bsd.port.mk>
diff --git a/devel/bison-devel/pkg-plist b/devel/bison-devel/pkg-plist
index 040e1d6550ae..edad32f1329c 100644
--- a/devel/bison-devel/pkg-plist
+++ b/devel/bison-devel/pkg-plist
@@ -1,5 +1,6 @@
@comment $FreeBSD$
bin/bison
+bin/bison1875
bin/yacc
@unexec install-info --delete %D/info/bison.info %D/info/dir
info/bison.info