Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2015 01:06:56 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396450 - head/devel/dconf
Message-ID:  <201509090106.t8916uZi093992@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Wed Sep  9 01:06:56 2015
New Revision: 396450
URL: https://svnweb.freebsd.org/changeset/ports/396450

Log:
  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:	maintainer timeout (> 6 months)
  MFH:		2015Q3

Modified:
  head/devel/dconf/Makefile

Modified: head/devel/dconf/Makefile
==============================================================================
--- head/devel/dconf/Makefile	Tue Sep  8 23:43:56 2015	(r396449)
+++ head/devel/dconf/Makefile	Wed Sep  9 01:06:56 2015	(r396450)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dconf
 PORTVERSION=	0.24.0
+PORTREVISION=	1
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DISTNAME=	dconf-${PORTVERSION}
@@ -24,6 +25,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 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?201509090106.t8916uZi093992>