svn commit: r396451 - branches/2015Q3/devel/dconf

Xin LI delphij at FreeBSD.org
Wed Sep 9 01:07:35 UTC 2015


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 \


More information about the svn-ports-all mailing list