From owner-svn-ports-all@freebsd.org Wed Feb 22 15:02:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 450F3CE93F0; Wed, 22 Feb 2017 15:02:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 12E46D3; Wed, 22 Feb 2017 15:02:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1MF2OAb019371; Wed, 22 Feb 2017 15:02:24 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1MF2Iur018934; Wed, 22 Feb 2017 15:02:18 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201702221502.v1MF2Iur018934@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 22 Feb 2017 15:02:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434587 - in head/devel: art clanlib clanlib1 dia2code dxa65 etl gaul gengetopt glui gnome-common gwenhywfar hcs12mem jclassinfo libbfd libconfig libdisasm libdsp libepp-nicbr libfastjs... 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.23 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: Wed, 22 Feb 2017 15:02:25 -0000 Author: bapt Date: Wed Feb 22 15:02:18 2017 New Revision: 434587 URL: https://svnweb.freebsd.org/changeset/ports/434587 Log: Drop useless dependency on gmake (bmake build those fine) Modified: head/devel/art/Makefile head/devel/clanlib/Makefile head/devel/clanlib1/Makefile head/devel/dia2code/Makefile head/devel/dxa65/Makefile head/devel/etl/Makefile head/devel/gaul/Makefile head/devel/gengetopt/Makefile head/devel/glui/Makefile head/devel/gnome-common/Makefile head/devel/gwenhywfar/Makefile head/devel/hcs12mem/Makefile head/devel/jclassinfo/Makefile head/devel/libbfd/Makefile head/devel/libconfig/Makefile head/devel/libdisasm/Makefile head/devel/libdsp/Makefile head/devel/libepp-nicbr/Makefile head/devel/libfastjson/Makefile head/devel/liblangtag/Makefile head/devel/libleaftag/Makefile head/devel/libmaa/Makefile head/devel/liborcus/Makefile head/devel/libosmo-sccp/Makefile head/devel/librcd/Makefile head/devel/librevisa-vish/Makefile head/devel/libsigrok/Makefile head/devel/libsigrokdecode/Makefile head/devel/libsmpp34/Makefile head/devel/libtifiles2/Makefile head/devel/libunicode/Makefile head/devel/libzookeeper/Makefile head/devel/lua-MessagePack/Makefile head/devel/ode/Makefile head/devel/ois/Makefile head/devel/ossp-al/Makefile head/devel/ossp-ex/Makefile head/devel/ossp-val/Makefile head/devel/ossp-var/Makefile head/devel/p5-DateTime-Astro/Makefile head/devel/p5-File-LibMagic/Makefile head/devel/pcl/Makefile head/devel/pcsc-lite/Makefile head/devel/pire/Makefile head/devel/publib/Makefile head/devel/rvm/Makefile head/devel/thrift/Makefile head/devel/trio/Makefile head/devel/ultragetopt/Makefile head/devel/xwpe/Makefile head/devel/zthread/Makefile head/devel/zziplib/Makefile Modified: head/devel/art/Makefile ============================================================================== --- head/devel/art/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/art/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -15,7 +15,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libxml++-2.6.so:textproc/libxml++26 -USES= gmake pkgconfig +USES= pkgconfig OPTIONS_DEFINE= DOCS Modified: head/devel/clanlib/Makefile ============================================================================== --- head/devel/clanlib/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/clanlib/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -20,7 +20,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libfontconfig.so:x11-fonts/fontconfig \ libpcre.so:devel/pcre -USES= execinfo gmake jpeg libtool pathfix pkgconfig sqlite tar:tgz +USES= execinfo jpeg libtool pathfix pkgconfig sqlite tar:tgz USE_GCC= yes USE_XORG= x11 USE_LDCONFIG= yes Modified: head/devel/clanlib1/Makefile ============================================================================== --- head/devel/clanlib1/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/clanlib1/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -18,7 +18,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libmikmod.so:audio/libmikmod \ libvorbis.so:audio/libvorbis -USES= alias gmake jpeg libtool pathfix pkgconfig tar:tgz +USES= alias jpeg libtool pathfix pkgconfig tar:tgz USE_XORG= x11 xi USE_LDCONFIG= yes USE_SDL= gfx Modified: head/devel/dia2code/Makefile ============================================================================== --- head/devel/dia2code/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/dia2code/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -12,7 +12,7 @@ COMMENT= Small utility used to generate LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake iconv +USES= iconv USE_GNOME= libxml2 GNU_CONFIGURE= yes Modified: head/devel/dxa65/Makefile ============================================================================== --- head/devel/dxa65/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/dxa65/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -12,8 +12,6 @@ COMMENT= Disassembler for MOS 6502 and c OPTIONS_DEFINE= DOCS -USES= gmake - PLIST_FILES= bin/dxa65 man/man1/dxa.1.gz PORTDOCS= INSTALL MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" Modified: head/devel/etl/Makefile ============================================================================== --- head/devel/etl/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/etl/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -19,7 +19,7 @@ OPTIONS_DEFINE= DOCS SYNFIG_VERSION= 1.0.2 -USES= gmake pathfix pkgconfig +USES= pathfix pkgconfig GNU_CONFIGURE= yes post-install: Modified: head/devel/gaul/Makefile ============================================================================== --- head/devel/gaul/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/gaul/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -13,7 +13,7 @@ COMMENT= Genetic Algorithm Utility Libra LIB_DEPENDS= libslang.so:devel/libslang2 -USES= gmake libtool ncurses tar:bzip2 +USES= libtool ncurses tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lncurses Modified: head/devel/gengetopt/Makefile ============================================================================== --- head/devel/gengetopt/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/gengetopt/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -13,7 +13,6 @@ COMMENT= Tool for generating a C functio LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes Modified: head/devel/glui/Makefile ============================================================================== --- head/devel/glui/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/glui/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/Source/${PO MAINTAINER= ports@FreeBSD.org COMMENT= GLUT-based C++ user interface library -USES= gmake tar:tgz +USES= tar:tgz USE_GL= glut USE_XORG= xmu xext x11 xi USE_LDCONFIG= yes Modified: head/devel/gnome-common/Makefile ============================================================================== --- head/devel/gnome-common/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/gnome-common/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -10,10 +10,13 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Common automake macros for GNOME 3 +LICENSE= GPLv2 +LICENSE_FILES= ${WRKSRC}/COPYING + BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive RUN_DEPENDS= autoconf-archive>=0:devel/autoconf-archive -USES= gmake gnome pkgconfig tar:xz +USES= gnome pkgconfig tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-autoconf-archive Modified: head/devel/gwenhywfar/Makefile ============================================================================== --- head/devel/gwenhywfar/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/gwenhywfar/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -16,7 +16,7 @@ LIB_DEPENDS= libgcrypt.so:security/libgc libgnutls.so:security/gnutls \ libgpg-error.so:security/libgpg-error -USES= gettext gmake iconv libtool pathfix pkgconfig ssl +USES= gettext iconv libtool pathfix pkgconfig ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-release="yes" \ Modified: head/devel/hcs12mem/Makefile ============================================================================== --- head/devel/hcs12mem/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/hcs12mem/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -11,7 +11,6 @@ COMMENT= Software to manipulate EEPROM/F OPTIONS_DEFINE= DOCS -USES= gmake GNU_CONFIGURE= yes DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README Modified: head/devel/jclassinfo/Makefile ============================================================================== --- head/devel/jclassinfo/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/jclassinfo/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -12,7 +12,7 @@ COMMENT= Shows information about Java cl GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gmake libtool pathfix pkgconfig +USES= libtool pathfix pkgconfig USE_LDCONFIG= yes post-patch: Modified: head/devel/libbfd/Makefile ============================================================================== --- head/devel/libbfd/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/libbfd/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -15,7 +15,7 @@ CONFLICTS= mingw-binutils-[0-9]* binutil WRKSRC= ${WRKDIR}/binutils-${PORTVERSION}/bfd -USES= gmake libtool tar:bzip2 +USES= libtool tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-install-libbfd \ --disable-nls \ Modified: head/devel/libconfig/Makefile ============================================================================== --- head/devel/libconfig/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/libconfig/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -10,9 +10,11 @@ MASTER_SITES= http://www.hyperrealm.com/ MAINTAINER= ntarmos@ceid.upatras.gr COMMENT= Simple library for manipulating structured configuration files +LICENSE= LGPL21 + CONFLICTS= wand-libconfig-[0-9]* -USES= gmake libtool pathfix +USES= libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS+= --prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH} Modified: head/devel/libdisasm/Makefile ============================================================================== --- head/devel/libdisasm/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/libdisasm/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= i386 amd64 -USES= gmake libtool +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/libdsp/Makefile ============================================================================== --- head/devel/libdsp/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/libdsp/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/libdsp-src-${PORTVERS MAKE_ENV= MKDIR="${MKDIR}" INLINE_VER="${INLINE_VER}" MAKEFILE= Makefile.BSD -USES= gmake libtool:build +USES= libtool:build USE_LDCONFIG= yes INLINE_VER= 1.4.0 Modified: head/devel/libepp-nicbr/Makefile ============================================================================== --- head/devel/libepp-nicbr/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/libepp-nicbr/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 -USES= gmake USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_header_cppunit_TestRunner_h=no Modified: head/devel/libfastjson/Makefile ============================================================================== --- head/devel/libfastjson/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/libfastjson/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -15,7 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= rsyslog GNU_CONFIGURE= yes -USES= autoreconf gmake libtool pathfix pkgconfig +USES= autoreconf libtool pathfix pkgconfig INSTALL_TARGET= install-strip .include Modified: head/devel/liblangtag/Makefile ============================================================================== --- head/devel/liblangtag/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/liblangtag/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -16,7 +16,7 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake iconv libtool pathfix pkgconfig tar:bzip2 +USES= iconv libtool pathfix pkgconfig tar:bzip2 INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-introspection Modified: head/devel/libleaftag/Makefile ============================================================================== --- head/devel/libleaftag/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/libleaftag/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -10,7 +10,7 @@ MASTER_SITES= http://releases.chipx86.co MAINTAINER= kaeru@inigo-tech.com COMMENT= Leaftag is a library for tagging files on the desktop -USES= gmake pathfix pkgconfig libtool sqlite:2 +USES= pathfix pkgconfig libtool sqlite:2 GNU_CONFIGURE= yes USE_GNOME= glib20 USE_LDCONFIG= yes Modified: head/devel/libmaa/Makefile ============================================================================== --- head/devel/libmaa/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/libmaa/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -20,7 +20,7 @@ OPTIONS_DEFINE= DOCS ALL_TARGET= lib GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake libtool:build +USES= libtool:build DOCS= README doc/libmaa.600dpi.ps PLIST_FILES= include/maa.h \ Modified: head/devel/liborcus/Makefile ============================================================================== --- head/devel/liborcus/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/liborcus/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/mdds LIB_DEPENDS= libboost_system.so:devel/boost-libs GNU_CONFIGURE= yes -USES= compiler:c++11-lib gmake libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/devel/libosmo-sccp/Makefile ============================================================================== --- head/devel/libosmo-sccp/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/libosmo-sccp/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -16,7 +16,7 @@ LIB_DEPENDS= libosmocore.so:devel/libosm CONFLICTS_INSTALL=libmtp-[0-9]* # lib/libmtp.a -USES= autoreconf gmake pathfix pkgconfig +USES= autoreconf pathfix pkgconfig GNU_CONFIGURE= yes post-patch: Modified: head/devel/librcd/Makefile ============================================================================== --- head/devel/librcd/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/librcd/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -15,7 +15,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= gmake libtool pathfix tar:bzip2 +USES= libtool pathfix tar:bzip2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/devel/librevisa-vish/Makefile ============================================================================== --- head/devel/librevisa-vish/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/librevisa-vish/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -12,7 +12,6 @@ COMMENT= Open Source VISA shell for inte LIB_DEPENDS= libvisa.so:devel/librevisa -USES= gmake GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/devel/libsigrok/Makefile ============================================================================== --- head/devel/libsigrok/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/libsigrok/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -16,7 +16,7 @@ LIB_DEPENDS= libserialport.so:devel/libs libzip.so:archivers/libzip GNU_CONFIGURE= yes -USES= gmake pathfix libtool pkgconfig +USES= pathfix libtool pkgconfig USE_GNOME= glib20 INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes Modified: head/devel/libsigrokdecode/Makefile ============================================================================== --- head/devel/libsigrokdecode/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/libsigrokdecode/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -14,7 +14,7 @@ LICENSE= GPLv3 GNU_CONFIGURE= yes USE_GNOME= glib20 -USES= gmake libtool pathfix pkgconfig python:3 +USES= libtool pathfix pkgconfig python:3 MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/devel/libsmpp34/Makefile ============================================================================== --- head/devel/libsmpp34/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/libsmpp34/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libxml2.so:textproc/libxml2 -USES= autoreconf libtool gmake pathfix +USES= autoreconf libtool pathfix GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Modified: head/devel/libtifiles2/Makefile ============================================================================== --- head/devel/libtifiles2/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/libtifiles2/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -15,7 +15,7 @@ LIB_DEPENDS= libticonv.so:converters/lib USE_GNOME= glib20 USE_LDCONFIG= yes -USES= gmake libarchive libtool pathfix pkgconfig tar:bzip2 +USES= libarchive libtool pathfix pkgconfig tar:bzip2 OPTIONS_DEFINE= NLS OPTIONS_SUB= yes Modified: head/devel/libunicode/Makefile ============================================================================== --- head/devel/libunicode/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/libunicode/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.gno MAINTAINER= gnome@FreeBSD.org COMMENT= Library for manipulating Unicode characters and strings -USES= gmake iconv libtool +USES= iconv libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \ Modified: head/devel/libzookeeper/Makefile ============================================================================== --- head/devel/libzookeeper/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/libzookeeper/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -19,7 +19,7 @@ LIB_DEPENDS= libcppunit.so:devel/cppunit ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= uses x86 assembly -USES= gmake libtool +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/lua-MessagePack/Makefile ============================================================================== --- head/devel/lua-MessagePack/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/lua-MessagePack/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -11,7 +11,7 @@ COMMENT= Efficient binary serialization LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYRIGHT -USES= lua gmake +USES= lua NO_BUILD= yes NO_ARCH= yes Modified: head/devel/ode/Makefile ============================================================================== --- head/devel/ode/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/ode/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -14,7 +14,7 @@ COMMENT= Articulated rigid body dynamics LICENSE= LGPL21 BSD3CLAUSE LICENSE_COMB= dual -USES= tar:bzip2 gmake libtool pathfix +USES= tar:bzip2 libtool pathfix USE_GL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared Modified: head/devel/ois/Makefile ============================================================================== --- head/devel/ois/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/ois/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -15,7 +15,7 @@ LICENSE= ZLIB GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= autoreconf gmake libtool pathfix +USES= autoreconf libtool pathfix USE_XORG= x11 xaw USE_LDCONFIG= yes Modified: head/devel/ossp-al/Makefile ============================================================================== --- head/devel/ossp-al/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/ossp-al/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -13,7 +13,7 @@ COMMENT= Defines an abstract type of buf LIB_DEPENDS= libex.so:devel/ossp-ex -USES= gmake libtool +USES= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ex=${LOCALBASE} USE_LDCONFIG= yes Modified: head/devel/ossp-ex/Makefile ============================================================================== --- head/devel/ossp-ex/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/ossp-ex/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -11,7 +11,7 @@ PKGNAMEPREFIX= ossp- MAINTAINER= ports@FreeBSD.org COMMENT= OSSP ex is a small exception handling library for use in C -USES= gmake libtool +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/ossp-val/Makefile ============================================================================== --- head/devel/ossp-val/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/ossp-val/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -13,7 +13,7 @@ COMMENT= Flexible name to value mapping LIB_DEPENDS= libex.so:devel/ossp-ex -USES= gmake libtool +USES= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ex=${LOCALBASE} Modified: head/devel/ossp-var/Makefile ============================================================================== --- head/devel/ossp-var/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/ossp-var/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -11,7 +11,7 @@ PKGNAMEPREFIX= ossp- MAINTAINER= ports@FreeBSD.org COMMENT= Flexible, full-featured, and fast variable expansion library -USES= gmake libtool +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/p5-DateTime-Astro/Makefile ============================================================================== --- head/devel/p5-DateTime-Astro/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/p5-DateTime-Astro/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -21,7 +21,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception USE_PERL5= configure -USES= gmake localbase perl5 +USES= localbase perl5 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DateTime/Astro/Astro.so Modified: head/devel/p5-File-LibMagic/Makefile ============================================================================== --- head/devel/p5-File-LibMagic/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/p5-File-LibMagic/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -12,7 +12,7 @@ COMMENT= Nice wrapper for libmagic LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USES= perl5 gmake +USES= perl5 USE_PERL5= configure MAKE_JOBS_UNSAFE=yes Modified: head/devel/pcl/Makefile ============================================================================== --- head/devel/pcl/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/pcl/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -10,7 +10,7 @@ MASTER_SITES= http://www.xmailserver.org MAINTAINER= manuel.giraud@gmail.com COMMENT= Portable Coroutine Library -USES= gmake libtool +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/pcsc-lite/Makefile ============================================================================== --- head/devel/pcsc-lite/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/pcsc-lite/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gmake libtool pathfix perl5 pkgconfig shebangfix tar:bzip2 +USES= libtool pathfix perl5 pkgconfig shebangfix tar:bzip2 USE_PERL5= build USE_RC_SUBR= pcscd SHEBANG_FILES= ${WRKSRC}/src/spy/pcsc-spy Modified: head/devel/pire/Makefile ============================================================================== --- head/devel/pire/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/pire/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -18,7 +18,7 @@ GH_ACCOUNT= dprokoptsev GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= autoreconf bison gmake libtool +USES= autoreconf bison libtool USE_LDCONFIG= yes TEST_TARGET= check Modified: head/devel/publib/Makefile ============================================================================== --- head/devel/publib/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/publib/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -12,7 +12,6 @@ COMMENT= Library of C functions for vari LICENSE= BSD2CLAUSE -USES= gmake GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/devel/rvm/Makefile ============================================================================== --- head/devel/rvm/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/rvm/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -19,7 +19,7 @@ LIB_DEPENDS= liblwp.so:devel/lwp BROKEN_aarch64= Fails to link: missing sbrk -USES= gmake libtool pathfix pkgconfig +USES= libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/devel/thrift/Makefile ============================================================================== --- head/devel/thrift/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/thrift/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -12,7 +12,7 @@ COMMENT= Framework for scalable cross-la LICENSE= APACHE20 -USES= autoreconf gmake libtool pkgconfig +USES= autoreconf libtool pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes Modified: head/devel/trio/Makefile ============================================================================== --- head/devel/trio/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/trio/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -14,7 +14,6 @@ LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS -USES= gmake post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/devel/ultragetopt/Makefile ============================================================================== --- head/devel/ultragetopt/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/ultragetopt/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -15,7 +15,7 @@ LICENSE= MIT GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKE_ARGS= PREFIX="${PREFIX}" -USES= gmake libtool +USES= libtool USE_LDCONFIG= yes PLIST_FILES= include/ultragetopt.h \ Modified: head/devel/xwpe/Makefile ============================================================================== --- head/devel/xwpe/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/xwpe/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -11,7 +11,7 @@ MASTER_SITES= SUNSITE/apps/editors/X \ MAINTAINER= ports@FreeBSD.org COMMENT= Borland-like IDE programming environment -USES= desthack gmake ncurses +USES= desthack ncurses DESTDIRNAME= STAGEDIR USE_XORG= sm ice x11 GNU_CONFIGURE= yes Modified: head/devel/zthread/Makefile ============================================================================== --- head/devel/zthread/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/zthread/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -14,7 +14,7 @@ COMMENT= Platform-independent object-ori LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake libtool +USES= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-ftime --disable-static MAKE_ARGS= INSTALL_PROGRAM="${INSTALL_SCRIPT}" Modified: head/devel/zziplib/Makefile ============================================================================== --- head/devel/zziplib/Makefile Wed Feb 22 15:01:08 2017 (r434586) +++ head/devel/zziplib/Makefile Wed Feb 22 15:02:18 2017 (r434587) @@ -15,7 +15,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= zip:archivers/zip -USES= gmake libtool pathfix pkgconfig python:2,build tar:bzip2 +USES= libtool pathfix pkgconfig python:2,build tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_XMLTO=":" USE_LDCONFIG= yes