ajacoutot
2b9324dd9e
Merged upstream.
2020-11-19 12:06:38 +00:00
sthen
c351c7d195
disable hidden build dep on ccache (picked up if present during configure)
2020-11-19 11:41:01 +00:00
sthen
8a0e1bd59f
cryptopp: disable asm on powerpc* for now, gkoehler@'s tests with asm
...
failed (https://marc.info/?l=openbsd-ports&m=160575195204466&w=2 )
2020-11-19 11:30:55 +00:00
benoit
0208e5b4e4
Update to p5-GD-2.73.
2020-11-19 08:43:57 +00:00
benoit
6d3af3987b
Unbreak cgicc, spotted by ajacoutot@ Thanks
2020-11-19 08:01:26 +00:00
kirby
69fed9822f
switch HOMEPAGE to HTTPS here too
2020-11-19 07:42:18 +00:00
kirby
90a626bf61
switch HOMEPAGE to HTTPS
2020-11-19 07:33:53 +00:00
benoit
26ba43b785
+p5-Data-Section-Simple
2020-11-19 07:19:54 +00:00
benoit
edf043275f
Import p5-Data-Section-Simple-0.07 from wen heping, OK afresh1@
2020-11-19 07:15:49 +00:00
jca
2175183692
Prevent gnulib compat code from using snprintf("...%n") for no good reason
...
Heavier fix in upstream gnulib:
https://lists.gnu.org/archive/html/bug-gnulib/2020-10/msg00013.html
Spotted by schwarze@, ok bcallah@ (maintainer) schwarze@
2020-11-19 00:17:49 +00:00
jca
576530f97f
Sync changes from base-clang
...
The previous commit was missing some files. Ah, cvs...
From Brad
2020-11-18 21:20:00 +00:00
jca
dad7c7c329
Sync with changes in base-clang
...
From Brad
2020-11-18 21:13:37 +00:00
benoit
79c6b9a296
Update to p5-Quota-1.8.1.
2020-11-18 20:31:55 +00:00
benoit
9722ec649c
Update to p5-Module-ScanDeps-1.29.
2020-11-18 19:57:53 +00:00
sthen
22dae26dea
update to wslay-1.1.1, enable DEBUG_PACKAGES while there
2020-11-18 19:43:26 +00:00
benoit
5c4aca0da2
Update to p5-Convert-Binary-C-0.80.
2020-11-18 19:22:50 +00:00
ajacoutot
57280ae508
Remove dependency on lcms2.
...
spotted by naddy@
2020-11-18 18:47:53 +00:00
landry
7d758ed171
Update to thunderbird 78.5.0.
...
See https://www.thunderbird.net/en-US/thunderbird/78.5.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-52/
remove jumbo patch from #1663715 fixing build with rust 1.47, merged
upstream.
2020-11-18 18:13:34 +00:00
sthen
4df1accb00
net/nagios/nrpe: update HOMEPAGE, warn in DESCR that 1) this is an old version
...
for compat with junk crypto, and 2) current versions are no longer under active
development upstream. This is often used for remote checks on disk space etc,
suggest using manubolon-snmp + an SNMP daemon instead.
2020-11-18 15:46:45 +00:00
benoit
0502caa3a8
Update to p5-PAR-Dist-0.50.
2020-11-18 14:41:20 +00:00
benoit
14156cf446
Update to matio-1.5.19.
...
From wen heping with tweaks by me
2020-11-18 14:20:14 +00:00
robert
981b121a03
update to 87.0.4280.66
2020-11-18 12:29:32 +00:00
sthen
12e33152b1
pull in the dog(1) manual from upstream's binary archive (it's normally
...
created using pandoc)
2020-11-18 12:10:08 +00:00
sthen
3f197084d9
+dog
2020-11-18 10:24:41 +00:00
sthen
f0df41acdc
import ports/net/dog, ok rsadowski@ gonzalo@
...
dog is an open-source DNS client for the command-line. It has colourful
output, supports the DoT and DoH protocols, and can emit JSON.
2020-11-18 10:24:19 +00:00
jasper
81ee7e1889
update to spidermonkey78-78.5.0
2020-11-18 09:41:48 +00:00
landry
afbad337df
Add missing RDEP on p5-Clone
2020-11-18 08:46:31 +00:00
sthen
141ab68e70
citra: remove patches that changed namespace for a cryptopp type.
...
citra already supported newer cryptopp but the port needed patching to
cope with the old one we had in-tree.
2020-11-18 00:17:18 +00:00
sthen
1fe4e04982
amule: apply patch from upstream to cope with cryptopp update
2020-11-18 00:15:57 +00:00
sthen
b2df5abec9
update to cryptopp-8.2.0
2020-11-18 00:15:35 +00:00
bluhm
b6426cb40c
update p5-JSON-MaybeXS to 1.004003
2020-11-17 22:54:27 +00:00
naddy
a68d0199c4
maintenance update to 6.2.1
2020-11-17 21:54:42 +00:00
benoit
60c2802c48
Update to p5-Mojolicious-Plugin-TtRenderer-1.61.
2020-11-17 21:23:43 +00:00
benoit
36c080ce48
Update to cgicc-3.2.19.
2020-11-17 21:05:29 +00:00
sthen
c62ae10a20
fix edit typo, removed wrong line
2020-11-17 20:53:51 +00:00
sthen
57aeb380e6
cryptopp: use unzip -a instead of unzip + pre-patch perl sed
2020-11-17 20:53:11 +00:00
sthen
d99b02a57b
cryptopp: apply a little light ports tidying, use https HOMEPAGE, regen patches
2020-11-17 20:51:34 +00:00
sthen
65052d6f38
openimageio tweaks:
...
- use system pugixml rather than embedded copy (fixing a build error
seen with Blender 2.81 if system pugixml is installed during build)
- switch python bindings from py2 to py3, removing another user of
boost_python27 libs
- sort LIB_DEPENDS
ok pascal@ (maintainer)
2020-11-17 20:37:09 +00:00
rsadowski
8fdfd5505e
Only if the requested module is found, set MODTCL_* and/or MODTK_*
2020-11-17 19:33:55 +00:00
ajacoutot
95ab97acf6
Define HAVE_LOGINCAP so that setusercontext(30 is called.
...
Thanks to sthen@ for listening to me talking to myself until I found this
out :-)
2020-11-17 17:48:19 +00:00
landry
8c0c4fb5f0
Update to firefox-esr 78.5.0.
...
See https://www.mozilla.org/en-US/firefox/78.5.0/releasenotes/
Fixes https://www.mozilla.org/security/advisories/mfsa2020-51/
* remove all the MOZILLA_USE_* and the common BUILD_DEPENDS bits that
were removed from mozilla.port.mk
* properly install share/pixmaps/firefox-esr.png and point at it in the
desktop file, should ease icon overriding by third-party themes
* drop jumbo patch from #1663715 fixing build with rust 1.47, merged upstream
2020-11-17 16:09:58 +00:00
landry
4f5cb46ceb
Update to firefox 83.0.
...
See https://www.mozilla.org/en-US/firefox/83.0/releasenotes/
Fixes https://www.mozilla.org/security/advisories/mfsa2020-50/
* remove all the MOZILLA_USE_* and the common BUILD_DEPENDS bits that
were removed from mozilla.port.mk
* properly install share/pixmaps/firefox.png and point at it in the
desktop file, should ease icon overriding by third-party themes
* drop patch fixing build on arm64 from #1672619 merged upstream
* drop patches from #1666701 , merged upstream
2020-11-17 16:07:07 +00:00
landry
32a538a6b6
Follow changes in mozilla.port.mk
...
- plumbing to build against system cairo/hunspell moved here from module
- remove all the deprecated MOZILLA_USE* bits
- bump REVISION for nss dep change
- while here enable aarch64 build, who knows..
2020-11-17 16:01:45 +00:00
landry
033a85da25
drop all the redundant/deprecated bits that were either removed or moved to mozilla.port.mk - bump REVISION for nss change
2020-11-17 15:59:00 +00:00
landry
b88eded537
drop all the redundant/deprecated bits that were either removed or moved to mozilla.port.mk - no REVISION bump as it uses bundled nss
2020-11-17 15:58:06 +00:00
landry
6f99ae8032
Fall cleanup in mozilla.port.mk, in preparation for fx 83
...
- update nss dep to 3.59, will be required for gecko 84
- drop options to build against systemwide
cairo/hunspell/libevent/sqlite as those were dropped upstream
(#1611386 for sqlite, #1432751 for cairo)
- move the dependency for nasm (required for dav1d since 67) from the
consumers to the module
- move the dependency for rust & llvm from the consumers to the module
(cbindgen and nodejs are next, but seamonkey doesnt require them yet)
- drop the plumbing for the debug FLAVOR, DEBUG_PACKAGES is the new hotness
- all consumers build against Gtk3, drop MOZILLA_USE_GTK3
2020-11-17 15:56:55 +00:00
ajacoutot
dfdf707aec
Update to gtk-doc-1.33.1.
2020-11-17 15:48:35 +00:00
fcambus
10d0386620
Drop maintainership.
2020-11-17 13:01:11 +00:00
ajacoutot
a455133e8c
We still need CFLAGS += -O0 which I wrongly removed in a previous commit.
2020-11-17 12:18:55 +00:00
sthen
d79fafc34f
libinotify: add a pkg-readme explaining that openfiles/maxfiles limits may
...
need to be increased for kqueue, based on the one in glib2. regen plist
and add debug packages while there. ok aja@
2020-11-17 10:23:18 +00:00