From hbo@egbok.com  Fri Jul 11 19:14:34 2003
Return-Path: <hbo@egbok.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3435737B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 11 Jul 2003 19:14:34 -0700 (PDT)
Received: from egbok.com (egbok.com [130.94.234.213])
	by mx1.FreeBSD.org (Postfix) with SMTP id E1F6043F75
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 11 Jul 2003 19:14:33 -0700 (PDT)
	(envelope-from hbo@egbok.com)
Received: (qmail 73977 invoked by uid 27349); 12 Jul 2003 02:14:33 -0000
Message-Id: <20030712021433.73976.qmail@egbok.com>
Date: 12 Jul 2003 02:14:33 -0000
From: Charlie & <root@egbok.com>
Reply-To: Charlie & <root@egbok.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Fix sudoscript port build bug (define USE_PERL5 in Makefile)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 11 19:20:05 PDT 2003
>Closed-Date:    Sat Jul 12 19:34:12 PDT 2003
>Last-Modified:  Sat Jul 12 19:34:12 PDT 2003
>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@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:
State-Changed-From-To: open->closed 
State-Changed-By: foxfair 
State-Changed-When: Sat Jul 12 19:29:44 PDT 2003 
State-Changed-Why:  
Committed, thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=54405 
>Unformatted:
