From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 13 02:40:03 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 9A50EE16 for ; Thu, 13 Feb 2014 02:40:03 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8653F1902 for ; Thu, 13 Feb 2014 02:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1D2e3gs078832 for ; Thu, 13 Feb 2014 02:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1D2e3i5078831; Thu, 13 Feb 2014 02:40:03 GMT (envelope-from gnats) Date: Thu, 13 Feb 2014 02:40:03 GMT Message-Id: <201402130240.s1D2e3i5078831@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/185948: 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: Thu, 13 Feb 2014 02:40:03 -0000 The following reply was made to PR ports/185948; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/185948: commit references a PR Date: Thu, 13 Feb 2014 02:33:04 +0000 (UTC) Author: amdmi3 Date: Thu Feb 13 02:32:57 2014 New Revision: 344037 URL: http://svnweb.freebsd.org/changeset/ports/344037 QAT: https://qat.redports.org/buildarchive/r344037/ Log: - Support staging PR: 185948 Submitted by: amdmi3 Approved by: maintainer timeout Modified: head/graphics/alpng/Makefile Modified: head/graphics/alpng/Makefile ============================================================================== --- head/graphics/alpng/Makefile Thu Feb 13 02:26:04 2014 (r344036) +++ head/graphics/alpng/Makefile Thu Feb 13 02:32:57 2014 (r344037) @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}13 MAINTAINER= devel@stasyan.com COMMENT= Library for display PNG images in programs -LIB_DEPENDS+= alleg:${PORTSDIR}/devel/allegro +LIB_DEPENDS= liballeg.so:${PORTSDIR}/devel/allegro HAS_CONFIGURE= yes WRKSRC= ${WRKDIR} @@ -23,12 +23,11 @@ CFLAGS+= -I${LOCALBASE}/include PLIST_FILES= include/alpng.h \ lib/libalpng.a -NO_STAGE= yes do-configure: @${REINPLACE_CMD} -e "s/gcc/${CC}/g" ${WRKSRC}/makefile do-install: - ${INSTALL_DATA} ${WRKSRC}/libalpng.a ${PREFIX}/lib/libalpng.a - ${INSTALL_DATA} ${WRKSRC}/src/alpng.h ${PREFIX}/include/alpng.h + ${INSTALL_DATA} ${WRKSRC}/libalpng.a ${STAGEDIR}${PREFIX}/lib/ + ${INSTALL_DATA} ${WRKSRC}/src/alpng.h ${STAGEDIR}${PREFIX}/include/ .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"