diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-05-08 22:59:29 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-05-08 22:59:29 +0800 |
commit | 55eda156d96788b1a440da2331d4da3feedd9ab9 (patch) | |
tree | e2b8e00a190e97775d2004305afeddbb1333f423 | |
parent | e22e5384fc581639e18ab3236e5b02c8ca957e38 (diff) | |
download | freebsd-ports-gnome-55eda156d96788b1a440da2331d4da3feedd9ab9.tar.gz freebsd-ports-gnome-55eda156d96788b1a440da2331d4da3feedd9ab9.tar.zst freebsd-ports-gnome-55eda156d96788b1a440da2331d4da3feedd9ab9.zip |
- Update to 4.10.1
- Replace post-patch target by patch (configure script)
- Finish to convert USES
-rw-r--r-- | x11/libxfce4util/Makefile | 15 | ||||
-rw-r--r-- | x11/libxfce4util/distinfo | 4 | ||||
-rw-r--r-- | x11/libxfce4util/files/patch-configure | 11 |
3 files changed, 17 insertions, 13 deletions
diff --git a/x11/libxfce4util/Makefile b/x11/libxfce4util/Makefile index 08039c3c172c..478a7c7977eb 100644 --- a/x11/libxfce4util/Makefile +++ b/x11/libxfce4util/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= libxfce4util -PORTVERSION= 4.10.0 -PORTREVISION= 1 +PORTVERSION= 4.10.1 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org @@ -14,13 +14,11 @@ COMMENT= Extension library for the Xfce desktop environment GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= glib20 gnomehack intltool intlhack +USE_GNOME= glib20 intltool intlhack USE_PERL5= yes USE_LDCONFIG= yes USE_XFCE= configenv -USES= pkgconfig - -CONFIGURE_ARGS+=--disable-gtk-doc-html +USES= pathfix pkgconfig OPTIONS_DEFINE= NLS DOCS @@ -43,9 +41,4 @@ 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> diff --git a/x11/libxfce4util/distinfo b/x11/libxfce4util/distinfo index d8b4c8c77a8c..23b4a91029b8 100644 --- a/x11/libxfce4util/distinfo +++ b/x11/libxfce4util/distinfo @@ -1,2 +1,2 @@ -SHA256 (xfce4/libxfce4util-4.10.0.tar.bz2) = 0979fee12880bb5f011ab38d6c7cc9afe5fd68eb96ccda895cb56dbc16e7608e -SIZE (xfce4/libxfce4util-4.10.0.tar.bz2) = 430542 +SHA256 (xfce4/libxfce4util-4.10.1.tar.bz2) = e82cd1ad715c02a385b3cf6646cb89aa3c4724446dac1d7e424971df12f6cfbb +SIZE (xfce4/libxfce4util-4.10.1.tar.bz2) = 453499 diff --git a/x11/libxfce4util/files/patch-configure b/x11/libxfce4util/files/patch-configure new file mode 100644 index 000000000000..8e4186dd57c6 --- /dev/null +++ b/x11/libxfce4util/files/patch-configure @@ -0,0 +1,11 @@ +--- ./configure.orig 2013-05-05 14:40:55.000000000 +0000 ++++ ./configure 2013-05-05 19:29:12.000000000 +0000 +@@ -13361,7 +13361,7 @@ + + fi + fi +- USE_NLS=yes ++# USE_NLS=yes + + + gt_cv_have_gettext=no |