From owner-svn-ports-head@FreeBSD.ORG Tue Feb 18 18:29:03 2014 Return-Path: Delivered-To: svn-ports-head@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 4C42A5E9; Tue, 18 Feb 2014 18:29:03 +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 385AD14B9; Tue, 18 Feb 2014 18:29:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1IIT3LG083008; Tue, 18 Feb 2014 18:29:03 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1IIT3GS083007; Tue, 18 Feb 2014 18:29:03 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402181829.s1IIT3GS083007@svn.freebsd.org> From: Antoine Brodin Date: Tue, 18 Feb 2014 18:29:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344936 - head/sysutils/scalpel 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.17 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: Tue, 18 Feb 2014 18:29:03 -0000 Author: antoine Date: Tue Feb 18 18:29:02 2014 New Revision: 344936 URL: http://svnweb.freebsd.org/changeset/ports/344936 QAT: https://qat.redports.org/buildarchive/r344936/ Log: Stage support Modified: head/sysutils/scalpel/Makefile Modified: head/sysutils/scalpel/Makefile ============================================================================== --- head/sysutils/scalpel/Makefile Tue Feb 18 18:23:41 2014 (r344935) +++ head/sysutils/scalpel/Makefile Tue Feb 18 18:29:02 2014 (r344936) @@ -11,25 +11,22 @@ COMMENT= Frugal, high performance file c LICENSE= GPLv2 -LIB_DEPENDS= tre.5:${PORTSDIR}/textproc/libtre +LIB_DEPENDS= libtre.so:${PORTSDIR}/textproc/libtre GNU_CONFIGURE= yes SUB_FILES= pkg-message -MAN1= scalpel.1 -PLIST_FILES+= etc/scalpel.conf.sample bin/scalpel +PLIST_FILES= etc/scalpel.conf.sample bin/scalpel man/man1/scalpel.1.gz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's/#ifdef __APPLE__/#if defined(__APPLE__) || defined(__FreeBSD__)/' \ ${WRKSRC}/src/scalpel.h post-install: - @${CP} -p ${WRKSRC}/scalpel.conf ${PREFIX}/etc/scalpel.conf.sample - @${CAT} ${PKGMESSAGE} + @${CP} -p ${WRKSRC}/scalpel.conf ${STAGEDIR}${PREFIX}/etc/scalpel.conf.sample .include