From owner-svn-ports-head@FreeBSD.ORG Wed May 8 15:46:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C57951FC; Wed, 8 May 2013 15:46:08 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A81EA9C5; Wed, 8 May 2013 15:46:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r48Fk8GQ070049; Wed, 8 May 2013 15:46:08 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r48Fk8Hm070045; Wed, 8 May 2013 15:46:08 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201305081546.r48Fk8Hm070045@svn.freebsd.org> From: Olivier Duchateau Date: Wed, 8 May 2013 15:46:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317688 - in head/x11/libxfce4menu: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2013 15:46:08 -0000 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 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