ports/139540: [PATCH] lang/snobol4: fix broken mtree with custom PREFIX and update to 1.2

Sahil Tandon sahil at tandon.net
Mon Oct 12 04:00:10 UTC 2009


>Number:         139540
>Category:       ports
>Synopsis:       [PATCH] lang/snobol4: fix broken mtree with custom PREFIX and update to 1.2
>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:   Mon Oct 12 04:00:08 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sahil Tandon
>Release:        7.2-RELEASE
>Organization:
>Environment:
>Description:
- update to 1.2
- fix broken mtree with custom PREFIX (reported by QATty)
- refine pkg-plist to exclude man pages / define them instead in Makefile
- remove files/patch-Makefile2.m4 which is unnecessary with version 1.2

.. and to make portlint happy:

- remove trailing period from COMMENT=
- remove white space at bottom of pkg-descr
>How-To-Repeat:
Install original port with custom PREFIX; see QATty log for more:

http://qatty.tecnik93.com//errors/7-STABLE-FPT-CustDir/snobol4-1.1.log
>Fix:
Patch attached.

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/snobol4/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	8 Dec 2006 06:22:12 -0000	1.1
+++ Makefile	12 Oct 2009 03:51:28 -0000
@@ -5,16 +5,18 @@
 # $FreeBSD: ports/lang/snobol4/Makefile,v 1.1 2006/12/08 06:22:12 wes Exp $
 
 PORTNAME=	snobol4
-PORTVERSION=	1.1
+PORTVERSION=	1.2
 CATEGORIES=	lang
 MASTER_SITES=	ftp://ftp.ultimate.com/snobol/
 
 MAINTAINER=	wes at FreeBSD.org
-COMMENT=	A port of Macro SNOBOL4, supports full SNOBOL4 plus SPITBOL.
+COMMENT=	A port of Macro SNOBOL4, supports full SNOBOL4 plus SPITBOL
 
-#GNU_CONFIGURE=	yes
+HAS_CONFIGURE=	yes
+CONFIGURE_ARGS=	--prefix=${PREFIX}
 USE_GMAKE=	yes
 
 MAN1=		snobol4.1
+MAN3=		snolib.3 snobol4dbm.3 snobol4tcl.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/lang/snobol4/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	8 Dec 2006 06:22:12 -0000	1.1
+++ distinfo	12 Oct 2009 03:51:28 -0000
@@ -1,3 +1,3 @@
-MD5 (snobol4-1.1.tar.gz) = 101df7f3c74abb5703a01a85e58b4e9d
-SHA256 (snobol4-1.1.tar.gz) = 53503e412953ddf31149cd36aa3cd7ce164c2a149e33309fe7c583be54c791ae
-SIZE (snobol4-1.1.tar.gz) = 677333
+MD5 (snobol4-1.2.tar.gz) = 5265d1e21b8d1963e0c7fe830c3d5172
+SHA256 (snobol4-1.2.tar.gz) = bc3b1a644a966dc8121590495e2835252c7ff4e22f138c1cd96a19ed57f4f5eb
+SIZE (snobol4-1.2.tar.gz) = 658128
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/lang/snobol4/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	8 Dec 2006 06:22:12 -0000	1.1
+++ pkg-descr	12 Oct 2009 03:51:28 -0000
@@ -8,4 +8,3 @@
 is its simple syntax, and lack of "structured programming" constructs.
 However some consider the spareness of SNOBOL4 syntax a strength when
 compared to some "modern" agglomerations such as perl.
-
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/lang/snobol4/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	8 Dec 2006 06:22:12 -0000	1.1
+++ pkg-plist	12 Oct 2009 03:51:28 -0000
@@ -1,8 +1,5 @@
 bin/snobol4
-bin/snobol4-1.1
-man/man3/snolib.3
-man/man3/snobol4dbm.3
-man/man3/snobol4tcl.3
+bin/snobol4-1.2
 lib/snobol4/README
 lib/snobol4/bq.sno
 lib/snobol4/chars.sno
Index: files/patch-Makefile2.m4
===================================================================
RCS file: files/patch-Makefile2.m4
diff -N files/patch-Makefile2.m4
--- files/patch-Makefile2.m4	8 Dec 2006 06:22:12 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- Makefile2.m4.orig	Thu Dec  7 21:26:31 2006
-+++ Makefile2.m4	Thu Dec  7 21:26:45 2006
-@@ -560,7 +560,7 @@
- 	@echo '*********************************************************' 1>&2
- 
- pv:	version.c
--	make -f Makefile pv
-+	$(MAKE) -f Makefile pv
- 
- ################
- MAKEFILE2=Makefile2


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list