ports/82096: [patch] fix recursive PKGNAMESUFFIX in x11-wm/fvwm2
Vasil Dimov
vd at datamax.bg
Fri Jun 10 05:50:17 UTC 2005
>Number: 82096
>Category: ports
>Synopsis: [patch] fix recursive PKGNAMESUFFIX in x11-wm/fvwm2
>Confidential: no
>Severity: non-critical
>Priority: high
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Jun 10 05:50:07 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Vasil Dimov
>Release: FreeBSD 5.4-STABLE i386
>Organization:
DataMax
>Environment:
>Description:
Fix "Variable PKGNAMESUFFIX is recursive" for x11-wm/fvwm2 in certain
circumstances.
This patch was sent by FUJISHIMA Satsuki <sf at FreeBSD.org> to the
ports@ mailing list (portsdb -uU INDEX build failure, started by Mike O'Brien).
>How-To-Repeat:
>Fix:
--- Makefile.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-wm/fvwm2/Makefile,v
retrieving revision 1.67
diff -u -r1.67 Makefile
--- Makefile 5 Jun 2005 21:12:21 -0000 1.67
+++ Makefile 9 Jun 2005 14:51:35 -0000
@@ -60,7 +60,11 @@
.if ${HAVE_GNOME:Mimlib}!=""
USE_GNOME= imlib
+.if defined(PKGNAMESUFFIX)
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-imlib
+.else
+PKGNAMESUFFIX= -imlib
+.endif
CONFIGURE_ARGS+= --with-gnome --enable-gnome-hints \
--enable-gtktest --enable-imlibtest
PLIST_SUB+= GTK=""
--- Makefile.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list