Date: Fri, 13 Jan 2017 17:56:10 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r431407 - branches/2017Q1/x11-wm/xfce4-desktop Message-ID: <201701131756.v0DHuAvK085176@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Fri Jan 13 17:56:10 2017 New Revision: 431407 URL: https://svnweb.freebsd.org/changeset/ports/431407 Log: MFH: r431365 - Fix creation of folder from desktop context menu - Bump PORTREVISION While I'm here, switch to optional extra build target (when NLS option is unset) PR: 214207 Reported by: Marko Cupac Approved by: ports-secteam (feld@) Modified: branches/2017Q1/x11-wm/xfce4-desktop/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/x11-wm/xfce4-desktop/Makefile ============================================================================== --- branches/2017Q1/x11-wm/xfce4-desktop/Makefile Fri Jan 13 17:51:19 2017 (r431406) +++ branches/2017Q1/x11-wm/xfce4-desktop/Makefile Fri Jan 13 17:56:10 2017 (r431407) @@ -3,6 +3,7 @@ PORTNAME= xfce4-desktop PORTVERSION= 4.12.3 +PORTREVISION= 1 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE/src/xfce/xfdesktop/${PORTVERSION:R}/ DISTNAME= xfdesktop-${PORTVERSION} @@ -39,11 +40,11 @@ THUNAR_USE_OFF= xfce=libexo THUNAR_DESC= Thunar file manager support OPTIONS_SUB= yes -.include <bsd.port.pre.mk> - post-patch: -.if !${PORT_OPTIONS:MNLS} + ${REINPLACE_CMD} -e 's|inode/directory|folder|' \ + ${WRKSRC}/src/xfdesktop-file-icon-manager.c + +post-patch-NLS-off: @${REINPLACE_CMD} -e 's|po ||' ${WRKSRC}/Makefile.in -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701131756.v0DHuAvK085176>