Fix build noticed by bento. - Unbreak (bento) - CFLAGS police - frag patches - clean up install target (now strips all binaries) - tested on: -CURRENT, -STABLE Fix: New patch files: patch-Makefile patch-callbacks.c patch-detail_udp.c patch-print_nfs.c patch-print_udp.c
In article <200302131910.h1DJAcEm043376@monster.theater.foldr.org> you write: > >Number: 48256 > >Category: ports > >Synopsis: [patch] Unbreak net/tcpview (bento) > ++INCLUDES = -I.. -I/usr/X11R6/include > ++TCPVIEW_DIR = /usr/local/lib/tcpview > ++FILTER_DIR = /usr/local/lib/tcpview/filters Don't hardcode references to /usr/X11R6 and /usr/local, use X11BASE and LOCALBASE/PREFIX instead. -- Christian "naddy" Weisgerber naddy@mips.inka.de
Responsible Changed From-To: freebsd-ports-bugs->leeym I will handle this one.
New patch with Christian's suggestions at http://www-i2.informatik.rwth-aachen.de/~stolz/FreeBSD/tcpview.patch -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME rage against the finite state machine
State Changed From-To: open->closed Committed, thanks.