Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2006 10:40:28 +0800 (CST)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sjr@comcast.net
Subject:   ports/106039: [PATCH] mail/tkrat: Respect X11BASE
Message-ID:  <200611300240.kAU2eSqK006101@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200611300250.kAU2oAtl003699@freefall.freebsd.org>

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

>Number:         106039
>Category:       ports
>Synopsis:       [PATCH] mail/tkrat: Respect X11BASE
>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 Nov 30 02:50:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- Respect X11BASE
  This port use Xlib to build, set USE_XLIB. With GNU_CONFIGURE set,
  it sets correct path to xlib.

Port maintainer (sjr@comcast.net) is cc'd.

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

--- tkrat-2.1.5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/mail/tkrat2/Makefile,v
retrieving revision 1.51
diff -u -u -r1.51 Makefile
--- Makefile	11 Jul 2006 10:26:15 -0000	1.51
+++ Makefile	30 Nov 2006 02:39:35 -0000
@@ -17,6 +17,8 @@
 		tk84:${PORTSDIR}/x11-toolkits/tk84 \
 		c-client4.8:${PORTSDIR}/mail/cclient
 
+USE_XLIB=	yes
+
 GNU_CONFIGURE=	yes
 
 CONFIGURE_ARGS=	--with-tcl-config=${PREFIX}/lib/tcl8.4 \
--- tkrat-2.1.5.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?200611300240.kAU2eSqK006101>