svn commit: r354997 - head/devel/nana

Vanilla I. Shu vanilla at FreeBSD.org
Sat May 24 07:37:08 UTC 2014


Author: vanilla
Date: Sat May 24 07:37:07 2014
New Revision: 354997
URL: http://svnweb.freebsd.org/changeset/ports/354997
QAT: https://qat.redports.org/buildarchive/r354997/

Log:
  Stageify.
  
  Approved by:	portmgr@

Modified:
  head/devel/nana/Makefile
  head/devel/nana/pkg-plist

Modified: head/devel/nana/Makefile
==============================================================================
--- head/devel/nana/Makefile	Sat May 24 07:31:32 2014	(r354996)
+++ head/devel/nana/Makefile	Sat May 24 07:37:07 2014	(r354997)
@@ -11,11 +11,7 @@ MAINTAINER=	pjm at gnu.org
 COMMENT=	Support for assertion checking and logging using GNU C and GDB
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 
 INFO=		nana
-MAN1=		nana.1 nana-clg.1
-MAN3=		nana.3 I.3 DI.3 L.3 DL.3 Q.3 Qstl.3
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/nana/pkg-plist
==============================================================================
--- head/devel/nana/pkg-plist	Sat May 24 07:31:32 2014	(r354996)
+++ head/devel/nana/pkg-plist	Sat May 24 07:37:07 2014	(r354997)
@@ -1,11 +1,11 @@
 bin/nana
 bin/nana-c++lg
 bin/nana-clg
-bin/nana-run
-bin/nana-trace
 bin/nana-libtrace
-bin/nana-sfg
+bin/nana-run
 bin/nana-sfdir
+bin/nana-sfg
+bin/nana-trace
 include/DI.h
 include/DL.h
 include/GDB.h
@@ -13,10 +13,10 @@ include/I.h
 include/L.h
 include/L_buffer.h
 include/L_times.h
-include/cycles.h
 include/Q.h
 include/Qstl.h
 include/calls.h
+include/cycles.h
 include/eiffel.h
 include/nana-config.h
 include/nana.h
@@ -25,6 +25,15 @@ include/now.h
 lib/libnana.a
 libexec/nana-trace.gdb
 libexec/nanafilter
+man/man1/nana-clg.1.gz
+man/man1/nana.1.gz
+man/man3/DI.3.gz
+man/man3/DL.3.gz
+man/man3/I.3.gz
+man/man3/L.3.gz
+man/man3/Q.3.gz
+man/man3/Qstl.3.gz
+man/man3/nana.3.gz
 %%DATADIR%%/nana-run-init.gdb
 %%DATADIR%%/nana-run.gdb
 @dirrm %%DATADIR%%


More information about the svn-ports-all mailing list