From tijl@coosemans.org  Thu Apr 24 22:11:52 2014
Return-Path: <tijl@coosemans.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 6249F522
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Apr 2014 22:11:52 +0000 (UTC)
Received: from mailrelay001.isp.belgacom.be (mailrelay001.isp.belgacom.be [195.238.6.51])
	by mx1.freebsd.org (Postfix) with ESMTP id ECCCF16C4
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Apr 2014 22:11:51 +0000 (UTC)
Received: from 119.163-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.163.119])
  by relay.skynet.be with ESMTP; 25 Apr 2014 00:11:50 +0200
Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1])
	by kalimero.tijl.coosemans.org (8.14.8/8.14.8) with ESMTP id s3OMBmg3023894
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Apr 2014 00:11:49 +0200 (CEST)
	(envelope-from tijl@kalimero.tijl.coosemans.org)
Received: (from tijl@localhost)
	by kalimero.tijl.coosemans.org (8.14.8/8.14.8/Submit) id s3OMBmLA023893;
	Fri, 25 Apr 2014 00:11:48 +0200 (CEST)
	(envelope-from tijl)
Message-Id: <201404242211.s3OMBmLA023893@kalimero.tijl.coosemans.org>
Date: Fri, 25 Apr 2014 00:11:48 +0200 (CEST)
From: Tijl Coosemans <tijl@FreeBSD.org>
Reply-To: Tijl Coosemans <tijl@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Mk/bsd.gnome.mk: remove USE_GNOME=lthack
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         188978
>Category:       ports
>Synopsis:       [patch] Mk/bsd.gnome.mk: remove USE_GNOME=lthack
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 24 22:20:00 UTC 2014
>Closed-Date:    
>Last-Modified:  Sat Apr 26 19:50:00 UTC 2014
>Originator:     Tijl Coosemans
>Release:        FreeBSD 11.0-CURRENT i386
>Organization:
>Environment:
>Description:
This patch depends on ports/188972 and ports/188975.

The attached patch removes USE_GNOME=lthack and USE_MATE=lthack.
All ports that used it have been converted to USES=libtool.

The patch removes the last occurance from textproc/py-libxslt and
converts it together with textproc/libxslt to USES=libtool.

Redports: https://redports.org/buildarchive/20140424115801-15180/
>How-To-Repeat:
>Fix:

--- libxslt.patch begins here ---
Index: Mk/bsd.gnome.mk
===================================================================
--- Mk/bsd.gnome.mk	(revision 352018)
+++ Mk/bsd.gnome.mk	(working copy)
@@ -68,7 +68,7 @@ Gnome_Pre_Include=			bsd.gnome.mk
 #
 
 # non-version specific components
-_USE_GNOME_ALL= esound intlhack intltool introspection ltasneededhack lthack \
+_USE_GNOME_ALL= esound intlhack intltool introspection ltasneededhack \
 		ltverhack gnomehack referencehack gnomehier gnomemimedata \
 		gnomeprefix
 
@@ -116,9 +116,6 @@ gnomehack_PRE_PATCH=	${FIND} ${WRKSRC} -
 referencehack_PRE_PATCH=	${FIND} ${WRKSRC} -name "Makefile.in" -type f | ${XARGS} ${REINPLACE_CMD} -e \
 				"s|test \"\$$\$$installfiles\" = '\$$(srcdir)/html/\*'|:|"
 
-lthack_PRE_PATCH=	${FIND} ${WRKSRC} -name "configure" -type f | ${XARGS} ${REINPLACE_CMD} -e \
-				'/^LIBTOOL_DEPS="$$ac_aux_dir\/ltmain.sh"$$/s|$$|; $$ac_aux_dir/ltconfig $$LIBTOOL_DEPS;|'
-
 GNOME_MTREE_FILE?=		${LOCALBASE}/etc/mtree/BSD.gnome.dist
 gnomehier_DETECT=	${GNOME_MTREE_FILE}
 gnomehier_RUN_DEPENDS=	${gnomehier_DETECT}:${PORTSDIR}/misc/gnomehier
Index: Mk/bsd.mate.mk
===================================================================
--- Mk/bsd.mate.mk	(revision 352018)
+++ Mk/bsd.mate.mk	(working copy)
@@ -42,7 +42,7 @@ Mate_Pre_Include=			bsd.mate.mk
 #
 
 # non-version specific components. Do not use :build/:run on those.
-_USE_MATE_ALL=	autogen intlhack intltool ltasneededhack lthack ltverhack
+_USE_MATE_ALL=	autogen intlhack intltool ltasneededhack ltverhack
 # These *hack* tools are the same as in bsd.gnome.mk but are run in
 # pre-configure because pre-patch is when we run autogen.sh.
 
@@ -57,9 +57,6 @@ _USE_MATE_ALL+=	caja common controlcente
 
 SCROLLKEEPER_DIR=	/var/db/rarian
 
-lthack_PRE_PATCH=	${FIND} ${WRKSRC} -name "configure" -type f | ${XARGS} ${REINPLACE_CMD} -e \
-				'/^LIBTOOL_DEPS="$$ac_aux_dir\/ltmain.sh"$$/s|$$|; $$ac_aux_dir/ltconfig $$LIBTOOL_DEPS;|'
-
 caja_DETECT=		${LOCALBASE}/libdata/pkgconfig/libcaja-extension.pc
 caja_BUILD_DEPENDS=	${caja_DETECT}:${PORTSDIR}/x11-fm/mate-file-manager
 caja_LIB_DEPENDS=	libcaja-extension.so:${PORTSDIR}/x11-fm/mate-file-manager
Index: textproc/libxslt/Makefile
===================================================================
--- textproc/libxslt/Makefile	(revision 352018)
+++ textproc/libxslt/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libxslt
 PORTVERSION=	1.1.28
-PORTREVISION?=	2
+PORTREVISION?=	3
 CATEGORIES?=	textproc gnome
 MASTER_SITES=	ftp://xmlsoft.org/libxml2/ \
 		http://xmlsoft.org/sources/ \
@@ -15,10 +15,10 @@ COMMENT?=	The XSLT C library for GNOME
 
 .if !defined(REFERENCE_PORT)
 
-USES=		gmake
 GNU_CONFIGURE=	yes
+USES=		gmake libtool:oldver pathfix
+USE_GNOME?=	libxml2
 USE_LDCONFIG=	yes
-USE_GNOME?=	gnomehack libxml2
 CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \
 		--without-python
 CPPFLAGS+=	-I${LOCALBASE}/include
Index: textproc/py-libxslt/Makefile
===================================================================
--- textproc/py-libxslt/Makefile	(revision 352018)
+++ textproc/py-libxslt/Makefile	(working copy)
@@ -13,10 +13,8 @@ INSTALL_WRKSRC=	${BUILD_WRKSRC}
 DESCR=		${.CURDIR}/pkg-descr
 PLIST=		${.CURDIR}/pkg-plist
 
-USES=		pathfix
-USE_GNOME=	lthack libxslt
+USE_GNOME=	libxslt
 USE_PYTHON=	yes
-USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc \
 		--with-python=${PYTHON_CMD}
 
--- libxslt.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Apr 24 22:20:04 UTC 2014 
Responsible-Changed-Why:  
bsd.gnome.mk is gnome territory (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188978 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188978: commit references a PR
Date: Fri, 25 Apr 2014 10:25:29 +0000 (UTC)

 Author: bapt
 Date: Fri Apr 25 10:25:23 2014
 New Revision: 352103
 URL: http://svnweb.freebsd.org/changeset/ports/352103
 QAT: https://qat.redports.org/buildarchive/r352103/
 
 Log:
   Switch to USES=libtool
   Strip binaries
   
   PR:		ports/188978
   Submitted by:	tijl
   Approved by:	kwm (gnome)
 
 Modified:
   head/textproc/libxslt/Makefile
   head/textproc/py-libxslt/Makefile
 
 Modified: head/textproc/libxslt/Makefile
 ==============================================================================
 --- head/textproc/libxslt/Makefile	Fri Apr 25 10:09:46 2014	(r352102)
 +++ head/textproc/libxslt/Makefile	Fri Apr 25 10:25:23 2014	(r352103)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	libxslt
  PORTVERSION=	1.1.28
 -PORTREVISION?=	2
 +PORTREVISION?=	3
  CATEGORIES?=	textproc gnome
  MASTER_SITES=	ftp://xmlsoft.org/libxml2/ \
  		http://xmlsoft.org/sources/ \
 @@ -15,10 +15,11 @@ COMMENT?=	The XSLT C library for GNOME
  
  .if !defined(REFERENCE_PORT)
  
 -USES=		gmake
 +USES=		gmake libtool:oldver pathfix
  GNU_CONFIGURE=	yes
 +INSTALL_TARGET=	install-strip
  USE_LDCONFIG=	yes
 -USE_GNOME?=	gnomehack libxml2
 +USE_GNOME?=	libxml2
  CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \
  		--without-python
  CPPFLAGS+=	-I${LOCALBASE}/include
 @@ -36,17 +37,9 @@ MEM_DEBUG_DESC=	Enable memory debugging
  CRYPTO_DESC=	Enable crypto support for exslt
  .endif
  
 -.include <bsd.port.options.mk>
 -
 -.if ${PORT_OPTIONS:MMEM_DEBUG}
 -CONFIGURE_ARGS+=	--with-mem-debug
 -.endif
 -
 -.if ${PORT_OPTIONS:MCRYPTO}
 -LIB_DEPENDS+=	gcrypt:${PORTSDIR}/security/libgcrypt
 -.else
 -CONFIGURE_ARGS+=--without-crypto
 -.endif
 +MEM_DEBUG_CONFIGURE_ON=	--with-mem-debug
 +CRYPTO_CONFIGURE_WITH=	crypto
 +CRYPTO_LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt
  
  post-patch:
  	@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||' \
 
 Modified: head/textproc/py-libxslt/Makefile
 ==============================================================================
 --- head/textproc/py-libxslt/Makefile	Fri Apr 25 10:09:46 2014	(r352102)
 +++ head/textproc/py-libxslt/Makefile	Fri Apr 25 10:25:23 2014	(r352103)
 @@ -14,9 +14,8 @@ DESCR=		${.CURDIR}/pkg-descr
  PLIST=		${.CURDIR}/pkg-plist
  
  USES=		pathfix
 -USE_GNOME=	lthack libxslt
 +USE_GNOME=	libxslt
  USE_PYTHON=	yes
 -USE_AUTOTOOLS=	libtool
  CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc \
  		--with-python=${PYTHON_CMD}
  
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 

From: Mark Linimon <linimon@lonesome.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188978: [patch] Mk/bsd.gnome.mk: remove USE_GNOME=lthack
Date: Fri, 25 Apr 2014 20:21:33 -0500

 ----- Forwarded message from Baptiste Daroussin <bapt@FreeBSD.org> -----
 
 Date: Fri, 25 Apr 2014 12:27:26 +0200
 From: Baptiste Daroussin <bapt@FreeBSD.org>
 To: freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org
 Subject: Re: ports/188978: [patch] Mk/bsd.gnome.mk: remove USE_GNOME=lthack
 User-Agent: Mutt/1.5.23 (2014-03-12)
 
 libxslt has part has been committed
 here is an updated version of the patch that removes the ltasneededhack as well:
 it is not in use anymore.
 
 regards,
 Bapt
 
 Index: Mk/bsd.gnome.mk
 ===================================================================
 --- Mk/bsd.gnome.mk	(rvision 352085)
 +++ Mk/bsd.gnome.mk	(copie de travail)
 @@ -68,7 +68,7 @@
  #
  
  # non-version specific components
 -_USE_GNOME_ALL= esound intlhack intltool introspection ltasneededhack lthack \
 +_USE_GNOME_ALL= esound intlhack intltool introspection \
  		ltverhack gnomehack referencehack gnomehier gnomemimedata \
  		gnomeprefix
  
 @@ -116,9 +116,6 @@
  referencehack_PRE_PATCH=	${FIND} ${WRKSRC} -name "Makefile.in" -type f | ${XARGS} ${REINPLACE_CMD} -e \
  				"s|test \"\$$\$$installfiles\" = '\$$(srcdir)/html/\*'|:|"
  
 -lthack_PRE_PATCH=	${FIND} ${WRKSRC} -name "configure" -type f | ${XARGS} ${REINPLACE_CMD} -e \
 -				'/^LIBTOOL_DEPS="$$ac_aux_dir\/ltmain.sh"$$/s|$$|; $$ac_aux_dir/ltconfig $$LIBTOOL_DEPS;|'
 -
  GNOME_MTREE_FILE?=		${LOCALBASE}/etc/mtree/BSD.gnome.dist
  gnomehier_DETECT=	${GNOME_MTREE_FILE}
  gnomehier_RUN_DEPENDS=	${gnomehier_DETECT}:${PORTSDIR}/misc/gnomehier
 @@ -704,10 +701,6 @@
  		 /^LIBTOOL=/s|$$(top_builddir)/libtool|${WRKDIR}/gnome-libtool|g' \
  		${PATCH_WRKSRC}/$$file; \
  	done;
 -.else
 -.  if ${USE_GNOME:Mltasneededhack}!=""
 -IGNORE=	cannot install: ${PORTNAME} uses the ltasneededhack GNOME component but does not use libtool
 -.  endif
  .endif
  
  .if ${USE_GNOME:Mltverhack\:*:C/^[^:]+:([^:]+).*/\1/}==""
 @@ -736,15 +729,6 @@
  		fi; \
  	done
  
 -ltasneededhack_PATCH_DEPENDS=${LIBTOOL_DEPENDS}
 -ltasneededhack_PRE_PATCH=	\
 -	if [ -f ${WRKDIR}/gnome-libtool ]; then \
 -		${REINPLACE_CMD} -e \
 -		'/^archive_cmds=/s/-shared/-shared -Wl,--as-needed/ ; \
 -		 /^archive_expsym_cmds=/s/-shared/-shared -Wl,--as-needed/' \
 -		${WRKDIR}/gnome-libtool; \
 -	fi
 -
  # Set USE_CSTD for all ports that depend on glib12
  .if defined(_USE_GNOME) && !empty(_USE_GNOME:Mglib12)
  USE_CSTD=	gnu89
 @@ -754,10 +738,6 @@
  # exist in ${_USE_GNOME} and set variables accordingly
  .ifdef _USE_GNOME
  
 -. if ${USE_GNOME:Mltasneededhack}!= ""
 -_GNOME_NEED_LIBTOOL=1
 -. endif
 -
  # this is splitted out from the above entry because fmake trows a fit otherwise
  . if defined(USE_AUTOTOOLS) && ${USE_AUTOTOOLS:Mlibtool*}
  .  if ${USE_GNOME:Mltverhack*}!= ""
 Index: Mk/bsd.mate.mk
 ===================================================================
 --- Mk/bsd.mate.mk	(rvision 352085)
 +++ Mk/bsd.mate.mk	(copie de travail)
 @@ -42,7 +42,7 @@
  #
  
  # non-version specific components. Do not use :build/:run on those.
 -_USE_MATE_ALL=	autogen intlhack intltool ltasneededhack lthack ltverhack
 +_USE_MATE_ALL=	autogen intlhack intltool ltverhack
  # These *hack* tools are the same as in bsd.gnome.mk but are run in
  # pre-configure because pre-patch is when we run autogen.sh.
  
 @@ -57,9 +57,6 @@
  
  SCROLLKEEPER_DIR=	/var/db/rarian
  
 -lthack_PRE_PATCH=	${FIND} ${WRKSRC} -name "configure" -type f | ${XARGS} ${REINPLACE_CMD} -e \
 -				'/^LIBTOOL_DEPS="$$ac_aux_dir\/ltmain.sh"$$/s|$$|; $$ac_aux_dir/ltconfig $$LIBTOOL_DEPS;|'
 -
  caja_DETECT=		${LOCALBASE}/libdata/pkgconfig/libcaja-extension.pc
  caja_BUILD_DEPENDS=	${caja_DETECT}:${PORTSDIR}/x11-fm/mate-file-manager
  caja_LIB_DEPENDS=	libcaja-extension.so:${PORTSDIR}/x11-fm/mate-file-manager
 @@ -188,10 +185,6 @@
  								 /^LIBTOOL=/s|$$(top_builddir)/libtool|${WRKDIR}/mate-libtool|g' \
  								${PATCH_WRKSRC}/$$file; \
  						done;
 -.else
 -.  if ${USE_MATE:Mltverhack*}!="" || ${USE_MATE:Mltasneededhack}!=""
 -IGNORE=	cannot install: ${PORTNAME} uses the ltverhack and/or ltasneededhack MATE components but does not use libtool
 -.  endif
  .endif
  
  .if ${USE_MATE:Mltverhack\:*:C/^[^:]+:([^:]+).*/\1/}==""
 @@ -209,15 +202,6 @@
  							fi; \
  						done
  
 -ltasneededhack_PATCH_DEPENDS=${LIBTOOL_DEPENDS}
 -ltasneededhack_PRE_PATCH=	if [ -f ${WRKDIR}/mate-libtool ]; then \
 -								${REINPLACE_CMD} -e \
 -									'/^archive_cmds=/s/-shared/-shared -Wl,--as-needed/ ; \
 -									/^archive_expsym_cmds=/s/-shared/-shared -Wl,--as-needed/' \
 -									${WRKDIR}/mate-libtool; \
 -							fi
 -
 -
  # Comparing between USE_MATE and _USE_MATE_ALL to make sure the component
  # exists in _USE_MATE_ALL. If it does not exist then give an error about it.
  #. for component in ${USE_MATE:O:u:C/^([^:]+).*/\1/}
 @@ -228,7 +212,7 @@
  .  endif
  . endfor
  
 -. if ${USE_MATE:Mltverhack*}!= "" || ${USE_MATE:Mltasneededhack}!= ""
 +. if ${USE_MATE:Mltverhack*}!= ""
  MATE_PRE_PATCH+=	${lthacks_PRE_PATCH}
  CONFIGURE_ENV+=		${lthacks_CONFIGURE_ENV}
  . endif
 
 
 ----- End forwarded message -----

From: Tijl Coosemans <tijl@FreeBSD.org>
To: Baptiste Daroussin <bapt@FreeBSD.org>
Cc: bug-followup@FreeBSD.org, gnome@FreeBSD.org
Subject: Re: ports/188978: [patch] Mk/bsd.gnome.mk: remove USE_GNOME=lthack
Date: Sat, 26 Apr 2014 16:33:28 +0200

 On Fri, 25 Apr 2014 12:27:26 +0200 Baptiste Daroussin wrote:
 > libxslt has part has been committed
 > here is an updated version of the patch that removes the ltasneededhack
 > as well: it is not in use anymore.
 
 Would it be ok to start converting ltverhack as well?
 This is the list of ports.  Most are maintained by gnome@.
 
 accessibility/atk/Makefile
 accessibility/gnome-mag/Makefile
 audio/libcanberra/Makefile
 audio/mate-media/Makefile
 audio/pulseaudio/Makefile
 deskutils/glabels/Makefile
 deskutils/gnome-utils/Makefile
 deskutils/gnote/Makefile
 deskutils/mate-character-map/Makefile
 deskutils/mate-utils/Makefile
 devel/ORBit2/Makefile
 devel/dbus-glib/Makefile
 devel/gconf2/Makefile
 devel/glib20/Makefile
 devel/gobject-introspection/Makefile
 devel/goffice/Makefile
 devel/json-glib/Makefile
 devel/libgsf/Makefile
 devel/libgtop/Makefile
 devel/libltdl/Makefile
 devel/libnotify/Makefile
 devel/sdl20/Makefile
 french/verbiste/Makefile
 graphics/gdk-pixbuf2/Makefile
 graphics/gimp-app/Makefile
 graphics/goocanvas2/Makefile
 graphics/gtk-update-icon-cache/Makefile
 graphics/libgphoto2/Makefile
 graphics/librsvg2/Makefile
 graphics/swfdec/Makefile
 mail/gmime26/Makefile
 multimedia/clutter-gst/Makefile
 net-im/farsight2/Makefile
 net-im/folks/Makefile
 net-im/libnice/Makefile
 net-im/libtelepathy/Makefile
 net-im/loudmouth/Makefile
 net-im/telepathy-farsight/Makefile
 net-im/telepathy-glib/Makefile
 net-im/telepathy-logger/Makefile
 net-im/telepathy-mission-control/Makefile
 net/avahi-app/Makefile
 net/libmateweather/Makefile
 print/harfbuzz/Makefile
 print/libgnomecups/Makefile
 print/libgnomeprint/Makefile
 security/gnutls/Makefile
 security/gnutls3/Makefile
 security/gpgme/Makefile
 security/libassuan/Makefile
 security/libgnome-keyring/Makefile
 security/libgpg-error/Makefile
 security/libmatekeyring/Makefile
 security/libp11/Makefile
 security/mate-keyring/Makefile
 sysutils/mate-control-center/Makefile
 sysutils/mate-polkit/Makefile
 textproc/enchant/Makefile
 textproc/exempi/Makefile
 textproc/libcroco/Makefile
 www/neon29/Makefile
 www/webkit-gtk2/Makefile
 www/webkit-gtk3/Makefile
 x11-fonts/fontconfig/Makefile
 x11-toolkits/gtk20/Makefile
 x11-toolkits/gtk30/Makefile
 x11-toolkits/gtkmm24/Makefile
 x11-toolkits/libgnomeui/Makefile
 x11-toolkits/libmatewnck/Makefile
 x11-toolkits/libwnck/Makefile
 x11-toolkits/unique/Makefile
 x11-toolkits/vte3/Makefile
 x11-wm/mate-window-manager/Makefile
 x11/babl/Makefile
 x11/gnome-menus/Makefile
 x11/gnome-shell/Makefile
 x11/mate-desktop/Makefile
 x11/mate-menus/Makefile
 x11/mate-panel/Makefile

From: Koop Mast <kwm@rainbow-runner.nl>
To: Tijl Coosemans <tijl@FreeBSD.org>, 
 Baptiste Daroussin <bapt@FreeBSD.org>
Cc: gnome@FreeBSD.org, bug-followup@FreeBSD.org
Subject: Re: ports/188978: [patch] Mk/bsd.gnome.mk: remove USE_GNOME=lthack
Date: Sat, 26 Apr 2014 21:49:04 +0200

 On 26-4-2014 16:33, Tijl Coosemans wrote:
 > On Fri, 25 Apr 2014 12:27:26 +0200 Baptiste Daroussin wrote:
 >> libxslt has part has been committed
 >> here is an updated version of the patch that removes the ltasneededhack
 >> as well: it is not in use anymore.
 > Would it be ok to start converting ltverhack as well?
 > This is the list of ports.  Most are maintained by gnome@.
 
 Most of these are already fixed in our staging  area.
 
>Unformatted:
