ports/106038: [PATCH] net/tcpview: Respect X11BASE
Rong-En Fan
rafan at FreeBSD.org
Thu Nov 30 02:40:15 UTC 2006
>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:
More information about the freebsd-ports-bugs
mailing list