svn commit: r431407 - branches/2017Q1/x11-wm/xfce4-desktop

Olivier Duchateau olivierd at FreeBSD.org
Fri Jan 13 17:56:11 UTC 2017


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>


More information about the svn-ports-all mailing list