Bug 48256 - [patch] Unbreak net/tcpview (bento)
Summary: [patch] Unbreak net/tcpview (bento)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Yen-Ming Lee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-13 19:20 UTC by Volker Stolz
Modified: 2003-02-18 17:57 UTC (History)
1 user (show)

See Also:


Attachments
tcpview (16.98 KB, text/plain)
2003-02-13 19:20 UTC, Volker Stolz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Volker Stolz 2003-02-13 19:20:09 UTC
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
Comment 1 Christian Weisgerber 2003-02-14 23:26:06 UTC
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
Comment 2 Yen-Ming Lee freebsd_committer freebsd_triage 2003-02-16 23:48:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->leeym

I will handle this one.
Comment 3 stolz 2003-02-17 12:45:11 UTC
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
Comment 4 Yen-Ming Lee freebsd_committer freebsd_triage 2003-02-18 17:57:36 UTC
State Changed
From-To: open->closed

Committed, thanks.