Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2006 19:15:08 +0200
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/94796: [PATCH] x11/xcolorsel: portlint
Message-ID:  <1142961308.98340@it.buh.tecnik93.com>
Resent-Message-ID: <200603211720.k2LHKGcA019156@freefall.freebsd.org>

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

>Number:         94796
>Category:       ports
>Synopsis:       [PATCH] x11/xcolorsel: portlint
>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:   Tue Mar 21 17:20:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 24 07:01:54 EET 2006
    root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P



>Description:


small porlint.


>How-To-Repeat:





>Fix:


--- xcolorsel.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/xcolorsel/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	10 Apr 2005 05:39:56 -0000	1.11
+++ Makefile	21 Mar 2006 17:14:47 -0000
@@ -17,8 +17,7 @@
 
 LIB_DEPENDS=	Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d
 
-WRKSRC=		$(WRKDIR)/xcolorsel
-USE_REINPLACE=	yes
+WRKSRC=		${WRKDIR}/xcolorsel
 USE_IMAKE=	yes
 USE_XPM=	yes
 MAN1=		xcolorsel.1
@@ -28,6 +27,6 @@
 	@${REINPLACE_CMD} -e 's|#include <malloc.h>||g' \
 		-e 's|/Xaw/|/Xaw3d/|g' ${WRKSRC}/*.[ch]
 	@${REINPLACE_CMD} -e 's|app2head|./app2head|g' \
-		-e 's|XawClientLibs|-lXaw3d $$(XMULIBONLY) $$(XTOOLLIB) $$(XPMLIB) $$(XLIB)|g' ${WRKSRC}/Imakefile
+		-e 's|XawClientLibs|-lXaw3d $${XMULIBONLY} $${XTOOLLIB} $${XPMLIB} $${XLIB}|g' ${WRKSRC}/Imakefile
 
 .include <bsd.port.mk>
--- xcolorsel.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?1142961308.98340>