Commit Graph

81196 Commits

Author SHA1 Message Date
zhuk
221c08e0bf Respect envvar $TMPDIR in check-lib-depends, allows to run the latter when
/tmp is not big enough.

okay espie@
2013-02-07 08:00:10 +00:00
ajacoutot
b69b04381c Looks like upstream rerolled the archive...
reported by Scott McEachern
2013-02-07 07:54:40 +00:00
ajacoutot
ca8b806ca2 Match default BUILD_DEPENDS on psutils according to the choosen FLAVOR
(a4 or empty). It is not enforced since it does not modify the build and
we don't want to break bulk builds in case of psutils being already
installed with another FLAVOR; but this allows to
'env FLAVOR=a4 make install'
without the need to build psutils twice.

reported by Markus Lude
2013-02-07 07:39:04 +00:00
ajacoutot
dc38029a72 gnu is implied by autoconf. 2013-02-07 07:15:03 +00:00
espie
3dd25e07ce make junk.log use the same pid@time header as the rest 2013-02-07 06:46:58 +00:00
stu
ba3729c884 Import tdbc-sqlite3-1.0.0
Provides a database interface that conforms to Tcl DataBase Connectivity (TDBC)
and allows a Tcl script to connect to a SQLite3 database.

It is also provided as a working example of how to write a database driver
in Tcl, so that driver authors have a starting point for further development.

ok landry@
2013-02-07 05:24:08 +00:00
stu
001bcdb5f3 Import tdbc-1.0.0
Interface standard for SQL databases and connectivity
that aims to make it easy to write portable and
secure Tcl scripts that access SQL databases.

ok landry@
2013-02-07 05:21:19 +00:00
sthen
878aa21199 update to OpenOCD 0.6.1, change to new homepage etc.
thanks Raphael Graf for testing - maintainer timeout
2013-02-07 00:02:30 +00:00
bluhm
8a08e28a3e update p5-IO-Socket-SSL to 1.83 2013-02-06 23:38:11 +00:00
bluhm
ff7a18eb62 update p5-Net-Inspect to 0.26 2013-02-06 23:18:19 +00:00
landry
85d5edf81c Update to orage 4.8.4.
Remove patch merged upstream (bug #9243). see for details:
http://mail.xfce.org/pipermail/xfce/2013-February/031933.html
2013-02-06 23:13:17 +00:00
landry
cceeb2e114 Bugfix update to seamonkey 2.15.2 chasing firefox 18.0.2, fixing
'JavaScript related stability issues' for a well known social
network site (bug #831626).

While here remove patch for #830303, commited upstream in
mozilla-release just after 18.0.1.
2013-02-06 22:48:01 +00:00
landry
d14d0cb956 Bugfix update to firefox 18.0.2, fixing 'JavaScript related stability
issues' for a well known social network site (bug #831626).

While here remove patch for #830303, commited upstream just after 18.0.1.
2013-02-06 22:44:47 +00:00
bluhm
1f76963665 update p5-Devel-NYTProf to 4.24 2013-02-06 22:37:47 +00:00
kurt
e0b3fdf889 - Fix java.lang.UnsatisfiedLinkError: java.awt.Toolkit.initIDs by
correcting awt Makefile merge error.
2013-02-06 22:08:33 +00:00
gsoares
070ae25ced zap trailing whitespace 2013-02-06 21:02:10 +00:00
zhuk
e16c877af8 Fix bulk builds (at least for sthen@) until the real issue gets resolved. 2013-02-06 20:47:41 +00:00
jturner
ea2009b738 Update scheme48 to 1.9.
Also fix linking issue by setting LD="${CC}".

ok sthen@ landry@ Looks good to me Aaron Hsu (MAINTAINER)
2013-02-06 20:37:34 +00:00
kili
13ae5ac032 THe addition of posix_openpt(3) caused a haskell library signature
change in ghc's unix library.

Bump revision to get a new set of all hs-libraries pulled in when
updating.
2013-02-06 18:17:12 +00:00
jasper
add6bcd42c - update to maven-3.0.4
ok kurt@
2013-02-06 17:46:44 +00:00
sebastia
4e4adbed8b Update to 2.0.4b, bugfix update to the bugfix update
OK giovanni@
2013-02-06 17:35:51 +00:00
sthen
b013715fc5 - enable reading PKCS12 certificates from files; from Gregor Best who
wants this for use with Eduroam.

- add an rc script and README.

- remove non-useful wpa_priv patch.

README tweak from ajacoutot, ok gsoares dcoppa
2013-02-06 17:27:13 +00:00
ajacoutot
aae9949187 Sync depends after recent meta-tracker update. 2013-02-06 15:55:09 +00:00
ajacoutot
9ac05f1317 Update to meta-tracker-0.14.5. 2013-02-06 15:54:46 +00:00
bcallah
e734a2be62 Update games/manaplus to version 1.3.2.3
ok landry@
2013-02-06 15:16:10 +00:00
ajacoutot
0704a78620 SECURITY update to opera-12.14. 2013-02-06 14:47:20 +00:00
ajacoutot
476de5a7aa Fix a crasher (upstream). 2013-02-06 14:29:49 +00:00
ajacoutot
e953a008f8 Quiet gconftool-2:
gconf_ping() will try to shutdown gconfd, but since installing pkg is
done as root, there is not gconfd nor dbus that can be started when
DISPLAY isn't set and an annoying warning is issued.

discussed with espie@
2013-02-06 14:23:06 +00:00
sthen
a2e93bdba2 update to getmail 4.37.0, from maintainer Tim van der Molen 2013-02-06 14:11:44 +00:00
zhuk
8b48d40d3f Unbreak Clementine build in wild environment (i.e., outta of my laptop):
* Better handling of libexecinfo. I moved from adding some goo to
    CMakeLists.txt to writing proper FindExecinfo.cmake package.
  * Force source directory, or visualization presets could miss
    installation;
  * Force "plist" in WANTLIB, as it's being used by plugin;
  * Add back fftw3 dependency: while we use external libchromaprint now,
    fftw3 is also needed for so called "moodbar".
  * Nit: remove libnjb, it's use was actually gone in the last release;

Lots of input from sthen@ and nigel@, committing ASAP.
2013-02-06 13:23:03 +00:00
brad
c04bb05ba3 Two fixes from upstream..
- Fix crash with broken ASF files (SA-1302).
- Fix MKV behaviour with unknown or new EBML elements.

ok sthen@
2013-02-06 13:07:05 +00:00
sthen
43d801d215 do the python symlink in pre-patch rather than pre-build; this way the build
still stops if it fails, but doesn't cause a problem with restarting builds.
suggested by/ok fgsch"
2013-02-06 10:19:52 +00:00
sthen
e68ce0c2e5 allow ln -s in pre-build to fail; lets interrupted builds be resumed.
ok fgsch@
2013-02-06 09:08:29 +00:00
ajacoutot
bbd59bd581 Don't use a versioned docdir.
ok zhuk@
2013-02-06 07:17:44 +00:00
ajacoutot
23d318a5d7 Use MODGNU_AUTO*_DEPENDS. 2013-02-06 07:14:48 +00:00
ajacoutot
1d0b43f7c9 Update to libaudiofile-0.3.5. 2013-02-06 07:13:57 +00:00
fgsch
2ddfb9d06b fix crash with recent glib/gtk versions. full update will happen post 5.3. 2013-02-05 23:37:06 +00:00
sthen
aa51d50b6c remove some dead MASTER_SITES and put an http one first.
zap old checksums while there.
2013-02-05 22:41:35 +00:00
sthen
be1dc40b9e Switch to an alternative (apparently older) firmware for rsu(4) which seems
to solve problems with scanning and increases stability with ipv6 for brad@.
Firmware found and package tested by kettenis@.

http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=history;f=rtlwifi/rtl8712u.bin
2013-02-05 21:52:40 +00:00
jasper
19326172ef - update to wdiff-1.1.2 2013-02-05 21:16:19 +00:00
sthen
da8839478e don't pass -nopie / -fno-pie on gcc2 arch; should let emacs21,no_x11 build on vax. 2013-02-05 18:13:35 +00:00
jasper
ee150478a5 build a ruby18 version of puppet-lint too. 2013-02-05 18:01:25 +00:00
ajacoutot
53ab9437e6 Don't check for the webserver, both in-tree httpd(8) and nginx(8) work fine. 2013-02-05 16:54:32 +00:00
jasper
1f21a8e5ce sync 2013-02-05 15:09:26 +00:00
jasper
b5f048c3e6 import apache-activemq 5.7.0
Apache ActiveMQ is the most popular and powerful open source
messaging and Integration Patterns server.  Apache ActiveMQ is fast,
supports many Cross Language Clients and Protocols, comes with easy to
use Enterprise Integration Patterns and many advanced features while
fully supporting JMS 1.1 and J2EE 1.4.

rc.d help and ok aja@
2013-02-05 15:08:45 +00:00
sthen
23ca7d6c7d bump; make sure static binaries get updated 2013-02-05 14:49:29 +00:00
sthen
4a4d2fbc81 update to symon 2.86, rolling in kinfo_proc changes + an additional fix 2013-02-05 14:23:28 +00:00
zhuk
d095d307b6 Link in liblastfm and (hooray!) Clemetine.
Big thanks to landry@. Probably I should pay for his next eyes check...
2013-02-05 14:04:03 +00:00
zhuk
35f9c2aca3 Clementine is a multiplatform music player. It is inspired by
Amarok 1.4, focusing on a fast and easy-to-use interface for searching
and playing your music.

"import as-is, i've seen those ports too much" landry@
2013-02-05 14:00:16 +00:00
zhuk
b3f9de7076 liblastfm is a collection of libraries to help you integrate Last.fm
services into your rich desktop software. It is officially supported
software developed by Last.fm staff.

This is the last prerequisite for Clementine.

"import as-is, i've seen those ports too much" landry@
2013-02-05 13:57:56 +00:00