From owner-svn-ports-all@FreeBSD.ORG Thu May 29 11:31:24 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.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 BECC3E96; Thu, 29 May 2014 11:31:24 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ABA4C2EFD; Thu, 29 May 2014 11:31:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4TBVOc6054893; Thu, 29 May 2014 11:31:24 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4TBVOho054735; Thu, 29 May 2014 11:31:24 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405291131.s4TBVOho054735@svn.freebsd.org> From: Martin Wilke Date: Thu, 29 May 2014 11:31:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355688 - in head: palm/jpilot palm/palm-db-tools polish/sms2 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.18 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, 29 May 2014 11:31:24 -0000 Author: miwi Date: Thu May 29 11:31:23 2014 New Revision: 355688 URL: http://svnweb.freebsd.org/changeset/ports/355688 QAT: https://qat.redports.org/buildarchive/r355688/ Log: - Convert gmake to USES Approved by: portmgr Modified: head/palm/jpilot/Makefile head/palm/palm-db-tools/Makefile head/polish/sms2/Makefile Modified: head/palm/jpilot/Makefile ============================================================================== --- head/palm/jpilot/Makefile Thu May 29 11:28:16 2014 (r355687) +++ head/palm/jpilot/Makefile Thu May 29 11:31:23 2014 (r355688) @@ -16,8 +16,7 @@ COMMENT= Desktop Organizer Software for LIB_DEPENDS= pisock.9:${PORTSDIR}/palm/pilot-link USE_GCC= any -USES= pkgconfig -USE_GMAKE= yes +USES= pkgconfig gmake USE_GNOME= gnomehier GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include Modified: head/palm/palm-db-tools/Makefile ============================================================================== --- head/palm/palm-db-tools/Makefile Thu May 29 11:28:16 2014 (r355687) +++ head/palm/palm-db-tools/Makefile Thu May 29 11:31:23 2014 (r355688) @@ -12,7 +12,7 @@ COMMENT= Utilities for the PalmOS flat-f WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes PLIST_FILES= lib/libpdbtools.so \ Modified: head/polish/sms2/Makefile ============================================================================== --- head/polish/sms2/Makefile Thu May 29 11:28:16 2014 (r355687) +++ head/polish/sms2/Makefile Thu May 29 11:31:23 2014 (r355688) @@ -20,7 +20,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ LATEST_LINK= sms2 -USE_GMAKE= yes +USES= gmake NO_STAGE= yes .include