Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 18:35:51 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340633 - head/graphics/aview
Message-ID:  <201401211835.s0LIZp3i098374@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Jan 21 18:35:51 2014
New Revision: 340633
URL: http://svnweb.freebsd.org/changeset/ports/340633
QAT: https://qat.redports.org/buildarchive/r340633/

Log:
  Stage support

Modified:
  head/graphics/aview/Makefile
  head/graphics/aview/pkg-plist

Modified: head/graphics/aview/Makefile
==============================================================================
--- head/graphics/aview/Makefile	Tue Jan 21 18:31:31 2014	(r340632)
+++ head/graphics/aview/Makefile	Tue Jan 21 18:35:51 2014	(r340633)
@@ -13,16 +13,13 @@ COMMENT=	Graphics viewer for viewing net
 
 RUN_DEPENDS=	anytopnm:${PORTSDIR}/graphics/netpbm \
 		convert:${PORTSDIR}/graphics/ImageMagick
-LIB_DEPENDS=	aa.1:${PORTSDIR}/graphics/aalib
+LIB_DEPENDS=	libaa.so:${PORTSDIR}/graphics/aalib
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-x=no
 
-MAN1=		asciiview.1 aview.1
-
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|/bash|/sh|g' ${WRKSRC}/asciiview
 	@${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \

Modified: head/graphics/aview/pkg-plist
==============================================================================
--- head/graphics/aview/pkg-plist	Tue Jan 21 18:31:31 2014	(r340632)
+++ head/graphics/aview/pkg-plist	Tue Jan 21 18:35:51 2014	(r340633)
@@ -1,3 +1,5 @@
 bin/aview
 bin/asciiview
 bin/aaflip
+man/man1/asciiview.1.gz
+man/man1/aview.1.gz



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