From owner-svn-ports-head@FreeBSD.ORG Fri Aug 9 02:11:21 2013 Return-Path: Delivered-To: svn-ports-head@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 A5365467; Fri, 9 Aug 2013 02:11:21 +0000 (UTC) (envelope-from danfe@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 76BBE24E3; Fri, 9 Aug 2013 02:11:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r792BLoC073760; Fri, 9 Aug 2013 02:11:21 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r792BLXW073757; Fri, 9 Aug 2013 02:11:21 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201308090211.r792BLXW073757@svn.freebsd.org> From: Alexey Dokuchaev Date: Fri, 9 Aug 2013 02:11:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324414 - in head/security/dsniff: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Aug 2013 02:11:21 -0000 Author: danfe Date: Fri Aug 9 02:11:20 2013 New Revision: 324414 URL: http://svnweb.freebsd.org/changeset/ports/324414 Log: - Unbreak parallel builds by fixing targets' dependencies - Cleanup port's Makefile slightly while I am here Modified: head/security/dsniff/Makefile head/security/dsniff/files/patch-Makefile.in Modified: head/security/dsniff/Makefile ============================================================================== --- head/security/dsniff/Makefile Fri Aug 9 01:49:55 2013 (r324413) +++ head/security/dsniff/Makefile Fri Aug 9 02:11:20 2013 (r324414) @@ -1,4 +1,4 @@ -# Created by: kris@FreeBSD.org +# Created by: Kris Kennaway # $FreeBSD$ PORTNAME= dsniff @@ -21,11 +21,8 @@ USES= pkgconfig WANT_GNOME= yes OPTIONS_DEFINE= X11 - OPTIONS_DEFAULT= X11 -.include - MAN8= arpspoof.8 ${PORTNAME}.8 macof.8 mailsnarf.8 tcpkill.8 \ tcpnice.8 urlsnarf.8 filesnarf.8 dnsspoof.8 msgsnarf.8 \ sshmitm.8 webmitm.8 @@ -38,7 +35,7 @@ LIBNET_INC= "`${LIBNET_CONFIG} --defines LIBNET_LIB= "-L${LOCALBASE}/include/libnet${LIBNET_VERSION} \ ${LOCALBASE}/lib/libnet${LIBNET_VERSION}/libnet.a" -.include +.include # If net/libnids has been compiled with the GLIB2 option then this port needs # the corresponding library and additional linker flags. @@ -74,4 +71,4 @@ pre-configure: ${WRKSRC}/Makefile.in .endif -.include +.include Modified: head/security/dsniff/files/patch-Makefile.in ============================================================================== --- head/security/dsniff/files/patch-Makefile.in Fri Aug 9 01:49:55 2013 (r324413) +++ head/security/dsniff/files/patch-Makefile.in Fri Aug 9 02:11:20 2013 (r324414) @@ -21,7 +21,7 @@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ -@@ -76,7 +75,7 @@ +@@ -76,22 +75,23 @@ .c.o: $(CC) $(CFLAGS) $(INCS) -c $(srcdir)/$*.c @@ -29,22 +29,33 @@ +all: $(PROGS) mount.c: mount.x - rpcgen -h mount.x -o mount.h -@@ -86,13 +85,6 @@ - rpcgen -h nfs_prot.x -o nfs_prot.h - rpcgen -c nfs_prot.x -o nfs_prot.c +- rpcgen -h mount.x -o mount.h +- rpcgen -c mount.x -o mount.c ++ rpcgen -c mount.x -o $@ ++ ++mount.h: mount.x ++ rpcgen -h mount.x -o $@ ++ ++decode_mountd.c: mount.h + + nfs_prot.c: nfs_prot.x +- rpcgen -h nfs_prot.x -o nfs_prot.h +- rpcgen -c nfs_prot.x -o nfs_prot.c ++ rpcgen -c nfs_prot.x -o $@ -$(LIBOBJS): - $(CC) $(CFLAGS) $(INCS) -c $(srcdir)/missing/$*.c -- ++nfs_prot.h: nfs_prot.x ++ rpcgen -h nfs_prot.x -o $@ + -libmissing.a: $(LIBOBJS) - ar -cr $@ $(LIBOBJS) - $(RANLIB) $@ -- ++filesnarf.c: nfs_prot.h + dsniff: $(HDRS) $(SRCS) $(OBJS) $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) $(NIDSLIB) $(PCAPLIB) $(LNETLIB) $(DBLIB) $(SSLLIB) - -@@ -153,7 +145,7 @@ +@@ -153,7 +153,7 @@ done clean: