From owner-svn-ports-all@FreeBSD.ORG Mon May 26 12:53:40 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 0AD421D7; Mon, 26 May 2014 12:53:40 +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 D1E3A2FF6; Mon, 26 May 2014 12:53:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QCrdnn098991; Mon, 26 May 2014 12:53:39 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4QCrdA6098987; Mon, 26 May 2014 12:53:39 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405261253.s4QCrdA6098987@svn.freebsd.org> From: Martin Wilke Date: Mon, 26 May 2014 12:53:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355322 - in head/korean: ami eterm kaistfonts scim-tables 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: Mon, 26 May 2014 12:53:40 -0000 Author: miwi Date: Mon May 26 12:53:38 2014 New Revision: 355322 URL: http://svnweb.freebsd.org/changeset/ports/355322 QAT: https://qat.redports.org/buildarchive/r355322/ Log: - Convert gmake to USES Approved by: portmgr Modified: head/korean/ami/Makefile head/korean/eterm/Makefile head/korean/kaistfonts/Makefile head/korean/scim-tables/Makefile Modified: head/korean/ami/Makefile ============================================================================== --- head/korean/ami/Makefile Mon May 26 12:50:40 2014 (r355321) +++ head/korean/ami/Makefile Mon May 26 12:53:38 2014 (r355322) @@ -16,8 +16,7 @@ COMMENT= Well-known Korean X11 Input Met LICENSE= GPLv2 -USES= iconv -USE_GMAKE= yes +USES= iconv gmake USE_GNOME= gtk12 gdkpixbuf WANT_GNOME= yes GNU_CONFIGURE= yes Modified: head/korean/eterm/Makefile ============================================================================== --- head/korean/eterm/Makefile Mon May 26 12:50:40 2014 (r355321) +++ head/korean/eterm/Makefile Mon May 26 12:53:38 2014 (r355322) @@ -14,9 +14,8 @@ COMMENT= X11 terminal emulator based on RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/hmm12.pcf.gz:${PORTSDIR}/korean/hanyangfonts -USES= perl5 +USES= perl5 gmake USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_XORG= x11 xext ice sm xt USE_GNOME= imlib USE_LDCONFIG= yes Modified: head/korean/kaistfonts/Makefile ============================================================================== --- head/korean/kaistfonts/Makefile Mon May 26 12:50:40 2014 (r355321) +++ head/korean/kaistfonts/Makefile Mon May 26 12:53:38 2014 (r355322) @@ -17,7 +17,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11- RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale -USE_GMAKE= yes +USES= gmake NO_WRKSUBDIR= yes MAKE_ENV= DISTDIR=${DISTDIR} DISTFILES="${DISTFILES}" Modified: head/korean/scim-tables/Makefile ============================================================================== --- head/korean/scim-tables/Makefile Mon May 26 12:50:40 2014 (r355321) +++ head/korean/scim-tables/Makefile Mon May 26 12:53:38 2014 (r355322) @@ -13,9 +13,8 @@ COMMENT= SCIM table based Korean input m BUILD_DEPENDS= scim-make-table:${PORTSDIR}/textproc/scim-table-imengine RUN_DEPENDS= scim-make-table:${PORTSDIR}/textproc/scim-table-imengine -USE_GMAKE= yes GNU_CONFIGURE= yes -USES= pkgconfig +USES= pkgconfig gmake NO_STAGE= yes .include