1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
Commit Graph

558214 Commits

Author SHA1 Message Date
Neel Chauhan
b24eca6505 archivers/gzip: Update to 1.11 2021-09-18 20:42:52 -07:00
Wen Heping
845f28fefc devel/p5-String-Random: Update to 0.32 2021-09-19 10:30:54 +08:00
Wen Heping
6aa6183b45 devel/p5-Storable: Update to 3.25 2021-09-19 10:27:50 +08:00
Wen Heping
3bd45fc6ec devel/p5-IPC-Shareable: Update to 1.06 2021-09-19 09:54:12 +08:00
Wen Heping
ebd0af17e8 devel/p5-IO-HTML: Update to 1.004 2021-09-19 09:42:14 +08:00
Wen Heping
bb8fe009a2 lang/python310: Update to 3.10.0rc2 2021-09-19 09:20:37 +08:00
Wen Heping
ef1fcdf8ba devel/p5-Geo-ShapeFile: Update to 3.01 2021-09-19 09:08:54 +08:00
Wen Heping
fa69688dd1 devel/p5-Future: Update to 0.47 2021-09-19 08:46:59 +08:00
Wen Heping
ec41287ef9 devel/p5-Devel-CheckOS: Update to 1.87 2021-09-19 08:35:43 +08:00
Wen Heping
c28599fe30 devel/p5-File-Path-Tiny: Update to 1.0 2021-09-19 08:35:06 +08:00
Wen Heping
82c526a9b9 devel/p5-DateTime-Calendar-Christian: Update to 0.11 2021-09-19 08:28:40 +08:00
Wen Heping
c79e0392c6 astro/p5-Astro-SpaceTrack: Update to 0.147 2021-09-19 08:25:18 +08:00
Wen Heping
120017afd9 devel/p5-DateTime-Calendar-Julian: Update to 0.105 2021-09-19 08:24:41 +08:00
Wen Heping
9a6a6ea853 databases/p5-DBD-Mock: Update to 1.59 2021-09-19 08:19:56 +08:00
Wen Heping
e43dd72c81 astro/p5-Astro-SIMBAD-Client: Update to 0.046 2021-09-19 08:01:40 +08:00
Michael Osipov
ed60959f8d editors/git: Explicitly disable X for console Builds
PR:   258407
2021-09-18 17:51:58 -06:00
Wen Heping
b6c64e2b0e astro/p5-Astro-satpass: Update to 0.121 2021-09-19 07:50:16 +08:00
Jan Beich
ac97cd1762 x11-wm/river: update to s20210918
Changes:	81d103d...b8ebbc2
2021-09-18 22:55:21 +00:00
Jan Beich
796551eafd sysutils/keyd: drop GH_TAGNAME after 2b20d75491 2021-09-18 22:55:21 +00:00
Jan Beich
8a28ff0bd2 multimedia/libva: update to 2.13.0
Rebuild a consumer that already uses VA_CHECK_VERSION(1, 13, 0)

Changes:	https://github.com/intel/libva/compare/2.12.0...2.13.0
Reported by:	Repology
2021-09-18 22:16:46 +00:00
Jan Beich
28469f0bc3 print/scribus-devel: unbreak after dbc5f433f8
scribus/fonts/sfnt.cpp: In function 'QByteArray sfnt::subsetFaceWithHB(const QByteArray&, QList<unsigned int>, int, QMap<unsigned int, unsigned int>&)':
scribus/fonts/sfnt.cpp:1260:3: error: 'hb_subset_input_set_retain_gids' was not declared in this scope; did you mean 'hb_subset_input_set_flags'?
 1260 |   hb_subset_input_set_retain_gids(hbSubsetInput.get(), true);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |   hb_subset_input_set_flags
scribus/fonts/sfnt.cpp:1261:3: error: 'hb_subset_input_set_drop_hints' was not declared in this scope; did you mean 'hb_subset_input_set_user_data'?
 1261 |   hb_subset_input_set_drop_hints(hbSubsetInput.get(), false);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |   hb_subset_input_set_user_data
scribus/fonts/sfnt.cpp:1263:3: error: 'hb_subset_input_set_name_legacy' was not declared in this scope; did you mean 'hb_subset_input_set_flags'?
 1263 |   hb_subset_input_set_name_legacy(hbSubsetInput.get(), true);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |   hb_subset_input_set_flags
scribus/fonts/sfnt.cpp:1266:57: error: 'hb_subset' was not declared in this scope; did you mean 'hb_set_set'?
 1266 |   QScopedPointer<hb_face_t, HbFaceDeleter> hbSubsetFace(hb_subset(hbFullFace.get(), hbSubsetInput.get()));
      |                                                         ^~~~~~~~~
      |                                                         hb_set_set

Reported by:	pkg-fallout
Obtined from:	Arch Linux
2021-09-18 22:04:57 +00:00
Jan Beich
3e693f24a7 devel/electron12: unbreak after dbc5f433f8
../../third_party/skia/src/pdf/SkPDFSubsetFont.cpp:74:5: error: use of undeclared identifier 'hb_subset_input_set_retain_gids'; did you mean 'hb_subset_input_set_flags'?
    hb_subset_input_set_retain_gids(input.get(), true);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    hb_subset_input_set_flags
/usr/local/include/harfbuzz/hb-subset.h:142:1: note: 'hb_subset_input_set_flags' declared here
hb_subset_input_set_flags (hb_subset_input_t *input,
^
../../third_party/skia/src/pdf/SkPDFSubsetFont.cpp:77:5: error: use of undeclared identifier 'hb_subset_input_set_drop_hints'
    hb_subset_input_set_drop_hints(input.get(), false);
    ^
../../third_party/skia/src/pdf/SkPDFSubsetFont.cpp:78:19: error: use of undeclared identifier 'hb_subset'; did you mean 'hb_set_set'?
    HBFace subset(hb_subset(face.get(), input.get()));
                  ^~~~~~~~~
                  hb_set_set
/usr/local/include/harfbuzz/hb-set.h:131:1: note: 'hb_set_set' declared here
hb_set_set (hb_set_t       *set,
^
../../third_party/skia/src/pdf/SkPDFSubsetFont.cpp:78:29: error: cannot initialize a parameter of type 'hb_set_t *' with an rvalue of type 'std::__1::unique_ptr<hb_face_t, SkFunctionWrapper<void (hb_face_t *), &hb_face_destroy>>::pointer' (aka 'hb_face_t *')
    HBFace subset(hb_subset(face.get(), input.get()));
                            ^~~~~~~~~~
/usr/local/include/harfbuzz/hb-set.h:131:29: note: passing argument to parameter 'set' here
hb_set_set (hb_set_t       *set,
                            ^

PR:		258576
Reported by:	pkg-fallout
Obtained from:	Arch Linux
2021-09-18 22:04:57 +00:00
Guangyuan Yang
d65611acb3 devel/py-gitpython: Update to 3.1.24
Changelog:	https://github.com/gitpython-developers/GitPython/blob/main/doc/source/changes.rst#3124
2021-09-18 17:53:47 -04:00
Dmitry Wagin
f00697dcca devel/jetbrains-phpstorm: Update to 2021.2.2
Changelog:	https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+2021.2.2+Release+Notes

PR:		258575
2021-09-18 17:53:23 -04:00
Dmitry Wagin
617c608b14 devel/jetbrains-clion: Update to 2021.2.2
Changelog:	https://confluence.jetbrains.com/pages/viewpage.action?pageId=226394176

PR:		258574
2021-09-18 17:50:32 -04:00
Trenton Schulz
61dc3b006b net/jotta-cli: Update to 0.11.47628
Changelog:	https://docs.jottacloud.com/en/articles/1461561-release-notes-for-jottacloud-cli

PR:		258566
2021-09-18 17:50:13 -04:00
Alexander Vereeken
c028b4e039 x11-themes/flatery-icon-themes: Update to 2021-09-08
PR:		258583
2021-09-18 17:49:54 -04:00
Jan Beich
17218fbbe7 www/chromium: unbreak after dbc5f433f8
../../third_party/skia/src/pdf/SkPDFSubsetFont.cpp:74:5: error: use of undeclared identifier 'hb_subset_input_set_retain_gids'; did you mean 'hb_subset_input_set_flags'?
    hb_subset_input_set_retain_gids(input.get(), true);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    hb_subset_input_set_flags
/usr/local/include/harfbuzz/hb-subset.h:142:1: note: 'hb_subset_input_set_flags' declared here
hb_subset_input_set_flags (hb_subset_input_t *input,
^
../../third_party/skia/src/pdf/SkPDFSubsetFont.cpp:77:5: error: use of undeclared identifier 'hb_subset_input_set_drop_hints'
    hb_subset_input_set_drop_hints(input.get(), false);
    ^
../../third_party/skia/src/pdf/SkPDFSubsetFont.cpp:78:19: error: use of undeclared identifier 'hb_subset'; did you mean 'hb_set_set'?
    HBFace subset(hb_subset(face.get(), input.get()));
                  ^~~~~~~~~
                  hb_set_set
/usr/local/include/harfbuzz/hb-set.h:131:1: note: 'hb_set_set' declared here
hb_set_set (hb_set_t       *set,
^
../../third_party/skia/src/pdf/SkPDFSubsetFont.cpp:78:29: error: cannot initialize a parameter of type 'hb_set_t *' with an rvalue of type 'std::__1::unique_ptr<hb_face_t, SkFunctionWrapper<void (hb_face_t *), &hb_face_destroy>>::pointer' (aka 'hb_face_t *')
    HBFace subset(hb_subset(face.get(), input.get()));
                            ^~~~~~~~~~
/usr/local/include/harfbuzz/hb-set.h:131:29: note: passing argument to parameter 'set' here
hb_set_set (hb_set_t       *set,
                            ^

PR:		258576
Reported by:	pkg-fallout, Stefan Ehmann
Obtained from:	Arch Linux
2021-09-18 21:31:34 +00:00
Romain Tartière
2ed63385d7
sysutils/rubygem-r10k: Update to 3.12.1
ChangeLog:
https://github.com/puppetlabs/r10k/blob/main/CHANGELOG.mkd#3121

With hat:	puppet
2021-09-18 10:38:31 -10:00
Christoph Moench-Tegeder
f476623946 net-mgmt/check_ssl_cert: update to 2.6.0
https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.6.0
2021-09-18 22:27:28 +02:00
TAKATSU Tomonari
6f27b2684d finance/R-cran-vars: Update to 1.5-6 2021-09-18 19:49:19 +00:00
Yuri Victorovich
79be00646b science/axom: Add dependencies 2021-09-18 12:37:10 -07:00
Yuri Victorovich
7be8b69ce0 cad/opentimer: Broken on i386
Reported by:	fallout
2021-09-18 12:37:10 -07:00
Yuri Victorovich
78800bad77 security/liboqs: Add BROKENxx lines
Reported by:	fallout
2021-09-18 12:37:09 -07:00
Yuri Victorovich
eda723f6f9 www/authelia: Broken on i386
Reported by:	fallout
2021-09-18 12:37:08 -07:00
Yuri Victorovich
dbb2ed965a devel/concurrencpp: Broken on 11
Reported by:	fallout
2021-09-18 12:37:08 -07:00
Alexey Dokuchaev
752883bd5c x11/ulauncher: belatedly update Ulauncher to version 5.13.0.
Not reported by:	portscout :(
2021-09-18 19:33:52 +00:00
Tijl Coosemans
820a862e6e net/libsrtp2: Update to 2.4.1 2021-09-18 20:22:03 +02:00
Tijl Coosemans
03e35e3913 print/cups-filters: Update to 1.28.10
Enable POPPLER option by default to support some Brother printers.
(Poppler was already a dependency through the PSHYBRID option.)

PR:		258540
2021-09-18 19:54:06 +02:00
Yuri Victorovich
f0257531e9 science/py-nilearn: Update 0.8.0 -> 0.8.1
Reported by:	portscout
2021-09-18 10:48:28 -07:00
Yuri Victorovich
172ac09c34 math/lean: Update 3.32.1 -> 3.33.0
Reported by:	portscout
2021-09-18 10:48:27 -07:00
Yuri Victorovich
b9c63cc840 audio/bschaffl-lv2: Update 1.4.6 -> 1.4.8
Reported by:	portscout
2021-09-18 10:48:27 -07:00
Yuri Victorovich
cd48d9beaf biology/seqkit: Update 0.16.1 -> 2.0.1 2021-09-18 10:48:26 -07:00
MANTANI Nobutaka
2d34891061 www/emacs-w3m: Update to the snapshot on 2021-09-17 2021-09-19 02:22:08 +09:00
MANTANI Nobutaka
4a666c763a sysutils/dcfldd: Update to 1.7.1 2021-09-19 01:56:15 +09:00
MANTANI Nobutaka
c8ed63c3e7 mail/wanderlust: Update to the snapshot on 2021-06-29 2021-09-19 01:39:37 +09:00
MANTANI Nobutaka
76211ca55d editors/semi: Update to the snapshot on 2021-06-13 2021-09-19 01:25:10 +09:00
MANTANI Nobutaka
d578b6743e editors/flim: Update to the snapshot on 2021-05-29 2021-09-19 01:22:37 +09:00
Eugene Grosbein
73fc549fd2
net/mpd5: add missing change after previous revision
Add r2420 from upstream to speedup multihomed L2TP server a bit.
2021-09-18 23:11:17 +07:00
Eugene Grosbein
091a500aaa
net/mpd5: unbreak multihomed L2TP server setup and add WITHOUT_RADIUS
This change adds two improvements from upstream:

* Use IP_RECVDSTADDR socket option for IPv4 L2TP server
  with unspecified self address (0.0.0.0) to determine destination
  IP address of incoming request and bind new tunnel to right address.
  This unbreaks multihomed L2TP server setup. (r2419)

* Add support for base system built without libradius
  (WITHOUT_RADIUS_SUPPORT): this includes auto-detecting
  libradius presence and force building without RADIUS support.
  Default build is not affected and enables RADIUS support. (r2424)
2021-09-18 22:44:24 +07:00