Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Nov 2014 11:57:43 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373561 - head/x11-themes/adwaita-icon-theme
Message-ID:  <201411281157.sASBvhCi072677@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Fri Nov 28 11:57:42 2014
New Revision: 373561
URL: https://svnweb.freebsd.org/changeset/ports/373561
QAT: https://qat.redports.org/buildarchive/r373561/

Log:
  Ensure we don't pick up gtk-encode-symbolic-svg from gtk30.
  Also remove empty dirs from the stagedir so check-plist is happy.

Modified:
  head/x11-themes/adwaita-icon-theme/Makefile

Modified: head/x11-themes/adwaita-icon-theme/Makefile
==============================================================================
--- head/x11-themes/adwaita-icon-theme/Makefile	Fri Nov 28 11:52:44 2014	(r373560)
+++ head/x11-themes/adwaita-icon-theme/Makefile	Fri Nov 28 11:57:42 2014	(r373561)
@@ -15,5 +15,9 @@ INSTALLS_ICONS=	yes
 USES=		gmake pathfix pkgconfig tar:xz
 USE_GNOME=	gnomeprefix intltool
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	ac_cv_path_GTK_ENCODE_SYMBOLIC_SVG="false"
+
+post-install:
+	@${RM} -rf ${STAGEDIR}${PREFIX}/share/locale
 
 .include <bsd.port.mk>



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