2068 Commits

Author SHA1 Message Date
sthen
c548be6b43 Fix MASTER_SITES, and update to the 3.1 Princeton WordNet database. 2017-08-10 09:34:41 +00:00
jca
c19b08b618 Avoid an out of bound array access.
Reported by Michael Reed, ok sthen@ (maintainer)
2017-08-08 10:26:13 +00:00
bluhm
79bc326aee Use configure style modinst instead of p5-Module-Install dependency.
OK sthen@
2017-08-04 09:27:03 +00:00
naddy
71a2c3a843 Extract nested functions; from maintainer Donovan Watteau.
Nested functions are a GCC extension not supported by clang.
2017-08-03 20:26:49 +00:00
sthen
68a098f50f bump. WANTLIB/LIB_DEPENDS came from clang.port.mk even though is a no-binary
PKG_ARCH=* package.
2017-07-27 17:02:38 +00:00
sthen
48dbc605b1 add COMPILER_LIBCXX to WANTLIB and bump 2017-07-27 09:55:44 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
zhuk
c64ac12c07 Another Qt5 & C++11 fallout, found by kili@. 2017-07-17 21:04:03 +00:00
landry
1b7362e4df Update to memcached 1.4.39.
Fixes CVE-2017-9951.

Create var/run/memcached with correct perms/ownership in rc_pre, and
document in README how to make it listen on a unix socket instead of
localhost/network.

ok giovanni@ (maintainer)
2017-07-17 08:35:08 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
ajacoutot
2463bc9f37 Sync WANTLIB after libarchive lost lzo2.
reported by nigel@
2017-07-14 11:43:51 +00:00
bcallah
223190dbd8 Update to 0.5.6 -- adds case-insensitive REs. Tweak license marker to be
more specific (GPLv3+).
ok Girish Venkatachalam (MAINTAINER)
2017-07-03 05:43:56 +00:00
giovanni
75a5b5722a update to 1.4.38 2017-07-01 13:54:39 +00:00
giovanni
8d533b5c4e bugfix update to 1.4.37 and regen patches 2017-06-20 19:52:26 +00:00
schwarze
9c38ab57c3 almost identical formatting, drop USE_GROFF and bump 2017-06-17 16:58:24 +00:00
schwarze
5ff7c6286f Crappy DocBook v1.75.2 stuff.
Looks better with mandoc than with groff now,
so drop USE_GROFF and bump the two subpackages containing manuals.
2017-06-15 00:41:06 +00:00
schwarze
f9f5fa6c52 drop USE_GROFF and bump; mandoc groks enough \l now 2017-06-02 19:54:15 +00:00
espie
cc5bc426ed switch everything to new COMPILER idiom, even stuff that won't build with clang
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
ajacoutot
7995708f3c Bring rc_bg back. 2017-05-27 19:57:05 +00:00
ajacoutot
958bb491e0 I forgot the bump commit... 2017-05-27 13:55:58 +00:00
ajacoutot
13730769c8 Cope with recent rc.subr(8) change (removal of rc_bg etc.) 2017-05-27 13:53:06 +00:00
espie
b57d6eb8e1 WANT_CXX 2017-05-27 05:02:07 +00:00
espie
67f55a2f7f one default constructor to build them all 2017-05-25 00:14:40 +00:00
espie
78234632ff assert gnu89 inlines 2017-05-19 23:36:08 +00:00
espie
17a9aa136d fixes for clang, still warns a lot 2017-05-19 23:33:01 +00:00
espie
dfe564c22b assert gnu89-inline 2017-05-19 23:23:11 +00:00
espie
5547286ead kill most of the / at the end of WRK* variables 2017-05-11 20:50:55 +00:00
benoit
287dcbbc5f Update to p5-Lingua-Romana-Perligata-0.601. 2017-05-10 20:18:32 +00:00
benoit
dd81b702ae Update to p5-I18N-Charset-1.417. 2017-05-10 20:11:16 +00:00
schwarze
344fd639f0 mandoc(1) now supports .ta and .ti, drop USE_GROFF and bump 2017-05-08 17:41:49 +00:00
espie
e0b52f0ff8 make it build with clang, clean up a shitload of warnings and errors,
make it obey CFLAGS, extract the embedded source so we can patch it.
2017-05-07 23:57:16 +00:00
naddy
e8c9cce4ae adding missing includes and not redefining void as char makes this build
with clang
2017-04-30 13:55:57 +00:00
benoit
7b734eb179 Update to ytree-1.99. 2017-04-30 11:04:36 +00:00
benoit
26ff4574d1 Update to p5-User-Identity-0.97. 2017-04-30 10:56:02 +00:00
benoit
2e44d0a3ea Update to p5-I18N-Charset-1.415. 2017-04-30 10:36:32 +00:00
espie
8fc4e4103d fix the two nits that prevent clang from compiling junk 2017-04-28 10:01:01 +00:00
sthen
a04350fda9 Fix local patch which removes -lm from linker invocation. Fixes with lld. 2017-04-24 08:46:19 +00:00
jsg
d1cd0b52bd add a non-implicit return type to a function to fix the build with clang 2017-04-22 05:54:02 +00:00
jsg
4219ed2278 remove -Werror to fix the build with clang 2017-04-22 05:34:00 +00:00
jasper
5325a42408 update to portroach-2.0.11, containing a bunch of fixes related to github.
nb: in order to do a full portroach scan one needs a github token otherwise
rate-limiting will block requests after the default limit of 60 p/h has been reached.
2017-04-16 09:14:52 +00:00
naddy
ad014cf1e9 fix build with clang; drop maintainer 2017-04-13 21:21:43 +00:00
giovanni
0585f863f2 Important bugfix update to 1.4.36
Full Changelog at https://github.com/memcached/memcached/wiki/ReleaseNotes
2017-04-11 12:49:52 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
jasper
9ac9d5863c update to rlwrap-0.43 2017-04-09 11:53:44 +00:00
fcambus
26e3d4e094 Update mc to 4.8.19 and switch HOMEPAGE to use HTTPS.
OK shadchin@, robert@
2017-03-28 20:43:40 +00:00
jasper
929ff7ce5e Fix for Perl 5.24 2017-03-25 14:18:49 +00:00
jca
e347678b47 Honour CFLAGS 2017-03-14 02:43:18 +00:00
jca
eeed845f5c Use lang/gcc on arm 2017-03-14 02:36:36 +00:00
jca
c9b516c09c Honour CC 2017-03-04 16:36:00 +00:00