Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2008 21:49:28 -0700 (PDT)
From:      Greg Lewis <glewis@misty.eyesbeyond.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        thierry@FreeBSD.org
Subject:   ports/126699: [PATCH] x11-toolkits/jdic: Fix USE_XORG value
Message-ID:  <200808210449.m7L4nSWv027146@misty.eyesbeyond.com>
Resent-Message-ID: <200808210520.m7L5K1r2042662@freefall.freebsd.org>

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

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



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