Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2020 00:57:02 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537026 - in head: audio/strawberry biology/py-pandas-charm databases/py-pymemcache deskutils/hs-arbtt devel/agar devel/libsavitar emulators/open-vm-tools misc/darknet science www/fusio...
Message-ID:  <202005300057.04U0v2Xm003979@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat May 30 00:57:02 2020
New Revision: 537026
URL: https://svnweb.freebsd.org/changeset/ports/537026

Log:
  Clean up some things
  
  Reported by:	portscan

Modified:
  head/audio/strawberry/Makefile
  head/biology/py-pandas-charm/Makefile
  head/databases/py-pymemcache/Makefile
  head/deskutils/hs-arbtt/Makefile
  head/devel/agar/Makefile
  head/devel/libsavitar/Makefile
  head/emulators/open-vm-tools/Makefile
  head/misc/darknet/Makefile
  head/science/Makefile
  head/www/fusionpbx/Makefile
  head/x11/Makefile

Modified: head/audio/strawberry/Makefile
==============================================================================
--- head/audio/strawberry/Makefile	Sat May 30 00:43:17 2020	(r537025)
+++ head/audio/strawberry/Makefile	Sat May 30 00:57:02 2020	(r537026)
@@ -48,8 +48,6 @@ OPTIONS_DEFINE=		APPLEDEV AUDIOCD IPOD MOODBAR MTPDEV 
 APPLEDEV_IMPLIES=	IPOD
 OPTIONS_DEFAULT=	PULSEAUDIO
 
-BACKEND_DESC=		Multimedia backend(s)
-
 OPTIONS_MULTI=		SOUND
 OPTIONS_MULTI_SOUND=	ALSA PULSEAUDIO
 

Modified: head/biology/py-pandas-charm/Makefile
==============================================================================
--- head/biology/py-pandas-charm/Makefile	Sat May 30 00:43:17 2020	(r537025)
+++ head/biology/py-pandas-charm/Makefile	Sat May 30 00:57:02 2020	(r537026)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pandas-charm
 DISTVERSION=	0.3.0
+PORTREVISION=	1
 CATEGORIES=	biology python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,7 @@ COMMENT=	Library for getting character matrices into a
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPEDNS=	${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils autoplist

Modified: head/databases/py-pymemcache/Makefile
==============================================================================
--- head/databases/py-pymemcache/Makefile	Sat May 30 00:43:17 2020	(r537025)
+++ head/databases/py-pymemcache/Makefile	Sat May 30 00:57:02 2020	(r537026)
@@ -19,8 +19,6 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-DEVELOPER=	yes
-
 do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v
 

Modified: head/deskutils/hs-arbtt/Makefile
==============================================================================
--- head/deskutils/hs-arbtt/Makefile	Sat May 30 00:43:17 2020	(r537025)
+++ head/deskutils/hs-arbtt/Makefile	Sat May 30 00:57:02 2020	(r537026)
@@ -61,7 +61,6 @@ SUB_LIST=		EXAMPLESDIR=${EXAMPLESDIR}
 
 OPTIONS_DEFINE=		MANPAGES
 OPTIONS_SUB=		yes
-MANPAGES_DESCRIBE=	Build and/or install manpages
 
 OPTIONS_DEFAULT=	MANPAGES
 

Modified: head/devel/agar/Makefile
==============================================================================
--- head/devel/agar/Makefile	Sat May 30 00:43:17 2020	(r537025)
+++ head/devel/agar/Makefile	Sat May 30 00:57:02 2020	(r537026)
@@ -10,8 +10,8 @@ COMMENT=	Cross-platform GUI toolkit
 
 LICENSE=	BSD2CLAUSE
 
-BROKEN_powerpc64_12=	fails to compile: cpuinfo.c:289: error: 'IllegalInsn' undeclared (first use in this function)
-BROKEN_powerpc64_13=	fails to compile: include/agar/core/byteswap.h:46:8: error: unsupported inline asm: input with type 'int' matching output with type 'u_int16_t' (aka 'unsigned short')
+BROKEN_FreeBSD_12_powerpc64=	fails to compile: cpuinfo.c:289: error: 'IllegalInsn' undeclared (first use in this function)
+BROKEN_FreeBSD_13_powerpc64=	fails to compile: include/agar/core/byteswap.h:46:8: error: unsupported inline asm: input with type 'int' matching output with type 'u_int16_t' (aka 'unsigned short')
 
 USES=		libtool pathfix perl5 pkgconfig jpeg
 USE_PERL5=	build
@@ -42,7 +42,6 @@ SNDFILE_LIB_DEPENDS=	libsndfile.so:audio/libsndfile
 SNDFILE_IMPLIES=	PORTAUDIO
 
 GUI_CONFIGURE_ENABLE=	gui
-GUI_USE=		JPEG=jpeg
 
 GUI_CONFIGURE_ON=	--with-jpeg=${LOCALBASE} \
 			--with-png=${LOCALBASE} \

Modified: head/devel/libsavitar/Makefile
==============================================================================
--- head/devel/libsavitar/Makefile	Sat May 30 00:43:17 2020	(r537025)
+++ head/devel/libsavitar/Makefile	Sat May 30 00:57:02 2020	(r537026)
@@ -18,7 +18,6 @@ LIB_DEPENDS=	libpugixml.so:textproc/pugixml
 USES=		cmake compiler:c++11-lang python:3.4+
 USE_GITHUB=	yes
 GH_ACCOUNT=	Ultimaker
-USE_GITHUB=	yes
 GH_TAGNAME=	96eba0e
 USE_LDCONFIG=	yes
 CFLAGS+=	"-I${LOCALBASE}/include"

Modified: head/emulators/open-vm-tools/Makefile
==============================================================================
--- head/emulators/open-vm-tools/Makefile	Sat May 30 00:43:17 2020	(r537025)
+++ head/emulators/open-vm-tools/Makefile	Sat May 30 00:57:02 2020	(r537026)
@@ -27,7 +27,7 @@ OPTIONS_DEFAULT=	DOCS LIBNOTIFY OPENSSL X11
 OPTIONS_SUB=
 
 DOCS_BUILD_DEPENDS=	doxygen:devel/doxygen
-DOCS_CONFIGURE=		docs
+DOCS_CONFIGURE_ENABLE=	docs
 
 LIBNOTIFY_DESC=		Desktop notification support
 

Modified: head/misc/darknet/Makefile
==============================================================================
--- head/misc/darknet/Makefile	Sat May 30 00:43:17 2020	(r537025)
+++ head/misc/darknet/Makefile	Sat May 30 00:57:02 2020	(r537026)
@@ -40,8 +40,6 @@ OPENCV_CMAKE_BOOL=	ENABLE_OPENCV
 OPENCV_LIB_DEPENDS=	libopencv_video.so:graphics/opencv \
 			libopencv_core.so:graphics/opencv-core
 
-OPTIONS_GROUP=	SIMD
-OPTIONS_GROUP_SIMD_amd64=	SSE2 SSE3 SSE4 AVX
 SSE2_DESC=		Use SSE2 instructions
 SSE2_CMAKE_ON=		-DFREEBSD_SIMD="-msse2"
 SSE3_DESC=		Use SSE3 instructions

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Sat May 30 00:43:17 2020	(r537025)
+++ head/science/Makefile	Sat May 30 00:57:02 2020	(r537026)
@@ -76,8 +76,8 @@
     SUBDIR += erkale
     SUBDIR += erkale-pseudopotentials
     SUBDIR += fastcap
-    SUBDIR += fastjet
     SUBDIR += fasthenry
+    SUBDIR += fastjet
     SUBDIR += fisicalab
     SUBDIR += fleur
     SUBDIR += fsom

Modified: head/www/fusionpbx/Makefile
==============================================================================
--- head/www/fusionpbx/Makefile	Sat May 30 00:43:17 2020	(r537025)
+++ head/www/fusionpbx/Makefile	Sat May 30 00:57:02 2020	(r537026)
@@ -25,7 +25,6 @@ USE_GITHUB=	yes
 
 VARBASE=	var
 
-WRKSRC_SUBDIR=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
 NO_BUILD=	yes
 
 OPTIONS_DEFINE=	PDOPGSQL
@@ -41,7 +40,7 @@ PDOPGSQL_USE=	PHP=pgsql,pdo_pgsql
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${WWWDIR}
-	@(cd ${WRKSRC_SUBDIR} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
+	@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
 	@${MKDIR} ${STAGEDIR}/${VARBASE}/db/fusionpbx
 
 	@${MKDIR} ${STAGEDIR}/${VARBASE}/cache/fusionpbx

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Sat May 30 00:43:17 2020	(r537025)
+++ head/x11/Makefile	Sat May 30 00:57:02 2020	(r537026)
@@ -243,7 +243,7 @@
     SUBDIR += pipeglade
     SUBDIR += pixman
     SUBDIR += plank
-    SUBDIR += plasma-wayland-protocols 
+    SUBDIR += plasma-wayland-protocols
     SUBDIR += plasma5-kactivitymanagerd
     SUBDIR += plasma5-kgamma5
     SUBDIR += plasma5-kscreen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005300057.04U0v2Xm003979>