svn commit: r396450 - head/devel/dconf

Xin LI delphij at FreeBSD.org
Wed Sep 9 01:06:57 UTC 2015


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 \


More information about the svn-ports-all mailing list