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: FreeBSD
- Loading branch information
Showing
139 changed files
with
1,393 additions
and
308 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1476884267 | ||
SHA256 (Archive-Tar-2.12.tar.gz) = 14525dc94b42e66893d35931bc482826d681cb098be7ca010fc20e9613eadeb2 | ||
SIZE (Archive-Tar-2.12.tar.gz) = 61658 | ||
TIMESTAMP = 1477294861 | ||
SHA256 (Archive-Tar-2.14.tar.gz) = 5caa852e775b678b1dc6dd3f7d53a1455c93c9b583f29a398c94b14aa9079d70 | ||
SIZE (Archive-Tar-2.14.tar.gz) = 62408 |
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
|
||
PORTNAME= mysql-connector-c | ||
PORTVERSION= 6.1.6 | ||
PORTREVISION= 1 | ||
CATEGORIES= databases | ||
MASTER_SITES= MYSQL/Connector-C | ||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src | ||
|
@@ -11,8 +12,11 @@ MAINTAINER= [email protected] | |
COMMENT= MySQL database connector for C | ||
|
||
LICENSE= GPLv2 | ||
LICENSE_FILE= ${WRKSRC}/COPYING | ||
|
||
USES= cmake:outsource compiler:features mysql ssl:build | ||
BROKEN_FreeBSD_9= does not build | ||
|
||
USES= cmake:outsource compiler:features mysql ssl | ||
CMAKE_ARGS+= -DOPENSSL_INCLUDE_DIR="${OPENSSLINC}" | ||
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} | ||
|
||
|
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= arduino-builder | ||
PORTVERSION= 1.3.21 | ||
PORTREVISION= 2 | ||
PORTREVISION= 3 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -20,18 +20,36 @@ GH_TUPLE= go-errors:errors:a418503:goerrors/src/github.com/go-errors/errors \ | |
stretchr:testify:v1.1.3:stretchr/src/github.com/stretchr/testify \ | ||
jstemmer:go-junit-report:833f8ea:jstemmer/src/github.com/jstemmer/go-junit-report | ||
|
||
OPTIONS_DEFINE= TOOLS | ||
OPTIONS_DEFAULT=TOOLS | ||
|
||
TOOLS_DESC= Add arduino-tools for a standalone build setup | ||
TOOLS_RUN_DEPENDS= arduino-tools>=${_COMPAT_VER}:devel/arduino-tools | ||
TOOLS_PLIST_FILES= arduino/arduino-builder.options | ||
|
||
GO_ENV+= GOPATH=${WRKSRC} | ||
STRIP= # stripping can break go binaries | ||
_COMPAT_VER= 1.6.12 | ||
_IDE_VER= 10612 | ||
|
||
PLIST_FILES= arduino/hardware/platform.keys.rewrite.txt \ | ||
arduino/hardware/platform.txt \ | ||
bin/${PORTNAME} | ||
|
||
do-patch-TOOLS-on: | ||
${CP} ${FILESDIR}/arduino-builder.options.in ${WRKSRC}/arduino-builder.options | ||
${REINPLACE_CMD} -e 's|%%IDEVER%%|${_IDE_VER}|' \ | ||
-e 's|%%PREFIX%%|${PREFIX}|' \ | ||
${WRKSRC}/arduino-builder.options | ||
|
||
do-build: | ||
@( cd ${WRKSRC} ; ${SETENV} ${GO_ENV} go build arduino.cc/arduino-builder ) | ||
|
||
do-install: | ||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} | ||
(cd ${WRKSRC}/src/arduino.cc/builder && ${COPYTREE_SHARE} "hardware" ${STAGEDIR}${PREFIX}/arduino ${FIND_EXPR}) | ||
|
||
do-install-TOOLS-on: | ||
${INSTALL_DATA} ${WRKSRC}/arduino-builder.options ${STAGEDIR}${PREFIX}/arduino/arduino-builder.options | ||
|
||
.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 |
---|---|---|
|
@@ -4,12 +4,14 @@ | |
PORTNAME= bmkdep | ||
PORTVERSION= 20140112 | ||
CATEGORIES= devel | ||
MASTER_SITES= GOOGLE_CODE | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Construct Makefile dependency list | ||
|
||
BROKEN= Unfetchable (google code has gone away) | ||
LICENSE= BSD2CLAUSE | ||
|
||
USE_GITHUB= yes | ||
GH_ACCOUNT= trociny | ||
|
||
USES= uidfix | ||
MAKE_ENV= PKGDIR="${PKGDIR}" NO_OBJ=YES | ||
|
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,2 +1,3 @@ | ||
SHA256 (bmkdep-20140112.tar.gz) = 393aafe3d42eee6f055741268904d4f6da82700394eb4b942f3015c8c36f674c | ||
SIZE (bmkdep-20140112.tar.gz) = 7564 | ||
TIMESTAMP = 1477319135 | ||
SHA256 (trociny-bmkdep-20140112_GH0.tar.gz) = b80039dc18ec070886e21e3c1ea4a16fc60c239bb922add8c70838d982598635 | ||
SIZE (trociny-bmkdep-20140112_GH0.tar.gz) = 7647 |
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,16 +6,18 @@ PORTVERSION= 0.0.1 | |
CATEGORIES= devel security | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Library and tool for interacting with CHERI streamtraces. | ||
COMMENT= Library and tool for interacting with CHERI streamtraces | ||
|
||
USES= cmake | ||
BUILD_DEPENDS= llvm-config-cheri:devel/llvm-cheri | ||
LIB_DEPENDS= libLLVMCore.so:devel/llvm-cheri | ||
|
||
BROKEN_FreeBSD_9= does not build | ||
|
||
USES= cmake compiler:c++11-lib | ||
USE_GITHUB= yes | ||
GH_ACCOUNT= CTSRD-CHERI | ||
GH_TAGNAME= a7ddf11 | ||
|
||
BUILD_DEPENDS+= llvm-config-cheri:devel/llvm-cheri | ||
LIB_DEPENDS+= libLLVMCore.so:devel/llvm-cheri | ||
|
||
CMAKE_ARGS+= -DLLVM_CONFIG=${LOCALBASE}/bin/llvm-config-cheri | ||
CMAKE_ARGS= -DLLVM_CONFIG=${LOCALBASE}/bin/llvm-config-cheri | ||
|
||
.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
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 = 1475917527 | ||
SHA256 (coreos-etcd-v3.0.12_GH0.tar.gz) = d8de5045056814bee623b219102eca17ab573da977562164b261a7e1198fa31b | ||
SIZE (coreos-etcd-v3.0.12_GH0.tar.gz) = 2214038 | ||
TIMESTAMP = 1477334079 | ||
SHA256 (coreos-etcd-v3.0.13_GH0.tar.gz) = 777d2dff3eb95410feb6ac411b538bed59cb94041fad7f4059827e952ea621c0 | ||
SIZE (coreos-etcd-v3.0.13_GH0.tar.gz) = 2214388 |
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 = 1476775218 | ||
SHA256 (jenkins/2.26/jenkins.war) = 8994979440e0c371a243edc53d9468d7ba1cf1fa22c26fd67db94ea6cafa9138 | ||
SIZE (jenkins/2.26/jenkins.war) = 69920303 | ||
TIMESTAMP = 1477321306 | ||
SHA256 (jenkins/2.27/jenkins.war) = 85b0e3ea8ff0980361cc1e324a7076351301f4b6e02f4a97daf1d1577e0dc9fb | ||
SIZE (jenkins/2.27/jenkins.war) = 70500523 |
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 = 1463516357 | ||
SHA256 (libuv-v1.9.1.tar.gz) = e83953782c916d7822ef0b94e8115ce5756fab5300cca173f0de5f5b0e0ae928 | ||
SIZE (libuv-v1.9.1.tar.gz) = 1054443 | ||
TIMESTAMP = 1477330837 | ||
SHA256 (libuv-v1.10.0.tar.gz) = 0307a0eec6caddd476f9cad39e18fdd6f22a08aa58103c4b0aead96d638be15e | ||
SIZE (libuv-v1.10.0.tar.gz) = 1066125 |
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
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,26 @@ | ||
------------------------------------------------------------------------ | ||
r283188 | mgorny | 2016-10-04 06:09:14 +0000 (Tue, 04 Oct 2016) | 9 lines | ||
|
||
[cmake] Use separate doctrees to prevent races between Sphinx instances | ||
|
||
Use separate doctrees between different Sphinx builders in order to | ||
prevent race condition issues due to multiple Sphinx instances accessing | ||
the same doctree cache in parallel. | ||
|
||
Bug: https://llvm.org/bugs/show_bug.cgi?id=23781 | ||
|
||
Differential Revision: https://reviews.llvm.org/D23755 | ||
------------------------------------------------------------------------ | ||
Index: cmake/modules/AddSphinxTarget.cmake | ||
=================================================================== | ||
--- cmake/modules/AddSphinxTarget.cmake (revision 283187) | ||
+++ cmake/modules/AddSphinxTarget.cmake (revision 283188) | ||
@@ -6,7 +6,7 @@ | ||
# ``project`` should be the project name | ||
function (add_sphinx_target builder project) | ||
set(SPHINX_BUILD_DIR "${CMAKE_CURRENT_BINARY_DIR}/${builder}") | ||
- set(SPHINX_DOC_TREE_DIR "${CMAKE_CURRENT_BINARY_DIR}/_doctrees") | ||
+ set(SPHINX_DOC_TREE_DIR "${CMAKE_CURRENT_BINARY_DIR}/_doctrees-${builder}") | ||
set(SPHINX_TARGET_NAME docs-${project}-${builder}) | ||
|
||
if (SPHINX_WARNINGS_AS_ERRORS) |
Oops, something went wrong.