This is a patch for upgrading x11/deforaos-libdesktop to 0.0.9
Can you replace my MAKE_ARGS+= line with this new one: MAKE_ARGS+= PREFIX=${PREFIX} CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" This will permit to support CFLAGS and LDFLAGS. Thanks, On Sun, Dec 30, 2012 at 2:30 PM, <FreeBSD-gnats-submit@freebsd.org> wrote: > Thank you very much for your problem report. > It has the internal identification `ports/174830'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=174830 > >>Category: ports >>Responsible: freebsd-ports-bugs >>Synopsis: x11/deforaos-libdesktop update to 0.0.9 >>Arrival-Date: Sun Dec 30 13:30:01 UTC 2012
On Sun, Dec 30, 2012 at 4:16 PM, Olivier Cochard-Labb=E9 <olivier@cochard.me> wrote: > Can you replace my MAKE_ARGS+=3D line with this new one: > > MAKE_ARGS+=3D PREFIX=3D${PREFIX} CFLAGS=3D"${CFLAGS}" LDFLAGS=3D"${LDF= LAGS}" > > This will permit to support CFLAGS and LDFLAGS. > Oops, forgot my last mail: Kept my original patch without adding CFLAGS and LDFLAGS to MAKE_ARGS, it seems I meet some problem if I add CFLAGS and LDFLAGS. sorry for the noise. Olivier
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it.
Author: rm Date: Thu Jan 3 15:44:56 2013 New Revision: 309891 URL: http://svnweb.freebsd.org/changeset/ports/309891 Log: - update to 0.0.9 - make it PREFIX-safe PR: 174830 Submitted by: olivier@cochard.me (maintainer) Modified: head/x11/deforaos-libdesktop/Makefile head/x11/deforaos-libdesktop/distinfo Modified: head/x11/deforaos-libdesktop/Makefile ============================================================================== --- head/x11/deforaos-libdesktop/Makefile Thu Jan 3 15:43:31 2013 (r309890) +++ head/x11/deforaos-libdesktop/Makefile Thu Jan 3 15:44:56 2013 (r309891) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= libdesktop -PORTVERSION= 0.0.8 +PORTVERSION= 0.0.9 CATEGORIES= x11 -MASTER_SITES= http://www.defora.org/os/download/download/3699/ +MASTER_SITES= http://www.defora.org/os/download/download/4011/ DISTNAME= libDesktop-${PORTVERSION} PKGNAMEPREFIX= deforaos- @@ -18,6 +18,7 @@ LIB_DEPENDS= System:${PORTSDIR}/devel/de USE_GNOME= gtk20 USE_PKGCONFIG= build USE_LDCONFIG= yes +MAKE_ARGS+= PREFIX=${PREFIX} post-patch: ${REINPLACE_CMD} -e 's|/lib/|/libdata/|g' \ Modified: head/x11/deforaos-libdesktop/distinfo ============================================================================== --- head/x11/deforaos-libdesktop/distinfo Thu Jan 3 15:43:31 2013 (r309890) +++ head/x11/deforaos-libdesktop/distinfo Thu Jan 3 15:44:56 2013 (r309891) @@ -1,2 +1,2 @@ -SHA256 (libDesktop-0.0.8.tar.gz) = d86123c1113d339d02446f20e704192231d382483505334f7f9c5500bcdb72fa -SIZE (libDesktop-0.0.8.tar.gz) = 26524 +SHA256 (libDesktop-0.0.9.tar.gz) = 579add7fafaf055ec52e7a1f9e56433a330b0a8faae8a4962eebe45cbb2812d7 +SIZE (libDesktop-0.0.9.tar.gz) = 26474 _______________________________________________ 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"
State Changed From-To: open->closed Committed, thank you!