Skip site navigation (1)Skip section navigation (2)
Date:      12 Jul 2003 02:14:33 -0000
From:      Charlie & <root@egbok.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54405: [PATCH] Fix sudoscript port build bug (define USE_PERL5 in Makefile)
Message-ID:  <20030712021433.73976.qmail@egbok.com>
Resent-Message-ID: <200307120220.h6C2K5W5031719@freefall.freebsd.org>

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

>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@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:



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