From owner-svn-ports-head@FreeBSD.ORG Tue Feb 18 10:10:08 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 B37DCF0; Tue, 18 Feb 2014 10:10:08 +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 8375712AA; Tue, 18 Feb 2014 10:10:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1IAA8QE059456; Tue, 18 Feb 2014 10:10:08 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1IAA7Vl059453; Tue, 18 Feb 2014 10:10:07 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402181010.s1IAA7Vl059453@svn.freebsd.org> From: Emanuel Haupt Date: Tue, 18 Feb 2014 10:10:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344854 - in head/devel/exercisix: . 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.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 10:10:08 -0000 Author: ehaupt Date: Tue Feb 18 10:10:07 2014 New Revision: 344854 URL: http://svnweb.freebsd.org/changeset/ports/344854 QAT: https://qat.redports.org/buildarchive/r344854/ Log: Support staging Added: head/devel/exercisix/files/ head/devel/exercisix/files/patch-Makefile (contents, props changed) Modified: head/devel/exercisix/Makefile head/devel/exercisix/pkg-plist Modified: head/devel/exercisix/Makefile ============================================================================== --- head/devel/exercisix/Makefile Tue Feb 18 10:07:55 2014 (r344853) +++ head/devel/exercisix/Makefile Tue Feb 18 10:10:07 2014 (r344854) @@ -9,9 +9,8 @@ MASTER_SITES= http://alexanderchuranov.c MAINTAINER= exercisix@alexanderchuranov.com COMMENT= Innovative lightweight unit-test framework for C++ -USE_BZIP2= YES -MAN3= exercisix.3 -MANCOMPRESSED= yes +USE_BZIP2= yes + +OPTIONS_DEFINE= EXAMPLES -NO_STAGE= yes .include Added: head/devel/exercisix/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/exercisix/files/patch-Makefile Tue Feb 18 10:10:07 2014 (r344854) @@ -0,0 +1,19 @@ +--- ./Makefile.orig 2014-02-18 11:06:36.485355646 +0100 ++++ ./Makefile 2014-02-18 11:07:14.494356722 +0100 +@@ -22,12 +22,12 @@ + .PHONY: clean + + install: all $(FILESDIR) +- install -o root -g wheel -m 444 $(FILES) $(FILESDIR) +- install -C -o root -g wheel -m 444 $(INCS) $(INCLUDEDIR) +- install -o root -g wheel -m 444 $(COMPRESSED_MAN) $(MANDIR)3 ++ install -o root -g wheel -m 444 $(FILES) $(DESTDIR)$(FILESDIR) ++ install -C -o root -g wheel -m 444 $(INCS) $(DESTDIR)$(INCLUDEDIR) ++ install -o root -g wheel -m 444 $(COMPRESSED_MAN) $(DESTDIR)$(MANDIR)3 + + $(FILESDIR): +- mkdir $(FILESDIR) ++ mkdir $(DESTDIR)$(FILESDIR) + + deinstall: + rm -r $(FILESDIR) Modified: head/devel/exercisix/pkg-plist ============================================================================== --- head/devel/exercisix/pkg-plist Tue Feb 18 10:07:55 2014 (r344853) +++ head/devel/exercisix/pkg-plist Tue Feb 18 10:10:07 2014 (r344854) @@ -1,4 +1,5 @@ include/exercisix.hh share/examples/exercisix/BSDmakefile share/examples/exercisix/example.cc -@dirrm share/examples/exercisix +man/man3/exercisix.3.gz +@dirrm %%EXAMPLESDIR%%