Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2006 10:35:51 +0800 (CST)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/106038: [PATCH] net/tcpview: Respect X11BASE
Message-ID:  <200611300235.kAU2ZpE3005123@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200611300240.kAU2eDwT003057@freefall.freebsd.org>

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

>Number:         106038
>Category:       ports
>Synopsis:       [PATCH] net/tcpview: 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:40:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- Respect X11BASE

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

--- tcpview-1.0_3.patch begins here ---
Index: files/patch-Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/net/tcpview/files/patch-Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 patch-Makefile
--- files/patch-Makefile	12 May 2006 23:05:58 -0000	1.3
+++ files/patch-Makefile	30 Nov 2006 02:35:29 -0000
@@ -68,7 +68,7 @@
  
  tcpview: $(TCPVIEW_OBJ)
 -	$(CC) $(CFLAGS) -o $@ $(TCPVIEW_OBJ) $(XLIB) $(LIB)
-+	$(CC) $(CFLAGS) -o $@ $(TCPVIEW_OBJ) -L/usr/X11R6/lib $(XLIB) $(LIB)
++	$(CC) $(CFLAGS) -o $@ $(TCPVIEW_OBJ) -L${X11BASE}/lib $(XLIB) $(LIB)
  
  tcpslice: $(TCPSLICE_OBJ)
  	$(CC) $(CFLAGS) -o $@ $(TCPSLICE_OBJ)
--- tcpview-1.0_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?200611300235.kAU2ZpE3005123>