Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2013 15:49:03 +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: r317689 - in head/x11/xfce4-conf: . files
Message-ID:  <201305081549.r48Fn37i070747@svn.freebsd.org>

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

Log:
  - Update Perl modules releases
  - Finish to convert USES
  - Replace post-patch target by patch (configure script)

Added:
  head/x11/xfce4-conf/files/
  head/x11/xfce4-conf/files/patch-configure   (contents, props changed)
Modified:
  head/x11/xfce4-conf/Makefile

Modified: head/x11/xfce4-conf/Makefile
==============================================================================
--- head/x11/xfce4-conf/Makefile	Wed May  8 15:46:07 2013	(r317688)
+++ head/x11/xfce4-conf/Makefile	Wed May  8 15:49:02 2013	(r317689)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xfce4-conf
 PORTVERSION=	4.10.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11 xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 DISTNAME=	xfconf-${PORTVERSION}
@@ -12,20 +12,18 @@ DIST_SUBDIR=	xfce4
 MAINTAINER=	xfce@FreeBSD.org
 COMMENT=	D-Bus-based configuration storage system
 
-BUILD_DEPENDS=	p5-XML-Parser>0:${PORTSDIR}/textproc/p5-XML-Parser
-LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+BUILD_DEPENDS=	p5-XML-Parser>=2.41:${PORTSDIR}/textproc/p5-XML-Parser
+LIB_DEPENDS=	dbus-glib-1:${PORTSDIR}/devel/dbus-glib
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_GNOME=	glib20 gnomehack gtk20 intltool intlhack
+USE_GNOME=	glib20 gtk20 intltool intlhack
 USE_LDCONFIG=	yes
 USE_PERL5_BUILD=	yes
 USE_XFCE=	configenv libutil
 USE_XORG=	x11
-USES=		pkgconfig
-
-CONFIGURE_ARGS+=--disable-gtk-doc-html
+USES=		pathfix pkgconfig
 
 OPTIONS_DEFINE=		DOCS PERL NLS
 
@@ -63,9 +61,4 @@ CONFIGURE_ARGS+=--disable-nls
 PLIST_SUB+=	NLS="@comment "
 .endif
 
-.if empty(PORT_OPTIONS:MNLS)
-post-patch:
-	@${REINPLACE_CMD} -e 's|po ||' ${WRKSRC}/Makefile.in
-.endif
-
 .include <bsd.port.mk>

Added: head/x11/xfce4-conf/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/xfce4-conf/files/patch-configure	Wed May  8 15:49:02 2013	(r317689)
@@ -0,0 +1,11 @@
+--- ./configure.orig	2012-04-28 19:51:52.000000000 +0000
++++ ./configure	2013-05-05 19:52:07.000000000 +0000
+@@ -13500,7 +13500,7 @@
+ 
+     fi
+   fi
+-     USE_NLS=yes
++#     USE_NLS=yes
+ 
+ 
+     gt_cv_have_gettext=no



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