diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2004-03-31 00:14:06 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2004-03-31 00:14:06 +0000 |
commit | 4c753cd394dd7a7d4da71cdd6a048e48bdde3e7f (patch) | |
tree | d4c411ad8a525640975223965690c9e20dd2e053 /net/tcpdump/files/extra-patch-Makefile.in | |
parent | Mark uemacs NO_CDROM: (diff) |
Update tcpdump/libpcap ports for new releases 3.8.3/0.8.3. Reset PORTREVISION.
Update radiotap patches as radiotap is not yet in tcpdump release branch
due to endianness issues.
Notes
Notes:
svn path=/head/; revision=105739
Diffstat (limited to 'net/tcpdump/files/extra-patch-Makefile.in')
-rw-r--r-- | net/tcpdump/files/extra-patch-Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/tcpdump/files/extra-patch-Makefile.in b/net/tcpdump/files/extra-patch-Makefile.in index 05d73d0c186c..5f69c1f012ca 100644 --- a/net/tcpdump/files/extra-patch-Makefile.in +++ b/net/tcpdump/files/extra-patch-Makefile.in @@ -1,13 +1,13 @@ ---- Makefile.in.orig Mon Oct 27 10:13:45 2003 -+++ Makefile.in Wed Dec 10 18:59:23 2003 +--- Makefile.in.orig Sun Mar 28 22:25:02 2004 ++++ Makefile.in Wed Mar 31 01:04:18 2004 @@ -65,7 +65,7 @@ @rm -f $@ $(CC) $(CFLAGS) -c $(srcdir)/$*.c --CSRC = addrtoname.c gmpls.c gmt2local.c machdep.c parsenfsfh.c \ -+CSRC = addrtoname.c cpack.c gmpls.c gmt2local.c machdep.c parsenfsfh.c \ - print-802_11.c print-ah.c print-arcnet.c print-aodv.c \ - print-arp.c print-ascii.c print-atalk.c print-atm.c \ +-CSRC = addrtoname.c gmpls.c gmt2local.c machdep.c oui.c parsenfsfh.c \ ++CSRC = addrtoname.c cpack.c gmpls.c gmt2local.c machdep.c oui.c parsenfsfh.c \ + print-802_11.c print-ap1394.c print-ah.c print-arcnet.c \ + print-aodv.c print-arp.c print-ascii.c print-atalk.c print-atm.c \ print-beep.c print-bfd.c print-bgp.c print-bootp.c print-cdp.c \ @@ -95,7 +95,7 @@ # We would like to say "OBJ = $(SRC:.c=.o)" but Ultrix's make cannot |