119030 Commits

Author SHA1 Message Date
espie
91ce6e8694 fix method lookup 2017-05-02 17:59:46 +00:00
espie
967a09bcca nullptr is a keyword in modern C++. 2017-05-02 17:49:06 +00:00
espie
1f872fa991 uses gnu89-inlines 2017-05-02 16:56:11 +00:00
espie
bdb8a5647f abs(unsigned) doesn't make much sense.
clang catches an actual bug in jakemsr's code!
2017-05-02 16:47:32 +00:00
espie
43a42c134b fixes for clang 2017-05-02 15:48:41 +00:00
espie
5da24eb0c9 unhardcode gcc/g++/estdc++ 2017-05-02 15:39:54 +00:00
espie
f84a3f18f9 FlexLexer is in a more standard location now, unless you didn't update your
system yet.
2017-05-02 15:29:27 +00:00
espie
294b9af842 force calloc test to return okay, clang optimizes call away because the
result isn't used.
2017-05-02 15:25:32 +00:00
espie
fb0ade23ca trivial fixes for clang 2017-05-02 15:18:31 +00:00
espie
9783b65405 patch config.h post-configure to avoid stupid warnings.
multiple clang fixes, mostly stolen from more current qucs.
2017-05-02 15:13:39 +00:00
tsg
e2c7e696c7 Update to entr-3.7. Maintainer timeout.
"If Eric doesn't answer don't be afraid to go ahead with this update." - jca@
2017-05-02 12:02:49 +00:00
tsg
2e722bdb86 There's no need for 'make fetch-all' when creating a new port. 2017-05-02 11:30:03 +00:00
espie
c47da7ab68 tweak things so that changes of PATCHORIG won't matter.
-> always emit
--- stem.orig
+++ stem
lines regardless of PATCHORIG
-> prepend an Index: line like cvs does
-> add a blank line for comments.

okay aja@
2017-05-02 09:26:30 +00:00
benoit
cbf8504a38 Update to py-gunicorn-19.7.1. 2017-05-02 08:57:45 +00:00
espie
327810434c comparison of pointer vs integer 2017-05-02 08:05:26 +00:00
benoit
44510d57fc Update to py-httpie-0.9.8. 2017-05-02 07:24:25 +00:00
benoit
725c45d8eb Update to p5-URI-Fetch-0.13. 2017-05-02 07:10:53 +00:00
benoit
bc4377fc1b Update to libspectrum-1.3.3. 2017-05-02 07:00:02 +00:00
gonzalo
52e36f10ef Update for Gource to 0.44.
OK benoit@
2017-05-02 03:43:33 +00:00
espie
841b638a3f the slirp emulator needs gnu89 inlines. Fortunately, this is clean enough
that the CFLAGS don't bleed into C++.
2017-05-01 23:54:02 +00:00
espie
584299470f explicitly use gnu89-inlines
shut up noise with clang
2017-05-01 22:32:59 +00:00
espie
22a6c0fc38 regen old patches, fix type of void function 2017-05-01 22:25:54 +00:00
rpe
f73e33a45e Update archivers/makeself to 2.3.0 and change HOMEPAGE.
OK aja@
2017-05-01 21:13:36 +00:00
espie
3860a20277 find proto for missing identifiers 2017-05-01 21:00:15 +00:00
benoit
d834cd21a8 Update to p5-SOAP-Lite-1.20. 2017-05-01 20:59:53 +00:00
espie
bb5b3d84cc fix compile&some warnings/errors with clang 2017-05-01 20:48:55 +00:00
sthen
da0083b97a fix deps, moved to gtk+3 2017-05-01 20:26:59 +00:00
benoit
5499169c23 Update to p5-HTTP-Server-Simple-0.52. 2017-05-01 20:26:16 +00:00
sthen
703d681a8f switch to MODGCC4_ARCHS=${GCC3_ARCHS} ${GCC4_ARCHS} (C only), ok aja@ 2017-05-01 20:21:22 +00:00
espie
6ee959759d EXIT_FAILURE declaration, match new[] with delete[]. 2017-05-01 20:08:41 +00:00
espie
7d4e74671c surprisingly not painful to fix.
#include <iostream.h> -> #include <iostream> + using lines.
can't use namespace std, as this code has names that seriously interfere.
2017-05-01 19:57:34 +00:00
benoit
3ed2386e44 Update to p5-HTML-Tree-5.06. 2017-05-01 19:54:18 +00:00
fcambus
9c4f9bb21c Honour CC and remove hardcoded optimization (-O2) flag. 2017-05-01 19:32:31 +00:00
kili
cc8f62b3a2 Still too much noise for espie@, so add -Wno-expansion-to-defined. 2017-05-01 19:31:08 +00:00
espie
26d56cdae6 fix compile with clang, classes have to be visible when
defining templates.
also fix an obnoxious narrowing warning/error which makes no sense
2017-05-01 19:29:26 +00:00
rsadowski
81f4846bc1 update to klogic-4.0.2
ok jca@
2017-05-01 19:24:57 +00:00
benoit
64079bc921 Update to p5-HTML-FormatText-WithLinks-AndTables-0.07. 2017-05-01 19:23:45 +00:00
rsadowski
9d2b3b65fa disable doxygen
ok jca@
2017-05-01 19:00:21 +00:00
jca
d0004fdd39 New HOMEPAGE and MASTER_SITES
sourceforge kept last in MASTER_SITES because it serves tarballs for
the old versions we use.
2017-05-01 16:36:38 +00:00
jca
bbdf15298a emacs-25.2
Mostly a bug-fixe release, see NEWS for the few things that changed.
The diff for bug #24082 included is in this release.

Tested on armv7 and amd64.  -rc/release test reports from alf, Manuel
Giraud, sunil@ and krw@
2017-05-01 16:25:20 +00:00
shadchin
c01d84eecf Update to ipython 5.3.0
ok edd@ (maintainer)
2017-05-01 15:37:15 +00:00
sthen
c6ab9e398b switch to MODGCC4_ARCHS=${GCC3_ARCHS} ${GCC4_ARCHS}, C only. ok juanfra@ 2017-05-01 15:14:18 +00:00
sthen
fd8c773b55 use MODGCC4_ARCHS=${GCC3_ARCHS} ${GCC4_ARCHS}; c99 but no c++ 2017-05-01 14:15:54 +00:00
sthen
019d386df5 change mupdf's MODGCC4_ARCHS to ${GCC3_ARCHS} ${GCC4_ARCHS}; this is just
C99 not C++ so no mucking about with WANTLIB required.
2017-05-01 14:04:09 +00:00
sthen
cf1c9742f6 update to fldigi-4.0.3 2017-05-01 13:28:09 +00:00
sthen
fd0d5a2848 update to librenms-1.27 2017-05-01 13:22:18 +00:00
juanfra
b0a27634bf Update to clzip 1.9. 2017-05-01 12:22:26 +00:00
juanfra
c2963d1550 Update to lzip 1.19. 2017-05-01 12:21:57 +00:00
naddy
5669219063 remove bytebench: 25 years old and no longer used by anybody; ok jca@, krw@ 2017-05-01 11:10:31 +00:00
nigel
7fc0c72714 Update to fix BBC site changes. Read the release notes
section "do this first"
https://github.com/get-iplayer/get_iplayer/wiki/release300
Ok sthen@
2017-04-30 23:20:24 +00:00