Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 1995 02:00:48 +0200 (MET DST)
From:      Ollivier Robert <Ollivier.Robert@keltia.frmug.fr.net>
To:        ports@FreeBSD.org (FreeBSD's ports list)
Subject:   Update for bison 1.24
Message-ID:  <199506050000.CAA15594@keltia.frmug.fr.net>

next in thread | raw e-mail | index | archive | help
Hello Satoshi,

Here is   a diff for bison's port.   It is now  at 1.24.  Note that the two
parsers' files are now in ${PREFIX}/share instead of ${PREFIX}/lib -- which
makes sense. It compress the man page too.

Index: Makefile
===================================================================
RCS file: /spare/FreeBSD-current/ports/devel/bison/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- 1.4	1995/04/11 02:00:28
+++ Makefile	1995/06/04 23:55:21
@@ -1,12 +1,12 @@
 # New ports collection makefile for:    bison
-# Version required:     1.22
+# Version required:     1.24
 # Date created:         5 January 1995
 # Whom:                 jmz
 #
 # $Id: Makefile,v 1.4 1995/04/11 02:00:28 jmz Exp $
 #
 
-DISTNAME=	bison-1.22
+DISTNAME=	bison-1.24
 CATEGORIES+=	development programming
 MASTER_SITES=	ftp://gatekeeper.dec.com/pub/GNU/
 MAINTAINER=	jmz@FreeBSD.org
@@ -14,5 +14,8 @@
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	i386--freebsd --prefix=${PREFIX}
 MAKE_FLAGS=	CFLAGS=-O2 LDFLAGS=-s -f
+
+post-install:
+	gzip -9nf ${PREFIX}/man/man1/bison.1
 
 .include <bsd.port.mk>
Index: files/md5
===================================================================
RCS file: /spare/FreeBSD-current/ports/devel/bison/files/md5,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 md5
--- 1.1.1.1	1995/01/05 19:14:28
+++ md5	1995/06/04 23:56:47
@@ -1 +1 @@
-MD5 (bison-1.22.tar.gz) = 6d7c46888777fa085af58cf23f4b57f6
+MD5 (bison-1.24.tar.gz) = 18f2cc7cbcf16cf145fe0d1224825e13
Index: pkg/PLIST
===================================================================
RCS file: /spare/FreeBSD-current/ports/devel/bison/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- 1.1.1.1	1995/01/05 19:14:27
+++ PLIST	1995/06/04 23:56:08
@@ -4,9 +4,9 @@
 @mode 755
 bin/bison
 @mode 644
-lib/bison.simple
-lib/bison.hairy
-man/man1/bison.1
+share/bison.simple
+share/bison.hairy
+man/man1/bison.1.gz
 info/bison.info
 info/bison.info-1
 info/bison.info-2


-- 
Ollivier ROBERT    -=- The daemon is FREE! -=-    roberto@keltia.frmug.fr.net
   FreeBSD keltia 2.0-BUILT-19950604 #2: Sun Jun  4 13:30:19 MET DST 1995



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506050000.CAA15594>