forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taken from: HardenedBSD
- Loading branch information
Showing
278 changed files
with
29,469 additions
and
928 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
|
||
PORTNAME= gnuastro | ||
PORTVERSION= 0.15 | ||
PORTREVISION= 1 | ||
CATEGORIES= astro | ||
MASTER_SITES= GNU | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
PORTNAME= stellarsolver | ||
DISTVERSION= 1.5 | ||
PORTREVISION= 1 | ||
CATEGORIES= astro | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1622813545 | ||
SHA256 (KDE/plasma/5.22.0/plasma-pa-5.22.0.tar.xz) = 6d6f3ba2303c6f640fa2c8c3c648e10021651a00f5ab10d5d78dc7e3ed9d4741 | ||
SIZE (KDE/plasma/5.22.0/plasma-pa-5.22.0.tar.xz) = 127228 | ||
TIMESTAMP = 1623866570 | ||
SHA256 (KDE/plasma/5.22.1/plasma-pa-5.22.1.tar.xz) = bd8d5655ae3e188b1c48ac3c0019a0c303b95060576836f70232448b5955e9f2 | ||
SIZE (KDE/plasma/5.22.1/plasma-pa-5.22.1.tar.xz) = 127304 |
14 changes: 14 additions & 0 deletions
14
audio/sfizz/files/patch-external_abseil-cpp_absl_base_internal_unscaledcycleclock.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- external/abseil-cpp/absl/base/internal/unscaledcycleclock.cc.orig 2021-06-16 13:17:13 UTC | ||
+++ external/abseil-cpp/absl/base/internal/unscaledcycleclock.cc | ||
@@ -24,8 +24,10 @@ | ||
#ifdef __GLIBC__ | ||
#include <sys/platform/ppc.h> | ||
#elif defined(__FreeBSD__) | ||
-#include <sys/sysctl.h> | ||
+#include "absl/base/call_once.h" | ||
#include <sys/types.h> | ||
+#include <sys/sysctl.h> | ||
+#include <threads.h> | ||
#endif | ||
#endif | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1621198694 | ||
SHA256 (soundtracker-1.0.2.tar.xz) = 9dd09efd06f9794ca52b00d778e885124b73e343dfac87d7ba3e62b059878fcb | ||
SIZE (soundtracker-1.0.2.tar.xz) = 754884 | ||
TIMESTAMP = 1623870946 | ||
SHA256 (soundtracker-1.0.2.1.tar.xz) = 0275b7f38243e2cc2474ae892c88ae486bf815dd0658830101ac518b3e6f005a | ||
SIZE (soundtracker-1.0.2.1.tar.xz) = 754976 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,11 @@ CATEGORIES+= audio | |
MASTER_SITES= SF/timidity/TiMidity%2B%2B/TiMidity%2B%2B-${PORTVERSION} | ||
DISTNAME= TiMidity++-${PORTVERSION} | ||
|
||
MAINTAINER?= [email protected] | ||
MAINTAINER?= [email protected] | ||
COMMENT?= Software MIDI player | ||
|
||
LICENSE= GPLv2+ | ||
|
||
BROKEN_riscv64= fails to compile: needs FP_X_INV from empty sys/riscv/include/ieeefp.h | ||
|
||
LIB_DEPENDS= libarc.so:archivers/libarc | ||
.if !defined(PKGNAMESUFFIX) | ||
LIB_DEPENDS+= libvorbis.so:audio/libvorbis \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- timidity/timidity.c.orig 2018-08-28 23:33:39 UTC | ||
+++ timidity/timidity.c | ||
@@ -5393,7 +5393,8 @@ MAIN_INTERFACE void timidity_start_initialize(void) | ||
fp_except fpexp; | ||
#endif | ||
|
||
-#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) | ||
+#if defined(FP_X_INV) && defined(FP_X_DZ) && \ | ||
+ (defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)) | ||
fpexp = fpgetmask(); | ||
fpsetmask(fpexp & ~(FP_X_INV|FP_X_DZ)); | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
PORTNAME= flowgrind | ||
PORTVERSION= 0.8.2 | ||
DISTVERSIONPREFIX= ${PORTNAME}- | ||
PORTREVISION= 1 | ||
CATEGORIES= benchmarks | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
|
||
PORTNAME= bcftools | ||
PORTVERSION= 1.12 | ||
PORTREVISION= 1 | ||
CATEGORIES= biology | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
PORTNAME= gemma | ||
DISTVERSION= 0.98.3 | ||
PORTREVISION= 1 | ||
CATEGORIES= biology | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
PORTNAME= wps-office | ||
DISTVERSION= 11.1.0.10161 | ||
DISTVERSIONSUFFIX= -zh_CN | ||
CATEGORIES= chinese editors linux | ||
MASTER_SITES= https://wdl1.cache.wps.cn/wps/download/ep/Linux2019/10161/ | ||
PKGNAMEPREFIX= linux- | ||
PKGNAMESUFFIX= -zh_CN | ||
DISTNAME= ${PORTNAME}-${PORTVERSION}-1.x86_64 | ||
EXTRACT_SUFX= .rpm | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Complete office suite with PDF editor | ||
|
||
LICENSE= commercial | ||
LICENSE_NAME= End User License Agreement | ||
LICENSE_TEXT= See: https://www.wps.cn/privacy/full_useragreement/ | ||
LICENSE_PERMS= no-auto-accept no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell | ||
|
||
ONLY_FOR_ARCHS= amd64 | ||
|
||
CONFLICTS_INSTALL= linux-wps-office | ||
|
||
USES= desktop-file-utils linux shebangfix | ||
INSTALLS_ICONS= yes | ||
USE_LINUX= png pulseaudio-libs xorglibs | ||
|
||
SHEBANG_FILES= usr/bin/et \ | ||
usr/bin/wpp \ | ||
usr/bin/wps \ | ||
usr/bin/wpspdf | ||
|
||
NO_BUILD= yes | ||
NO_WRKSUBDIR= yes | ||
PLIST_SUB= LINUXBASE=${LINUXBASE} | ||
|
||
WPS_BINS= et wpp wps wpspdf | ||
WPS_DESK= et wpp wps pdf prometheus | ||
|
||
post-patch: | ||
.for d in ${WPS_DESK} | ||
@${REINPLACE_CMD} -i '' -e 's|/usr/bin|${PREFIX}/bin|' ${WRKSRC}/opt/kingsoft/${PORTNAME}/desktops/${PORTNAME}-${d}.desktop | ||
.endfor | ||
.for b in ${WPS_BINS} | ||
@${REINPLACE_CMD} -e 's|gInstallPath=/opt|gInstallPath=${LINUXBASE}/opt|' ${WRKSRC}/usr/bin/${b} | ||
.endfor | ||
|
||
do-install: | ||
.for s in 16 20 24 32 40 48 60 64 72 80 96 128 256 512 | ||
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps | ||
${INSTALL_DATA} ${WRKSRC}/usr/share/icons/hicolor/${s}x${s}/mimetypes/*.png \ | ||
${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps/ | ||
.endfor | ||
.for d in ${WPS_DESK} | ||
${INSTALL_DATA} ${WRKSRC}/opt/kingsoft/${PORTNAME}/desktops/${PORTNAME}-${d}.desktop \ | ||
${STAGEDIR}${DESKTOPDIR} | ||
.endfor | ||
${MKDIR} ${STAGEDIR}${LINUXBASE} | ||
(cd ${WRKSRC} && ${COPYTREE_SHARE} opt ${STAGEDIR}${LINUXBASE}) | ||
.for b in ${WPS_BINS} | ||
${INSTALL_SCRIPT} ${WRKSRC}/usr/bin/${b} ${STAGEDIR}${PREFIX}/bin | ||
${CHMOD} +x ${STAGEDIR}${LINUXBASE}/opt/kingsoft/wps-office/office6/${b} | ||
.endfor | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
TIMESTAMP = 1623407631 | ||
SHA256 (wps-office-11.1.0.10161-1.x86_64.rpm) = 412499704caf2963c078b1c3079de98569c45db46782b0fc6d02f9027cd7b681 | ||
SIZE (wps-office-11.1.0.10161-1.x86_64.rpm) = 317769106 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
WPS Office is a free productivity office suite. WPS Office contains | ||
four major functional modules: WPS Word, WPS PDF, WPS Excel, and WPS | ||
Presentation. It is accessible and compatible with doc, xls, ppt, and | ||
other file formats. You can directly save and open Microsoft Word, | ||
Excel, and PowerPoint files. You can also easily edit WPS files with | ||
Microsoft Office 365. | ||
|
||
WWW: https://www.wps.cn/ |
Oops, something went wrong.