Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2010 14:13:12 +0200
From:      Bapt <baptiste.daroussin@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        oliver@FreeBSD.org
Subject:   ports/145832: [PATCH] x11/libexo: perl is only a build depend
Message-ID:  <cf13d@azathoth.lan>
Resent-Message-ID: <201004191220.o3JCK1Ro099444@freefall.freebsd.org>

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

>Number:         145832
>Category:       ports
>Synopsis:       [PATCH] x11/libexo: perl is only a build depend
>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:   Mon Apr 19 12:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Bapt
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD azathoth.lan 8.0-STABLE FreeBSD 8.0-STABLE #3: Sun Jan 10 20:39:38 CET 2010
>Description:
perl seems to be only a build dependency + make it a few more portlint happy

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

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

--- libexo-0.3.106_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11/libexo.orig/Makefile /usr/ports/x11/libexo/Makefile
--- /usr/ports/x11/libexo.orig/Makefile	2010-04-19 14:07:30.321696000 +0200
+++ /usr/ports/x11/libexo/Makefile	2010-04-19 14:10:58.588778478 +0200
@@ -9,8 +9,8 @@
 PORTVERSION=	0.3.106
 PORTREVISION=	2
 CATEGORIES=	x11 xfce
-DISTNAME=	exo-${PORTVERSION}
 MASTER_SITES=	http://www.xfce.org/archive/src/xfce/exo/0.3/
+DISTNAME=	exo-${PORTVERSION}
 DIST_SUBDIR=	xfce4
 
 MAINTAINER=	oliver@FreeBSD.org
@@ -22,13 +22,13 @@
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
 GNU_CONFIGURE=	yes
-INSTALLS_ICONS= yes
+INSTALLS_ICONS=	yes
 USE_BZIP2=	yes
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
 USE_GNOME=	glib20 gnomehack gnometarget gtk20 intltool intlhack pkgconfig
 USE_LDCONFIG=	yes
-USE_PERL5=	yes
+USE_PERL5_BUILD=	yes
 USE_XFCE=	configenv libutil
 
 OPTIONS=	HAL	"Enable HAL support"			on \
--- libexo-0.3.106_2.patch ends here ---

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



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