From owner-dev-commits-ports-main@freebsd.org Mon Sep 6 19:29:01 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 B9899679E4B; Mon, 6 Sep 2021 19:29:01 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H3JNs4fTpz3kD7; Mon, 6 Sep 2021 19:29:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7A83C24A00; Mon, 6 Sep 2021 19:29:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 186JT10T047878; Mon, 6 Sep 2021 19:29:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 186JT1wj047877; Mon, 6 Sep 2021 19:29:01 GMT (envelope-from git) Date: Mon, 6 Sep 2021 19:29:01 GMT Message-Id: <202109061929.186JT1wj047877@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: 91e9ee8c70bc - main - *: Clean up some things MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 91e9ee8c70bc1d2309df300916da6442b6987050 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2021 19:29:01 -0000 The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=91e9ee8c70bc1d2309df300916da6442b6987050 commit 91e9ee8c70bc1d2309df300916da6442b6987050 Author: Tobias Kortkamp AuthorDate: 2021-09-06 16:58:11 +0000 Commit: Tobias Kortkamp CommitDate: 2021-09-06 19:27:28 +0000 *: Clean up some things - Fix typos - Remove nop or unreferenced variables - Clean up commented PORTREVISION - Add missing USES Reported by: portscan --- cad/kicad-library-footprints-devel/Makefile | 2 +- cad/kicad-library-packages3d-devel/Makefile | 2 +- cad/kicad-library-symbols-devel/Makefile | 2 +- cad/kicad-library-templates-devel/Makefile | 2 +- devel/ccache-memcached/Makefile | 2 +- editors/linux-wps-office/Makefile | 2 +- emulators/nestopia/Makefile | 4 ++-- math/cln/Makefile | 1 + misc/openhab2/Makefile | 2 +- net-im/tdlib/Makefile | 2 +- sysutils/slurm-wlm/Makefile | 1 - textproc/libxml2/Makefile | 2 +- x11-wm/gamescope/Makefile | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/cad/kicad-library-footprints-devel/Makefile b/cad/kicad-library-footprints-devel/Makefile index f665c86229da..55ee85277c6d 100644 --- a/cad/kicad-library-footprints-devel/Makefile +++ b/cad/kicad-library-footprints-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= kicad DISTVERSION= r${GIT_FP_DATE} -#PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= cad MASTER_SITES= https://gitlab.com/kicad/libraries/${PORTNAME}-footprints/-/archive/${GL_COMMIT}/ PKGNAMESUFFIX= -library-footprints-devel diff --git a/cad/kicad-library-packages3d-devel/Makefile b/cad/kicad-library-packages3d-devel/Makefile index 4af0bf2c5f64..045491f046c7 100644 --- a/cad/kicad-library-packages3d-devel/Makefile +++ b/cad/kicad-library-packages3d-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= kicad DISTVERSION= r${GIT_P3D_DATE} -#PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= cad MASTER_SITES= https://gitlab.com/kicad/libraries/${PORTNAME}-packages3D/-/archive/${GL_COMMIT}/ PKGNAMESUFFIX= -library-packages3d-devel diff --git a/cad/kicad-library-symbols-devel/Makefile b/cad/kicad-library-symbols-devel/Makefile index 97c0de4c741e..dae095754d36 100644 --- a/cad/kicad-library-symbols-devel/Makefile +++ b/cad/kicad-library-symbols-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= kicad DISTVERSION= r${GIT_SYM_DATE} -#PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= cad MASTER_SITES= https://gitlab.com/kicad/libraries/${PORTNAME}-symbols/-/archive/${GL_COMMIT}/ PKGNAMESUFFIX= -library-symbols-devel diff --git a/cad/kicad-library-templates-devel/Makefile b/cad/kicad-library-templates-devel/Makefile index c0caa80a8b18..641392afe054 100644 --- a/cad/kicad-library-templates-devel/Makefile +++ b/cad/kicad-library-templates-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= kicad DISTVERSION= r${GIT_TMPL_DATE} -#PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= cad MASTER_SITES= https://gitlab.com/kicad/libraries/${PORTNAME}-templates/-/archive/${GL_COMMIT}/ PKGNAMESUFFIX= -library-tmpl-devel diff --git a/devel/ccache-memcached/Makefile b/devel/ccache-memcached/Makefile index 3ad490540da1..54458cd0a944 100644 --- a/devel/ccache-memcached/Makefile +++ b/devel/ccache-memcached/Makefile @@ -40,7 +40,7 @@ TINDERBOX_DESC= Create tarball for tinderbox usage USES= autoreconf compiler gmake pkgconfig -CONFIGURE_ENABLE+= memcached +CONFIGURE_ARGS+= --enable-memcached LIB_DEPENDS+= libmemcached.so:databases/libmemcached LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include diff --git a/editors/linux-wps-office/Makefile b/editors/linux-wps-office/Makefile index d18e04c6a9cf..ed1c7bb44523 100644 --- a/editors/linux-wps-office/Makefile +++ b/editors/linux-wps-office/Makefile @@ -18,7 +18,7 @@ ONLY_FOR_ARCHS= amd64 CONFLICTS_INSTALL= linux-wps-office-zh_CN -USES= desktop-file-utils linux shebangfix +USES= desktop-file-utils gnome linux shebangfix INSTALLS_ICONS= yes USE_LINUX= png pulseaudio-libs xorglibs diff --git a/emulators/nestopia/Makefile b/emulators/nestopia/Makefile index bbe206d92862..5636b4aecde9 100644 --- a/emulators/nestopia/Makefile +++ b/emulators/nestopia/Makefile @@ -13,8 +13,8 @@ LIB_DEPENDS= libao.so:audio/libao \ libepoxy.so:graphics/libepoxy \ libfltk.so:x11-toolkits/fltk -USES= autoreconf desktop-file-utils gl libarchive localbase:ldflags \ - pkgconfig sdl +USES= autoreconf desktop-file-utils gl gnome libarchive \ + localbase:ldflags pkgconfig sdl USE_CXXSTD= c++98 USE_GITHUB= yes GH_ACCOUNT= rdanbrook diff --git a/math/cln/Makefile b/math/cln/Makefile index 8c1c02cbfc07..c6d28c62fd19 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -23,6 +23,7 @@ USE_LDCONFIG= yes INFO= cln +CPPFLAGS+= ${CPPFLAGS_${ARCH}} CPPFLAGS_aarch64= -DNO_ASM CPPFLAGS_armv6= -DNO_ASM CPPFLAGS_armv7= -DNO_ASM diff --git a/misc/openhab2/Makefile b/misc/openhab2/Makefile index d9dd87e068ff..5fc7a4fc0c33 100644 --- a/misc/openhab2/Makefile +++ b/misc/openhab2/Makefile @@ -1,6 +1,6 @@ PORTNAME= openhab2 PORTVERSION= 2.5.12 -#PORTREVISION= 0 +PORTREVISION= 0 CATEGORIES= misc java MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab/${PORTVERSION}/ DISTNAME= openhab-${PORTVERSION} diff --git a/net-im/tdlib/Makefile b/net-im/tdlib/Makefile index 45382c5f1cf0..84f4692965f5 100644 --- a/net-im/tdlib/Makefile +++ b/net-im/tdlib/Makefile @@ -16,7 +16,7 @@ GH_TAGNAME= f8ab675 CMAKE_OFF= BUILD_TESTING FREEBSD_BUILD_BENCHMARKS -xdo-test: +do-test: @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DFREEBSD_BUILD_TESTING:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ diff --git a/sysutils/slurm-wlm/Makefile b/sysutils/slurm-wlm/Makefile index 866c70188966..c2ed4de21ff6 100644 --- a/sysutils/slurm-wlm/Makefile +++ b/sysutils/slurm-wlm/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \ USES= compiler:c11 gmake gnome libtool localbase lua pkgconfig \ python:build readline shebangfix ssl tar:bz2 USE_LDCONFIG= yes -USE_PERL5= configure USE_RC_SUBR= slurmctld slurmd USERS= slurm diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 6a7a8131ba66..98b4e29344f4 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -2,7 +2,7 @@ PORTNAME= libxml2 DISTVERSION= 2.9.12 -#PORTREVISION?= 0 +PORTREVISION?= 0 CATEGORIES?= textproc gnome MASTER_SITES= http://xmlsoft.org/sources/ DIST_SUBDIR= gnome2 diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile index 7acb4bf79a9e..a34890e2fe02 100644 --- a/x11-wm/gamescope/Makefile +++ b/x11-wm/gamescope/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libwlroots.so:x11-toolkits/wlroots \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c++11-lib meson pkgconfig sdl xorg +USES= compiler:c++11-lib gl meson pkgconfig sdl xorg USE_GITHUB= yes USE_SDL= sdl2 USE_XORG= x11 xcomposite xdamage xext xfixes xrender xres xtst xxf86vm