From owner-svn-ports-all@FreeBSD.ORG Mon Oct 14 20:29:14 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 924BFF43; Mon, 14 Oct 2013 20:29:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7EF39251A; Mon, 14 Oct 2013 20:29:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9EKTE5S037919; Mon, 14 Oct 2013 20:29:14 GMT (envelope-from edwin@svn.freebsd.org) Received: (from edwin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9EKTEwQ037918; Mon, 14 Oct 2013 20:29:14 GMT (envelope-from edwin@svn.freebsd.org) Message-Id: <201310142029.r9EKTEwQ037918@svn.freebsd.org> From: Edwin Groothuis Date: Mon, 14 Oct 2013 20:29:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330356 - head/net/sniffit/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Oct 2013 20:29:14 -0000 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 \