Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2003 05:05:40 +0200
From:      Cyrille Lefevre <cyrille.lefevre@laposte.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/52710: Maintainer update: misc/sh-utils (bento fix)
Message-ID:  <20030527030540.GA86595@gits.dyndns.org>
Resent-Message-ID: <200305270310.h4R3ABew061955@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         52710
>Category:       ports
>Synopsis:       Maintainer update: misc/sh-utils (bento fix)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 26 20:10:11 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 5.0-RELEASE-p7 i386
>Organization:
ACME
>Environment:
System: FreeBSD gits 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #13: Thu May 1 04:14:27 CEST 2003 root@gits:/disk3/freebsd/current/obj/disk3/freebsd/current/src/sys/CUSTOM i386
>Description:
	perl5 is needed at build time.

	Makefile
		PORTREVISION bumped
		USE_PERL5_BUILD added

	thanks Kris.
>How-To-Repeat:
	make
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/sh-utils/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	21 Feb 2003 12:48:16 -0000	1.15
+++ Makefile	27 May 2003 02:58:22 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	sh-utils
 PORTVERSION=	2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR= sh-utils
@@ -20,6 +20,7 @@
 
 LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
 
+USE_PERL5_BUILD=yes
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



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