Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Feb 2014 10:10:07 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344854 - in head/devel/exercisix: . files
Message-ID:  <201402181010.s1IAA7Vl059453@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402181010.s1IAA7Vl059453>