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
This commit is contained in:
Sean Chittenden 2003-11-15 22:20:01 +00:00
parent be2f66b2f4
commit 321ff106fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94060
8 changed files with 20 additions and 4 deletions

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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