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 11, 2020
1 parent 9b6ee91 commit 65cb4ee
Show file tree
Hide file tree
Showing 5,709 changed files with 132,383 additions and 143,456 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 2 additions & 1 deletion accessibility/linux-c7-atk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

PORTNAME= atk
PORTVERSION= 2.28.1
DISTVERSIONSUFFIX= -1.el7
DISTVERSIONSUFFIX= -2.el7
PORTREVISION= 1
CATEGORIES= accessibility linux

MAINTAINER= [email protected]
Expand Down
14 changes: 7 additions & 7 deletions accessibility/linux-c7-atk/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TIMESTAMP = 1556468753
SHA256 (centos/atk-2.28.1-1.el7.i686.rpm) = 5d4110591a2c1ef104ab5ab853635bb5161605635e622553bdef720d6c438f4c
SIZE (centos/atk-2.28.1-1.el7.i686.rpm) = 267648
SHA256 (centos/atk-2.28.1-1.el7.x86_64.rpm) = 29c5f11d640a91806cccfffd1477812940c123768febed5540c8cf2b2e4ad8e5
SIZE (centos/atk-2.28.1-1.el7.x86_64.rpm) = 269000
SHA256 (centos/atk-2.28.1-1.el7.src.rpm) = 3444f24c570b5388d58eba70dec7beae5b66e57ce01f8e8d7a8ef98a8c5536ab
SIZE (centos/atk-2.28.1-1.el7.src.rpm) = 731935
TIMESTAMP = 1588506931
SHA256 (centos/atk-2.28.1-2.el7.i686.rpm) = 8cf865025c4123bbb91d99b6e14151b9255cbf46a6a3fe13acb98445b71d9efb
SIZE (centos/atk-2.28.1-2.el7.i686.rpm) = 267800
SHA256 (centos/atk-2.28.1-2.el7.x86_64.rpm) = 942fc4bc5390444c1758043bc5dd4c01c84e3e7c008c1c8ad4a6aefffb5e458d
SIZE (centos/atk-2.28.1-2.el7.x86_64.rpm) = 268988
SHA256 (centos/atk-2.28.1-2.el7.src.rpm) = 722e38b119bd945cac8c152f2b824dbadea56f55004502364d80e0a17534223a
SIZE (centos/atk-2.28.1-2.el7.src.rpm) = 731636
2 changes: 1 addition & 1 deletion accessibility/rubygem-atk/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= atk
PORTVERSION= 3.4.1
PORTVERSION= 3.4.2
CATEGORIES= accessibility rubygems
MASTER_SITES= RG

Expand Down
6 changes: 3 additions & 3 deletions accessibility/rubygem-atk/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1572274411
SHA256 (rubygem/atk-3.4.1.gem) = 88240dd7f28f38d05349363585827df2da258412c531744bf18f74e3824a1829
SIZE (rubygem/atk-3.4.1.gem) = 15872
TIMESTAMP = 1588450806
SHA256 (rubygem/atk-3.4.2.gem) = f29a8a211f2693c5e7e7af3e4e101f959c69137ac816798bcc720c02878762cb
SIZE (rubygem/atk-3.4.2.gem) = 15872
1 change: 1 addition & 0 deletions archivers/R-cran-zip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

PORTNAME= zip
DISTVERSION= 2.0.4
PORTREVISION= 1
CATEGORIES= archivers
DISTNAME= ${PORTNAME}_${DISTVERSION}

Expand Down
3 changes: 0 additions & 3 deletions archivers/p5-Compress-Raw-Zlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod
USES= perl5
USE_PERL5= configure

post-patch:
@${REINPLACE_CMD} -e '/^BUILD_ZLIB/ s|True|False|; /^INCLUDE/ s|= .*$$|= ${INCLUDEDIR}|; /^LIB/ s|= .*$$|= ${LIBDIR}|' ${WRKSRC}/config.in

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Zlib/Zlib.so

Expand Down
15 changes: 15 additions & 0 deletions archivers/p5-Compress-Raw-Zlib/files/patch-config.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
--- config.in.orig 2019-03-16 16:41:19 UTC
+++ config.in
@@ -16,9 +16,9 @@
# Setting the Gzip OS Code
#

-BUILD_ZLIB = True
-INCLUDE = ./zlib-src
-LIB = ./zlib-src
+BUILD_ZLIB = False
+INCLUDE = /usr/include
+LIB = /usr/lib
OLD_ZLIB = False
GZIP_OS_CODE = AUTO_DETECT

3 changes: 0 additions & 3 deletions archivers/p5-IO-Compress/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@ USE_PERL5= configure

NO_ARCH= yes

post-patch:
@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>
10 changes: 10 additions & 0 deletions archivers/p5-IO-Compress/files/patch-Makefile.PL
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- Makefile.PL.orig 2019-12-07 14:59:48 UTC
+++ Makefile.PL
@@ -42,7 +42,6 @@ WriteMakefile(

INSTALLDIRS => ($] >= 5.009 && $] < 5.011 ? 'perl' : 'site'),

- EXE_FILES => ['bin/zipdetails', 'bin/streamzip'],

(
$] >= 5.009 && $] <= 5.011001 && ! $ENV{PERL_CORE}
3 changes: 1 addition & 2 deletions archivers/quazip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

PORTNAME= quazip
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.1
PORTREVISION= 1
DISTVERSION= 0.9
CATEGORIES= archivers
PKGNAMESUFFIX= -qt5

Expand Down
6 changes: 3 additions & 3 deletions archivers/quazip/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1558983754
SHA256 (stachenov-quazip-v0.8.1_GH0.tar.gz) = 4fda4d4248e08015b5090d0369ef9e68bdc4475aa12494f7c0f6d79e43270d14
SIZE (stachenov-quazip-v0.8.1_GH0.tar.gz) = 150584
TIMESTAMP = 1588315994
SHA256 (stachenov-quazip-v0.9_GH0.tar.gz) = 377ebf77630e4cff7411fe149cb342e10f3be55ba123cc0b1ee09a25fc3faa06
SIZE (stachenov-quazip-v0.9_GH0.tar.gz) = 155764
3 changes: 2 additions & 1 deletion archivers/quazip/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ include/quazip%%QTVER_SUFFIX%%/quazipfileinfo.h
include/quazip%%QTVER_SUFFIX%%/quazipnewinfo.h
include/quazip%%QTVER_SUFFIX%%/unzip.h
include/quazip%%QTVER_SUFFIX%%/zip.h
lib/cmake/QuaZip%%QTVER_SUFFIX%%/QuaZip%%QTVER_SUFFIX%%Config.cmake
lib/libquazip%%QTVER_SUFFIX%%.a
lib/libquazip%%QTVER_SUFFIX%%.so
lib/libquazip%%QTVER_SUFFIX%%.so.1
lib/libquazip%%QTVER_SUFFIX%%.so.1.0.0
share/cmake/Modules/FindQuaZip%%QTVER_SUFFIX%%.cmake
libdata/pkgconfig/quazip.pc
3 changes: 0 additions & 3 deletions archivers/unshield/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,4 @@ USE_LDCONFIG= yes
GH_ACCOUNT= twogood
USE_GITHUB= yes

post-patch:
@${REINPLACE_CMD} -e '/CMAKE_INSTALL_DATAROOTDIR/ s|DATAROOTDIR|PREFIX|' ${WRKSRC}/CMakeLists.txt

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion archivers/unshield/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ lib/libunshield.so
lib/libunshield.so.0
lib/libunshield.so.0.0.0
libdata/pkgconfig/libunshield.pc
man/man1/unshield.1.gz
share/man/man1/unshield.1.gz
1 change: 1 addition & 0 deletions astro/R-cran-maptools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

PORTNAME= maptools
DISTVERSION= 0.9-9
PORTREVISION= 1
CATEGORIES= astro
DISTNAME= ${PORTNAME}_${DISTVERSION}

Expand Down
3 changes: 1 addition & 2 deletions astro/libosmium/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
# $FreeBSD$

PORTNAME= libosmium
PORTVERSION= 2.15.4
PORTVERSION= 2.15.5
DISTVERSIONPREFIX= v
PORTREVISION= 2
CATEGORIES= astro geography devel

MAINTAINER= [email protected]
Expand Down
6 changes: 3 additions & 3 deletions astro/libosmium/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1575309359
SHA256 (osmcode-libosmium-v2.15.4_GH0.tar.gz) = 402247f7764bc20c061fa7d9fad15fc85459b7ce4f420274de78c94d05ddf260
SIZE (osmcode-libosmium-v2.15.4_GH0.tar.gz) = 500435
TIMESTAMP = 1588285492
SHA256 (osmcode-libosmium-v2.15.5_GH0.tar.gz) = b32ab1f3c75c229806d90c087872064050d2f22e1afa70eed8dea32360cde358
SIZE (osmcode-libosmium-v2.15.5_GH0.tar.gz) = 503952
2 changes: 1 addition & 1 deletion astro/mkgmap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= mkgmap
PORTVERSION= r4483
PORTVERSION= r4485
CATEGORIES= astro converters java
MASTER_SITES= http://www.mkgmap.org.uk/download/ \
http://mirror.amdmi3.ru/distfiles/
Expand Down
6 changes: 3 additions & 3 deletions astro/mkgmap/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1587384914
SHA256 (mkgmap-r4483.tar.gz) = 33c83f935c84cc8a129df4f568be734c41b237195527700affd8ede04e659e28
SIZE (mkgmap-r4483.tar.gz) = 3444493
TIMESTAMP = 1588511967
SHA256 (mkgmap-r4485.tar.gz) = 4819efd1a820bb1db40fbbdeb679db6ac7811461d184df7635817669999d4696
SIZE (mkgmap-r4485.tar.gz) = 3456441
2 changes: 1 addition & 1 deletion astro/p5-Astro-Catalog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= Astro-Catalog
PORTVERSION= 4.34
PORTVERSION= 4.35
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Expand Down
6 changes: 3 additions & 3 deletions astro/p5-Astro-Catalog/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1530841277
SHA256 (Astro-Catalog-4.34.tar.gz) = 284d4fd85fd662bf1e1711fa82d8d614d09d6bc8e3bd675a4f5055b47901bdcc
SIZE (Astro-Catalog-4.34.tar.gz) = 266222
TIMESTAMP = 1588450874
SHA256 (Astro-Catalog-4.35.tar.gz) = 7110588444f9f14f5ffc256dd7242ca1a8b2ea6ee9a4f95096cb7028081e0347
SIZE (Astro-Catalog-4.35.tar.gz) = 266376
2 changes: 1 addition & 1 deletion astro/rmap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PORTNAME= rmap
PORTVERSION= 1.2
PORTREVISION= 13
PORTREVISION= 14
CATEGORIES= astro geography
MASTER_SITES= http://rmap.sourceforge.net/

Expand Down
8 changes: 0 additions & 8 deletions audio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
SUBDIR += festvox-cmu_us_ksp_arctic
SUBDIR += festvox-cmu_us_rms_arctic
SUBDIR += festvox-cmu_us_slt_arctic
SUBDIR += festvox-czech
SUBDIR += festvox-don
SUBDIR += festvox-el11
SUBDIR += festvox-kal16
Expand Down Expand Up @@ -211,7 +210,6 @@
SUBDIR += ghostess
SUBDIR += giada
SUBDIR += gimmix
SUBDIR += gkrellmvolume2
SUBDIR += glurp
SUBDIR += gmpc
SUBDIR += gmpc-alarm
Expand Down Expand Up @@ -495,11 +493,9 @@
SUBDIR += mio2jack
SUBDIR += mixer.app
SUBDIR += mixertui
SUBDIR += mixmos
SUBDIR += mixxx
SUBDIR += mixxx21
SUBDIR += mkcue
SUBDIR += mma
SUBDIR += moc
SUBDIR += modplugplay
SUBDIR += moodbar
Expand Down Expand Up @@ -619,7 +615,6 @@
SUBDIR += pavumeter
SUBDIR += pc-mixer
SUBDIR += pd
SUBDIR += pd-cyclone
SUBDIR += pear-Text_Spell_Audio
SUBDIR += penguinsap
SUBDIR += pianobar
Expand Down Expand Up @@ -733,7 +728,6 @@
SUBDIR += shairport-sync
SUBDIR += sherlock-lv2
SUBDIR += shntool
SUBDIR += shorten
SUBDIR += shout
SUBDIR += sidplay
SUBDIR += sidplay2
Expand Down Expand Up @@ -789,7 +783,6 @@
SUBDIR += synthv1-lv2
SUBDIR += taglib
SUBDIR += taglib-extras
SUBDIR += taglib-sharp
SUBDIR += taglookup
SUBDIR += tagtool
SUBDIR += tagutil
Expand Down Expand Up @@ -863,7 +856,6 @@
SUBDIR += xfce4-mpc-plugin
SUBDIR += xfce4-pulseaudio-plugin
SUBDIR += xfmpc
SUBDIR += xhippo
SUBDIR += ximp3
SUBDIR += xmcd
SUBDIR += xmix
Expand Down
17 changes: 10 additions & 7 deletions audio/amsynth/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $FreeBSD$

PORTNAME= amsynth
DISTVERSION= 1.9.0
PORTREVISION= 1
DISTVERSION= 1.10.0
CATEGORIES= audio
MASTER_SITES= https://github.com/amsynth/amsynth/releases/download/release-${DISTVERSION}/

Expand All @@ -12,25 +11,29 @@ COMMENT= Analog modelling software synth
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:audio/dssi
RUN_DEPENDS= dssi>0:audio/dssi
BUILD_DEPENDS= dssi>0:audio/dssi
LIB_DEPENDS= libasound.so:audio/alsa-lib \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libjack.so:audio/jack \
liblash.so:audio/lash \
liblo.so:audio/liblo \
libsndfile.so:audio/libsndfile
RUN_DEPENDS= dssi>0:audio/dssi

USES= compiler:c++11-lang gettext-tools gmake gnome libtool localbase \
pkgconfig tar:bzip2
pkgconfig
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 intltool pango
INSTALLS_ICONS= yes

GNU_CONFIGURE= yes

OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
OPTIONS_DEFINE= MANPAGES NLS
OPTIONS_DEFAULT= MANPAGES
OPTIONS_SUB= yes

MANPAGES_BUILD_DEPENDS= pandoc:textproc/hs-pandoc
MANPAGES_CONFIGURE_WITH= pandoc

NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
Expand Down
6 changes: 3 additions & 3 deletions audio/amsynth/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1555591811
SHA256 (amsynth-1.9.0.tar.bz2) = c0d1e11be528366da543363e73363a4b9fd86f72e03d2d22adb3ec355fa61a80
SIZE (amsynth-1.9.0.tar.bz2) = 1145389
TIMESTAMP = 1588840938
SHA256 (amsynth-1.10.0.tar.gz) = c662232c7a8e87fd907e493bf4660dba4e05a4ad4c3c5380212f056d8dc03826
SIZE (amsynth-1.10.0.tar.gz) = 1504474
11 changes: 9 additions & 2 deletions audio/amsynth/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,17 @@ lib/lv2/amsynth.lv2/BriansBank17.amSynth.bank.ttl
lib/lv2/amsynth.lv2/BriansBank18.amSynth.bank.ttl
lib/lv2/amsynth.lv2/BriansBank19.amSynth.bank.ttl
lib/lv2/amsynth.lv2/BriansBank20.amSynth.bank.ttl
lib/lv2/amsynth.lv2/BriansBank21.amSynth.bank.ttl
lib/lv2/amsynth.lv2/BriansBank22.amSynth.bank.ttl
lib/lv2/amsynth.lv2/amsynth.ttl
lib/lv2/amsynth.lv2/amsynth_factory.bank.ttl
lib/lv2/amsynth.lv2/amsynth_lv2.so
lib/lv2/amsynth.lv2/amsynth_lv2_gtk.so
lib/lv2/amsynth.lv2/manifest.ttl
lib/vst/amsynth_vst.so
%%MANPAGES%%man/de/man1/amsynth.1.gz
%%MANPAGES%%man/fr/man1/amsynth.1.gz
%%MANPAGES%%man/man1/amsynth.1.gz
%%DATADIR%%/banks/BriansBank01.amSynth.bank
%%DATADIR%%/banks/BriansBank02.amSynth.bank
%%DATADIR%%/banks/BriansBank03.amSynth.bank
Expand All @@ -47,6 +52,8 @@ lib/vst/amsynth_vst.so
%%DATADIR%%/banks/BriansBank18.amSynth.bank
%%DATADIR%%/banks/BriansBank19.amSynth.bank
%%DATADIR%%/banks/BriansBank20.amSynth.bank
%%DATADIR%%/banks/BriansBank21.amSynth.bank
%%DATADIR%%/banks/BriansBank22.amSynth.bank
%%DATADIR%%/banks/amsynth_factory.bank
%%DATADIR%%/rc
%%DATADIR%%/skins/default/background.png
Expand Down Expand Up @@ -74,7 +81,7 @@ share/appdata/dssi-amsynth-plugin.metainfo.xml
share/appdata/lv2-amsynth-plugin.metainfo.xml
share/appdata/vst-amsynth-plugin.metainfo.xml
share/applications/amsynth.desktop
%%NLS%%share/locale/de/LC_MESSAGES/amsynth.mo
%%NLS%%share/locale/fr/LC_MESSAGES/amsynth.mo
share/icons/hicolor/48x48/apps/amsynth.png
share/icons/hicolor/scalable/apps/amsynth.svg
%%NLS%%share/locale/de/LC_MESSAGES/amsynth.mo
%%NLS%%share/locale/fr/LC_MESSAGES/amsynth.mo
2 changes: 1 addition & 1 deletion audio/enscribe/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PORTNAME= enscribe
PORTVERSION= 0.1.0
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= audio graphics
MASTER_SITES= http://www.coppercloudmusic.com/enscribe/

Expand Down
2 changes: 1 addition & 1 deletion audio/fasttracker2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PORTNAME= fasttracker2
DISTVERSIONPREFIX= v
DISTVERSION= 1.21
DISTVERSION= 1.23
CATEGORIES= audio

MAINTAINER= [email protected]
Expand Down
6 changes: 3 additions & 3 deletions audio/fasttracker2/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1587623661
SHA256 (8bitbubsy-ft2-clone-v1.21_GH0.tar.gz) = 2f83768e119112696345e743a54584bb95e97d47a60d215f1ac0602a51974416
SIZE (8bitbubsy-ft2-clone-v1.21_GH0.tar.gz) = 4531146
TIMESTAMP = 1588251022
SHA256 (8bitbubsy-ft2-clone-v1.23_GH0.tar.gz) = 6fc47b54e445ad50bda7cb7f0d99b3efec096adaa149befd68564a8dc9fb7c4f
SIZE (8bitbubsy-ft2-clone-v1.23_GH0.tar.gz) = 4471884
3 changes: 1 addition & 2 deletions audio/faudio/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $FreeBSD$

PORTNAME= FAudio
DISTVERSION= 20.04
PORTREVISION= 1
DISTVERSION= 20.05
CATEGORIES= audio

MAINTAINER= [email protected]
Expand Down
6 changes: 3 additions & 3 deletions audio/faudio/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1585800155
SHA256 (FNA-XNA-FAudio-20.04_GH0.tar.gz) = ff18365b401b66944159aac20065bcc343f20f8f19d2341e7718b2ae43f0dec8
SIZE (FNA-XNA-FAudio-20.04_GH0.tar.gz) = 909025
TIMESTAMP = 1588344933
SHA256 (FNA-XNA-FAudio-20.05_GH0.tar.gz) = 62e68c61970552f27f0bc4943bf92af5f4b9ae2a30ed4fa70784e1f7056c6625
SIZE (FNA-XNA-FAudio-20.05_GH0.tar.gz) = 1130178
Loading

0 comments on commit 65cb4ee

Please sign in to comment.