ports/54405: [PATCH] Fix sudoscript port build bug (define USE_PERL5 in Makefile)

Charlie & root at egbok.com
Sat Jul 12 02:20:07 UTC 2003


>Number:         54405
>Category:       ports
>Synopsis:       [PATCH] Fix sudoscript port build bug (define USE_PERL5 in Makefile)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 11 19:20:05 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Howard Owen
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
  EGBOK Consultants
>Environment:
System: FreeBSD bigbsd.egbok.com 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun 5 02:55:42 GMT 2003 root at wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386


>Description:
	The port Makefile for sudoscript-2.1.1 fails to define USE_PERL5.
	The distribution Makefile depends on perl, however.
>How-To-Repeat:
>Fix:

--- Makefile.orig	Fri Jul 11 18:39:29 2003
+++ Makefile	Fri Jul 11 19:07:59 2003
@@ -7,6 +7,7 @@
 
 PORTNAME=	sudoscript
 PORTVERSION=	2.1.1
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://download.sourceforge.net/sudoscript/ \
 		http://egbok.com/sudoscript/
@@ -20,5 +21,6 @@
 MANCOMPRESSED=	no
 
 USE_GMAKE=	yes
+USE_PERL5=	yes
 .include <bsd.port.mk>
 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list