From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 29 14:10:05 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 9E876F60 for ; Sat, 29 Mar 2014 14:10:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 728B3614 for ; Sat, 29 Mar 2014 14:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2TEA5bj066459 for ; Sat, 29 Mar 2014 14:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2TEA5PM066458; Sat, 29 Mar 2014 14:10:05 GMT (envelope-from gnats) Date: Sat, 29 Mar 2014 14:10:05 GMT Message-Id: <201403291410.s2TEA5PM066458@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/187331: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2014 14:10:05 -0000 The following reply was made to PR ports/187331; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/187331: commit references a PR Date: Sat, 29 Mar 2014 14:02:32 +0000 (UTC) Author: amdmi3 Date: Sat Mar 29 14:02:29 2014 New Revision: 349512 URL: http://svnweb.freebsd.org/changeset/ports/349512 QAT: https://qat.redports.org/buildarchive/r349512/ Log: - Support staging - Use new LIB_DEPENDS syntax PR: 187331 Submitted by: amdmi3 Approved by: maintainer timeout, portmgr (blanket) Modified: head/graphics/optipng/Makefile Modified: head/graphics/optipng/Makefile ============================================================================== --- head/graphics/optipng/Makefile Sat Mar 29 14:01:55 2014 (r349511) +++ head/graphics/optipng/Makefile Sat Mar 29 14:02:29 2014 (r349512) @@ -18,19 +18,17 @@ BUNDLED_LIBPNG_DESC= Use bundled libpng BUNDLED_ZLIB_DESC= Use bundled zlib HAS_CONFIGURE= yes -PLIST_FILES= bin/optipng -MAN1= optipng.1 +PLIST_FILES= bin/optipng man/man1/optipng.1.gz PORTDOCS= history.txt optipng.man.html optipng.man.pdf optipng.man.txt \ png_optimization.html todo.txt -NO_STAGE= yes .include .if empty(PORT_OPTIONS:MBUNDLED_LIBPNG) CONFIGURE_ARGS+= --with-system-libpng CFLAGS+= "-I${LOCALBASE}/include" LDFLAGS+= "-L${LOCALBASE}/lib" -LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png .endif .if empty(PORT_OPTIONS:MBUNDLED_ZLIB) @@ -38,13 +36,11 @@ CONFIGURE_ARGS+= --with-system-zlib .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/optipng/optipng ${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/src/optipng/man/optipng.1 ${MAN1PREFIX}/man/man1/ + ${INSTALL_PROGRAM} ${WRKSRC}/src/optipng/optipng ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/src/optipng/man/optipng.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ post-install: -.if ${PORT_OPTIONS:MDOCS} - ${INSTALL} -d ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR}/ -.endif + ${INSTALL} -d ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR}/ .include _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"