From owner-svn-ports-all@FreeBSD.ORG Wed Feb 26 13:14:49 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BFB2F86; Wed, 26 Feb 2014 13:14:49 +0000 (UTC) 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 1697F1847; Wed, 26 Feb 2014 13:14:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1QDEmmF015805; Wed, 26 Feb 2014 13:14:48 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1QDEmg6015803; Wed, 26 Feb 2014 13:14:48 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402261314.s1QDEmg6015803@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 26 Feb 2014 13:14:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346203 - in head/net/dhcpdump: . 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.17 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: Wed, 26 Feb 2014 13:14:49 -0000 Author: ehaupt Date: Wed Feb 26 13:14:48 2014 New Revision: 346203 URL: http://svnweb.freebsd.org/changeset/ports/346203 QAT: https://qat.redports.org/buildarchive/r346203/ Log: - Support staging - Respect CFLAGS - Don't build with debug symbols Added: head/net/dhcpdump/files/ head/net/dhcpdump/files/patch-Makefile (contents, props changed) Modified: head/net/dhcpdump/Makefile Modified: head/net/dhcpdump/Makefile ============================================================================== --- head/net/dhcpdump/Makefile Wed Feb 26 13:00:29 2014 (r346202) +++ head/net/dhcpdump/Makefile Wed Feb 26 13:14:48 2014 (r346203) @@ -9,15 +9,13 @@ MASTER_SITES= http://www.mavetju.org/dow MAINTAINER= edwin@mavetju.org COMMENT= Decode and diagnose sniffed DHCP packets -MAN8= dhcpdump.8 -PLIST_FILES= bin/dhcpdump +PLIST_FILES= bin/dhcpdump man/man8/dhcpdump.8.gz USES= perl5 USE_PERL5= build -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/dhcpdump ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/dhcpdump.8 ${PREFIX}/man/man8 + ${INSTALL_PROGRAM} ${WRKSRC}/dhcpdump ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/dhcpdump.8 ${STAGEDIR}${PREFIX}/man/man8 .include Added: head/net/dhcpdump/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/dhcpdump/files/patch-Makefile Wed Feb 26 13:14:48 2014 (r346203) @@ -0,0 +1,8 @@ +--- ./Makefile.orig 2014-02-26 14:13:07.131955471 +0100 ++++ ./Makefile 2014-02-26 14:13:21.108957821 +0100 +@@ -1,5 +1,3 @@ +-CFLAGS= -Wall -g +-LDFLAGS= -g + LIBS= -lpcap + + all: dhcpdump dhcpdump.8