Commit Graph

11285 Commits

Author SHA1 Message Date
jasper
6686fa807f for ports built from source, bump the MODJAVA_VER from 1.5 to 1.6.
as discussed with/ok kurt@
2013-03-02 12:45:19 +00:00
sthen
715843528d update to p5-Error 0.17019 2013-03-02 12:36:36 +00:00
jasper
45987be890 - add $V to SUBST_VARS to minimize future diffs. 2013-03-02 12:35:01 +00:00
jasper
15e553cf97 - update to apache-maven-3.0.5 2013-03-02 12:33:57 +00:00
jasper
ee9c1c3220 - update to apache-ant-1.8.4
tested in a bulk by landry@
ok kurt@
2013-03-02 12:33:01 +00:00
jasper
ce1871cb41 - update to libvirt-glib-0.1.5 2013-03-02 12:28:26 +00:00
jasper
64dbe6e3e0 - security update of jenkins to 1.502 which addresses three vulnerabilities,
as described in https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2013-02-16

ok aja@
(no response from maintainer as of yet, committing now to make sure it makes 5.3)
2013-02-19 17:50:44 +00:00
sthen
7f9dc60721 The pkg_create magic to handle stripping dynamic libraries on static-only
arch works by converting the .so to .a (which covers the case where a
shared arch builds an .so with no associated .a). As gettext has a couple
of shared libraries with no associated static library this scheme doesn't
work, so split it back out to PFRAG.shared to disable the magic. Fixes vax.
ok espie@ naddy@
2013-02-16 18:17:49 +00:00
sthen
106aa47da7 Fix mixed code/decl's in gettext. ok jasper@ aja@ naddy@ 2013-02-15 23:47:04 +00:00
jasper
7ada00f584 Security fix for CVE-2013-0256, an XSS exploit in RDoc
ok jeremy@ sthen@
2013-02-13 18:19:37 +00:00
sthen
4764baf432 add bootstraps to SUPDISTFILES, don't use $ARCH in DISTFILES as (despite
ONLY_FOR_ARCHS) dpb still fetches the files. fixes spurious dpb errors with
!amd64/i386. ok espie@ kurt@
2013-02-13 18:13:12 +00:00
landry
1b92a45ed5 Enable spidermonkey on alpha & hppa.
It works flawlessly on alpha, crashes right away on hppa, but it's not
worse than sparc64 in that regard, so maybe that'll allow more stuff to
build on those archs.

ok sthen@ ajacoutot@
2013-02-12 20:02:53 +00:00
robert
9104392e33 backout previous commit, it's too late for this 2013-02-10 19:45:55 +00:00
robert
7436fe4d96 update to pcre-8.32 2013-02-10 19:32:47 +00:00
sthen
f5a323c546 Don't use ${FLAVOR:L}, we only support lower-case flavours now.
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
jasper
6ecc81e38f - update to libwnck-3.4.5 2013-02-08 18:37:26 +00:00
stu
0a12e4a436 +tclthread 2013-02-07 22:58:49 +00:00
stu
b89a5ca4a4 Import tclthread-2.7.0.
Provides script-level acces to Tcl's threading capabilities.

ok landry@
2013-02-07 22:56:07 +00:00
jasper
32828b6b7c no need for gtar, the zip works just fine. 2013-02-07 20:23:14 +00:00
jasper
2125186924 add yet more common stuff to Makefile.inc.. 2013-02-07 20:21:03 +00:00
jasper
94727597fc move NO_BUILD/NO_REGRESS into Makefile.inc 2013-02-07 20:12:52 +00:00
kurt
4e9a44a0ce - Allow HOTSPOT_BUILD_JOBS to be overridden from make env. okay jasper@ 2013-02-07 19:06:55 +00:00
zhuk
f70cacc83d Fixup header name in manual page.
"yep" sthen@
2013-02-07 12:30:44 +00:00
ajacoutot
b69b04381c Looks like upstream rerolled the archive...
reported by Scott McEachern
2013-02-07 07:54:40 +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
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
jasper
add6bcd42c - update to maven-3.0.4
ok kurt@
2013-02-06 17:46:44 +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
ajacoutot
bbd59bd581 Don't use a versioned docdir.
ok zhuk@
2013-02-06 07:17:44 +00:00
ajacoutot
1d0b43f7c9 Update to libaudiofile-0.3.5. 2013-02-06 07:13:57 +00:00
zhuk
d4febe6053 Link qjson and sparsehash to build. 2013-02-05 11:16:14 +00:00
ajacoutot
cf54f2a184 Set the full path to gtar and do not hardcode /usr/local. 2013-02-05 10:39:29 +00:00
zhuk
0eecae0c1b An extremely memory-efficient hash map implementation. 2 bits/entry
overhead! The SparseHash library contains several hash map
implementations, including implementations that optimize for space
or speed.

These hashtable implementations are similar in API to SGI's hash_map
class and the tr1 unordered_map class, but with different performance
characteristics. It's easy to replace hash_map or unordered_map by
sparse_hash_map or dense_hash_map in C++ code.

They also contain code to serialize and unserialize from disk.

This is a prerequisite of upcoming Clementine.

okay@ landry
2013-02-05 10:36:34 +00:00
jasper
b80ae39ba3 - fixup stupid pkgname 2013-02-05 10:32:31 +00:00
zhuk
719da6edba QJson is a Qt-based library that maps JSON data to QVariant objects.
JSON arrays will be mapped to QVariantList instances, while JSON's
objects will be mapped to QVariantMap.

This is prerequisite of Clementine and many KDE4 ports.

okay landry@
2013-02-05 10:31:01 +00:00
jasper
4e8d44d124 - update jenkins to 1.500
- expand README/DESCR/SECURITY

ok gonzalo@ ian@ (MAINTAINER)
2013-02-04 16:26:59 +00:00
bcallah
eda31a8d89 'tmw' => 'manaplus' 2013-02-04 15:11:31 +00:00
jasper
4b67be5862 move EXTRACT_SUFX into Makefile.inc 2013-02-04 13:13:39 +00:00
jasper
46c9af33b3 move CATEGORIES into Makefile.inc 2013-02-04 13:11:43 +00:00
jasper
8bdb5c4789 - start COMMENT with a lowercase letter
- and no need to explain what subversion is anymore
2013-02-04 13:06:28 +00:00
kurt
45bb6f02db - Fix intermittent segfaults by enabling UseMembar by default. 2013-02-03 21:03:39 +00:00
jasper
966922c982 import json_pure-1.7.6
This is a implementation of the JSON specification according to RFC 4627. You
can think of it as a low fat alternative to XML, if you want to store data to
disk or transmit it over a network rather than use a verbose markup language.

ok jeremy@
2013-02-03 16:45:57 +00:00
jasper
4e1badbd38 sync 2013-02-03 16:45:22 +00:00
jasper
60ebf34b3b add MODJAVA_*_DIR to SUBST_VARS.
ok kurt@
2013-02-03 15:03:03 +00:00
bcallah
6a440f0d69 Update guichan to 0.8.2 and take MAINTAINER.
ok armani@ (previous MAINTAINER) jasper@
2013-02-03 14:48:03 +00:00
kurt
97a9d398c2 - Fix MulticastSocket.setInterface(). Report and fix from Oliver
Lehmann on bsd-port list.
2013-02-02 17:41:18 +00:00
kurt
ee1a62881f - Restore poll(2) based NET_Timeout implementation that was changed
to select(2) for MacOSX support. The select based implementation
  was causing crashes under load for at least FreeBSD.
- Fix MulticastSocket.setInterface(). Report and fix from Oliver
  Lehmann on bsd-port list.
2013-02-02 17:39:23 +00:00
espie
1952a1b4b8 directly link with dvdcss, we've been run-depending on it for ages anyhows. 2013-02-02 11:47:47 +00:00