Bug 95060 - net/libpcap broken with -DLIBPCAP_OVERWRITE_BASE
Summary: net/libpcap broken with -DLIBPCAP_OVERWRITE_BASE
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: Bruce M Simpson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-29 01:30 UTC by Roman Neuhauser
Modified: 2006-08-02 12:23 UTC (History)
1 user (show)

See Also:


Attachments
patchbase-Makefile.in (1.16 KB, application/octet-stream)
2006-04-17 01:31 UTC, Craig Leres
no flags Details
patchbase-Makefile.in (1.16 KB, text/plain)
2006-04-17 20:05 UTC, Craig Leres
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Neuhauser 2006-03-29 01:30:17 UTC
roman@dagan ports/net/libpcap 1007:0 > make clean patch -DLIBPCAP_OVERWRITE_BASE
===>  Cleaning for bison-1.75_2,1
===>  Cleaning for m4-1.4.4
===>  Cleaning for gettext-0.14.5_2
===>  Cleaning for libtool-1.5.22_2
===>  Cleaning for libiconv-1.9.2_2
===>  Cleaning for libpcap-overwrite-base-0.9.4
===>  WARNING: Vulnerability database out of date, checking anyway
===>  Extracting for libpcap-overwrite-base-0.9.4
=> MD5 Checksum OK for libpcap-0.9.4.tar.gz.
=> SHA256 Checksum OK for libpcap-0.9.4.tar.gz.
===>  Patching for libpcap-overwrite-base-0.9.4
===>  Applying extra patch /usr/home/roman/codex/ports/net/libpcap/files/patchbase-Makefile.in
1 out of 2 hunks failed--saving rejects to Makefile.in.rej
*** Error code 1

Stop in /usr/home/roman/codex/ports/net/libpcap.

Fix: 

Makefile.in in 0.9.4 contains an install-shared target.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-03-29 01:32:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bms

Over to maintainer
Comment 2 Craig Leres freebsd_committer freebsd_triage 2006-04-17 01:31:24 UTC
Attached is a new version of files/patchbase-Makefile.in that
correctly patches libpcap 0.9.4. While there is a install-shared
target in the current tcpdump.org version of libpcap, it doesn't
use the right shared library version for FreeBSD.

I've tested this with 6.1-BETA4 with a -current ports tree. This
might also solve bug report ports/92738.

		Craig
Comment 3 Craig Leres 2006-04-17 20:05:39 UTC
Let me see if I can get mh to mime the patch different way...

		Craig
Comment 4 Bruce M Simpson freebsd_committer freebsd_triage 2006-08-02 12:22:54 UTC
State Changed
From-To: open->closed

Committed, thanks!