From owner-svn-ports-all@freebsd.org Sun Oct 6 13:47:09 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C0BD3FE2B7; Sun, 6 Oct 2019 13:47:09 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46mPzx4jdtz4M8w; Sun, 6 Oct 2019 13:47:09 +0000 (UTC) (envelope-from tobik@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 81A46270A9; Sun, 6 Oct 2019 13:47:09 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x96Dl9ax082557; Sun, 6 Oct 2019 13:47:09 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x96Dl7X3082546; Sun, 6 Oct 2019 13:47:07 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201910061347.x96Dl7X3082546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 6 Oct 2019 13:47:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513887 - in head: devel/clinfo devel/libmaa devel/lua-luacheck devel/opencl games/keeperrl mail/mu4e-maildirs misc/cinnamon-translations multimedia/libdcadec textproc/diff-so-fancy x11... X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head: devel/clinfo devel/libmaa devel/lua-luacheck devel/opencl games/keeperrl mail/mu4e-maildirs misc/cinnamon-translations multimedia/libdcadec textproc/diff-so-fancy x11-themes/mint-themes X-SVN-Commit-Revision: 513887 X-SVN-Commit-Repository: ports 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.29 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: Sun, 06 Oct 2019 13:47:09 -0000 Author: tobik Date: Sun Oct 6 13:47:06 2019 New Revision: 513887 URL: https://svnweb.freebsd.org/changeset/ports/513887 Log: Drop nop NO_CONFIGURE Modified: head/devel/clinfo/Makefile head/devel/libmaa/Makefile head/devel/lua-luacheck/Makefile head/devel/opencl/Makefile head/games/keeperrl/Makefile head/mail/mu4e-maildirs/Makefile head/misc/cinnamon-translations/Makefile head/multimedia/libdcadec/Makefile head/textproc/diff-so-fancy/Makefile head/x11-themes/mint-themes/Makefile Modified: head/devel/clinfo/Makefile ============================================================================== --- head/devel/clinfo/Makefile Sun Oct 6 13:36:23 2019 (r513886) +++ head/devel/clinfo/Makefile Sun Oct 6 13:47:06 2019 (r513887) @@ -15,7 +15,6 @@ USE_GITHUB= yes GH_ACCOUNT= Oblomov USES= gmake -NO_CONFIGURE= yes ALL_TARGET= # PLIST_FILES= bin/clinfo \ man/man1/clinfo.1.gz Modified: head/devel/libmaa/Makefile ============================================================================== --- head/devel/libmaa/Makefile Sun Oct 6 13:36:23 2019 (r513886) +++ head/devel/libmaa/Makefile Sun Oct 6 13:47:06 2019 (r513887) @@ -18,7 +18,6 @@ OPTIONS_DEFINE= DOCS MAKE_ARGS= DOCDIR=${DOCSDIR} MAKE_CMD= mkcmake -NO_CONFIGURE= yes USE_LDCONFIG= yes GH_ACCOUNT= cheusov Modified: head/devel/lua-luacheck/Makefile ============================================================================== --- head/devel/lua-luacheck/Makefile Sun Oct 6 13:36:23 2019 (r513886) +++ head/devel/lua-luacheck/Makefile Sun Oct 6 13:47:06 2019 (r513887) @@ -16,7 +16,6 @@ RUN_DEPENDS= ${LUA_MODLIBDIR}/lfs.so:devel/luafilesyst USES= lua NO_ARCH= yes NO_BUILD= yes -NO_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= mpeterv Modified: head/devel/opencl/Makefile ============================================================================== --- head/devel/opencl/Makefile Sun Oct 6 13:36:23 2019 (r513886) +++ head/devel/opencl/Makefile Sun Oct 6 13:47:06 2019 (r513887) @@ -26,7 +26,6 @@ HEADER_TAG= f039db6 CLHPP_TAG= 8b6a312 USES= python:build -NO_CONFIGURE= yes NO_ARCH= yes WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME}/opencl${PORTVERSION:S/.//}/CL Modified: head/games/keeperrl/Makefile ============================================================================== --- head/games/keeperrl/Makefile Sun Oct 6 13:36:23 2019 (r513886) +++ head/games/keeperrl/Makefile Sun Oct 6 13:47:06 2019 (r513887) @@ -28,7 +28,6 @@ USE_GL= gl USE_SDL= sdl2 image2 ALPHA_VERSION= 23 -NO_CONFIGURE= yes LIBS+= -lexecinfo LLD_UNSAFE= yes MAKE_ARGS= DATA_DIR="${DATADIR}" GCC="${CXX}" \ Modified: head/mail/mu4e-maildirs/Makefile ============================================================================== --- head/mail/mu4e-maildirs/Makefile Sun Oct 6 13:36:23 2019 (r513886) +++ head/mail/mu4e-maildirs/Makefile Sun Oct 6 13:47:06 2019 (r513887) @@ -22,7 +22,6 @@ GH_ACCOUNT= agpchil GH_TAGNAME= 3ef4c48 NO_ARCH= yes -NO_CONFIGURE= yes PLIST_FILES= ${EMACS_SITE_LISPDIR}/mu4e/mu4e-maildirs-extension.elc \ ${EMACS_SITE_LISPDIR}/mu4e/mu4e-maildirs-extension.el.gz PORTDOCS= README.md Modified: head/misc/cinnamon-translations/Makefile ============================================================================== --- head/misc/cinnamon-translations/Makefile Sun Oct 6 13:36:23 2019 (r513886) +++ head/misc/cinnamon-translations/Makefile Sun Oct 6 13:47:06 2019 (r513887) @@ -14,7 +14,6 @@ USE_GITHUB= yes GH_ACCOUNT= linuxmint USES= gettext-tools -NO_CONFIGURE= yes INSTALL_TARGET= all NO_ARCH= yes Modified: head/multimedia/libdcadec/Makefile ============================================================================== --- head/multimedia/libdcadec/Makefile Sun Oct 6 13:36:23 2019 (r513886) +++ head/multimedia/libdcadec/Makefile Sun Oct 6 13:47:06 2019 (r513887) @@ -15,7 +15,6 @@ USE_GITHUB= yes GH_ACCOUNT= foo86 GH_PROJECT= dcadec -NO_CONFIGURE= yes USES= pkgconfig gmake LDFLAGS+= -lm MAKE_ENV+= CONFIG_SHARED=yes Modified: head/textproc/diff-so-fancy/Makefile ============================================================================== --- head/textproc/diff-so-fancy/Makefile Sun Oct 6 13:36:23 2019 (r513886) +++ head/textproc/diff-so-fancy/Makefile Sun Oct 6 13:47:06 2019 (r513887) @@ -18,7 +18,6 @@ USE_PERL5= run GH_ACCOUNT= so-fancy NO_ARCH= yes NO_BUILD= yes -NO_CONFIGURE= yes SHEBANG_FILES= ${WRKSRC}/diff-so-fancy SUB_FILES= pkg-message Modified: head/x11-themes/mint-themes/Makefile ============================================================================== --- head/x11-themes/mint-themes/Makefile Sun Oct 6 13:36:23 2019 (r513886) +++ head/x11-themes/mint-themes/Makefile Sun Oct 6 13:47:06 2019 (r513887) @@ -14,7 +14,6 @@ USE_GITHUB= yes GH_ACCOUNT= linuxmint GH_TAGNAME= 41cf70d -NO_CONFIGURE= yes NO_BUILD= yes do-install: