Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2010 12:33:11 +0200
From:      Bapt <baptiste.daroussin@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@FreeBSD.org
Subject:   [PATCH] x11-toolkits/gtk20: Only build depend on perl not run depend
Message-ID:  <cf12c@azathoth.lan>

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

>Submitter-Id:	current-users
>Originator:	Bapt
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] x11-toolkits/gtk20: Only build depend on perl not run depend
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 8.0-STABLE amd64
>Environment:
System: FreeBSD azathoth.lan 8.0-STABLE FreeBSD 8.0-STABLE #3: Sun Jan 10 20:39:38 CET 2010
>Description:
It seems that gtk only has a build depend on perl, not a build and run depend.

Port maintainer (gnome@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- gtk-2.18.7_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/gtk20.orig/Makefile /usr/ports/x11-toolkits/gtk20/Makefile
--- /usr/ports/x11-toolkits/gtk20.orig/Makefile	2010-04-14 09:06:58.000000000 +0200
+++ /usr/ports/x11-toolkits/gtk20/Makefile	2010-04-19 12:30:26.780781940 +0200
@@ -37,7 +37,7 @@
 		${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
 
 USE_GMAKE=	yes
-USE_PERL5=	yes
+USE_PERL5_BUILD=	yes
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool:22
 USE_GNOME=	gnomehack atk pango ltverhack
--- gtk-2.18.7_1.patch ends here ---




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