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
212 changed files
with
740 additions
and
691 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 |
---|---|---|
|
@@ -76,6 +76,7 @@ PORT_OPTIONS+= PULSE | |
.endif | ||
|
||
.if ${PORT_OPTIONS:MSDL} | ||
USES+= sdl | ||
USE_SDL= sdl sound | ||
.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 |
---|---|---|
|
@@ -32,6 +32,7 @@ USES= cmake \ | |
qt:5 \ | ||
sqlite \ | ||
gl \ | ||
gnome \ | ||
xorg | ||
|
||
USE_CXXSTD= c++11 | ||
|
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
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,7 +2,7 @@ | |
|
||
PORTNAME= openvsp | ||
DISTVERSIONPREFIX= ${GH_PROJECT}_ | ||
DISTVERSION= 3.18.0 | ||
DISTVERSION= 3.19.0 | ||
CATEGORIES= cad | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -51,15 +51,28 @@ USE_GNOME= libxml2 | |
|
||
.include <bsd.port.options.mk> | ||
|
||
.include <bsd.port.pre.mk> | ||
|
||
# See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 | ||
.if ${OPSYS} == FreeBSD | ||
.if (${OSVERSION} < 1200000 || ${OSVERSION} >=1300000) | ||
BROKEN= undefined reference to __atomic_load | ||
.endif | ||
.endif | ||
|
||
BUILD_PREFIX= OpenVSP-prefix/src/OpenVSP-build/_CPack_Packages/FreeBSD/ZIP/OpenVSP-${DISTVERSION}-FreeBSD | ||
|
||
do-install: | ||
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${BUILD_PREFIX}/vsp* ${STAGEDIR}${PREFIX}/bin | ||
@${STRIP_CMD} ${STAGEDIR}/${PREFIX}/vsp* | ||
@${MKDIR} ${STAGEDIR}${DATADIR} | ||
${INSTALL_DATA} ${BUILD_WRKSRC}/${BUILD_PREFIX}/vspIcon.png ${STAGEDIR}${DATADIR} | ||
${RM} ${STAGEDIR}${PREFIX}/vspIcon.png ${BUILD_WRKSRC}/${BUILD_PREFIX}/vspIcon.png | ||
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${BUILD_PREFIX}/vsp* ${STAGEDIR}${PREFIX}/bin | ||
${RM} ${STAGEDIR}${PREFIX}/vsp* | ||
.for d in CustomScripts airfoil matlab scripts textures | ||
(cd ${BUILD_WRKSRC}/${BUILD_PREFIX}/${d} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) | ||
${RM} -rf ${STAGEDIR}${PREFIX}/${d} | ||
.endfor | ||
${CP} ${BUILD_WRKSRC}/${BUILD_PREFIX}/LICENSE ${STAGEDIR}${DATADIR} | ||
${RM} ${STAGEDIR}${PREFIX}/LICENSE | ||
|
||
.include <bsd.port.mk> | ||
.include <bsd.port.post.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1567610562 | ||
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.18.0_GH0.tar.gz) = 0d1b15e3532ae1fe7893fd3cfdfbea89065379032957ab8cc37fbbe6019889e6 | ||
SIZE (OpenVSP-OpenVSP-OpenVSP_3.18.0_GH0.tar.gz) = 110268961 | ||
TIMESTAMP = 1573426703 | ||
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.19.0_GH0.tar.gz) = e6fe666875b7442c5717f66610cd6f7262f7d51473028edde5b0f7ab1e026445 | ||
SIZE (OpenVSP-OpenVSP-OpenVSP_3.19.0_GH0.tar.gz) = 110506891 |
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
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,10 +1,10 @@ | ||
# Created by: Marc G. Fournier <[email protected]> | ||
# $FreeBSD$ | ||
|
||
DISTVERSION?= 10.10 | ||
DISTVERSION?= 10.11 | ||
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and | ||
# not their own. Probably best to keep it at ?=0 when reset here too. | ||
PORTREVISION?= 1 | ||
PORTREVISION?= 0 | ||
PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} | ||
|
||
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 = 1565174246 | ||
SHA256 (postgresql/postgresql-10.10.tar.bz2) = ad4f9b8575f98ed6091bf9bb2cb16f0e52795a5f66546c1f499ca5c69b21f253 | ||
SIZE (postgresql/postgresql-10.10.tar.bz2) = 19012049 | ||
TIMESTAMP = 1573552509 | ||
SHA256 (postgresql/postgresql-10.11.tar.bz2) = 0d5d14ff6b075655f4421038fbde3a5d7b418c26a249a187a4175600d7aecc09 | ||
SIZE (postgresql/postgresql-10.11.tar.bz2) = 19017947 |
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 = 1569942321 | ||
SHA256 (postgresql/postgresql-12.0.tar.bz2) = cda2397215f758b793f741c86be05468257b0e6bcb1a6113882ab5d0df0855c6 | ||
SIZE (postgresql/postgresql-12.0.tar.bz2) = 20177458 | ||
TIMESTAMP = 1573552509 | ||
SHA256 (postgresql/postgresql-12.1.tar.bz2) = a09bf3abbaf6763980d0f8acbb943b7629a8b20073de18d867aecdb7988483ed | ||
SIZE (postgresql/postgresql-12.1.tar.bz2) = 20213711 |
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,7 +1,7 @@ | ||
# Created by: Marc G. Fournier <[email protected]> | ||
# $FreeBSD$ | ||
|
||
DISTVERSION?= 9.4.24 | ||
DISTVERSION?= 9.4.25 | ||
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and | ||
# not their own. Probably best to keep it at ?=0 when reset here too. | ||
PORTREVISION?= 0 | ||
|
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,5 @@ | ||
TIMESTAMP = 1565174268 | ||
SHA256 (postgresql/postgresql-9.4.24.tar.bz2) = 52253d67dd46a7463a9d7c5e82bf959931fa4c11ec56293150210fa82a0f9429 | ||
SIZE (postgresql/postgresql-9.4.24.tar.bz2) = 16842941 | ||
TIMESTAMP = 1573552509 | ||
SHA256 (postgresql/postgresql-9.4.25.tar.bz2) = cb98afaef4748de76c13202c14198e3e4717adde49fd9c90fdc81da877520928 | ||
SIZE (postgresql/postgresql-9.4.25.tar.bz2) = 16849015 | ||
SHA256 (postgresql/pg-949-icu-2016-10-02.diff.gz) = 34612e685a79874db04bc6b66c700bfc6412042840c532eef0da7832d1f70d43 | ||
SIZE (postgresql/pg-949-icu-2016-10-02.diff.gz) = 5289 |
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,7 +1,7 @@ | ||
# Created by: Marc G. Fournier <[email protected]> | ||
# $FreeBSD$ | ||
|
||
DISTVERSION?= 9.5.19 | ||
DISTVERSION?= 9.5.20 | ||
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and | ||
# not their own. Probably best to keep it at ?=0 when reset here too. | ||
PORTREVISION?= 0 | ||
|
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,5 @@ | ||
TIMESTAMP = 1565174279 | ||
SHA256 (postgresql/postgresql-9.5.19.tar.bz2) = 960caa26612bca8a3791d1c0bdc5c6d24b3d15841becb617470424edbc5e1bb3 | ||
SIZE (postgresql/postgresql-9.5.19.tar.bz2) = 17571998 | ||
TIMESTAMP = 1573552509 | ||
SHA256 (postgresql/postgresql-9.5.20.tar.bz2) = 925751b375cf975bebbe79753fbcb5fe85d7a62abe516d4c56861a6b877dde0d | ||
SIZE (postgresql/postgresql-9.5.20.tar.bz2) = 17610134 | ||
SHA256 (postgresql/pg-954-icu-2016-08-10.diff.gz) = 5fa083ec38087d6a0961642208f012e902221270708b919b92e9eedaa755e365 | ||
SIZE (postgresql/pg-954-icu-2016-08-10.diff.gz) = 5952 |
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,10 +1,10 @@ | ||
# Created by: Marc G. Fournier <[email protected]> | ||
# $FreeBSD$ | ||
|
||
DISTVERSION?= 9.6.15 | ||
DISTVERSION?= 9.6.16 | ||
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and | ||
# not their own. Probably best to keep it at ?=0 when reset here too. | ||
PORTREVISION?= 1 | ||
PORTREVISION?= 0 | ||
PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT} | ||
|
||
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,5 @@ | ||
TIMESTAMP = 1565174281 | ||
SHA256 (postgresql/postgresql-9.6.15.tar.bz2) = 3cd9fe9af247167f863030842c1a57f58bdf3e5d50a94997d34a802b6032170a | ||
SIZE (postgresql/postgresql-9.6.15.tar.bz2) = 18799121 | ||
TIMESTAMP = 1573552509 | ||
SHA256 (postgresql/postgresql-9.6.16.tar.bz2) = 5c6cba9cc0df70ba2b128c4a87d0babfce7c0e2b888f70a9c8485745f66b22e7 | ||
SIZE (postgresql/postgresql-9.6.16.tar.bz2) = 18806372 | ||
SHA256 (postgresql/pg-96b4-icu-2016-10-02.diff.gz) = 85f81baa0fc8f692bcf802c8645196d9e3afdef4f760cef712d940b87655486e | ||
SIZE (postgresql/pg-96b4-icu-2016-10-02.diff.gz) = 5998 |
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,5 @@ | ||
TIMESTAMP = 1552950955 | ||
SHA256 (proftpd-1.3.6.tar.gz) = 91ef74b143495d5ff97c4d4770c6804072a8c8eb1ad1ecc8cc541b40e152ecaf | ||
SIZE (proftpd-1.3.6.tar.gz) = 20251898 | ||
TIMESTAMP = 1573760277 | ||
SHA256 (proftpd-1.3.6b.tar.gz) = fe5baf6c469a2b0b7f0e2611561b6fd5414300e32a76b96adb2ccfe05b5efb60 | ||
SIZE (proftpd-1.3.6b.tar.gz) = 20260731 | ||
SHA256 (mod_sql_tds-4.13.tar.gz) = 9d9fb6c4b9a952739a84e166ed8b0d93f539c7bcf73e32923318e00cbd7eea08 | ||
SIZE (mod_sql_tds-4.13.tar.gz) = 11688 |
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 = 1571671543 | ||
SHA256 (tiledb-0.4.4.tar.gz) = ec8c9e07804af34e4db0a23503d0f58635b05e71252aff4a528560bebbb5bee4 | ||
SIZE (tiledb-0.4.4.tar.gz) = 86395 | ||
TIMESTAMP = 1573740249 | ||
SHA256 (tiledb-0.5.0.tar.gz) = d76226bef676275b310ba48192f82f24b85160456ddf808d8fd4db5c11414931 | ||
SIZE (tiledb-0.5.0.tar.gz) = 95856 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.