ports/55384: [patch] lang/treecc: Update to 0.2.6

Volker Stolz stolz at i2.informatik.rwth-aachen.de
Fri Aug 8 15:50:22 UTC 2003


>Number:         55384
>Category:       ports
>Synopsis:       [patch] lang/treecc: Update to 0.2.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 08 08:50:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Lehrstuhl für Informatik II
>Environment:
System: FreeBSD menelaos.informatik.rwth-aachen.de 4.8-STABLE FreeBSD 4.8-STABLE #7: Tue Aug 5 15:53:30 CEST 2003 root at menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386


>Description:
- Update treecc from 0.2.4 to 0.2.6.
- Fix .info-breakage
- Lint COMMENT

Maintainer was contacted on 2003-08-01
>How-To-Repeat:
>Fix:
Files added:
 - files/patch-doc-Makefile.in

--- treecc begins here ---
diff -urN /usr/ports/lang/treecc/Makefile treecc/Makefile
--- /usr/ports/lang/treecc/Makefile	Wed Apr 23 14:13:37 2003
+++ treecc/Makefile	Fri Aug  1 15:02:57 2003
@@ -6,17 +6,18 @@
 #
 
 PORTNAME=	treecc
-PORTVERSION=	0.2.4
+PORTVERSION=	0.2.6
 CATEGORIES=	lang
 MASTER_SITES=	http://www.southern-storm.com.au/download/
 
 MAINTAINER=	ahze at rgv.net
-COMMENT=	Treecc program is designed to assist in the development of compilers
+COMMENT=	Treecc is designed to assist in the development of compilers
 
 GNU_CONFIGURE=	yes
-USE_REINPLACE=	yes
 USE_GMAKE=	yes
 MAN1=		treecc.1
+
+PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
 post-install:
 	@${LN} -sf treecc ${PREFIX}/bin/${DISTNAME}
diff -urN /usr/ports/lang/treecc/distinfo treecc/distinfo
--- /usr/ports/lang/treecc/distinfo	Wed Apr 23 14:13:37 2003
+++ treecc/distinfo	Fri Aug  1 14:37:49 2003
@@ -1 +1 @@
-MD5 (treecc-0.2.4.tar.gz) = 1c43d228724c286e4991abc13b59e6f6
+MD5 (treecc-0.2.6.tar.gz) = c90208eb99314b68afb4c133578288ad
diff -urN /usr/ports/lang/treecc/files/patch-doc-Makefile.in treecc/files/patch-doc-Makefile.in
--- /usr/ports/lang/treecc/files/patch-doc-Makefile.in	Thu Jan  1 01:00:00 1970
+++ treecc/files/patch-doc-Makefile.in	Fri Aug  1 15:21:32 2003
@@ -0,0 +1,11 @@
+--- doc/Makefile.in.orig	Fri Aug  1 15:20:44 2003
++++ doc/Makefile.in	Fri Aug  1 15:21:15 2003
+@@ -118,7 +118,7 @@
+ .texi.info:
+ 	@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
+ 	cd $(srcdir) \
+-	  && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
++	  && $(MAKEINFO) --no-split `echo $< | sed 's,.*/,,'`
+ 
+ .texi.dvi:
+ 	TEXINPUTS=.:$$TEXINPUTS \
diff -urN /usr/ports/lang/treecc/pkg-plist treecc/pkg-plist
--- /usr/ports/lang/treecc/pkg-plist	Wed Apr 23 14:13:37 2003
+++ treecc/pkg-plist	Fri Aug  1 15:21:48 2003
@@ -1,9 +1,7 @@
 @comment $FreeBSD: ports/lang/treecc/pkg-plist,v 1.7 2003/04/18 05:57:41 edwin Exp $
 bin/treecc
-bin/treecc-0.2.4
+bin/treecc-%%PORTVERSION%%
 @unexec install-info --delete %D/info/treecc.info %D/info/dir
 info/treecc.info
-info/treecc.info-1
-info/treecc.info-2
 @exec install-info %D/info/treecc.info %D/info/dir
 
--- treecc ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list