From owner-svn-ports-all@FreeBSD.ORG Tue Jan 21 18:35:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31301744; Tue, 21 Jan 2014 18:35:52 +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 1D4CE1AAF; Tue, 21 Jan 2014 18:35:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0LIZpuD098376; Tue, 21 Jan 2014 18:35:51 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0LIZp3i098374; Tue, 21 Jan 2014 18:35:51 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201401211835.s0LIZp3i098374@svn.freebsd.org> From: Antoine Brodin Date: Tue, 21 Jan 2014 18:35:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340633 - head/graphics/aview X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 18:35:52 -0000 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