Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2013 20:29:14 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330356 - head/net/sniffit/files
Message-ID:  <201310142029.r9EKTEwQ037918@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: edwin
Date: Mon Oct 14 20:29:13 2013
New Revision: 330356
URL: http://svnweb.freebsd.org/changeset/ports/330356

Log:
  Rename file to proper naming standards

Added:
  head/net/sniffit/files/patch-Makefile.in
     - copied unchanged from r330355, head/net/sniffit/files/patch-01
Deleted:
  head/net/sniffit/files/patch-01

Copied: head/net/sniffit/files/patch-Makefile.in (from r330355, head/net/sniffit/files/patch-01)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/sniffit/files/patch-Makefile.in	Mon Oct 14 20:29:13 2013	(r330356, copy of r330355, head/net/sniffit/files/patch-01)
@@ -0,0 +1,17 @@
+--- Makefile.in.orig	Thu Jul 16 09:17:10 1998
++++ Makefile.in	Sun Aug 16 23:20:29 1998
+@@ -10,10 +10,10 @@
+ LIBS       = @LIBS@
+ DEFS	   = @DEFS@
+ OS_OPT     = @OS_OPT@
+-OBJ_FLAG   = -w -O2 -c
+-OBJ_OPT    = -I./libpcap -L./libpcap
+-EXE_FLAG   = -w -O2 -o sniffit
+-EXE_OPT    = -I./libpcap -L./libpcap -lpcap
++OBJ_FLAG   = $(CFLAGS) -w -c
++#OBJ_OPT    = -I./libpcap -L./libpcap
++EXE_FLAG   = $(CFLAGS) -w -o sniffit
++EXE_OPT    = -lpcap
+ EXE_OBJ    = sn_packets.o sn_generation.o sn_interface.o sn_cfgfile.o \
+              sn_logfile.o sn_resolv.o
+ DEP_FILES  = sn_config.h ./libpcap/pcap.h sn_data.h sn_defines.h sn_plugins.h \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310142029.r9EKTEwQ037918>