Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jan 2006 17:13:39 +0100
From:      "Stefan Ehmann" <shoesoft@gmx.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/91401: net/gift add missing dependency
Message-ID:  <1136564019.45260@taxman.pepperland>
Resent-Message-ID: <200601061620.k06GK4M4003639@freefall.freebsd.org>

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

>Number:         91401
>Category:       ports
>Synopsis:       net/gift add missing dependency
>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 Jan 06 16:20:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Ehmann
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 6.0-RELEASE #3: Sun Dec 25 13:08:51 CET 2005
    stefan@taxman.pepperland:/usr/obj/usr/src/sys/TAXMAN



>Description:


add missing perl dependency (necessary for gift-setup)


>How-To-Repeat:





>Fix:


--- gift.diff begins here ---
diff -ruN gift.bak/Makefile gift/Makefile
--- gift.bak/Makefile	Fri Jan  6 16:53:47 2006
+++ gift/Makefile	Fri Jan  6 17:08:28 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	giFT
 PORTVERSION=	0.11.8.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME:L}
@@ -23,6 +23,7 @@
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
+USE_PERL5=  yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" \
--- gift.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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