From owner-svn-ports-all@FreeBSD.ORG Thu Mar 6 14:15:30 2014 Return-Path: Delivered-To: svn-ports-all@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 BCBA8A71; Thu, 6 Mar 2014 14:15:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6D1E49EC; Thu, 6 Mar 2014 14:15:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s26EFUtN027901; Thu, 6 Mar 2014 14:15:30 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s26EFU2a027900; Thu, 6 Mar 2014 14:15:30 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201403061415.s26EFU2a027900@svn.freebsd.org> From: Martin Wilke Date: Thu, 6 Mar 2014 14:15:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347220 - head/devel/hs-drift X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2014 14:15:30 -0000 Author: miwi Date: Thu Mar 6 14:15:29 2014 New Revision: 347220 URL: http://svnweb.freebsd.org/changeset/ports/347220 QAT: https://qat.redports.org/buildarchive/r347220/ Log: - Stage suport - While here convert gmake to USES Modified: head/devel/hs-drift/Makefile Modified: head/devel/hs-drift/Makefile ============================================================================== --- head/devel/hs-drift/Makefile Thu Mar 6 14:15:03 2014 (r347219) +++ head/devel/hs-drift/Makefile Thu Mar 6 14:15:29 2014 (r347220) @@ -19,7 +19,6 @@ OPTIONS_DEFAULT= GHC NHC98_DESC= Build with NHC98 GHC_DESC= Build with GHC -NO_STAGE= yes .include .if ${PORT_OPTIONS:MGHC} @@ -38,7 +37,7 @@ BROKEN= Does not build CONFIGURE_ARGS+= --with-hc=nhc98 .endif -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes INFO= drift