cleanup: remove trailing whitepaces

This commit is contained in:
Tobias C. Berner 2022-09-07 12:26:41 +02:00
parent a707d16a2d
commit b86221feea
99 changed files with 113 additions and 113 deletions

View File

@ -9,7 +9,7 @@ COMMENT= Archiver for Quake I and II packed data files
LICENSE= GPLv2
CONFLICTS= par_format # bin/par
CONFLICTS= par_format # bin/par
MAKEFILE= Makefile.Linux
MAKE_ARGS= CC="${CC}"

View File

@ -11,7 +11,7 @@ LIB_DEPENDS= libcfitsio.so:astro/cfitsio \
libgsl.so:math/gsl \
libwcs.so:astro/wcslib
USES= cmake desktop-file-utils iconv ninja qt:5 pkgconfig
USES= cmake desktop-file-utils iconv ninja qt:5 pkgconfig
USE_QT= buildtools concurrent core gui qmake_build network widgets
USE_GITHUB= yes
GH_ACCOUNT= rlancaste

View File

@ -18,7 +18,7 @@ asterisk16_PKGNAMEPREFIX= asterisk16-
asterisk16_BUILD_DEPENDS= asterisk:net/asterisk16
asterisk16_RUN_DEPENDS= asterisk:net/asterisk16
asterisk18_PKGNAMEPREFIX= asterisk18-
asterisk18_PKGNAMEPREFIX= asterisk18-
asterisk18_BUILD_DEPENDS= asterisk:net/asterisk18
asterisk18_RUN_DEPENDS= asterisk:net/asterisk18

View File

@ -52,7 +52,7 @@ PORTDOCS= *
.if ${ARCH} == powerpc64le
USES+= compiler:gcc-c++11-lib
.else
USES+= compiler:c++11-lang
USES+= compiler:c++11-lang
.endif
.include <bsd.port.pre.mk>

View File

@ -9,7 +9,7 @@ COMMENT= Python Library for performing speech recognition
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USE_GITHUB= yes
USE_GITHUB= yes
GH_ACCOUNT= Uberi
GH_PROJECT= speech_recognition
@ -20,7 +20,7 @@ NO_ARCH= yes
USES= python:3.6+
USE_PYTHON= distutils autoplist
post-extract:
post-extract:
@cd ${WRKSRC}/speech_recognition && ${RM} flac-*
.include <bsd.port.mk>

View File

@ -59,7 +59,7 @@ BUREMOVE= addr2line \
windmc \
windres
OPTIONS_DEFINE= RELRO STATIC
OPTIONS_DEFINE= RELRO STATIC
RELRO_DESC= enable -z relro in ELF linker by default
RELRO_CONFIGURE_ON= --enable-relro

View File

@ -44,7 +44,7 @@ GH_TUPLE= fatih:color:v1.10.0:a/${GHSD}/fatih/color \
SHEBANG_FILES= nquire edirect.pl word-at-a-time accn-at-a-time \
amino-acid-composition between-two-genes exclude-uid-lists \
filter-stop-words intersect-uid-lists phrase-search \
skip-if-file-exists theme-aliases test-edirect hgvs2spdi
skip-if-file-exists theme-aliases test-edirect hgvs2spdi
PSCRIPTS= efetch efilter einfo elink epost esearch esummary nquire
SCRIPTS= accn-at-a-time amino-acid-composition archive-pubmed \

View File

@ -10,7 +10,7 @@ COMMENT= FDM Material database for 3D printers
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= Ultimaker

View File

@ -25,7 +25,7 @@ SHEBANG_FILES= tools/*.py tools/*/*.py \
tools/game/rebuild_networks.sh \
tools/build/rebuild_cscope.sh \
tools/build/dailyUpdateMakeGCC.sh
python_OLD_CMD+="/usr/bin/env python"
USE_GL= gl glu
USE_XORG= x11 xcursor xext xfixes xft xi xrandr xrender

View File

@ -39,7 +39,7 @@ post-patch:
post-build:
${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' \
${WRKSRC}/bindings/Hamlib-pl.mk
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Hamlib/Hamlib.so
@${MKDIR} ${STAGEDIR}${DOCSDIR}

View File

@ -31,15 +31,15 @@ SQLITE_CONFIGURE_WITH= sqlite=${LOCALBASE}
SQLITE_USES= sqlite
SSL_USES= ssl
.include <bsd.port.options.mk>
.include <bsd.port.options.mk>
# See PR/237200 for details
.if ${PORT_OPTIONS:MSSL}
.if ${SSL_DEFAULT} == base
CONFIGURE_ARGS+= --enable-openssl
.else
CONFIGURE_ARGS+= --enable-openssl=${OPENSSLBASE}
.endif
.if ${PORT_OPTIONS:MSSL}
.if ${SSL_DEFAULT} == base
CONFIGURE_ARGS+= --enable-openssl
.else
CONFIGURE_ARGS+= --enable-openssl=${OPENSSLBASE}
.endif
.endif
.include <bsd.port.mk>

View File

@ -16,7 +16,7 @@ USE_GITHUB= yes
USE_GNOME= libxml2
USE_GL= gl
USE_QT= core gui network printsupport sql svg widgets testlib uitools \
buildtools_build
buildtools_build
USE_XORG= x11 xext
USE_LDCONFIG= yes

View File

@ -28,7 +28,7 @@ XML_LIB_DEPENDS=libxslt.so:textproc/libxslt \
libxml2.so:textproc/libxml2
XML_CONFIGURE_WITH= libxml libxslt
post-configure:
post-configure:
@cd ${WRKSRC}/src/backend && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} symlinks
post-install:

View File

@ -20,7 +20,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent distutils
CONFLICTS_INSTALL= py*-alembic* # lib/python3.8/site-packages/alembic/__init__.py'

View File

@ -4,7 +4,7 @@ DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= ports@FreeBSD.org
COMMENT= Argument Parser for Modern C++
COMMENT= Argument Parser for Modern C++
LICENSE= MIT

View File

@ -13,7 +13,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/querylib/README.txt
LICENSE_FILE_MPL20= ${WRKSRC}/LICENSE.md
USES= cmake:insource compiler:c++11-lang ninja qt:5 sqlite
USE_GITHUB= yes
GH_ACCOUNT= ruben2020

View File

@ -187,7 +187,7 @@ do-build:
${STRIP_CMD} $${bin} ; \
done
.endif
do-install:
@${TAR} -cf - -C ${INTERIM_WORLD} ${PORTNAME}-${TI_VERSION} | ${TAR} -xf - -C ${STAGEDIR}${PREFIX}
@${ECHO_MSG} "Remove unneeded host files..."

View File

@ -9,6 +9,6 @@ USES= cmake compiler:c++11-lib gettext-runtime \
gettext-tools:build,run kde:5 qt:5 tar:xz
USE_KDE= ecm_build
USE_QT= concurrent core declarative network script \
buildtools_build qmake_build testlib_build
buildtools_build qmake_build testlib_build
.include <bsd.port.mk>

View File

@ -7,7 +7,7 @@ COMMENT= KF5 library to load and install packages
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= archive config coreaddons i18n \
doctools_build ecm_build
doctools_build ecm_build
USE_QT= core dbus xml \
buildtools_build qmake_build

View File

@ -7,7 +7,7 @@ COMMENT= KF5 advanced plugin and service introspection
USES= bison cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= archive config coreaddons crash dbusaddons i18n \
doctools_build ecm_build
doctools_build ecm_build
USE_QT= core dbus gui xml \
buildtools_build qmake_build

View File

@ -2,7 +2,7 @@ PORTNAME= libgraphqlparser
PORTVERSION= 0.7.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
#MASTER_SITES=
#MASTER_SITES=
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= GraphQL query parser

View File

@ -3,7 +3,7 @@ PORTVERSION= 0.5.0
DISTVERSIONPREFIX= v
PORTREVISION= 3
CATEGORIES= devel
#MASTER_SITES=
#MASTER_SITES=
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= C++ implementation of Mustache

View File

@ -299,7 +299,7 @@ _BE_LIBS_COMMON= CodeGen Desc Info
_BE_LIBS_AArch64= AsmParser Disassembler Utils
_BE_LIBS_AMDGPU= AsmParser Disassembler Utils
_BE_LIBS_ARM= AsmParser Disassembler Utils
_BE_LIBS_BPF= AsmParser Disassembler
_BE_LIBS_BPF= AsmParser Disassembler
_BE_LIBS_Hexagon= AsmParser Disassembler
_BE_LIBS_Lanai= AsmParser Disassembler
_BE_LIBS_MSP430= AsmParser Disassembler

View File

@ -298,7 +298,7 @@ _BE_LIBS_AArch64= AsmParser Disassembler Utils
_BE_LIBS_AMDGPU= AsmParser Disassembler Utils
_BE_LIBS_ARM= AsmParser Disassembler Utils
_BE_LIBS_AVR= AsmParser Disassembler
_BE_LIBS_BPF= AsmParser Disassembler
_BE_LIBS_BPF= AsmParser Disassembler
_BE_LIBS_Hexagon= AsmParser Disassembler
_BE_LIBS_Lanai= AsmParser Disassembler
_BE_LIBS_MSP430= AsmParser Disassembler

View File

@ -311,7 +311,7 @@ _BE_LIBS_AArch64= AsmParser Disassembler Utils
_BE_LIBS_AMDGPU= AsmParser Disassembler Utils
_BE_LIBS_ARM= AsmParser Disassembler Utils
_BE_LIBS_AVR= AsmParser Disassembler
_BE_LIBS_BPF= AsmParser Disassembler
_BE_LIBS_BPF= AsmParser Disassembler
_BE_LIBS_Hexagon= AsmParser Disassembler
_BE_LIBS_Lanai= AsmParser Disassembler
_BE_LIBS_MSP430= AsmParser Disassembler

View File

@ -23,6 +23,6 @@ post-install:
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/README.freebsd-* ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/README.freebsd-* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -14,7 +14,7 @@ LICENSE_COMB= multi
LICENSE_NAME_SIP= SIP License
LICENSE_GROUPS_SIP= FSF GPL OSI
LICENSE_PERMS_SIP= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LICENSE_FILE_SIP= ${WRKSRC}/LICENSE
LICENSE_FILE_SIP= ${WRKSRC}/LICENSE
LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE-GPL2
LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSE-GPL3

View File

@ -5,7 +5,7 @@ MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Test utilities for Python code working with files and commands
COMMENT= Test utilities for Python code working with files and commands
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

View File

@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
_BUILD_VERSION= ${DISTVERSION}
_BUILD_COMMIT= 23828cc
_BUILD_COMMIT= 23828cc
_BUILD_DATE= $$(date +%Y-%m-%d)
GO_MODULE= github.com/mgechev/${PORTNAME}

View File

@ -25,6 +25,6 @@ PORTSCOUT= limit:^6\.3\.
post-install:
${RM} ${STAGEDIR}${PREFIX}/bin/rdoc
${RM} ${STAGEDIR}${PREFIX}/bin/ri
${RM} ${STAGEDIR}${PREFIX}/share/man/man1/ri.1
${RM} ${STAGEDIR}${PREFIX}/share/man/man1/ri.1
.include <bsd.port.post.mk>

View File

@ -176,7 +176,7 @@ post-install-TOOLS-on:
for F in ${TOOLS_TO_STRIP} ; do \
${STRIP_CMD} "${STAGEDIR}${PREFIX}/bin/$${F}" ; \
done
# ===============================================================================
repository: _mkrepos

View File

@ -58,7 +58,7 @@ post-patch:
${REINPLACE_CMD} 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/app/proc_globdata.pas
${REINPLACE_CMD} 's|TEncoding.UTF8|True|g' ${WRKSRC}/app/formmain_py_pluginwork.inc
do-install:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/app/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/setup/debfiles/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/${PORTNAME}.desktop
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/512x512/apps

View File

@ -83,7 +83,7 @@ ETCDIR= ${PREFIX}/etc/odoo
post-patch:
@${REINPLACE_CMD} -i "" -e '25d' ${WRKSRC}/odoo/service/wsgi_server.py
@${REINPLACE_CMD} -i "" -e 's|werkzeug.url_quote_plus|werkzeug.urls.url_quote_plus|g' \
${WRKSRC}/odoo/addons/base/models/ir_ui_view.py
${WRKSRC}/odoo/addons/base/models/ir_ui_view.py
@${REINPLACE_CMD} -i "" -e 's|werkzeug.url_unquote_plus|werkzeug.urls.url_quote_plus|g' \
${WRKSRC}/odoo/addons/base/models/ir_http.py \
${WRKSRC}/odoo/addons/http_routing/models/ir_http.py

View File

@ -19,5 +19,5 @@ PLIST_FILES= lib/libretro/handy_libretro.so
do-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
${INSTALL_LIB} ${WRKSRC}/handy_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
.include <bsd.port.mk>

View File

@ -15,7 +15,7 @@ OPTIONS_DEFINE= 2048 BEETLE_BSNES BEETLE_GBA BEETLE_LYNX BEETLE_NGP \
NXENGINE O2EM OPERA PARALLELN64 PCSX_REARMED PICODRIVE PLAY \
PRBOOM PROSYSTEM QUICKNES SCUMMVM SNES9X SNES9X2005 SNES9X2010 \
STELLA2014 TGBDUAL TYRQUAKE UAE VBANEXT VECX VIRTUALJAGUAR YABAUSE
OPTIONS_DEFAULT= 2048 BEETLE_BSNES BEETLE_GBA BEETLE_LYNX BEETLE_NGP \
BEETLE_PCE_FAST BEETLE_PCFX BEETLE_PSX BEETLE_SUPERGRAFX BEETLE_SATURN \
BEETLE_VB BEETLE_WSWAN BLUEMSX CAP32 DESMUME2015 DOSBOX EMUX \

View File

@ -9,7 +9,7 @@ DISTNAME= XorGramana-${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Logic word puzzle game set inside a series of mazes
USES= gl gmake sdl tar:bzip2
USES= gl gmake sdl tar:bzip2
USE_SDL= sdl image
USE_GL= glu

View File

@ -13,7 +13,7 @@ USE_GL= gl
USE_KDE= archive attica baloo completion config coreaddons crash ecm \
filemetadata guiaddons i18n iconthemes jobwidgets \
kdeclarative kio newstuff package service solid \
widgetsaddons windowsystem
widgetsaddons windowsystem
USE_QT= concurrent core dbus declarative gui network opengl sql widgets xml \
buildtools_build qmake_build
USE_XORG= x11

View File

@ -105,7 +105,7 @@ USES= bison cmake compiler:features desktop-file-utils \
USE_GL= gl
USE_GNOME= libxml2
USE_LDCONFIG= yes
USE_PYQT= pyqt5 qscintilla2 pysip sip
USE_PYQT= pyqt5 qscintilla2 pysip sip
USE_QT= 3d buildtools_build core concurrent dbus declarative \
designer_build qdoc_build gamepad gui linguist_build location \
network printsupport qmake_build script serialport \

View File

@ -103,7 +103,7 @@ USES= bison cmake compiler:features desktop-file-utils \
USE_GL= gl
USE_GNOME= libxml2
USE_LDCONFIG= yes
USE_PYQT= pyqt5 qscintilla2 pysip sip
USE_PYQT= pyqt5 qscintilla2 pysip sip
USE_QT= 3d buildtools_build core concurrent dbus declarative \
designer_build qdoc_build gamepad gui linguist_build location \
network printsupport qmake_build script serialport \

View File

@ -33,7 +33,7 @@ USE_BINUTILS= yes
# As of 2019-09-29, this port is known to be miscompiled by clang90
# (SIGSEGV or SIBGUS).
# So we shall stick to a modern GCC for now,
# XXX FIXME note that rawtherapee is somewhat sensitive
# XXX FIXME note that rawtherapee is somewhat sensitive
# versus compiler details so we may need to pin GCC 9.x
# or a version range.
USE_GCC= yes

View File

@ -12,7 +12,7 @@ USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons i18n iconthemes itemviews \
jobwidgets kio parts service solid sonnet textwidgets \
widgetsaddons windowsystem xmlgui \
doctools_build ecm_build
doctools_build ecm_build
USE_QT= concurrent core dbus gui network script uiplugin \
uitools widgets xml \
buildtools_build qmake_build

View File

@ -29,7 +29,7 @@ post-install:
.endfor
.for FILE in lfe.1 lfescript.1
${INSTALL_MAN} ${WRKSRC}/doc/man/${FILE} \
${STAGEDIR}${MAN1PREFIX}/man/man1
${STAGEDIR}${MAN1PREFIX}/man/man1
.endfor
.for FILE in lfe_lib.3 lfe_doc.3 lfe_clj.3 lfe_cl.3 lfe_gen.3 \
lfe_io.3 lfe_macro.3 lfe_comp.3 lfe_bits.3

View File

@ -33,7 +33,7 @@ LIB_DEPENDS= libaudio.so:audio/nas \
USES= gl gnome iconv pkgconfig xorg
USE_GL= gl
USE_GNOME= cairo pango
USE_XORG= ice sm x11 xext xrender
USE_XORG= ice sm x11 xext xrender
VM_VERSION= ${PORTVERSION}.${SVN_VERSION}
SVN_VERSION= 2614

View File

@ -3,7 +3,7 @@ PORTNAME= litehtml_viewer
COMMENT= Viewer plugin for HTML emails, using the litehtml library
USES+= compiler:c++11-lang gnome
USE_GNOME= cairo glib20
USE_GNOME= cairo glib20
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libgumbo.so:devel/gumbo \
libcurl.so:ftp/curl

View File

@ -12,7 +12,7 @@ LIB_DEPENDS= libxapian.so:databases/xapian-core \
libgmime-3.0.so:mail/gmime30 \
libgc-threaded.so:devel/boehm-gc-threaded \
libjson-glib-1.0.so:devel/json-glib
USES= autoreconf compiler:c++14-lang gettext-runtime gmake gnome \
libtool makeinfo pkgconfig
USE_GITHUB= yes

View File

@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= alberta-fem>0:math/alberta \
openmpi>0:net/openmpi \
psurface>0:math/psurface \
vc>0:devel/vc
vc>0:devel/vc
LIB_DEPENDS= libdunecommon.so:math/dune-common \
libdunegeometry.so:math/dune-geometry \
libduneuggrid.so:math/dune-uggrid \

View File

@ -46,7 +46,7 @@ pre-build:
cd ${WRKDIR}/.m2 && rm -Rf repository
cd ${WRKDIR}/.m2 && git checkout master
cd ${WRKDIR}/.m2 && rm -Rf repository
post-build:
@${ECHO} "(!!!) Please upload the maven repo using: make pushToGH"
.else

View File

@ -4,7 +4,7 @@ CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= FEniCS Unified Form Language
COMMENT= FEniCS Unified Form Language
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -12,7 +12,7 @@ USE_KDE= auth codecs completion config configwidgets coreaddons \
widgetsaddons windowsystem xmlgui \
ecm_build
USE_QT= concurrent core dbus gui network widgets xml \
buildtools_build qmake_build testlib_build
buildtools_build qmake_build testlib_build
USE_XORG= x11
.include <bsd.port.mk>

View File

@ -1,6 +1,6 @@
PORTNAME= lebiniou-data
DISTVERSION= 3.66.0
CATEGORIES= multimedia graphics
CATEGORIES= multimedia graphics
MAINTAINER= olivier@biniou.info
COMMENT= Data for lebiniou

View File

@ -55,5 +55,5 @@ do-install:
${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample
${INSTALL_DATA} ${WRKSRC}/target/${PORTNAME}-1.1-SNAPSHOT-jar-with-dependencies.jar \
${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
.include <bsd.port.mk>

View File

@ -61,5 +61,5 @@ do-install:
${STAGEDIR}${ETCDIR}/sip-communicator.properties.sample
${INSTALL_DATA} ${WRKSRC}/jvb/target/${PORTNAME}${PKGNAMESUFFIX}-2.1-SNAPSHOT-jar-with-dependencies.jar \
${STAGEDIR}${JAVAJARDIR}/${PORTNAME}${PKGNAMESUFFIX}.jar
.include <bsd.port.mk>

View File

@ -237,7 +237,7 @@ MAKE_ENV= ELECTRON_OVERRIDE_DIST_PATH=${LOCALBASE}/share/electron18 \
ELECTRON_SKIP_BINARY_DOWNLOAD=1 \
HOME=${WRKDIR} \
PYTHON=${PYTHON_CMD} \
XDG_CACHE_HOME=${WRKDIR}/.cache
XDG_CACHE_HOME=${WRKDIR}/.cache
MAKE_ENV+= RUSTC_BOOTSTRAP=aes,polyval

View File

@ -8,7 +8,7 @@ COMMENT= Suite of routing policy tools to interact with the IRR
LICENSE= MIT GPLv2+ RIPE_NCC
LICENSE_COMB= multi
LICENSE_NAME_RIPE_NCC= RIPE NCC license
LICENSE_NAME_RIPE_NCC= RIPE NCC license
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_PERMS_RIPE_NCC= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

View File

@ -53,7 +53,7 @@ post-patch:
${REINPLACE_CMD} 's|/etc/redis|${LOCALBASE}/etc/redis|g' \
${WRKSRC}/heartbeat/redis.in
${REINPLACE_CMD} 's|/usr/bin/redis|${LOCALBASE}/bin/redis|g' \
${WRKSRC}/heartbeat/redis.in
${WRKSRC}/heartbeat/redis.in
post-install:
${RM} ${STAGEDIR}/${LOCALBASE}/resource-agents.conf

View File

@ -264,7 +264,7 @@ post-patch:
.if exists(${FILESDIR}/.asterisk.makeopts)
${CP} ${FILESDIR}/.asterisk.makeopts ${WRKSRC}/menuselect.makeopts
.endif
post-patch-GEOLOCATION-on:
@${REINPLACE_CMD} -e 's/%%LLD_EMULATION%%/${LLD_EMULATION}/' ${WRKSRC}/Makefile.rules
@ -280,7 +280,7 @@ post-configure:
@cd ${WRKSRC} && ./menuselect/menuselect --disable res_timing_kqueue menuselect.makeopts
@cd ${WRKSRC} && ./menuselect/menuselect --enable chan_mgcp menuselect.makeopts
@cd ${WRKSRC} && ./menuselect/menuselect --enable res_pktccops menuselect.makeopts
post-configure-GEOLOCATION-on:
@cd ${WRKSRC} && ./menuselect/menuselect --enable res_geolocation menuselect.makeopts

View File

@ -57,7 +57,7 @@ RUN_DEPENDS= \
${PYTHON_PKGNAMEPREFIX}cherrypy>=0:www/py-cherrypy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pecan>=0:www/py-pecan@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}routes>=0:www/py-routes@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}routes>=0:www/py-routes@${PY_FLAVOR}
USES= cmake:noninja compiler:c++17-lang cpe dos2unix fuse gettext-runtime gmake ncurses \
pkgconfig python:3.8-3.9 readline shebangfix ssl

View File

@ -7,8 +7,8 @@ COMMENT= KF5 interaction with XMLRPC services
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= config coreaddons i18n kio service \
doctools_build ecm_build
doctools_build ecm_build
USE_QT= concurrent core dbus gui network xml \
buildtools_build qmake_build
buildtools_build qmake_build
.include <bsd.port.mk>

View File

@ -45,7 +45,7 @@ USE_GNOME= libxml2
CMAKE_ARGS+= -DWANT_HUNSPELL=YES \
-DWANT_CPP17=YES \
-DCMAKE_COLOR_MAKEFILE:BOOL=ON
-DCMAKE_COLOR_MAKEFILE:BOOL=ON
OPTIONS_DEFINE= DOCS

View File

@ -96,6 +96,6 @@ post-install:
${FIND} -s ${STAGEDIR}${PREFIX}/share/texmf-dist -type d -empty | ${SORT} -r | \
${SED} -e 's#^${STAGEDIR}${PREFIX}/#@dir #' >> ${TMPPLIST}
${ECHO_CMD} "share/texmf-var/web2c/luatex/lollipop.log" >> ${TMPPLIST}
${ECHO_CMD} "share/texmf-var/web2c/luatex/lollipop.fmt" >> ${TMPPLIST}
${ECHO_CMD} "share/texmf-var/web2c/luatex/lollipop.fmt" >> ${TMPPLIST}
.include <bsd.port.mk>

View File

@ -325,7 +325,7 @@ post-install:
${STAGEDIR}${PREFIX}/share/texmf-dist/scripts/*/*.py
@${REINPLACE_CMD} -i '' -E -e '/ec\.tex/d' \
${STAGEDIR}${PREFIX}/share/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-zh-latn-pinyin.tex \
${STAGEDIR}${PREFIX}/share/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-la-x-liturgic.tex
${STAGEDIR}${PREFIX}/share/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-la-x-liturgic.tex
.include <bsd.port.mk>

View File

@ -21,7 +21,7 @@ LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \
libsnappy.so:archivers/snappy \
libsodium.so:security/libsodium \
libunwind.so:devel/libunwind \
libzstd.so:archivers/zstd
libzstd.so:archivers/zstd
USES= cmake compiler:c++14-lang ssl cpe
CPE_VENDOR= facebook

View File

@ -10,7 +10,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Very outdated, unsupported upstream which now have systemd as a non optional requirement
EXPIRATION_DATE=2022-12-31
EXPIRATION_DATE=2022-12-31
LIB_DEPENDS= libfprint.so:security/libfprint \
libdbus-1.so:devel/dbus \

View File

@ -18,6 +18,6 @@ GO_PKGNAME= github.com/keybase/client/go
GO_TARGET= ${GO_PKGNAME}/keybase ${GO_PKGNAME}/kbfs/kbfsfuse ${GO_PKGNAME}/kbfs/kbfsgit/git-remote-keybase ${GO_PKGNAME}/kbfs/kbfstool
WRKSRC= ${WRKDIR}/client-v${PORTVERSION}/go
PLIST_FILES= bin/git-remote-keybase bin/kbfsfuse bin/kbfstool bin/keybase
PLIST_FILES= bin/git-remote-keybase bin/kbfsfuse bin/kbfstool bin/keybase
.include <bsd.port.mk>

View File

@ -9,7 +9,7 @@ USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg
USE_KDE= config coreaddons dbusaddons i18n pty service \
ecm_build
USE_QT= core dbus xml \
buildtools_build qmake_build
buildtools_build qmake_build
USE_XORG= ice sm x11 xext
.include <bsd.port.mk>

View File

@ -69,7 +69,7 @@ DESKTOP_ENTRIES= "PuTTY" \
# skip all version comparisons for GTK in cmake/gtk.cmake:
CMAKE_ARGS+= -DPUTTY_GTK_VERSION:STRING=OFF
# this is standard stuff:
CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_X11:BOOL=TRUE
CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_X11:BOOL=TRUE
.endif
.if ${PORT_OPTIONS:MGSSAPI_HEIMDAL}
@ -83,7 +83,7 @@ CMAKE_ARGS+= -DPUTTY_GSSAPI:STRING=STATIC
.elif ${PORT_OPTIONS:MGSSAPI_DYNAMIC}
CMAKE_ARGS+= -DPUTTY_GSSAPI:STRING=DYNAMIC
.else
# XXX FIXME buglet in putty 0.77: PUTTY_GSSAPI=OFF
# XXX FIXME buglet in putty 0.77: PUTTY_GSSAPI=OFF
# does not appear to get NO_GSSAPI into .build/CMakeFiles/cmake.h,
# so we shove it down explicitly:
CMAKE_ARGS+= -DPUTTY_GSSAPI:STRING=OFF -DNO_GSSAPI=ON

View File

@ -103,7 +103,7 @@ WAZUHMOD750= / /logs/wazuh /logs/archives /logs/alerts /logs/firewall \
/wodles/aws /wodles/azure /wodles/docker /wodles/gcloud \
/wodles/gcloud/buckets /wodles/gcloud/pubsub /wodles/oscap \
/wodles/oscap/content /stats /integrations
WAZUHMOD770= /etc/decoders /etc/lists /etc/lists/amazon /etc/rootcheck \
/etc/rules /etc/shared/default /logs /queue/agent-groups \
/queue/alerts /queue/cluster /queue/fim /queue/fim/db \

View File

@ -19,5 +19,5 @@ USE_QT= concurrent core dbus declarative gui network quickcontrols2 \
buildtools_build qmake_build
CMAKE_OFF= INSTALL_POLKIT
.include <bsd.port.mk>

View File

@ -25,7 +25,7 @@ post-patch:
@${REINPLACE_CMD} 's,/usr/local,${LOCALBASE},' \
${WRKSRC}/CMakeLists.txt \
${WRKSRC}/default-rsync.lua
post-install:
${INSTALL_DATA} ${FILESDIR}/lsyncd.conf.sample ${STAGEDIR}${PREFIX}/etc

View File

@ -2,7 +2,7 @@ PORTNAME= mdf2iso
PORTVERSION= 0.3.1
CATEGORIES= sysutils
MASTER_SITES= DEBIAN
DISTFILES= ${PORTNAME}_${PORTVERSION}.orig.tar.gz ${PORTNAME}_${PORTVERSION}-${DEBIANVERSION}.debian.tar.xz
DISTFILES= ${PORTNAME}_${PORTVERSION}.orig.tar.gz ${PORTNAME}_${PORTVERSION}-${DEBIANVERSION}.debian.tar.xz
MAINTAINER= portmaster@BSDforge.com
COMMENT= Alcohol 120% to ISO converter

View File

@ -19,7 +19,7 @@ USES= go:modules
PLIST_FILES= bin/${PORTNAME}
USE_GITHUB= yes
GH_ACCOUNT= jhixson74
GH_ACCOUNT= jhixson74
GH_PROJECT= installer
GH_SUBDIR= src/github.com/openshift/installer
GH_TAGNAME= 6fb15ac10a00e762a9934c8b5d9f559b130dd485

View File

@ -19,7 +19,7 @@ LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSES/GPL-3.0-only.txt
LICENSE_FILE_LGPL3= ${WRKSRC}/LICENSES/LGPL-3.0-only.txt
#LICENSE_FILE_FSF= ${WRKSRC}/LICENSES/FSFAP.txt
#LICENSE_PERMS_KDE-GPL= gpl3
#LICENSE_PERMS_KDE-LGPL= gpl3
#LICENSE_PERMS_KDE-LGPL= gpl3
RUN_DEPENDS= smartmontools>0:sysutils/smartmontools

View File

@ -143,8 +143,8 @@ JAVA_MOD_PLIST_FILES= lib/syslog-ng/java-modules/log4j-api-2.17.2.jar \
lib/syslog-ng/java-modules/http.jar \
lib/syslog-ng/java-modules/syslog-ng-common.jar
PYTHON_USES= python:3.5+
PYTHON_CONFIGURE_ON= --enable-python
PYTHON_USES= python:3.5+
PYTHON_CONFIGURE_ON= --enable-python
PYTHON_CONFIGURE_OFF= --disable-python
PYTHON_PLIST_FILES= lib/syslog-ng/libmod-python.so \
lib/syslog-ng/python/syslogng-1.0-py%%PYTHON_VER%%.egg-info \

View File

@ -1,6 +1,6 @@
MODEL= rpi3-32
BOARD_CONFIG= rpi_3_32b_defconfig
UBOOT_ARCH= arm
EXTRA_PATCHES=
EXTRA_PATCHES=
.include "${.CURDIR}/../u-boot-rpi3/Makefile"

View File

@ -8,7 +8,7 @@ COMMENT= KF5 syntax highlighting engine for structured text and code
USES= cmake compiler:c++11-lib kde:5 perl5 qt:5 tar:xz
USE_KDE= ecm_build
USE_QT= core gui network \
buildtools_build linguisttools_build testlib_build qmake_build
buildtools_build linguisttools_build testlib_build qmake_build
CMAKE_ARGS= -DCMAKE_DISABLE_FIND_PACKAGE_Qt5XmlPatterns=TRUE

View File

@ -39,7 +39,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}yapf>0:textproc/py-yapf@${PY_FLAVOR} \
${PYNUMPY}
# make test: 3 failed, 134 passed, 9 skipped, 18 warnings
# make test: 3 failed, 134 passed, 9 skipped, 18 warnings
# mainly because of py-numpy>=1.23.0 ...
USES= python:3.7+ pytest
USE_PYTHON= autoplist concurrent distutils

View File

@ -29,7 +29,7 @@ post-patch:
post-install:
${AR} cq ${STAGEDIR}${PREFIX}/lib/libtinyxml2.a ${WRKSRC}/CMakeFiles/tinyxml2.dir/tinyxml2.cpp.o
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
cd ${WRKSRC}/ && ${COPYTREE_SHARE} resources ${STAGEDIR}${EXAMPLESDIR}/

View File

@ -12,7 +12,7 @@ USE_KDE= auth codecs completion config configwidgets coreaddons \
textwidgets wallet widgetsaddons windowsystem xmlgui \
ecm_build
USE_QT= concurrent core dbus gui network webkit widgets xml \
buildtools_build qmake_build
buildtools_build qmake_build
USE_XORG= x11
.include <bsd.port.mk>

View File

@ -18,7 +18,7 @@ USE_KDE= archive auth bookmarks codecs completion config \
ecm_build
USE_QT= concurrent core dbus gui network phonon4 \
printsupport widgets x11extras xml \
buildtools_build qmake_build
buildtools_build qmake_build
USE_XORG= ice sm x11 xext
.include <bsd.port.mk>

View File

@ -9,8 +9,8 @@ COMMENT= KF5 library for binding JavaScript objects to QObjects
USES= cmake compiler:c++11-lib gettext gl kde:5 qt:5 tar:xz
USE_GL= gl
USE_KDE= archive i18n js \
doctools_build ecm_build
doctools_build ecm_build
USE_QT= core gui svg uiplugin uitools widgets xml \
buildtools_build qmake_build
buildtools_build qmake_build
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
PORTNAME= selenium
PORTVERSION= 4.1.3
PORTVERSION= 4.1.3
PORTREVISION= 1
CATEGORIES= www devel java
MASTER_SITES= https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.1.0/

View File

@ -31,7 +31,7 @@ DISTFILES= unit-${UNIT_VERSION}.tar.gz:unit \
tomcat-util-scan-${TOMCAT_VERSION}.jar:utilscan
EXTRACT_ONLY= unit-${UNIT_VERSION}.tar.gz
DISTINFO_FILE= ${.CURDIR}/distinfo
DISTINFO_FILE= ${.CURDIR}/distinfo
PATCHDIR= ${.CURDIR}/files
COMMENT= Java module for NGINX Unit
@ -64,7 +64,7 @@ PLIST_FILES= %%JAVAJARDIR%%/classgraph-${CLASSGRAPH_VERSION}.jar \
USE_JAVA= yes
JAVA_VERSION= 8+
#JAVA_VERSION= 8 11 12 13 14 15
#JAVA_VERSION= 8 11 12 13 14 15
USE_RC_SUBR?= # reset to empty

View File

@ -69,7 +69,7 @@ OPTIONS_DEFINE_sparc64= SUNFFB
OPTIONS_DEFAULT_sparc64=SUNFFB
AMDGPU_DESC= Install amdgpu video driver
ATI_DESC= Install ati (radeon) video driver
ATI_DESC= Install ati (radeon) video driver
GEODE_DESC= Install geode video driver
INTEL_DESC= Install intel video driver
SUNFFB_DESC= Install sunffb video driver

View File

@ -1,4 +1,4 @@
PKGNAMEPREFIX=
PKGNAMEPREFIX=
PORTNAME= oxygen-fonts
DISTVERSION= 5.4.3
CATEGORIES= x11-fonts kde-plasma

View File

@ -25,7 +25,7 @@ INSTALLDIR= ${STAGEDIR}${PREFIX}/share/icons
do-install:
@${MKDIR} ${INSTALLDIR}
.for theme in ${THEMES}
(cd ${WRKSRC} && ${COPYTREE_SHARE} ${theme} ${INSTALLDIR})
(cd ${WRKSRC} && ${COPYTREE_SHARE} ${theme} ${INSTALLDIR})
.if ${FAENZA_LIGHT} == ${theme} || ${FAENZA_DARK} == ${theme}
@cd ${INSTALLDIR}/${theme}/places/scalable && \

View File

@ -9,6 +9,6 @@ USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= archive config coreaddons service \
ecm_build
USE_QT= core dbus gui widgets xml \
buildtools_build qmake_build
buildtools_build qmake_build
.include <bsd.port.mk>

View File

@ -10,7 +10,7 @@ USE_KDE= archive auth codecs config configwidgets coreaddons \
i18n itemviews widgetsaddons \
ecm_build
USE_QT= concurrent core dbus gui script svg widgets xml \
buildtools_build qmake_build
buildtools_build qmake_build
OPTIONS_DEFINE= ICONS
OPTIONS_DEFAULT= ICONS

View File

@ -13,6 +13,6 @@ LICENSE_COMB= dual
USES= cmake compiler:c++11-lib kde:5 pathfix qt:5 tar:xz
USE_KDE= ecm_build
USE_QT= core network \
buildtools_build qmake_build testlib_build
buildtools_build qmake_build testlib_build
.include <bsd.port.mk>

View File

@ -9,6 +9,6 @@ USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= config widgetsaddons \
ecm_build
USE_QT= core gui linguisttools widgets xml \
buildtools_build qmake_build
buildtools_build qmake_build
.include <bsd.port.mk>

View File

@ -13,6 +13,6 @@ USE_KDE= auth bookmarks codecs completion config configwidgets \
doctools_build ecm_build
USE_QT= concurrent core dbus designer gui linguisttools \
network webkit widgets xml \
buildtools_build qmake_build
buildtools_build qmake_build
.include <bsd.port.mk>

View File

@ -9,6 +9,6 @@ USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= coreaddons widgetsaddons \
ecm_build
USE_QT= core dbus gui linguisttools widgets x11extras \
buildtools_build qmake_build
buildtools_build qmake_build
.include <bsd.port.mk>

View File

@ -10,7 +10,7 @@ USE_KDE= auth codecs completion config configwidgets \
coreaddons i18n service sonnet widgetsaddons \
ecm_build
USE_QT= concurrent core gui widgets xml \
buildtools_build qmake_build
buildtools_build qmake_build
OPTIONS_DEFINE= AUDIO
OPTIONS_DEFAULT= AUDIO

View File

@ -12,6 +12,6 @@ USES= cmake compiler:c++11-lib kde:5 pathfix qt:5 tar:xz
USE_KDE= activities config \
ecm_build
USE_QT= core dbus sql \
buildtools_build qmake_build
buildtools_build qmake_build
.include <bsd.port.mk>

View File

@ -9,6 +9,6 @@ USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= config coreaddons crash dbusaddons service \
doctools_build ecm_build
USE_QT= core dbus gui widgets \
buildtools_build qmake_build
buildtools_build qmake_build
.include <bsd.port.mk>

View File

@ -9,9 +9,9 @@ COMMENT= KF5 process launcher to speed up launching KDE applications
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg
USE_KDE= completion config coreaddons crash dbusaddons i18n \
jobwidgets kio service solid widgetsaddons windowsystem \
doctools_build ecm_build
doctools_build ecm_build
USE_QT= concurrent core dbus gui network widgets \
buildtools_build qmake_build
buildtools_build qmake_build
USE_XORG= x11 xcb
.include <bsd.port.mk>

View File

@ -11,6 +11,6 @@ USE_KDE= activities config coreaddons i18n kio package plasma-framework \
service solid threadweaver \
ecm_build
USE_QT= concurrent core dbus declarative gui network widgets \
buildtools_build qmake_build
buildtools_build qmake_build
.include <bsd.port.mk>

View File

@ -15,6 +15,6 @@ USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \
ecm_build
USE_QT= core dbus declarative gui network sensors widgets x11extras xml \
buildtools_build qmake_build testlib_build
USE_XORG= x11 xcb xext xi
USE_XORG= x11 xcb xext xi
.include <bsd.port.mk>

View File

@ -8,7 +8,7 @@ COMMENT= Screencast tool to display pressed keys
LICENSE= GPLv3+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py-babel@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py-babel@${PY_FLAVOR}
USES= gnome python xorg
USE_GNOME= gtk30 pygobject3

View File

@ -15,7 +15,7 @@ LIB_DEPENDS= libpng.so:graphics/png \
libfontconfig.so:x11-fonts/fontconfig \
libexpat.so:textproc/expat2 \
libfreetype.so:print/freetype2
USES= motif xorg
USE_XORG= x11 xt xaw xmu xt xext sm ice xft xau xcb xdmcp xrender