Clean up some things

Reported by:	portscan and common sense
This commit is contained in:
Tobias Kortkamp 2020-07-07 12:27:18 +00:00
parent 1c0ba86c6b
commit eefdcbfd7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541417
18 changed files with 21 additions and 53 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -34,8 +34,6 @@ BROTLI_LIB_DEPENDS= libbrotlicommon.so:archivers/brotli
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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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}

View File

@ -3,7 +3,6 @@
PORTNAME= roadie-rails
PORTVERSION= 1.3.0
PORTREVISION= 1
PORTREVISION= 1
CATEGORIES= mail rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails4

View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -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 menuing program for X11
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

View File

@ -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

View File

@ -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}