Date: Wed, 9 Sep 2015 01:07:34 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396451 - branches/2015Q3/devel/dconf Message-ID: <201509090107.t8917YFn094180@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: delphij Date: Wed Sep 9 01:07:34 2015 New Revision: 396451 URL: https://svnweb.freebsd.org/changeset/ports/396451 Log: MFH: r396450 Replace "/etc" with $PREFIX/etc. Without this change ibus-dconf won't be able to save input method engine preferences. PR: ports/197191 Submitted by: Christopher Hall <christopherhall hsw gmail.com> Approved by: ports-secteam Modified: branches/2015Q3/devel/dconf/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/dconf/Makefile ============================================================================== --- branches/2015Q3/devel/dconf/Makefile Wed Sep 9 01:06:56 2015 (r396450) +++ branches/2015Q3/devel/dconf/Makefile Wed Sep 9 01:07:34 2015 (r396451) @@ -5,6 +5,7 @@ PORTNAME?= dconf PORTVERSION= 0.22.0 PORTREVISION?= 1 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DISTNAME= dconf-${PORTVERSION} @@ -37,6 +38,7 @@ CONFIGURE_ARGS+=--disable-editor post-patch: @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \ + -e 's|"/etc"|"${PREFIX}/etc"|g' \ ${WRKSRC}/engine/dconf-engine.c \ ${WRKSRC}/engine/dconf-engine-profile.c \ ${WRKSRC}/engine/dconf-engine-source-system.c \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509090107.t8917YFn094180>