97594 Commits

Author SHA1 Message Date
naddy
a4ee1aebe0 Prefer man page hard link over .so link.
Regen PLIST.
Drop USE_GROFF since groff and mandoc produce identical output.
2014-12-12 19:44:45 +00:00
sthen
77534937a4 Update to Asterisk 11.14.2, fixing AST-2014-019 in res_http_websocket,
a crash when receiving a WebSocket packet with a payload length of zero.

"Frames with a payload length of 0 were incorrectly handled in
res_http_websocket. Provided a frame with a payload had been received
prior it was possible for a double free to occur. The realloc operation
would succeed (thus freeing the payload) but be treated as an error.
When the session was then torn down the payload would be freed again
causing a crash. The read function now takes this into account."
2014-12-12 19:17:52 +00:00
espie
d108e5c25c hidden dependency on cppunit: hardcodes extra includes during configure,
which of course breaks the build if a junk phase occurs in between.
2014-12-12 18:24:44 +00:00
jca
5e2c686f45 Update to emacs-24.4
- remove now unneeded patches for giflib detection
- add patch to skip compression of man and info pages
- add patch to fix tramp-mode hangs with various remote shells

Input from Manuel Giraud (who also proposed an initial diff) and Timo
Myyra.  Tested (at least) on i386, amd64 and sparc64.
ok abieber@ jasper@
2014-12-12 12:43:34 +00:00
ajacoutot
b7cce4027a Update to owncloud-7.0.4. 2014-12-12 12:34:55 +00:00
giovanni
138cba0c19 Bugfix update to 4.3.1 2014-12-12 11:43:41 +00:00
brad
9f426d6ec1 Update to Postfix 2.12-20141208.
ok sthen@
2014-12-12 11:00:41 +00:00
jasper
58d0061e38 sync with what's been merged upstream 2014-12-12 07:52:54 +00:00
ajacoutot
86f0b4db19 Update to gnutls-3.2.21. 2014-12-12 07:05:59 +00:00
uebayasi
11faf6c16d Missing build dependency on libelf (libelf/gelf.h); reported by nigel@ 2014-12-12 05:18:30 +00:00
bcallah
1f0b642470 Twitch.tv changed their API shortly after livestreamer-1.11.0 was released.
Patch to allow livestreamer to continue to work with twitch.tv streams.
To be removed next release.
2014-12-12 01:53:46 +00:00
rpe
e0fd71227e Update misc/dialog to 1.2-20140911.
- remove post-build and post-install targets

For a complete list of changes see
http://invisible-island.net/dialog/CHANGES

OK sthen@
2014-12-11 23:54:51 +00:00
bluhm
70fbc4e4de update p5-AnyEvent to 7.08 2014-12-11 22:21:59 +00:00
rpe
8cb7be340d Update devel/src to 0.15
OK aja@
2014-12-11 22:19:46 +00:00
zhuk
30d602cb96 Since GStreamer 0.10 support is disabled in Qt5, there is no libgsttools_p. 2014-12-11 17:50:03 +00:00
zhuk
d02c74d212 Tweak comments. No functional changes. 2014-12-11 17:48:44 +00:00
zhuk
b958c69f87 Zap forgotten ".if", and tweak whitespace while there. 2014-12-11 17:45:04 +00:00
zhuk
2848bc103a Use existing _MODQT5_SETUP insted of inventing new variable.
No functional change.
2014-12-11 17:39:03 +00:00
uebayasi
2c5309a6fc +valgrind 2014-12-11 17:00:40 +00:00
uebayasi
ac3e81b69f Import valgrind-3.10.1.
Heavily based on FreeBSD's port.  Only for amd64 now.  Very preliminary &
only memcheck is supported.

Reviewed by sthen@ and zhuk@.

OK sthen@ dcoppa@
2014-12-11 16:50:08 +00:00
bcallah
a2654a7ee3 Update to 1.11.0
Changelog here: http://livestreamer.tanuki.se/en/latest/changelog.html
2014-12-11 15:24:24 +00:00
sthen
2008b18b5f update to re & restund 0.4.11, from maintainer Dmitrij D. Czarkoff 2014-12-11 13:48:42 +00:00
landry
62b7f414e0 Bugfix update to qgis 2.6.1. 2014-12-11 13:29:29 +00:00
zhuk
24a406099e Fix usage of Qt5 from CMake.
CMake files are not installed in ${PREFIX}/lib anymore; instead,
the qt5.port.mk will provide necessary environment variables to help
CMake to find the Qt5 packages.

Not connected to build, so no bump.
2014-12-11 13:24:27 +00:00
otto
c357662571 overlapping memcpy -> memmove; ok jasper@ 2014-12-11 12:43:50 +00:00
dcoppa
3a4451c203 Update to ruby-redis-3.2.0 2014-12-11 11:21:55 +00:00
zhuk
915e9f8d29 Make sure Qt5 is not picked up.
okay ajacoutot@ (MAINTAINER)
2014-12-11 10:56:19 +00:00
landry
386a52335b Update to shelldap 1.3.0.
Fetch distfile from hgweb, using a hg commit sha as reference.
2014-12-11 10:23:39 +00:00
landry
0a3edf7679 +radiotray 2014-12-11 09:03:12 +00:00
landry
f47fb91133 Import radiotray 0.7.3.
Radio Tray is an online radio streaming player that runs in the GUI
system tray.

From maintainer Fred Crowson, thanks!
ok benoit@ sthen@ tweaks daniel@ & myself
2014-12-11 09:02:38 +00:00
daniel
fc486a563d chocolate-doom 2.1.0; from Ryan Freeman (MAINTAINER). 2014-12-11 08:10:51 +00:00
zhuk
b142a87b32 Enable C++11 in Qt5. Needed, e.g., in modern Qt Creator.
With help from espie@ in alloca(3)-related bits.
2014-12-10 22:42:17 +00:00
zhuk
38fb3e8d1b Avoid usage of GStreamer 0.10. 2014-12-10 22:40:05 +00:00
espie
b71e8ce969 tweak the 'auto-detect archive types' checks.
The extra _USE_* variables are a remnant of the original code (with manual
checks), they're not really needed.

Reorg things to be simpler/more consistent: group PATCHFILES and EXTRACT_ONLY
together, activate BUILD_DEPENDS on simpler patterns.

Also, conform to more style, have PATCHFILES/SUPDISTFILES always defined,
and test on empty.

shown to naddy@ and sthen@, fixed a few issues, and passes a full bulk
build.
2014-12-10 22:39:24 +00:00
landry
e65b4e57cb +p5-Text-vCard 2014-12-10 21:52:16 +00:00
landry
710d776c27 Import p5-Text-vCard 3.06.
A vCard is a digital business card. vCard and vCard::AddressBook
provide an API for parsing, editing, and creating vCards.

ok benoit@ sthen@
2014-12-10 21:51:09 +00:00
benoit
3d4b5938a5 Remove maintainer per his request. 2014-12-10 21:50:23 +00:00
zhuk
8772f4cf34 Allow V4L support to compile.
Help from armani@, thanks!
2014-12-10 21:23:54 +00:00
zhuk
3ed16840ff PLIST-main tweaks. Not connected to builds, so no bump. 2014-12-10 21:22:46 +00:00
zhuk
d10d7c5043 Make sure Qt5 is not picked up.
The patch to add new -qt5 subpackage is being worked on, but won't hit CVS
until Qt5 is enabled in builds.
2014-12-10 20:51:49 +00:00
rpe
cb198d5ef3 Update gnugetopt to 1.1.6 and take MAINTAINER.
- fix MASTER_SITES
- enable tests (including patches for slightly different outputs)
- remove do-install target, installation is done with provided Makefile
- remove patches for examples and s/getopt/gnugetopt/ in post-extract
- rework/regen patches

OK aja@
2014-12-10 20:46:57 +00:00
rpe
25a156409d Set portroach marker so that it recognizes 1.3.2a after 1.3.2
as new version.

confirmed jasper@
2014-12-10 20:36:15 +00:00
jca
3feb45c008 Update to wget-1.16.1
- remove patches for regress tests and the TLSv1.0 only issue, merged
  upstream
- libuuid use can now be prevented with CONFIGURE_ARGS
- add a CONFIGURE_ENV hack to avoid depending on python3 at build time
  (spotted by dcoppa@)

The Web ARChive code doesn't use uuid functions from libc (yet).

ok dcoppa@
2014-12-10 20:23:28 +00:00
zhuk
af6760cbd4 Make sure Qt5 isn't tried and thus not picked up. 2014-12-10 20:20:47 +00:00
zhuk
b3ead11774 Make sure JDNS (embedded in sources) doesn't pick up Qt5. 2014-12-10 20:19:12 +00:00
zhuk
7ed891a82e Make sure Qt5 is not picked up by accident.
Set MAINTAINER while there, it was KDE-specific port always, too.
2014-12-10 20:14:16 +00:00
zhuk
ce233ffb53 Make sure Qt5 is not picked up by accident.
Set MAINTAINER while there, it was KDE-specific port always anyway.
2014-12-10 20:12:52 +00:00
zhuk
b6aeff45c7 Allow to avoid automatic addition of gcc4 to MODULES.
This is needed in some very complicated cases (hi, Poppler!).
2014-12-10 20:11:03 +00:00
dcoppa
b09102c761 Switch mongodb to use devel/yaml-cpp instead of the bundled one.
With a fix from upstream:
44b0e35918

This should unbreak bulk builds.

OK sthen@
2014-12-10 19:59:29 +00:00
naddy
f0e788f383 fix MASTER_SITES 2014-12-10 19:03:06 +00:00