From owner-svn-ports-all@FreeBSD.ORG Mon Sep 2 08:56:08 2013 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 ESMTP id 22603BD; Mon, 2 Sep 2013 08:56:08 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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 EA1922912; Mon, 2 Sep 2013 08:56:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r828u7qG004359; Mon, 2 Sep 2013 08:56:07 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r828u7E0004356; Mon, 2 Sep 2013 08:56:07 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309020856.r828u7E0004356@svn.freebsd.org> From: Alexey Dokuchaev Date: Mon, 2 Sep 2013 08:56:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325948 - in head: devel/hp48xgcc devel/plan9port games/yadex 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.14 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, 02 Sep 2013 08:56:08 -0000 Author: danfe Date: Mon Sep 2 08:56:06 2013 New Revision: 325948 URL: http://svnweb.freebsd.org/changeset/ports/325948 Log: - Convert old-school USE_GMAKE and USE_PERL5_* to modern USES - Perform some minor cleanups whenever appropriate Submitted by: az Modified: head/devel/hp48xgcc/Makefile head/devel/plan9port/Makefile head/games/yadex/Makefile Modified: head/devel/hp48xgcc/Makefile ============================================================================== --- head/devel/hp48xgcc/Makefile Mon Sep 2 07:47:38 2013 (r325947) +++ head/devel/hp48xgcc/Makefile Mon Sep 2 08:56:06 2013 (r325948) @@ -1,9 +1,5 @@ -# New ports collection makefile for: HP48-xgcc -# Date created: 20 Feb 2006 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= hp48xgcc PORTVERSION= 1.0.2 @@ -22,10 +18,11 @@ COMMENT= GNU C cross-compiler for HP48 c LICENSE= GPLv2 -ONLY_FOR_ARCHS= i386 -USE_GMAKE= yes -USE_PERL5_BUILD= yes -USE_ZIP= yes +ONLY_FOR_ARCHS= i386 + +USES= gmake perl5 +USE_PERL5= build +USE_ZIP= yes GCC_VER= 2.7.2 GCC_DIR= ${WRKDIR}/gcc-${GCC_VER} Modified: head/devel/plan9port/Makefile ============================================================================== --- head/devel/plan9port/Makefile Mon Sep 2 07:47:38 2013 (r325947) +++ head/devel/plan9port/Makefile Mon Sep 2 08:56:06 2013 (r325948) @@ -15,8 +15,9 @@ LICENSE_NAME= Lucent Public License Vers LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +USES= perl5 +USE_PERL5= build USE_XORG= x11 xt xi xaw -USE_PERL5_BUILD=yes WRKSRC= ${WRKDIR}/plan9 PLIST= ${WRKDIR}/.PLIST SUB_FILES= pkg-message @@ -103,7 +104,7 @@ post-patch: @${REINPLACE_CMD} -e 's|/lib/font/bit|${PLAN9}/font|' \ ${WRKSRC}/src/cmd/acme/acme.c @${SED} -e 's|util\.h|lib&|' ${WRKSRC}/src/cmd/9term/OpenBSD.c \ - > ${WRKSRC}/src/cmd/9term/FreeBSD.c + > ${WRKSRC}/src/cmd/9term/${OPSYS}.c do-build: cd ${WRKSRC} && ./INSTALL Modified: head/games/yadex/Makefile ============================================================================== --- head/games/yadex/Makefile Mon Sep 2 07:47:38 2013 (r325947) +++ head/games/yadex/Makefile Mon Sep 2 08:56:06 2013 (r325948) @@ -13,10 +13,10 @@ COMMENT= WAD file editor, for games like LICENSE= GPLv2 +USES= gmake perl5 HAS_CONFIGURE= yes CONFIGURE_ENV= CC="${CC}" CXX="${CXX}" PREFIX="${PREFIX}" -USE_GMAKE= yes -USE_PERL5_BUILD=yes +USE_PERL5= build USE_XORG= x11 MAKEFILE= GNUmakefile