ports/126699: [PATCH] x11-toolkits/jdic: Fix USE_XORG value

Greg Lewis glewis at misty.eyesbeyond.com
Thu Aug 21 05:20:02 UTC 2008


>Number:         126699
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/jdic: Fix USE_XORG value
>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:   Thu Aug 21 05:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Greg Lewis
>Release:        FreeBSD 7.0-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD misty.eyesbeyond.com 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Mon Jul 28 22:03:45 PDT 2008
>Description:
This changes adds xt to USE_XORG since the port uses headers from the xt
port (e.g., X11/Intrinsic.h) and clearly links with libXt during the build.

See http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.8.20080819154558/jdic-20061102_3.log

Port maintainer (thierry at FreeBSD.org) is cc'd.

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

--- jdic-20061102_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /var/fcvs/ports/x11-toolkits/jdic/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	6 Jun 2008 14:16:19 -0000	1.6
+++ Makefile	21 Aug 2008 04:41:50 -0000
@@ -25,7 +25,7 @@
 
 USE_ZIP=	yes
 USE_ANT=	yes
-USE_XORG=	x11 xext
+USE_XORG=	x11 xext xt
 USE_GNOME=	pkgconfig # libgnome
 USE_JAVA=	yes
 JAVA_VERSION=	1.5+
--- jdic-20061102_3.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list