Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2013 15:46:08 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317688 - in head/x11/libxfce4menu: . files
Message-ID:  <201305081546.r48Fk8Hm070045@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Wed May  8 15:46:07 2013
New Revision: 317688
URL: http://svnweb.freebsd.org/changeset/ports/317688

Log:
  - Replace post-patch target by patch (configure script)
  - Remove ABI version in LIB_DEPENDS
  - Finish to convert USES
  - Remove desktopfileutils, because MimeType entry is not present in desktop
  file

Added:
  head/x11/libxfce4menu/files/
  head/x11/libxfce4menu/files/patch-configure   (contents, props changed)
Modified:
  head/x11/libxfce4menu/Makefile
  head/x11/libxfce4menu/pkg-plist   (contents, props changed)

Modified: head/x11/libxfce4menu/Makefile
==============================================================================
--- head/x11/libxfce4menu/Makefile	Wed May  8 15:42:11 2013	(r317687)
+++ head/x11/libxfce4menu/Makefile	Wed May  8 15:46:07 2013	(r317688)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libxfce4menu
 PORTVERSION=	4.10.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11 xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 DISTNAME=	libxfce4ui-${PORTVERSION}
@@ -15,14 +15,13 @@ COMMENT=	Widgets library for the Xfce de
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_GNOME=	glib20 gnomehack gtk20 intltool intlhack desktopfileutils
+USE_GNOME=	glib20 gtk20 intltool intlhack
 USE_LDCONFIG=	yes
 USE_XFCE=	configenv libutil xfconf
 INSTALLS_ICONS=	yes
-USES=		pkgconfig
+USES=		pathfix pkgconfig
 
-CONFIGURE_ARGS=	--disable-gtk-doc-html \
-		--with-vendor-info=FreeBSD
+CONFIGURE_ARGS=	--with-vendor-info=FreeBSD
 
 OPTIONS_DEFINE=		DOCS NLS NOTIFY GLADE
 OPTIONS_DEFAULT=	NOTIFY
@@ -47,23 +46,17 @@ PLIST_SUB+=	NLS="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MNOTIFY}
-LIB_DEPENDS+=	startup-notification-1.0:${PORTSDIR}/x11/startup-notification
+LIB_DEPENDS+=	startup-notification-1:${PORTSDIR}/x11/startup-notification
 CONFIGURE_ARGS+=--enable-startup-notification
 .else
 CONFIGURE_ARGS+=--disable-startup-notification
 .endif
 
 .if ${PORT_OPTIONS:MGLADE}
-LIB_DEPENDS+=	gladeui-1.10:${PORTSDIR}/devel/glade3
+LIB_DEPENDS+=	gladeui-1:${PORTSDIR}/devel/glade3
 CONFIGURE_ARGS+=--enable-gladeui
 .else
 CONFIGURE_ARGS+=--disable-gladeui
 .endif
 
-post-patch:
-.if empty(PORT_OPTIONS:MNLS)
-	@${REINPLACE_CMD} -e 's|docs \\|docs|' \
-		-e 's|po||' ${WRKSRC}/Makefile.in
-.endif
-
 .include <bsd.port.mk>

Added: head/x11/libxfce4menu/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/libxfce4menu/files/patch-configure	Wed May  8 15:46:07 2013	(r317688)
@@ -0,0 +1,11 @@
+--- ./configure.orig	2012-04-28 19:46:56.000000000 +0000
++++ ./configure	2013-05-05 20:32:05.000000000 +0000
+@@ -13430,7 +13430,7 @@
+ 
+     fi
+   fi
+-     USE_NLS=yes
++#     USE_NLS=yes
+ 
+ 
+     gt_cv_have_gettext=no

Modified: head/x11/libxfce4menu/pkg-plist
==============================================================================
--- head/x11/libxfce4menu/pkg-plist	Wed May  8 15:42:11 2013	(r317687)
+++ head/x11/libxfce4menu/pkg-plist	Wed May  8 15:46:07 2013	(r317688)
@@ -125,5 +125,3 @@ share/icons/hicolor/48x48/apps/xfce4-log
 @dirrmtry etc/xdg/xfce4/xfconf
 @dirrmtry etc/xdg/xfce4
 @dirrmtry etc/xdg
-@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305081546.r48Fk8Hm070045>