sthen
f58de507e3
update to ImageMagick 6.9.10-14
2018-11-06 22:27:13 +00:00
naddy
6884cc0244
Use autoreconf to correctly install the components of the GNU build
...
framework. The included autogen.sh script creates a state that
causes autoheader to be re-run during the build. If autoheader-2.13
happened to be installed, the build would break.
ok jmatthew@
2018-11-06 21:57:25 +00:00
robert
a47fafb319
unbreak build by adding a missing patch from the previous update
2018-11-06 20:53:13 +00:00
naddy
f464416954
Add includes for missing declarations. Required by gcc 4.9. Other
...
compilers appear to pick these up by accident.
2018-11-06 20:09:35 +00:00
rsadowski
a15cddbf9a
Update weechat 2.3
...
ok danj@
2018-11-06 19:34:04 +00:00
landry
e1ea98211d
Fix packaging on !clang archs by adding LIB_DEPENDS to LIB_DEPENDS-main,
...
this way MODGCC4_WANTLIB is reachable. No change on clang archs.
2018-11-06 18:26:27 +00:00
bcallah
1c51e60221
Update to julius-0.0.0.20181104
2018-11-06 17:38:10 +00:00
rsadowski
e19fa07465
Update homebank-5.2.2
...
ok pea@
2018-11-06 17:24:42 +00:00
sthen
a50e9ab846
missed revision bump (ruby)
2018-11-06 14:57:47 +00:00
sthen
f937b8caa0
missed bump
2018-11-06 14:48:46 +00:00
sthen
3d6a81c64a
missed bump
2018-11-06 14:48:20 +00:00
sthen
3165f6143f
update to calc-2.12.7.1
2018-11-06 14:44:58 +00:00
sthen
12488f7920
update to radicale-2.1.11
2018-11-06 14:29:37 +00:00
sthen
a4878ebe1c
update to BIND 9.12.3, switching to 9.12.x branch
2018-11-06 13:48:40 +00:00
landry
60208a3a26
Use the same patch as freebsd for simplicity
...
prodded by & ok ajacoutot@
2018-11-06 12:43:51 +00:00
danj
7ece11f014
+ py-contextlib2
...
+ py-contextlib2,python3
2018-11-06 12:20:35 +00:00
danj
2e1f58957a
Import py-contextlib2-0.5.5, from Pamela Mosiejczuk, ok rsadowski@
...
contextlib2 is a backport of the Python standard library's contextlib
module to earlier Python versions.
2018-11-06 12:17:06 +00:00
espie
46ba999366
zap final remains of MIRROR_MK
2018-11-06 11:13:44 +00:00
espie
ff7c051a48
... and make it phony
2018-11-06 10:45:48 +00:00
espie
0254186279
use the dpb trick in order to have some pseudo-target from main Makefile
2018-11-06 10:45:27 +00:00
landry
f3722f7a65
Fix build on !clang, from George Koehler, thanks!
...
use an old-style c++ initializer () instead of a c++11 initializer {}
that triggers an "error: cannot convert 'const GdkRGBA {aka const
_GdkRGBA} to 'gdouble {aka double}' in initialization" when using g++
4.9 on those platforms.
ok ajacoutot@ jasper@
2018-11-06 10:19:31 +00:00
sebastia
0fcad9ccf4
small update to 3.12.1
2018-11-06 09:52:40 +00:00
sebastia
aa05a3cf76
small update to 1.5.3
2018-11-06 09:52:07 +00:00
ajacoutot
d055096ea5
Update to harfbuzz-2.1.1.
2018-11-06 08:11:49 +00:00
bentley
e06dd0ba20
Move homepage to https.
2018-11-06 06:17:01 +00:00
robert
91db23582c
update to 2018.11.70 and sync some changes with chromium
2018-11-05 22:04:39 +00:00
edd
220066a668
Update devel/radare2 and bindings to the newest versions (3.0.1/2.9.0).
...
The majority of the work was done by David Carlier, with input from
myself and semarie@.
OK semarie@, thanks!
2018-11-05 21:55:41 +00:00
rsadowski
7a580cd4a9
unbreak LLD build
...
`SSL_library_init` is in libssl so add `-lssl` to LIBS.
bump hint and ok naddy@
2018-11-05 21:32:48 +00:00
naddy
74ac1bc33b
When building with ports gcc, compile the C parts with -std=gnu11
...
to match the visibility of max_align_t between C and C++.
GCC 4.9 defaults to C89 and does not accept the "restrict" keyword
by default. This causes a configure check to add -std=gnu99 to the
compiler flags. Since max_align_t is from C11, the -std=gnu99 flag
removes it from visibility and gnutls's copy of gnulib then provides
its own replacement definition of max_align_t. When gnutls builds
its C++ library, the C++ visibility rules are different. The
max_align_t from stddef.h reappears and collides with the gnulib
replacement.
2018-11-05 21:29:50 +00:00
bluhm
6324ebf7d2
update p5-Mail-SPF-Iterator to 1.118
2018-11-05 19:27:53 +00:00
pvk
a1dd5b23af
Security update gitea 1.5.0 -> 1.5.3
...
diff and OK from Klemens Nanni kn@, thanks!
2018-11-05 19:10:15 +00:00
sthen
71e92fb0b1
most post-patch to do-gen
2018-11-05 17:24:32 +00:00
sthen
f69363d670
most post-patch to do-gen
2018-11-05 17:23:41 +00:00
sthen
d38c34111a
remove junk target; noop
2018-11-05 17:23:12 +00:00
ajacoutot
7e36471620
Update to pangomm-2.42.0.
2018-11-05 17:20:11 +00:00
espie
8df4210658
introduce new intermediate "gen" target, to regenerate configure
...
information (between post-patch and pre-configure).
and convenience regen target.
rationale: discussed with sthen@, having this in post-patch means you
need to clean up before running it again. Having it in configure is
somewhat time-consuming. So an extra stage where you can easily control
it makes sense.
Only moves gnu module hooks and REORDER_DEPENDENCIES to use gen for now,
all ports using autogen/setup.sh should probably move to that as well
okay landry@
2018-11-05 15:59:17 +00:00
naddy
0f3a8bd688
We no longer need to handle the case that the system compiler is
...
not clang on amd64. Also add COMPILER_LIBCXX to WANTLIB on all
archs.
ok sthen@ ajacoutot@
2018-11-05 14:57:09 +00:00
sthen
a4053da061
sync changes from gcc/4.9; from Brad, ok pascal@
2018-11-05 11:52:55 +00:00
landry
c3f5af08a4
Update to QGIS 3.4.1.
2018-11-05 10:51:47 +00:00
bentley
ed24aae5c1
Explicitly disable libedit support since we don't install the needed headers.
...
ok naddy@
2018-11-05 10:24:17 +00:00
ajacoutot
b86bfd32c0
Update to py-cairo-1.18.0.
2018-11-05 08:43:27 +00:00
ajacoutot
a9bed7d3a9
Update to atk2mm-2.28.0.
2018-11-05 08:38:09 +00:00
fcambus
a6e6239ee1
Update termtosvg to 0.6.0.
2018-11-05 08:15:31 +00:00
ajacoutot
3c5c6142d7
Update to help2man-1.47.8.
...
from Brad
2018-11-05 08:01:13 +00:00
ajacoutot
4d6731c749
Use upstream patch to fix the build on !X86 archs.
...
from Brad (maintainer)
2018-11-05 07:58:37 +00:00
rpointel
4cd0b851ec
update django to 2.1.3 and 1.11.16.
...
from wen heping: wenheping2000 at hotmail dot com (thanks).
2018-11-05 06:49:37 +00:00
rsadowski
bed6c08cdd
bugfix update mkvtoolnix-28.2.0
2018-11-05 06:18:16 +00:00
rsadowski
2a065c792f
Update font-awesome-5.5.0
2018-11-05 05:49:29 +00:00
bluhm
21c2a242bc
Test requires p5-Test-Pod-Coverage, add dependency.
2018-11-04 23:35:58 +00:00
danj
c160baed91
Register py-keyczar removal
2018-11-04 21:39:46 +00:00