Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Aug 2011 15:32:10 +0100
From:      Chris Rees <crees@zeus.bayofrum.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159998: [PATCH] x11/xfce4-conf breaks with perl bindings
Message-ID:  <BLU0-SMTP153237F8D200EEBDD0A7113A92F0@phx.gbl>
Resent-Message-ID: <201108221440.p7MEe7KM051821@freefall.freebsd.org>

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

>Number:         159998
>Category:       ports
>Synopsis:       [PATCH] x11/xfce4-conf breaks with perl bindings
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 22 14:40:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Chris Rees
>Release:        FreeBSD 8.2-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386


	
>Description:
	xfce4-conf used to patch the file WRKSRC/xfconf-perl/Makefile.perl, but that no longer exists in current versions. Bear in mind I haven't looked in depth at what the replacement does, but it seems to work fine for me now with the attached patch.
>How-To-Repeat:
	
>Fix:

	

--- xfce4-conf-Makefile-perl.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11/xfce4-conf/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	11 Aug 2011 19:20:05 -0000	1.14
+++ Makefile	22 Aug 2011 13:49:51 -0000
@@ -70,10 +70,4 @@
 	@${REINPLACE_CMD} -e 's|--module-dir|--module=xfconf &|' \
 		${WRKSRC}/docs/reference/Makefile.in
 
-post-build:
-.if defined(WITH_PERL)
-	@${REINPLACE_CMD} -E -e 's! doc_(perl|site|\$$\(INSTALLDIRS\))_install$$!!' \
-		${WRKSRC}/xfconf-perl/Makefile.perl
-.endif
-
 .include <bsd.port.post.mk>
--- xfce4-conf-Makefile-perl.diff ends here ---



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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



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