Date: Thu, 13 Feb 2014 02:40:03 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/185948: commit references a PR Message-ID: <201402130240.s1D2e3i5078831@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> _______________________________________________ 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402130240.s1D2e3i5078831>