Date: Thu, 9 Aug 2012 19:00:29 +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: r302347 - head/x11/libxfce4util Message-ID: <201208091900.q79J0TeV041552@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Thu Aug 9 19:00:29 2012 New Revision: 302347 URL: http://svn.freebsd.org/changeset/ports/302347 Log: - Use USE_PKGCONFIG - Add patch when NLS is disabled - Remove USE_AUTOTOOLS (libtool) macro Submitted by: myself Approved by: miwi, rene (mentors) Modified: head/x11/libxfce4util/Makefile head/x11/libxfce4util/pkg-plist Modified: head/x11/libxfce4util/Makefile ============================================================================== --- head/x11/libxfce4util/Makefile Thu Aug 9 17:43:27 2012 (r302346) +++ head/x11/libxfce4util/Makefile Thu Aug 9 19:00:29 2012 (r302347) @@ -7,6 +7,7 @@ PORTNAME= libxfce4util PORTVERSION= 4.10.0 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -14,14 +15,14 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Extension library for the Xfce desktop environment -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= glib20 gnomehack intltool intlhack pkgconfig +USE_GNOME= glib20 gnomehack intltool intlhack USE_PERL5= yes USE_LDCONFIG= yes USE_XFCE= configenv +USE_PKGCONFIG= build CONFIGURE_ARGS+=--disable-gtk-doc-html @@ -46,4 +47,9 @@ CONFIGURE_ARGS+=--without-html-dir PLIST_SUB+= APIDOCS="@comment " .endif +.if empty(PORT_OPTIONS:MNLS) +post-patch: + @${REINPLACE_CMD} -e 's|po||' ${WRKSRC}/Makefile.in +.endif + .include <bsd.port.mk> Modified: head/x11/libxfce4util/pkg-plist ============================================================================== --- head/x11/libxfce4util/pkg-plist Thu Aug 9 17:43:27 2012 (r302346) +++ head/x11/libxfce4util/pkg-plist Thu Aug 9 19:00:29 2012 (r302347) @@ -11,7 +11,6 @@ include/xfce4/libxfce4util/xfce-posix-si include/xfce4/libxfce4util/xfce-rc.h include/xfce4/libxfce4util/xfce-resource.h include/xfce4/libxfce4util/xfce-utf8.h -lib/libxfce4util.a lib/libxfce4util.la lib/libxfce4util.so lib/libxfce4util.so.6
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208091900.q79J0TeV041552>