Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jul 2020 12:27:18 +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: r541417 - in head: audio/bambootracker audio/zynaddsubfx comms/nanovna-saver comms/openzwave-devel comms/telldus-core comms/tlf databases/arrow deskutils/cairo-dock-plugins devel/bossa ...
Message-ID:  <202007071227.067CRINg025699@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Jul  7 12:27:18 2020
New Revision: 541417
URL: https://svnweb.freebsd.org/changeset/ports/541417

Log:
  Clean up some things
  
  Reported by:	portscan and common sense

Modified:
  head/audio/bambootracker/Makefile
  head/audio/zynaddsubfx/Makefile
  head/comms/nanovna-saver/Makefile
  head/comms/openzwave-devel/Makefile
  head/comms/telldus-core/Makefile
  head/comms/tlf/Makefile
  head/databases/arrow/Makefile
  head/deskutils/cairo-dock-plugins/Makefile
  head/devel/bossa/Makefile
  head/irc/smuxi/Makefile
  head/lang/swi-pl/Makefile
  head/mail/rubygem-roadie-rails-rails4/Makefile
  head/math/asymptote/Makefile
  head/math/libmesh/Makefile
  head/print/pdfchain/Makefile
  head/x11/nezd/Makefile
  head/x11/nezd/pkg-plist
  head/x11/pcdm/Makefile

Modified: head/audio/bambootracker/Makefile
==============================================================================
--- head/audio/bambootracker/Makefile	Tue Jul  7 12:25:53 2020	(r541416)
+++ head/audio/bambootracker/Makefile	Tue Jul  7 12:27:18 2020	(r541417)
@@ -35,7 +35,7 @@ OPTIONS_DEFINE=	ALSA EXAMPLES JACK NLS PULSEAUDIO
 OPTIONS_DEFAULT=PULSEAUDIO
 
 ALSA_DESC=	ALSA audio architecture support (EXPERIMENTAL)
-ALSA_JACK=	JACK audio server support (EXPERIMENTAL)
+JACK_DESC=	JACK audio server support (EXPERIMENTAL)
 
 OPTIONS_SUB=	yes
 

Modified: head/audio/zynaddsubfx/Makefile
==============================================================================
--- head/audio/zynaddsubfx/Makefile	Tue Jul  7 12:25:53 2020	(r541416)
+++ head/audio/zynaddsubfx/Makefile	Tue Jul  7 12:27:18 2020	(r541417)
@@ -3,7 +3,7 @@
 
 PORTNAME=	zynaddsubfx
 PORTVERSION=	3.0.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	SF
 
@@ -44,7 +44,7 @@ DSSI_CMAKE_OFF=			-DDssiEnable:BOOL=OFF
 GUI_LIB_DEPENDS=		libfltk.so:x11-toolkits/fltk \
 				libpng.so:graphics/png \
 				libfontconfig.so:x11-fonts/fontconfig
-GUI_ON=				-DGuiModule:STRING=fltk
+GUI_CMAKE_ON=			-DGuiModule:STRING=fltk
 GUI_CMAKE_OFF=			-DGuiModule:STRING=OFF
 GUI_USE+=			XORG=x11,xext,xfixes,xcursor,xrender,ice,sm,xpm,xinerama,xft
 GUI_USE+=			GL=gl,glu

Modified: head/comms/nanovna-saver/Makefile
==============================================================================
--- head/comms/nanovna-saver/Makefile	Tue Jul  7 12:25:53 2020	(r541416)
+++ head/comms/nanovna-saver/Makefile	Tue Jul  7 12:27:18 2020	(r541417)
@@ -18,10 +18,9 @@ PY_DEPENDS=	${PYNUMPY} \
 BUILD_DEPENDS=	${PY_DEPENDS}
 RUN_DEPENDS=	${PY_DEPENDS}
 
-USES=		python:3.3+ pyqt:5 qt:5
+USES=		python:3.3+ pyqt:5
 USE_PYTHON=	distutils autoplist noflavors
 USE_PYQT=	core_run gui_run widgets_run
-QT5_USE=	core gui widgets
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	mihtjel

Modified: head/comms/openzwave-devel/Makefile
==============================================================================
--- head/comms/openzwave-devel/Makefile	Tue Jul  7 12:25:53 2020	(r541416)
+++ head/comms/openzwave-devel/Makefile	Tue Jul  7 12:27:18 2020	(r541417)
@@ -25,18 +25,16 @@ GH_TAGNAME=	14f2ba74
 MAKE_ARGS=	VERSION_REV=${VERSION_REV} LIBDIR=${WRKSRC} docdir=${DOCSDIR} CXX=${CXX}
 
 OPTIONS_DEFINE=	DOXYGEN DOCS
-OPTIONS_DEFAULT=
 OPTIONS_SUB=	yes
 
-PLIST_SUB=	PORTVERSION=${PORTVERSION}
-
-DOXYGEN_DESCR=	Build docs (requires doxygen + graphviz)
-DOXYGEN_BUILD_DEPENDS=	doxygen:${PORTSDIR}/devel/doxygen dot:${PORTSDIR}/graphics/graphviz
+DOXYGEN_DESC=	Build docs (requires doxygen + graphviz)
+DOXYGEN_BUILD_DEPENDS=	dot:graphics/graphviz \
+			doxygen:devel/doxygen
 DOXYGEN_PORTDOCS=	*
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/libopenzwave.so.1.6
-	${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/bin/MinOZW
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libopenzwave.so.1.6
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/MinOZW
 
 post-install-DOXYGEN-on:
 	${RM} ${STAGEDIR}${DOCSDIR}/Doxyfile.in

Modified: head/comms/telldus-core/Makefile
==============================================================================
--- head/comms/telldus-core/Makefile	Tue Jul  7 12:25:53 2020	(r541416)
+++ head/comms/telldus-core/Makefile	Tue Jul  7 12:27:18 2020	(r541417)
@@ -32,8 +32,6 @@ CXXFLAGS_clang=	-Wno-c++11-narrowing
 MAKE_JOBS_UNSAFE=	yes
 
 USE_RC_SUBR=	telldusd
-USER=		nobody
-GROUP=		dialer
 
 SUB_FILES=	pkg-message
 

Modified: head/comms/tlf/Makefile
==============================================================================
--- head/comms/tlf/Makefile	Tue Jul  7 12:25:53 2020	(r541416)
+++ head/comms/tlf/Makefile	Tue Jul  7 12:27:18 2020	(r541417)
@@ -17,9 +17,8 @@ RUN_DEPENDS=	rec:audio/sox \
 
 USES=		autoreconf gnome ncurses pkgconfig
 USE_GITHUB=	yes
-GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	PANEL_LIB=-lpanel
 USE_GNOME=	glib20
+GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib -largp" \
 		CPPFLAGS=-I${LOCALBASE}/include
 

Modified: head/databases/arrow/Makefile
==============================================================================
--- head/databases/arrow/Makefile	Tue Jul  7 12:25:53 2020	(r541416)
+++ head/databases/arrow/Makefile	Tue Jul  7 12:27:18 2020	(r541417)
@@ -34,8 +34,6 @@ BROTLI_LIB_DEPENDS=	libbrotlicommon.so:archivers/brotl
 BZ2_DESC=		bz2 compression support
 BZ2_CMAKE_BOOL=		ARROW_WITH_BZ2
 
-SNAPPY_CMAKE_BOOL=	ARROW_WITH_BZ2
-
 LZ4_CMAKE_BOOL=		ARROW_WITH_LZ4
 LZ4_LIB_DEPENDS=	liblz4.so:archivers/liblz4
 

Modified: head/deskutils/cairo-dock-plugins/Makefile
==============================================================================
--- head/deskutils/cairo-dock-plugins/Makefile	Tue Jul  7 12:25:53 2020	(r541416)
+++ head/deskutils/cairo-dock-plugins/Makefile	Tue Jul  7 12:27:18 2020	(r541417)
@@ -58,7 +58,6 @@ SOUND_EFFECTS_DESC=	Sound Effects applet
 UPOWER_DESC=		D-Bus daemon for power management tasks
 #TERMINAL_DESC=		Terminal applet
 #VALA_DESC=		Vala interface
-WEBLETS_DESC=		Weblets applet
 XGAMMA_DESC=		Xgamma applet
 XFCE_INTEGRATION_DESC=	XFCE integration support
 ZEITGEIST_DESC=		User logs activities

Modified: head/devel/bossa/Makefile
==============================================================================
--- head/devel/bossa/Makefile	Tue Jul  7 12:25:53 2020	(r541416)
+++ head/devel/bossa/Makefile	Tue Jul  7 12:27:18 2020	(r541417)
@@ -28,7 +28,7 @@ OPTIONS_SUB=		yes
 
 BOSSA_DESC=		Include BOSSA GUI application using wxWidgets
 BOSSA_ALL_TARGET=	bin/bossa
-BOSSA_USE=		wx=3.0 wx_comps=wx
+BOSSA_USE=		wx=3.0
 
 BOSSASH_DESC=		Include BOSSA Shell
 BOSSASH_USES=		readline

Modified: head/irc/smuxi/Makefile
==============================================================================
--- head/irc/smuxi/Makefile	Tue Jul  7 12:25:53 2020	(r541416)
+++ head/irc/smuxi/Makefile	Tue Jul  7 12:27:18 2020	(r541417)
@@ -32,7 +32,6 @@ OPTIONS_SUB=		yes
 DBUS_DESC=	Build with DBUS support
 GTKSPELL_DESC=	Support spell checking
 NLS_DESC=	Build with NLS support
-NOTIFY_DESC=	Build with Notification Support
 
 DBUS_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:devel/ndesk-dbus \
 			${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:devel/ndesk-dbus-glib

Modified: head/lang/swi-pl/Makefile
==============================================================================
--- head/lang/swi-pl/Makefile	Tue Jul  7 12:25:53 2020	(r541416)
+++ head/lang/swi-pl/Makefile	Tue Jul  7 12:27:18 2020	(r541417)
@@ -36,8 +36,6 @@ CMAKE_BUILD_TYPE=	Release
 
 NOPRECIOUSMAKEVARS=	yes
 
-MAKE_JOBS_SAFE=		yes
-
 .include <bsd.port.pre.mk>
 
 USE_LDCONFIG=	${PREFIX}/lib/swipl/lib/${ARCH}-${OPSYS:tl}

Modified: head/mail/rubygem-roadie-rails-rails4/Makefile
==============================================================================
--- head/mail/rubygem-roadie-rails-rails4/Makefile	Tue Jul  7 12:25:53 2020	(r541416)
+++ head/mail/rubygem-roadie-rails-rails4/Makefile	Tue Jul  7 12:27:18 2020	(r541417)
@@ -3,7 +3,6 @@
 PORTNAME=	roadie-rails
 PORTVERSION=	1.3.0
 PORTREVISION=	1
-PORTREVISION=	1
 CATEGORIES=	mail rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	-rails4

Modified: head/math/asymptote/Makefile
==============================================================================
--- head/math/asymptote/Makefile	Tue Jul  7 12:25:53 2020	(r541416)
+++ head/math/asymptote/Makefile	Tue Jul  7 12:27:18 2020	(r541417)
@@ -64,7 +64,6 @@ GSL_LIB_DEPENDS=	libgsl.so:math/gsl
 MANPAGES_ALL_TARGET=	man
 MANPAGES_BUILD_DEPENDS=	texi2dvi:print/texinfo
 MANPAGES_INFO=	asy-faq
-MANPAGE_INSTALL_TARGET=	install-man
 
 OFFSCREEN_CONFIGURE_ENABLE=	offscreen
 OFFSCREEN_DESC=	Enable offscreen rendering using OSMesa library

Modified: head/math/libmesh/Makefile
==============================================================================
--- head/math/libmesh/Makefile	Tue Jul  7 12:25:53 2020	(r541416)
+++ head/math/libmesh/Makefile	Tue Jul  7 12:27:18 2020	(r541417)
@@ -42,7 +42,6 @@ GLPK_LIB_DEPENDS=		libglpk.so:math/glpk
 HDF5_CONFIGURE_ENABLE=		hdf5
 HDF5_LIB_DEPENDS=		libhdf5.so:science/hdf5
 MPI_CONFIGURE_ENABLE=		mpi
-FSCURVES_CONFIGURE_ENABLE=	sfc
 EXAMPLES_CONFIGURE_ENABLE=	examples
 EXAMPLES_VARS=			PKGMESSAGE=pkg-message-examples
 SUB_FILES=			pkg-message-examples

Modified: head/print/pdfchain/Makefile
==============================================================================
--- head/print/pdfchain/Makefile	Tue Jul  7 12:25:53 2020	(r541416)
+++ head/print/pdfchain/Makefile	Tue Jul  7 12:27:18 2020	(r541417)
@@ -3,34 +3,19 @@
 PORTNAME=	pdfchain
 PORTVERSION=	0.4.4.2
 CATEGORIES=	print
-MASTER_SITES=	https://sourceforge.net/projects/pdfchain/files/pdfchain-${PORTVERSION}/
+MASTER_SITES=	SF/pdfchain/pdfchain-${PORTVERSION}
 
 MAINTAINER=	chapelet@gmail.com
 COMMENT=	Graphical user interface for the PDF Toolkit (PDFtk)
 
 LICENSE=	GPLv3
 
-USES=		compiler:c++11-lang
-USES+=		desktop-file-utils
-USES+=		gettext-runtime
-USES+=		gnome
-USES+=		pkgconfig
+USES=		compiler:c++11-lang desktop-file-utils gettext-runtime gnome \
+		pkgconfig
+USE_GNOME=	atk atkmm cairo cairomm gdkpixbuf2 glib20 glibmm gtk30 gtkmm30 \
+		libsigc++20 pango pangomm
+INSTALLS_ICONS=	yes
 
 GNU_CONFIGURE=	yes
-
-USE_GNOME=	atk
-USE_GNOME+=	atkmm
-USE_GNOME+=	cairo
-USE_GNOME+=	cairomm
-USE_GNOME+=	gdkpixbuf2
-USE_GNOME+=	glib20
-USE_GNOME+=	glibmm
-USE_GNOME+=	gtk30
-USE_GNOME+=	gtkmm30
-USE_GNOME+=	libsigc++20
-USE_GNOME+=	pango
-USE_GNOME+=	pangomm
-
-INSTALLS_ICONS=	yes
 
 .include <bsd.port.mk>

Modified: head/x11/nezd/Makefile
==============================================================================
--- head/x11/nezd/Makefile	Tue Jul  7 12:25:53 2020	(r541416)
+++ head/x11/nezd/Makefile	Tue Jul  7 12:27:18 2020	(r541417)
@@ -2,6 +2,7 @@
 
 PORTNAME=	nezd
 PORTVERSION=	0.1.0
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	trevis@silencedpoet.com
@@ -9,15 +10,13 @@ COMMENT=	General purpose messaging, notification and m
 
 LICENSE=	MIT
 
-USES=		pkgconfig
+USES=		pkgconfig xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	telser
 
 USE_XORG=	x11 xpm xinerama xft
 
-CONFLITCS=	dzen2
-
-MANDIRS=	${PREFIX}/share/
+CONFLICTS_INSTALL=	dzen2
 
 OPTIONS_DEFINE=	GADGETS
 GADGETS_DESC=	Build and install gadgets

Modified: head/x11/nezd/pkg-plist
==============================================================================
--- head/x11/nezd/pkg-plist	Tue Jul  7 12:25:53 2020	(r541416)
+++ head/x11/nezd/pkg-plist	Tue Jul  7 12:27:18 2020	(r541417)
@@ -1,5 +1,5 @@
 bin/nezd
-%%DOCSDIR%%/README.nezd.gz
+%%DOCSDIR%%/README.nezd
 share/man/man1/nezd.1.gz
 %%GADGETS%%bin/dbar
 %%GADGETS%%bin/gcpubar

Modified: head/x11/pcdm/Makefile
==============================================================================
--- head/x11/pcdm/Makefile	Tue Jul  7 12:25:53 2020	(r541416)
+++ head/x11/pcdm/Makefile	Tue Jul  7 12:27:18 2020	(r541417)
@@ -21,7 +21,6 @@ USE_QT=		core gui network svg multimedia imageformats 
 		buildtools_build x11extras widgets concurrent linguisttools_build
 USE_GL=		gl
 USE_XORG=	x11
-USE_OPENRC_SUBR=pcdm
 
 WRKSRC_SUBDIR=	src-qt5
 MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}



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