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 May 27, 2018
1 parent 5fcc6cd commit 5ae89bf
Show file tree
Hide file tree
Showing 1,271 changed files with 7,245 additions and 4,550 deletions.
3 changes: 1 addition & 2 deletions archivers/hs-tar/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $FreeBSD$

PORTNAME= tar
PORTVERSION= 0.5.0.3
PORTREVISION= 1
PORTVERSION= 0.5.1.0
CATEGORIES= archivers haskell

MAINTAINER= [email protected]
Expand Down
6 changes: 3 additions & 3 deletions archivers/hs-tar/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1499611841
SHA256 (cabal/tar-0.5.0.3.tar.gz) = d8d9ad876365f88bdccd02073049e58715cd5ba94de06eb98e21d595244918a3
SIZE (cabal/tar-0.5.0.3.tar.gz) = 38764
TIMESTAMP = 1523301281
SHA256 (cabal/tar-0.5.1.0.tar.gz) = c89d697b6472b739db50e61201251fcaf8a8f5b595b1d9a488d395d7d5ce4b68
SIZE (cabal/tar-0.5.1.0.tar.gz) = 39271
5 changes: 2 additions & 3 deletions archivers/hs-zip-archive/Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# $FreeBSD$

PORTNAME= zip-archive
PORTVERSION= 0.3.1.1
PORTREVISION= 1
PORTVERSION= 0.3.2.4
CATEGORIES= archivers haskell

MAINTAINER= [email protected]
COMMENT= Library for creating and modifying zip archives

LICENSE= BSD3CLAUSE

USE_CABAL= digest>=0.0.0.1 mtl old-time text>=0.11 zlib
USE_CABAL= digest>=0.0.0.1 mtl old-time zlib

FLAGS_DEFINE= EXECUTABLE

Expand Down
6 changes: 3 additions & 3 deletions archivers/hs-zip-archive/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1499611845
SHA256 (cabal/zip-archive-0.3.1.1.tar.gz) = 9e868e649e6fd06cf50c2f0f1e480ce36640494449e415abf2509f9347f08325
SIZE (cabal/zip-archive-0.3.1.1.tar.gz) = 16107
TIMESTAMP = 1523638345
SHA256 (cabal/zip-archive-0.3.2.4.tar.gz) = 20612ed34d8d14deef120440c75f951a5c92c9f39f0de1b82ebac6d5923b3785
SIZE (cabal/zip-archive-0.3.2.4.tar.gz) = 18370
2 changes: 1 addition & 1 deletion archivers/hs-zlib-bindings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PORTNAME= zlib-bindings
PORTVERSION= 0.1.1.5
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= archivers haskell

MAINTAINER= [email protected]
Expand Down
2 changes: 1 addition & 1 deletion archivers/hs-zlib-enum/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PORTNAME= zlib-enum
PORTVERSION= 0.2.3.1
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= archivers haskell

MAINTAINER= [email protected]
Expand Down
2 changes: 1 addition & 1 deletion archivers/hs-zlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PORTNAME= zlib
PORTVERSION= 0.6.1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= archivers haskell

MAINTAINER= [email protected]
Expand Down
56 changes: 15 additions & 41 deletions archivers/peazip/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Created by: Alonso Cardenas Marquez <[email protected]>
# $FreeBSD$

PORTNAME= peazip
PORTVERSION= 6.5.0
PORTVERSION= 6.5.1
CATEGORIES= archivers
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}
MASTER_SITES= https://github.com/giorgiotani/PeaZip/releases/download/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}.src

Expand All @@ -12,57 +12,37 @@ COMMENT= Free archiver and file compressor

LICENSE= LGPL3

BUILD_DEPENDS= lazbuild:editors/lazarus \
fpcres:lang/fpc-utils

USES= dos2unix fpc zip
USES= dos2unix fpc lazarus:flavors zip
USE_FPC= cairo chm fcl-base fcl-image pasjpeg rtl-objpas x11
USE_GNOME= #
USE_XORG= x11

SUB_FILES= pea pealauncher peazip

DOS2UNIX_REGEX= .*\.([txt]|pas|lpi|txt)

LAZARUS_PROJECT_FILES= project_pea.lpi project_peach.lpi project_gwrap.lpi
LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d
LCL_UNITS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME}
LAZARUS_VER= 1.8.0
LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}
LAZBUILD_ARGS= -d

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

ARCHIVER_FILES= #

OPTIONS_DEFINE= 7Z ARC ZPAQ UNACE
OPTIONS_SINGLE= LCL
OPTIONS_SINGLE_LCL= GTK2 QT4 QT5

7Z_DESC= 7z file archiver support
ARC_DESC= Arc file archiver support
ZPAQ_DESC= Zpaq file archiver support
UNACE_DESC= Unace file archiver support
GTK2_DESC= Use gtk20 interface
QT4_DESC= Use qt4 interface
QT5_DESC= Use qt5 interface

OPTIONS_DEFAULT= GTK2 7Z

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MGTK2}
USE_FPC+= gtk2
USE_GNOME= gtk20
LCL_PLATFORM= gtk2
BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:editors/lazarus-lcl-gtk2
.endif
OPTIONS_DEFAULT= 7Z

.if ${PORT_OPTIONS:MQT4}
LIB_DEPENDS+= libQt4Pas.so:x11-toolkits/qt4pas
LCL_PLATFORM= qt
BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:editors/lazarus-lcl-qt
.if ${FLAVOR:Ugtk2:Mgtk2}
USE_GNOME+= cairo
.endif

.if ${PORT_OPTIONS:MQT5}
LIB_DEPENDS+= libQt5Pas.so:x11-toolkits/qt5pas
LCL_PLATFORM= qt5
BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:editors/lazarus-lcl-qt5
.endif
.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:M7Z}
RUN_DEPENDS+= 7z:archivers/p7zip
Expand Down Expand Up @@ -99,12 +79,6 @@ PLIST_SUB+= UNACE="@comment "
post-patch:
${REINPLACE_CMD} 's|GetSelectedNodePath|Path|g' ${WRKSRC}/peach.pas

do-build:
.for PROJECT_FILE in ${LAZARUS_PROJECT_FILES}
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${LAZBUILD_CMD} --ws=${LCL_PLATFORM} --lazarusdir=${LAZARUS_DIR} ${PROJECT_FILE}
.endfor

pre-install:
@${ECHO_CMD} "#" > ${WRKSRC}/altconf.txt
@${ECHO_CMD} "appdata" >> ${WRKSRC}/altconf.txt
Expand Down
6 changes: 3 additions & 3 deletions archivers/peazip/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1513107866
SHA256 (peazip-6.5.0.src.zip) = 1c19c7d6c346b511c635c95d6ff0277ee0811873133757d3c06c26fec558e7bf
SIZE (peazip-6.5.0.src.zip) = 4181167
TIMESTAMP = 1520457314
SHA256 (peazip-6.5.1.src.zip) = b106811311fbaf42ad5374520df2be8b20a545b80e6f8713a1f10e2e5a79d01e
SIZE (peazip-6.5.1.src.zip) = 4289282
6 changes: 3 additions & 3 deletions archivers/py-bup/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ COMMENT= Very efficient backup system based on the git packfile format
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/posix1e.so:security/py-pylibacl \
xattr:devel/py-xattr \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylibacl>=0:security/py-pylibacl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xattr>=0:devel/py-xattr@${PY_FLAVOR} \
git>=1.5.3.1:devel/git \
par2cmdline>=0.4:archivers/par2cmdline
BUILD_DEPENDS= bash:shells/bash git>=1.5.3.1:devel/git
Expand All @@ -23,7 +23,7 @@ PLIST_SUB= MANDIR=${PREFIX}/man
OPTIONS_DEFINE= TORNADO DOCS
OPTIONS_DEFAULT= DOC
TORNADO_DESC= Bup web server
TORNADO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tornado>=4:www/py-tornado
TORNADO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tornado>=4:www/py-tornado@${PY_FLAVOR}
DOCS_DESC= Build man files and html documentation
DOCS_BUILD_DEPENDS= pandoc:textproc/hs-pandoc
DOCS_VARS= PANDOC=pandoc
Expand Down
2 changes: 1 addition & 1 deletion audio/hs-ALUT/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PORTNAME= ALUT
PORTVERSION= 2.4.0.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio haskell

MAINTAINER= [email protected]
Expand Down
2 changes: 1 addition & 1 deletion audio/hs-OpenAL/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PORTNAME= OpenAL
PORTVERSION= 1.7.0.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio haskell

MAINTAINER= [email protected]
Expand Down
5 changes: 2 additions & 3 deletions audio/hs-libmpd/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $FreeBSD$

PORTNAME= libmpd
PORTVERSION= 0.9.0.6
PORTREVISION= 1
PORTVERSION= 0.9.0.8
CATEGORIES= audio haskell

MAINTAINER= [email protected]
Expand All @@ -11,7 +10,7 @@ COMMENT= MPD client library
LICENSE= MIT

USE_CABAL= attoparsec>=0.10.1 data-default-class>=0.0.1 mtl>=2.0 \
network>=2.1 old-locale>=1.0 text>=0.11 utf8-string>=0.3.1
network>=2.1 old-locale>=1.0 utf8-string>=0.3.1

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions audio/hs-libmpd/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1499538914
SHA256 (cabal/libmpd-0.9.0.6.tar.gz) = bdebb946bba078ed85de12d71ef2e7efa7f28c1ed806d9a390a20d5e4590c937
SIZE (cabal/libmpd-0.9.0.6.tar.gz) = 38707
TIMESTAMP = 1524150587
SHA256 (cabal/libmpd-0.9.0.8.tar.gz) = 582b0a405e39148d3a5046e8ad00c9e217688e60c70393eb36cd651e1991ed4e
SIZE (cabal/libmpd-0.9.0.8.tar.gz) = 38932
3 changes: 1 addition & 2 deletions audio/musicpd/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $FreeBSD$

PORTNAME= musicpd
PORTVERSION= 0.20.18
PORTREVISION= 4
PORTVERSION= 0.20.20
CATEGORIES= audio ipv6
MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
DISTNAME= mpd-${PORTVERSION}
Expand Down
6 changes: 3 additions & 3 deletions audio/musicpd/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1519569665
SHA256 (mpd-0.20.18.tar.xz) = 6a582dc2ae90b94ff3853f9ffd7d80b2c2b5fe2e2c35cb1da0b36f3f3dfad434
SIZE (mpd-0.20.18.tar.xz) = 792416
TIMESTAMP = 1527332444
SHA256 (mpd-0.20.20.tar.xz) = a9e458c6e07cdf62649de7722e1e5a7f13aa82eeb397bfbbebc07cf5cf273584
SIZE (mpd-0.20.20.tar.xz) = 793776
3 changes: 2 additions & 1 deletion audio/soundconverter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gstreamer>=0.10:multimedia/py-gstreamer@${PY_FLAVOR}

NO_ARCH= yes
USES= desktop-file-utils gmake python:2.7 shebangfix tar:xz
USES= desktop-file-utils gettext-tools gmake python:2.7 \
shebangfix tar:xz

SHEBANG_FILES= bin/soundconverter.py

Expand Down
11 changes: 5 additions & 6 deletions benchmarks/hs-criterion/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@
# $FreeBSD$

PORTNAME= criterion
PORTVERSION= 1.2.1.0
PORTREVISION= 1
PORTVERSION= 1.4.1.0
CATEGORIES= benchmarks haskell

MAINTAINER= [email protected]
COMMENT= Robust, reliable performance measurement and analysis

LICENSE= BSD3CLAUSE

USE_CABAL= aeson ansi-wl-pprint base-compat cassava code-page \
exceptions Glob js-flot js-jquery microstache mtl mwc-random \
optparse-applicative parsec statistics text transformers-compat \
vector vector-algorithms
USE_CABAL= aeson ansi-wl-pprint base-compat base-compat-batteries \
cassava code-page exceptions Glob js-flot js-jquery \
microstache mtl mwc-random optparse-applicative statistics \
transformers-compat vector vector-algorithms

INSTALL_PORTEXAMPLES= \
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}
Expand Down
6 changes: 3 additions & 3 deletions benchmarks/hs-criterion/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1499613825
SHA256 (cabal/criterion-1.2.1.0.tar.gz) = d9f4bb88a8762f91ce305896cd7e964d25f007949f7e05514503eec59ca97041
SIZE (cabal/criterion-1.2.1.0.tar.gz) = 126663
TIMESTAMP = 1525009665
SHA256 (cabal/criterion-1.4.1.0.tar.gz) = c49306676aa7927c3ca3c1807b081d1e86771eb8da99c8391f9c4dacb24a826c
SIZE (cabal/criterion-1.4.1.0.tar.gz) = 130976
5 changes: 2 additions & 3 deletions benchmarks/iperf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# $FreeBSD$

PORTNAME= iperf
PORTVERSION= 2.0.10
PORTREVISION= 1
PORTVERSION= 2.0.11
CATEGORIES= benchmarks
MASTER_SITES= SF/${PORTNAME}2

Expand All @@ -26,7 +25,7 @@ IPV6_CONFIGURE_ENABLE= ipv6
THREADS_CONFIGURE_ENABLE= threads
THREADS_LDFLAGS= -lpthread

post-install:
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} README doc/*.gif doc/*.html ${STAGEDIR}${DOCSDIR}/

Expand Down
6 changes: 3 additions & 3 deletions benchmarks/iperf/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1502528492
SHA256 (iperf-2.0.10.tar.gz) = 7fe4348dcca313b74e0aa9c34a8ccd713b84a5615b8578f4aa94cedce9891ef2
SIZE (iperf-2.0.10.tar.gz) = 290282
TIMESTAMP = 1527215082
SHA256 (iperf-2.0.11.tar.gz) = b7d650d07c6bb0e357b5938a20e4ac33876012fddb952299c5d321e6958da5d2
SIZE (iperf-2.0.11.tar.gz) = 330923
11 changes: 0 additions & 11 deletions benchmarks/iperf/files/patch-src-Client.cpp

This file was deleted.

Loading

0 comments on commit 5ae89bf

Please sign in to comment.