diff --git a/archivers/qpress/Makefile b/archivers/qpress/Makefile index 9e2a00a849c5..e4e3ba2b86db 100644 --- a/archivers/qpress/Makefile +++ b/archivers/qpress/Makefile @@ -1,24 +1,23 @@ PORTNAME= qpress PORTVERSION= 20230507 CATEGORIES= archivers MAINTAINER= samm@FreeBSD.org COMMENT= Portable file archiver using QuickLZ WWW= https://github.com/PierreLvx/qpress LICENSE= GPLv2 USES= dos2unix USE_GITHUB= yes GH_ACCOUNT= PierreLvx -GH_TAGNAME= ${PORTVERSION} PLIST_FILES= bin/qpress do-build: cd ${WRKSRC} && \ ${CXX} ${CXXFLAGS} -o qpress -x c quicklz.c -x c++ qpress.cpp aio.cpp utilities.cpp -lpthread do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qpress ${STAGEDIR}${PREFIX}/bin .include diff --git a/audio/qtractor/Makefile b/audio/qtractor/Makefile index 18b9eb9cc371..895fe85de06b 100644 --- a/audio/qtractor/Makefile +++ b/audio/qtractor/Makefile @@ -1,83 +1,83 @@ PORTNAME= qtractor -DISTVERSION= 0.9.34 +DISTVERSIONPREFIX= ${PORTNAME}_ +DISTVERSION= 0_9_34 CATEGORIES= audio MASTER_SITES= https://download.steinberg.net/sdk_downloads/:vst3sdk DISTFILES= ${VST3_SDK_ARCHIVE}:vst3sdk -EXTRACT_ONLY= ${GH_ACCOUNT}-${GH_PROJECT}-${DISTVERSION}-${GH_TAGNAME}_GH0${EXTRACT_SUFX} +EXTRACT_ONLY= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}_GH0${EXTRACT_SUFX} MAINTAINER= yuri@FreeBSD.org COMMENT= Audio/MIDI multi-track sequencer WWW= https://qtractor.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_armv7= non-constant-expression cannot be narrowed from type 'double' to 'float' in initializer list, see https://github.com/rncbc/qtractor/issues/353 LIB_DEPENDS= libasound.so:audio/alsa-lib \ libaubio.so:audio/aubio \ libfftw3.so:math/fftw3 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ libjack.so:audio/jack \ liblilv-0.so:audio/lilv \ liblo.so:audio/liblo \ libmad.so:audio/libmad \ libogg.so:audio/libogg \ librubberband.so:audio/rubberband \ libsamplerate.so:audio/libsamplerate \ libserd-0.so:devel/serd \ libsndfile.so:audio/libsndfile \ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom \ libsuil-0.so:audio/suil \ libvorbis.so:audio/libvorbis \ libvorbisenc.so:audio/libvorbis \ libvorbisfile.so:audio/libvorbis RUN_DEPENDS= alsa-seq-server>0:audio/alsa-seq-server USES= cmake compiler:c++17-lang desktop-file-utils gettext-runtime gnome localbase:ldflags pkgconfig qt:5 shared-mime-info USE_GNOME= atk cairo gdkpixbuf2 gtk20 gtkmm24 pango USE_QT= core gui svg widgets x11extras xml buildtools:build linguisttools:build qmake:build #USE_QT= base svg tools:build # for Qt6 USE_GITHUB= yes GH_ACCOUNT= rncbc -GH_TAGNAME= ${PORTNAME}_${DISTVERSION:S/./_/g} CMAKE_OFF= CONFIG_CLAP # for audio/clap, but it doesn't install anything CMAKE_OFF+= CONFIG_QT6 # breaks with Qt6: Gtk-ERROR **: 21:10:56.939: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported OPTIONS_DEFINE= VST3 OPTIONS_DEFAULT= VST3 VST3_DESC= Enable VST3 plug-in support VST3_USES= xorg VST3_USE= XORG=xcb VST3_CMAKE_BOOL= CONFIG_VST3 VST3_CMAKE_ON= -DCONFIG_VST3SDK=${WRKDIR}/VST_SDK/vst3sdk #VST3_BUILD_DEPENDS= vst3sdk>0:audio/vst3sdk # this is supposed to work instead of bundled archive, but it doesn't for some reason, see https://github.com/rncbc/qtractor/issues/331 VST3_SDK_ARCHIVE= vst-sdk_3.7.4_build-25_2021-12-16.zip post-extract-VST3-on: @cd ${WRKDIR} && unzip -qq ${DISTDIR}/${VST3_SDK_ARCHIVE} post-patch: @${REINPLACE_CMD} \ 's|the ALSA Sequencer kernel module (snd-seq-midi)|alsa-seq-server (installed by audio/alsa-seq-server)|' \ ${WRKSRC}/src/qtractorMainForm.cpp post-patch-VST3-on: @${REINPLACE_CMD} -e ' \ s,__linux__,__linux__ || __FreeBSD__,; \ s,endian.h,sys/endian.h, \ ' \ ${WRKDIR}/VST_SDK/vst3sdk/pluginterfaces/base/fplatform.h @${REINPLACE_CMD} -e ' \ s,stdatomic.h,atomic,; \ s,atomic_int_least32_t,std::atomic_int_least32_t, \ ' \ ${WRKDIR}/VST_SDK/vst3sdk/pluginterfaces/base/funknown.cpp .include diff --git a/audio/qtractor/distinfo b/audio/qtractor/distinfo index d53fd6714f71..32070297c2d2 100644 --- a/audio/qtractor/distinfo +++ b/audio/qtractor/distinfo @@ -1,5 +1,5 @@ TIMESTAMP = 1686209942 SHA256 (vst-sdk_3.7.4_build-25_2021-12-16.zip) = 49b0e46345af323ab84be9df065653b2a6531745dea6f3ac3fb47915df9f3a81 SIZE (vst-sdk_3.7.4_build-25_2021-12-16.zip) = 104869292 -SHA256 (rncbc-qtractor-0.9.34-qtractor_0_9_34_GH0.tar.gz) = 6f10c6bfe2328068ecdd60f4e49463bd82aaa5c19d118dc43df6a0a051287deb -SIZE (rncbc-qtractor-0.9.34-qtractor_0_9_34_GH0.tar.gz) = 1900361 +SHA256 (rncbc-qtractor-qtractor_0_9_34_GH0.tar.gz) = 6f10c6bfe2328068ecdd60f4e49463bd82aaa5c19d118dc43df6a0a051287deb +SIZE (rncbc-qtractor-qtractor_0_9_34_GH0.tar.gz) = 1900361 diff --git a/games/blobby/Makefile b/games/blobby/Makefile index 680812a90f0b..f9f8a3c29f09 100644 --- a/games/blobby/Makefile +++ b/games/blobby/Makefile @@ -1,38 +1,38 @@ PORTNAME= blobby -PORTVERSION= 1.1 +DISTVERSIONPREFIX= v +DISTVERSION= 1.1 PORTEPOCH= 1 CATEGORIES= games MAINTAINER= martymac@FreeBSD.org COMMENT= Official continuation of the famous Blobby Volley 1.x game WWW= http://blobbyvolley.de LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libphysfs.so:devel/physfs BUILD_DEPENDS= zip:archivers/zip \ ${LOCALBASE}/include/boost/crc.hpp:devel/boost-libs USES= cmake compiler:c++11-lang dos2unix gl localbase:ldflags \ pkgconfig sdl USE_SDL= sdl2 USE_GL= gl USE_GITHUB= yes GH_ACCOUNT= danielknobe GH_PROJECT= blobbyvolley2 -GH_TAGNAME= v${PORTVERSION} DOS2UNIX_REGEX= .*\.(c|h|cpp) CMAKE_ARGS= -DDATADIR:PATH="${DATADIR}" PORTDOCS= AUTHORS ChangeLog README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/games/blobby/distinfo b/games/blobby/distinfo index 2363402e5aa2..a686607f287e 100644 --- a/games/blobby/distinfo +++ b/games/blobby/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1686770986 -SHA256 (danielknobe-blobbyvolley2-1.1-v1.1_GH0.tar.gz) = 6ff6a62d13fb171b2c6535d692277cf3fe8f3a6081d1956b26b0f655170817f4 -SIZE (danielknobe-blobbyvolley2-1.1-v1.1_GH0.tar.gz) = 1927400 +SHA256 (danielknobe-blobbyvolley2-v1.1_GH0.tar.gz) = 6ff6a62d13fb171b2c6535d692277cf3fe8f3a6081d1956b26b0f655170817f4 +SIZE (danielknobe-blobbyvolley2-v1.1_GH0.tar.gz) = 1927400 diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile index 50232487e0ce..f8cd4a9a1a21 100644 --- a/security/xinetd/Makefile +++ b/security/xinetd/Makefile @@ -1,52 +1,52 @@ PORTNAME= xinetd +DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 2-3-15 PORTREVISION= 2 CATEGORIES= security MAINTAINER= garga@FreeBSD.org COMMENT= Replacement for inetd with better control and logging WWW= https://github.com/xinetd-org/xinetd LICENSE= XINETD LICENSE_NAME= xinetd license LICENSE_FILE= ${WRKSRC}/COPYRIGHT LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= cpe shebangfix USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME}-org -GH_TAGNAME= ${PORTNAME}-${DISTVERSION} USE_RC_SUBR= xinetd SHEBANG_FILES= ${WRKSRC}/xinetd/xconv.pl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-loadavg ALL_TARGET= build OPTIONS_DEFINE= IPV6 LIBWRAP XCONV OPTIONS_DEFAULT= LIBWRAP XCONV OPTIONS_SUB= yes XCONV_DESC= Install xconv utility (requires perl) IPV6_CONFIGURE_WITH= ipv6 LIBWRAP_CONFIGURE_WITH= libwrap XCONV_USES= perl5 XCONV_USE= PERL5=run PORTSCOUT= ignore:1 post-patch: @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/xinetd/xconfig.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xinetd/xinetd ${STAGEDIR}${PREFIX}/sbin/xinetd ${INSTALL_SCRIPT} ${WRKSRC}/xinetd/xconv.pl ${STAGEDIR}${PREFIX}/bin/xconv ${INSTALL_MAN} ${WRKSRC}/xinetd/xinetd.conf.man ${STAGEDIR}${PREFIX}/man/man5/xinetd.conf.5 ${INSTALL_MAN} ${WRKSRC}/xinetd/xconv.pl.8 ${STAGEDIR}${PREFIX}/man/man8/xconv.8 ${INSTALL_MAN} ${WRKSRC}/xinetd/xinetd.man ${STAGEDIR}${PREFIX}/man/man8/xinetd.8 ${INSTALL_MAN} ${WRKSRC}/xinetd/xinetd.log.man ${STAGEDIR}${PREFIX}/man/man8/xinetd.log.8 .include diff --git a/security/xinetd/distinfo b/security/xinetd/distinfo index 91638fe74db7..a3f8fd7b93c3 100644 --- a/security/xinetd/distinfo +++ b/security/xinetd/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1685723690 -SHA256 (xinetd-org-xinetd-2-3-15-xinetd-2-3-15_GH0.tar.gz) = 620b25f4ab4d72fdf32b13797156ea40df2049f1c07e640177e5fec544e9a94c -SIZE (xinetd-org-xinetd-2-3-15-xinetd-2-3-15_GH0.tar.gz) = 300870 +SHA256 (xinetd-org-xinetd-xinetd-2-3-15_GH0.tar.gz) = 620b25f4ab4d72fdf32b13797156ea40df2049f1c07e640177e5fec544e9a94c +SIZE (xinetd-org-xinetd-xinetd-2-3-15_GH0.tar.gz) = 300870