118872 Commits

Author SHA1 Message Date
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
espie
46c639f81a calling div on unsigned is ambiguous, so force it into a known call (clang) 2017-04-30 22:37:28 +00:00
sthen
bcd6fe806f update to PuTTY-0.69
disable new pageant build for now, doesn't build (setpgrp)
2017-04-30 22:29:53 +00:00
phessler
6fdd2a1424 xml2rfc has been completely re-written, moving from tcl/tk to python.
Update to the version that is currently used for submtting RFCs to the IETF.

OK sthen@
2017-04-30 21:36:05 +00:00
kili
e177836f24 Suppress a lot of (not all) warnings when using clang:
ghc uses cc for generating object files from assembler files and
passes the CONF_CC_OPTS_STAGE? flags to it, which clang doesn't
like, so add -Wno-unused-command-line-argument to the flags passed
to cc if it's clang.

To let this work for the bootstrap compiler, properly CONFIGURE_ENV
when installing the bootstrap (in post-patch:). This also makes the
hack patching the bootstrap/bin/ghc script in post-patch: obsolete.

prodded by (and with some hints from) espie@

~here are still a lot of warnings, most about macros #defined in
storage/ClosureMacros.h. Those should be fixed in a separate step,
probably after an update to ghc-8.
2017-04-30 21:33:26 +00:00
espie
538a08acb7 let's be slightly more helpful and show the dirs we know about along with
the users
2017-04-30 20:56:19 +00:00
sthen
3bdfb5a84e build gpgme,sasl flavour of mutt (as is already done for neomutt).
req by William Graeber
2017-04-30 20:28:12 +00:00
robert
abca6ffa04 Initial import of the MATE Desktop Environment (version 1.18)...
The MATE Desktop Environment is the continuation of GNOME 2.
It provides an intuitive and attractive desktop environment, using
traditional metaphors for Linux and other Unix-like operating systems.

This is imported as WIP (almost done though) to ease review.

ok @ajacoutot

This import contains the following parts of MATE (not hooked up yet):

- mate/atril
document viewer for the MATE desktop

- mate/calc
MATE calculator

- mate/caja
file manager for the MATE desktop

- mate/caja-extensions
extensions for Caja, the MATE file manager

- mate/control-center
MATE control center

- mate/desktop
components for the MATE desktop

- mate/engrampa
file archiver for the MATE desktop

- mate/eom
image viewer for the MATE desktop

- mate/icon-theme
base icon theme for MATE

- mate/libmatekbd
MATE keyboard configuration library

- mate/libmatemixer
mixer library for MATE desktop

- mate/libmateweather
weather library for MATE

- mate/marco
the MATE window manager

- mate/media
media tools for the MATE desktop

- mate/menus
implementation of the FreeDesktop menu spec for MATE

- mate/notification-daemon
MATE notification daemon

- mate/panel
panel component for MATE

- mate/pluma
powerful text editor for the MATE desktop

- mate/power-manager
MATE power manager

- mate/screensaver
MATE screensaver

- mate/session-manager
MATE session manager

- mate/settings-daemon
MATE settings daemon

- mate/terminal
MATE terminal

- mate/themes
standard MATE themes

- mate/utils
MATE support utilities
2017-04-30 19:01:24 +00:00
espie
aa623134ed run ldconfig *after* unpopulate. Makes no sense to scan /usr/local/lib
right before emptying it.
2017-04-30 18:49:14 +00:00