From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 2 15:00:03 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5449B4E8 for ; Fri, 2 May 2014 15:00:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E304117D for ; Fri, 2 May 2014 15:00:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s42F03UP039104 for ; Fri, 2 May 2014 15:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s42F02Ct039103; Fri, 2 May 2014 15:00:02 GMT (envelope-from gnats) Resent-Date: Fri, 2 May 2014 15:00:02 GMT Resent-Message-Id: <201405021500.s42F02Ct039103@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tijl Coosemans 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 56A4B38C for ; Fri, 2 May 2014 14:52:43 +0000 (UTC) Received: from mailrelay002.isp.belgacom.be (mailrelay002.isp.belgacom.be [195.238.6.175]) by mx1.freebsd.org (Postfix) with ESMTP id E31F91127 for ; Fri, 2 May 2014 14:52:42 +0000 (UTC) Received: from 89.166-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.166.89]) by relay.skynet.be with ESMTP; 02 May 2014 16:52:34 +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 s42EqWmK018624 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 2 May 2014 16:52:33 +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 s42EqWcQ018623; Fri, 2 May 2014 16:52:32 +0200 (CEST) (envelope-from tijl) Message-Id: <201405021452.s42EqWcQ018623@kalimero.tijl.coosemans.org> Date: Fri, 2 May 2014 16:52:32 +0200 (CEST) From: Tijl Coosemans To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/189244: [patch] Mk/bsd.sanity.mk: deprecate USE_AUTOTOOLS=libtool. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Tijl Coosemans List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 15:00:03 -0000 >Number: 189244 >Category: ports >Synopsis: [patch] Mk/bsd.sanity.mk: deprecate USE_AUTOTOOLS=libtool. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 02 15:00:02 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Tijl Coosemans >Release: FreeBSD 11.0-CURRENT i386 >Organization: >Environment: >Description: Mark USE_AUTOTOOLS=libtool and USE_GNOME=ltverhack deprecated in favor of USES=libtool. >How-To-Repeat: >Fix: --- bsd.sanity.mk.patch begins here --- Index: Mk/bsd.sanity.mk =================================================================== --- Mk/bsd.sanity.mk (revision 352745) +++ Mk/bsd.sanity.mk (working copy) @@ -55,10 +55,6 @@ DEV_WARNING+= "USE_GNOME=gnomehack is de DEV_WARNING+= "USE_GNOME=desktopfileutils is deprecated, please use USES=desktop-file-utils" .endif -#.if defined(USE_GNOME) && ${USE_GNOME:Mltverhack*} -#DEV_WARNING+= "USE_GNOME=ltverhack is now useless LIB_DEPENDS can properly handle all kind of library version" -#.endif - .if defined(LIB_DEPENDS) && ${LIB_DEPENDS:Nlib*} DEV_WARNING+= "Please use the new format for LIB_DEPENDS, see handbook for details" .endif @@ -112,6 +108,14 @@ DEV_WARNING+= "USE_PYDISTUTILS=easy_inst DEV_WARNING+= "PYDISTUTILS_PKGNAME has no effect for USE_PYDISTUTILS=yes and PYDISTUTILS_AUTOPLIST=yes" .endif +.if defined(USE_AUTOTOOLS) && (${USE_AUTOTOOLS:Mlibtool} || ${USE_AUTOTOOLS:Mlibtool\:env}) +DEV_WARNING+= "USE_AUTOTOOLS=libtool is deprecated, please use USES=libtool" +.endif + +.if defined(USE_GNOME) && ${USE_GNOME:Mltverhack*} +DEV_WARNING+= "USE_GNOME=ltverhack is deprecated, please use USES=libtool" +.endif + SANITY_UNSUPPORTED= USE_OPENAL USE_FAM USE_MAKESELF USE_ZIP USE_LHA USE_CMAKE \ USE_READLINE USE_ICONV PERL_CONFIGURE PERL_MODBUILD \ USE_PERL5_BUILD USE_PERL5_RUN USE_DISPLAY USE_FUSE \ --- bsd.sanity.mk.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: