Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2005 08:41:27 +0300
From:      Vasil Dimov <vd@datamax.bg>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/82096: [patch] fix recursive PKGNAMESUFFIX in x11-wm/fvwm2
Message-ID:  <20050610054127.GA61881@sinanica.bg.datamax>
Resent-Message-ID: <200506100550.j5A5o7g7058875@freefall.freebsd.org>

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

>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@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:



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