aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2005-11-18 10:06:36 +0800
committerade <ade@FreeBSD.org>2005-11-18 10:06:36 +0800
commitf19ad13f951a5f675aabb2d0d1e62c1e06c7f591 (patch)
tree9852d59c2a2677ab37e17d8ca8773080e3802250
parentf46da23e07306e0dd8380e7c6338d0d1fa287d2a (diff)
downloadfreebsd-ports-gnome-f19ad13f951a5f675aabb2d0d1e62c1e06c7f591.tar.gz
freebsd-ports-gnome-f19ad13f951a5f675aabb2d0d1e62c1e06c7f591.tar.zst
freebsd-ports-gnome-f19ad13f951a5f675aabb2d0d1e62c1e06c7f591.zip
Remove bison-devel now that the only consumer (openoffice-2.0) has
be converted over to using the newly imported bison2 Many thanks to: maho
-rw-r--r--CVSROOT/modules1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/bison-devel/Makefile44
-rw-r--r--devel/bison-devel/distinfo3
-rw-r--r--devel/bison-devel/pkg-descr22
-rw-r--r--devel/bison-devel/pkg-plist31
6 files changed, 0 insertions, 102 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules
index 03d10e7acd50..99e158e0fec3 100644
--- a/CVSROOT/modules
+++ b/CVSROOT/modules
@@ -743,7 +743,6 @@ birda ports/comms/birda
birthday ports/misc/birthday
bison ports/devel/bison
bison2 ports/devel/bison2
-bison-devel ports/devel/bison-devel
bisongen ports/devel/bisongen
bitchx ports/irc/bitchx
bitedit ports/editors/bitedit
diff --git a/devel/Makefile b/devel/Makefile
index 8f9e167c156f..6bdcef85fecc 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -82,7 +82,6 @@
SUBDIR += bin86
SUBDIR += bison
SUBDIR += bison2
- SUBDIR += bison-devel
SUBDIR += bisongen
SUBDIR += bitkeeper
SUBDIR += bnf
diff --git a/devel/bison-devel/Makefile b/devel/bison-devel/Makefile
deleted file mode 100644
index 51204b7f7ae3..000000000000
--- a/devel/bison-devel/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# Ports collection makefile for: bison-devel
-# Date created: 20 Nov 2004
-# Whom: NAKATA, Maho <maho@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= bison
-PORTVERSION= 1.875d
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU_ALPHA}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-PKGNAMESUFFIX= -devel
-DISTNAME= bison-${PORTVERSION}
-
-MAINTAINER= ade@FreeBSD.org
-COMMENT= Alpha version of bison
-
-BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-DEPRECATED= Use devel/bison2
-EXPIRATION_DATE= 2005-12-16
-
-CONFLICTS= bison-1.7[0-9]* bison-2.[0-9]*
-NO_LATEST_LINK= yes
-USE_BZIP2= yes
-USE_GETTEXT= yes
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-MAN1= bison.1
-INFO= bison
-
-.ifdef USE_BISON
-.error You have `USE_BISON' variable defined either in environment or in make(1) arguments. Please undefine and try again.
-.endif
-
-post-install:
- ${LN} -sf ${PREFIX}/bin/bison ${PREFIX}/bin/bison-devel
-
-.include <bsd.port.mk>
diff --git a/devel/bison-devel/distinfo b/devel/bison-devel/distinfo
deleted file mode 100644
index dc5c114698c3..000000000000
--- a/devel/bison-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (bison-1.875d.tar.bz2) = ff62f5775be8d1fbb2a9d3e486c901fa
-SHA256 (bison-1.875d.tar.bz2) = 37ff8d673e35838c195d614bc402573d1268c997796e79b831053f4a22e03808
-SIZE (bison-1.875d.tar.bz2) = 882745
diff --git a/devel/bison-devel/pkg-descr b/devel/bison-devel/pkg-descr
deleted file mode 100644
index c968b052baf7..000000000000
--- a/devel/bison-devel/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-Bison is a tool used to write parsers, such as the parser for GNU cc.
-It is similar to Yacc, which is included in the base FreeBSD system.
-
-The main difference between Bison and Yacc that I know of is that
-Bison supports the @N construction, which gives you access to
-the starting and ending line number and character number associated
-with any of the symbols in the current rule.
-
-Also, Bison supports the command `%expect N' which says not to mention
-the conflicts if there are N shift/reduce conflicts and no reduce/reduce
-conflicts.
-
-The differences in the algorithms stem mainly from the horrible
-kludges that Johnson had to perpetrate to make Yacc fit in a PDP-11.
-
-Also, Bison uses a faster but less space-efficient encoding for the
-parse tables (see Corbett's PhD thesis from Berkeley, "Static
-Semantics in Compiler Error Recovery", June 1985, Report No. UCB/CSD
-85/251), and more modern technique for generating the lookahead sets.
-(See "Efficient Construction of LALR(1) Lookahead Sets" by F. DeRemer
-and A. Pennello, in ACM TOPLS Vol 4 No 4, October 1982. Their
-technique is the standard one now.)
diff --git a/devel/bison-devel/pkg-plist b/devel/bison-devel/pkg-plist
deleted file mode 100644
index 91d0ed56394b..000000000000
--- a/devel/bison-devel/pkg-plist
+++ /dev/null
@@ -1,31 +0,0 @@
-@comment $FreeBSD$
-bin/bison
-bin/bison-devel
-bin/yacc
-lib/liby.a
-%%DATADIR%%/c.m4
-%%DATADIR%%/glr.c
-%%DATADIR%%/lalr1.cc
-%%DATADIR%%/m4sugar/m4sugar.m4
-%%DATADIR%%/README
-%%DATADIR%%/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
-share/locale/fr/LC_MESSAGES/bison.mo
-share/locale/hr/LC_MESSAGES/bison.mo
-share/locale/id/LC_MESSAGES/bison.mo
-share/locale/it/LC_MESSAGES/bison.mo
-share/locale/ja/LC_MESSAGES/bison.mo
-share/locale/ms/LC_MESSAGES/bison.mo
-share/locale/nl/LC_MESSAGES/bison.mo
-share/locale/pt_BR/LC_MESSAGES/bison.mo
-share/locale/ro/LC_MESSAGES/bison.mo
-share/locale/ru/LC_MESSAGES/bison.mo
-share/locale/sv/LC_MESSAGES/bison.mo
-share/locale/tr/LC_MESSAGES/bison.mo
-@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2> /dev/null || true
-@unexec rmdir %D/share/locale/ro 2> /dev/null || true
-@dirrm %%DATADIR%%/m4sugar
-@dirrm %%DATADIR%%