Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Nov 2004 01:50:31 -0500 (EST)
From:      Michael Handler <handler@grendel.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/73704: [maintainer update] fix build of sysutils/graft (perl5 build dependency)
Message-ID:  <200411090650.iA96oV7R003442@lair.grendel.net>
Resent-Message-ID: <200411090700.iA970jUH019279@freefall.freebsd.org>

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

>Number:         73704
>Category:       ports
>Synopsis:       [maintainer update] fix build of sysutils/graft (perl5 build dependency)
>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:   Tue Nov 09 07:00:45 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michael Handler
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
my own bad self
>Environment:
System: FreeBSD lair.grendel.net 5.3-STABLE FreeBSD 5.3-STABLE #1: Tue Oct 19 18:54:43 EDT 2004 root@lair.grendel.net:/usr/obj/usr/src/sys/GRENDEL i386
>Description:
The graft port fails to build if you don't already have perl5 installed,
because there's a build dependency on perl, but the Makefile only declares
a run dependency.

Noticed by: pointyhat
Mail from: kris
Pointyhat to: me

Also, fix the COMMENT line so that it fits in the output of pkg_info, as
requested by sergei@.
>How-To-Repeat:
n/a
>Fix:

No PORTVERSION bump is necessary, because this is a build-only problem.

--- Makefile.orig	Tue Nov  9 01:44:13 2004
+++ Makefile	Tue Nov  9 01:44:53 2004
@@ -11,9 +11,9 @@
 MASTER_SITES=		http://www.gormand.com.au/peters/tools/graft/
 
 MAINTAINER=		handler@grendel.net
-COMMENT=		Manage symlinks to multiple software packages under a single hierarchy
+COMMENT=		Automatically manage symlinks in a directory hierarchy
 
-USE_PERL5_RUN=		true
+USE_PERL5=		true
 
 PLIST_FILES=		bin/graft
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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