Skip to content

Commit

Permalink
*/*: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: HardenedBSD
  • Loading branch information
fichtner committed Jun 26, 2019
1 parent f6ef2e6 commit 5692ea3
Show file tree
Hide file tree
Showing 244 changed files with 1,448 additions and 1,049 deletions.
5 changes: 2 additions & 3 deletions archivers/peazip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ LAZARUS_PROJECT_FILES= project_pea.lpi project_peach.lpi
LAZBUILD_ARGS= -d
LLD_UNSAFE= yes

gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt4 ${PORTNAME}-qt5
qt4_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt5
qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt4
gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5
qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2

ARCHIVER_FILES= #

Expand Down
1 change: 0 additions & 1 deletion audio/plasma5-plasma-pa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

PORTNAME= plasma-pa
DISTVERSION= ${KDE_PLASMA_VERSION}
PORTREVISION= 1
CATEGORIES= audio kde kde-plasma

MAINTAINER= [email protected]
Expand Down
6 changes: 3 additions & 3 deletions audio/plasma5-plasma-pa/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1560918266
SHA256 (KDE/plasma/5.16.1/plasma-pa-5.16.1.tar.xz) = 693e48a8db6f5d60c49b540f6570f431390a326ff21f654ed758a4aab1848f88
SIZE (KDE/plasma/5.16.1/plasma-pa-5.16.1.tar.xz) = 100584
TIMESTAMP = 1561494198
SHA256 (KDE/plasma/5.16.2/plasma-pa-5.16.2.tar.xz) = 676c769f66353110586b7091d21c5e58f404de83d263298b37a24a42a775fd13
SIZE (KDE/plasma/5.16.2/plasma-pa-5.16.2.tar.xz) = 100712
2 changes: 2 additions & 0 deletions biology/ngs-sdk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ LICENSE= PD
LICENSE_FILE= ${WRKSRC}/LICENSE

BROKEN_aarch64= fails to configure: unsupported architecture 'FreeBSD'
NOT_FOR_ARCHS= powerpc64
NOT_FOR_ARCHS_REASON= os-arch.prl needs to be taught about powerpc64

USES= gmake perl5
GNU_CONFIGURE= yes
Expand Down
3 changes: 0 additions & 3 deletions comms/cqrlog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ LAZARUS_NO_FLAVORS=qt5
INSTALLS_ICONS= yes
DOS2UNIX_WRKSRC=${WRKSRC}/src/synapse/

gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt4
qt4_CONFLICTS_INSTALL= ${PORTNAME}-gtk2

post-extract:
@${RM} -r ${WRKSRC}/src/lnet/lib/openssl.pas

Expand Down
2 changes: 2 additions & 0 deletions comms/xastir/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ COMMENT= X Amateur Station Tracking and Information Reporting
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

BROKEN= magick/image-private.h: No such file or directory

BUILD_DEPENDS= xfontsel:x11-fonts/xfontsel
RUN_DEPENDS= wget:ftp/wget
LIB_DEPENDS= libtiff.so:graphics/tiff \
Expand Down
8 changes: 1 addition & 7 deletions databases/tarantool-c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,4 @@ post-patch:
@${GREP} -lr 'msgpuck/msgpuck.h' ${WRKSRC}/ | ${XARGS} ${REINPLACE_CMD} -e 's|msgpuck/msgpuck.h|msgpuck.h|'
@${REINPLACE_CMD} -e 's|libmsgpuck.a|libmsgpuck.so|' ${WRKSRC}/cmake/FindMsgPuck.cmake

.include <bsd.port.pre.mk>

.if ${CHOSEN_COMPILER_TYPE} == gcc
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-tnt_CMakeLists.txt
.endif

.include <bsd.port.post.mk>
.include <bsd.port.mk>
14 changes: 0 additions & 14 deletions databases/tarantool-c/files/extra-patch-tnt_CMakeLists.txt

This file was deleted.

15 changes: 15 additions & 0 deletions databases/tarantool-c/files/patch-tnt_CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
--- tnt/CMakeLists.txt.orig 2019-06-14 13:13:47 UTC
+++ tnt/CMakeLists.txt
@@ -49,8 +49,10 @@ set (TNT_SOURCES
# Builds
#----------------------------------------------------------------------------#

-set_source_files_properties(${PROJECT_SOURCE_DIR}/third_party/uri.c PROPERTIES
- COMPILE_FLAGS "-Wno-implicit-fallthrough")
+if(CMAKE_COMPILER_IS_CLANG AND NOT CMAKE_COMPILER_IS_GNUCC)
+ set_source_files_properties(${PROJECT_SOURCE_DIR}/third_party/uri.c PROPERTIES
+ COMPILE_FLAGS "-Wno-implicit-fallthrough")
+endif()

## Static library
project(tnt)
6 changes: 3 additions & 3 deletions deskutils/plasma5-milou/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1560918267
SHA256 (KDE/plasma/5.16.1/milou-5.16.1.tar.xz) = e99556b7253ee3719b980adfe7481c9111741fb79e1b60f7b99679bb2bdbf788
SIZE (KDE/plasma/5.16.1/milou-5.16.1.tar.xz) = 57372
TIMESTAMP = 1561494199
SHA256 (KDE/plasma/5.16.2/milou-5.16.2.tar.xz) = 5b284574b43ac76e3c3d84693adb9acf19371d68ee04fae4d95d56ed47f9e8bc
SIZE (KDE/plasma/5.16.2/milou-5.16.2.tar.xz) = 57476
6 changes: 3 additions & 3 deletions deskutils/plasma5-sddm-kcm/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1560918267
SHA256 (KDE/plasma/5.16.1/sddm-kcm-5.16.1.tar.xz) = 4ff7cf23bd2f132c1cdf122564fdf85934fd268da27f60517bbc0ea02d81c72d
SIZE (KDE/plasma/5.16.1/sddm-kcm-5.16.1.tar.xz) = 62128
TIMESTAMP = 1561494200
SHA256 (KDE/plasma/5.16.2/sddm-kcm-5.16.2.tar.xz) = f024e06b46c85d1ad6f59938324769bc502cbd26dcde97e42c5cff08e69c0474
SIZE (KDE/plasma/5.16.2/sddm-kcm-5.16.2.tar.xz) = 62176
8 changes: 3 additions & 5 deletions deskutils/remind/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
# $FreeBSD$

PORTNAME= remind
PORTVERSION= 3.1.15
PORTREVISION= 1
PORTVERSION= 3.1.16
CATEGORIES= deskutils
MASTER_SITES= http://www.roaringpenguin.com/files/download/ \
http://freebsd.unixfreunde.de/sources/
DISTNAME= ${PORTNAME}-03.01.15
MASTER_SITES= https://dianne.skoll.ca/projects/remind/download/
DISTNAME= ${PORTNAME}-03.01.16

MAINTAINER= [email protected]
COMMENT= Sophisticated calendar and alarm program
Expand Down
5 changes: 3 additions & 2 deletions deskutils/remind/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (remind-03.01.15.tar.gz) = 8adab4c0b30a556c34223094c5c74779164d5f3b8be66b8039f44b577e678ec1
SIZE (remind-03.01.15.tar.gz) = 363101
TIMESTAMP = 1559907097
SHA256 (remind-03.01.16.tar.gz) = eeb79bd4019d23a033fe3e86c672d960399db6a27c747e5b466ad55831dfca93
SIZE (remind-03.01.16.tar.gz) = 354521
2 changes: 1 addition & 1 deletion deskutils/remind/pkg-descr
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ following features:
* Facilities for both the Gregorian and Hebrew calendars.
* Support for 12 different languages.

WWW: http://www.roaringpenguin.com/products/remind/
WWW: https://dianne.skoll.ca/projects/remind/
6 changes: 5 additions & 1 deletion devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1586,6 +1586,7 @@
SUBDIR += newfile
SUBDIR += newt
SUBDIR += newtonsoft-json
SUBDIR += nextpnr
SUBDIR += nexus2-oss
SUBDIR += nimble
SUBDIR += nini
Expand Down Expand Up @@ -4647,6 +4648,7 @@
SUBDIR += py-omnijson
SUBDIR += py-omniorb
SUBDIR += py-openapi-codec
SUBDIR += py-openapi-spec-validator
SUBDIR += py-opendht
SUBDIR += py-opengrok-tools
SUBDIR += py-openstacksdk
Expand Down Expand Up @@ -4921,7 +4923,7 @@
SUBDIR += py-robotframework-databaselibrary
SUBDIR += py-robotframework-pabot
SUBDIR += py-robotframework-ride
SUBDIR += py-robotframework-selenium2library
SUBDIR += py-robotframework-seleniumlibrary
SUBDIR += py-robotremoteserver
SUBDIR += py-rope
SUBDIR += py-rose
Expand All @@ -4947,6 +4949,7 @@
SUBDIR += py-selectors2
SUBDIR += py-selectors34
SUBDIR += py-semantic_version
SUBDIR += py-semver
SUBDIR += py-serializable
SUBDIR += py-serpent
SUBDIR += py-setproctitle
Expand Down Expand Up @@ -6181,6 +6184,7 @@
SUBDIR += trac-bitten
SUBDIR += tradcpp
SUBDIR += treepy.el
SUBDIR += trellis
SUBDIR += trio
SUBDIR += truc
SUBDIR += ua_parser-core
Expand Down
4 changes: 2 additions & 2 deletions devel/awscli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= awscli
PORTVERSION= 1.16.169
PORTVERSION= 1.16.185
CATEGORIES= devel
MASTER_SITES= CHEESESHOP

Expand All @@ -12,7 +12,7 @@ COMMENT= Universal Command Line Interface for Amazon Web Services
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.12.159:devel/py-botocore@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.12.175:devel/py-botocore@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}s3transfer>=0.2.0:net/py-s3transfer@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils@${PY_FLAVOR} \
Expand Down
6 changes: 3 additions & 3 deletions devel/awscli/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1559497723
SHA256 (awscli-1.16.169.tar.gz) = 6565f3c440b6c78796ed4ea1a52ea24dbc8feff064233e989bd6f95493516dcc
SIZE (awscli-1.16.169.tar.gz) = 724242
TIMESTAMP = 1561495698
SHA256 (awscli-1.16.185.tar.gz) = 9e415f7370db8dd38129f1b8eea5b7eaada5e4e1ae159ffbbc52ab9ee28694a7
SIZE (awscli-1.16.185.tar.gz) = 756768
2 changes: 1 addition & 1 deletion devel/cdecl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= cdecl
PORTVERSION= 6.4.1
PORTVERSION= 6.4.2
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= devel

Expand Down
6 changes: 3 additions & 3 deletions devel/cdecl/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1561082970
SHA256 (paul-j-lucas-cdecl-cdecl-6.4.1_GH0.tar.gz) = 980a90341d55671573fd44964c7c7eca2be8b3a7846ca33d5cb96356a092561a
SIZE (paul-j-lucas-cdecl-cdecl-6.4.1_GH0.tar.gz) = 376164
TIMESTAMP = 1561521305
SHA256 (paul-j-lucas-cdecl-cdecl-6.4.2_GH0.tar.gz) = 4ad9ca9ba7c742cdcf050bb215c7cfacb2aefeffbca37ee082badf52e18c06b2
SIZE (paul-j-lucas-cdecl-cdecl-6.4.2_GH0.tar.gz) = 378379
9 changes: 5 additions & 4 deletions devel/icestorm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# $FreeBSD$

PORTNAME= icestorm
PORTVERSION= g20181021
PORTREVISION= 1
PORTVERSION= g20190526
CATEGORIES= devel

MAINTAINER= [email protected]
Expand All @@ -12,15 +11,17 @@ COMMENT= IceStorm tools for Lattice iCE40 FPGAs
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libftdi1.so:devel/libftdi1
LIB_DEPENDS= libftdi1.so:devel/libftdi1 \
libboost_python${PYTHON_SUFFIX}.so:devel/boost-python-libs

USES= compiler:c++11-lang gmake pkgconfig python:3.3+ shebangfix

SHEBANG_FILES= ${WRKSRC}/icebox/*.py \
${WRKSRC}/icebox/Makefile

USE_GITHUB= yes
GH_ACCOUNT= cliffordwolf
GH_TAGNAME= 5ab07ed32a768d484284f1d0e58f61c2ef9d398a
GH_TAGNAME= 710470f9

BINARY_ALIAS= python3=${PYTHON_CMD}

Expand Down
6 changes: 3 additions & 3 deletions devel/icestorm/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1540150802
SHA256 (cliffordwolf-icestorm-g20181021-5ab07ed32a768d484284f1d0e58f61c2ef9d398a_GH0.tar.gz) = f133d6f39452cd738a92efd42e8cc5ce8a59c8e352bef27509a96177f4b3203a
SIZE (cliffordwolf-icestorm-g20181021-5ab07ed32a768d484284f1d0e58f61c2ef9d398a_GH0.tar.gz) = 873783
TIMESTAMP = 1559411937
SHA256 (cliffordwolf-icestorm-g20190526-710470f9_GH0.tar.gz) = d4b6aa67c9102e14d8cdc5d04dabc636f95d72dbcf5e94e97b3f6db77778932d
SIZE (cliffordwolf-icestorm-g20190526-710470f9_GH0.tar.gz) = 939250
2 changes: 2 additions & 0 deletions devel/icestorm/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ share/icebox/chipdb-384.txt
share/icebox/chipdb-5k.txt
share/icebox/chipdb-8k.txt
share/icebox/chipdb-lm4k.txt
share/icebox/chipdb-u4k.txt
share/icebox/timings_hx1k.txt
share/icebox/timings_hx8k.txt
share/icebox/timings_lp1k.txt
share/icebox/timings_lp384.txt
share/icebox/timings_lp8k.txt
share/icebox/timings_u4k.txt
share/icebox/timings_up5k.txt
3 changes: 2 additions & 1 deletion devel/ikos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PORTNAME= ikos
DISTVERSIONPREFIX= v
DISTVERSION= 2.1-152
DISTVERSIONSUFFIX= -gbf4ac4a
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel

MAINTAINER= [email protected]
Expand All @@ -19,6 +19,7 @@ LIB_DEPENDS= libapron.so:math/apron \
libmpfr.so:math/mpfr \
libgmp.so:math/gmp \
libppl.so:devel/ppl
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}

USES= cmake ncurses python sqlite
USE_PYTHON= py3kplist
Expand Down
2 changes: 1 addition & 1 deletion devel/jenkins/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= jenkins
PORTVERSION= 2.181
PORTVERSION= 2.182
CATEGORIES= devel java
MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/
DISTNAME= jenkins
Expand Down
6 changes: 3 additions & 3 deletions devel/jenkins/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1560932959
SHA256 (jenkins/2.181/jenkins.war) = 90bc35938d30d30440fcd871317a6ec5f3aff9160f30660d63d7e22df1fb4d9b
SIZE (jenkins/2.181/jenkins.war) = 77436414
TIMESTAMP = 1561466339
SHA256 (jenkins/2.182/jenkins.war) = fc337a3c7d88fbee994f9f76edc84fc801b47b87b8a7cfd6337b40d98aecfb84
SIZE (jenkins/2.182/jenkins.war) = 77565765
2 changes: 1 addition & 1 deletion devel/lazygit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PORTNAME= lazygit
DISTVERSIONPREFIX= v
DISTVERSION= 0.8
DISTVERSION= 0.8.1
CATEGORIES= devel

MAINTAINER= [email protected]
Expand Down
6 changes: 3 additions & 3 deletions devel/lazygit/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1557736316
SHA256 (jesseduffield-lazygit-v0.8_GH0.tar.gz) = 0205046c14edc1de2c01131907e88566cc0c9c6d4714ec57d2b6a46c9bb5f7e6
SIZE (jesseduffield-lazygit-v0.8_GH0.tar.gz) = 6663444
TIMESTAMP = 1561448513
SHA256 (jesseduffield-lazygit-v0.8.1_GH0.tar.gz) = 274ba05573b38cccc56cb63053eec0972535979b95f1f30b6ca318d991f2c14c
SIZE (jesseduffield-lazygit-v0.8.1_GH0.tar.gz) = 6664641
7 changes: 4 additions & 3 deletions devel/libdnsres/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@ MASTER_SITES= http://monkey.org/~provos/
MAINTAINER= [email protected]
COMMENT= Provides a non-blocking thread-safe API for resolving DNS names

LICENSE= BSD4CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:devel/libevent

USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS=--with-libevent=${LOCALBASE}
CONFIGURE_ARGS= --with-libevent=${LOCALBASE}
MAKE_JOBS_UNSAFE= yes

PLIST_SUB+= PORTVERSION="${PORTVERSION}"

post-patch:
@${REINPLACE_CMD} -e 's,CFLAGS =,CFLAGS +=, ; s|top_buildir|top_builddir|g' \
${WRKSRC}/Makefile.in
Expand Down
2 changes: 1 addition & 1 deletion devel/libdnsres/pkg-descr
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ The code borrows heavily from the BSD resolver library. In fact, it is an
extremely ugly hack to make the BSD resolver library non-blocking and
thread-safe without changing the API too much.

WWW: http://www.monkey.org/~provos/libdnsres/
WWW: https://www.monkey.org/~provos/libdnsres/
5 changes: 3 additions & 2 deletions devel/lua-stdlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= stdlib
PORTVERSION= 41.2.1
PORTVERSION= 41.2.2
DISTVERSIONPREFIX= release-v
CATEGORIES= devel
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
Expand All @@ -18,10 +18,11 @@ RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}stdlib-debug>=0:devel/lua-stdlib-debug \

OPTIONS_DEFINE= DOCS

USES= lua

CONFIGURE_ARGS= LUA=${LUA_CMD}
GNU_CONFIGURE= yes
NO_ARCH= yes
USES= lua

GH_ACCOUNT= lua-stdlib
GH_PROJECT= lua-stdlib
Expand Down
6 changes: 3 additions & 3 deletions devel/lua-stdlib/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1521285807
SHA256 (lua-stdlib-lua-stdlib-release-v41.2.1_GH0.tar.gz) = 8879457b1505e4c949649186c29ba13b30ea0eceeba77903f282a8341cd7255a
SIZE (lua-stdlib-lua-stdlib-release-v41.2.1_GH0.tar.gz) = 398413
TIMESTAMP = 1561478526
SHA256 (lua-stdlib-lua-stdlib-release-v41.2.2_GH0.tar.gz) = 42ca25ddcde59f608694a3335d24919a4df4cf6f14ea46c75249561a16c84711
SIZE (lua-stdlib-lua-stdlib-release-v41.2.2_GH0.tar.gz) = 398500
Loading

0 comments on commit 5692ea3

Please sign in to comment.