svn commit: r439799 - head/textproc/ibus

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Apr 30 10:58:19 UTC 2017


Author: rakuco
Date: Sun Apr 30 10:58:17 2017
New Revision: 439799
URL: https://svnweb.freebsd.org/changeset/ports/439799

Log:
  Drop machine-id path substitution in post-patch.
  
  r431187 stopped using a non-default path for dbus's machine-id file, so the sed
  call here is unnecessary and produces warnings at runtime:
  
    IBUS-WARNING **: Unable to load /var/db/dbus/machine-id: Failed to open file
    '/var/db/dbus/machine-id': No such file or directory
  
  PR:		218812
  Submitted by:	Tatsuki Makino <tatsuki_makino at hotmail.com>
  Approved by:	Henry Hu <henry.hu.sh at gmail.com> (maintainer)
  MFH:		2017Q2

Modified:
  head/textproc/ibus/Makefile

Modified: head/textproc/ibus/Makefile
==============================================================================
--- head/textproc/ibus/Makefile	Sun Apr 30 10:45:06 2017	(r439798)
+++ head/textproc/ibus/Makefile	Sun Apr 30 10:58:17 2017	(r439799)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ibus
 PORTVERSION=	1.5.14
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/:DEFAULT \
 		https://raw.githubusercontent.com/Ranks/emojione/${EMOJIONE_TAG}/:emojione
@@ -110,9 +110,6 @@ PLIST_SUB+=	COMPDIR="@comment "
 post-extract-EMOJI-on:
 	${CP} ${DISTDIR}/emoji.json ${WRKSRC}/
 
-post-patch:
-	${REINPLACE_CMD} -e 's|/var/lib/dbus|/var/db/dbus|g' ${WRKSRC}/src/ibusshare.c
-
 post-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/etc/xdg/autostart
 	${INSTALL_DATA} ${PATCHDIR}/ibus.desktop ${STAGEDIR}${PREFIX}/etc/xdg/autostart


More information about the svn-ports-all mailing list