85395 Commits

Author SHA1 Message Date
bcallah
261f311d23 Import py-doit. Pydoit is an automation tool that can be used to build
software.
ok landry@
2013-07-13 16:14:14 +00:00
bcallah
29a7a2cb73 Import py-six. Six is a Python 2 and 3 compatibility library.
ok landry@
2013-07-13 16:13:09 +00:00
jsing
48eb24be37 Update lang/go to 1.1.1, from Amit Kulkarni.
ok abieber@
2013-07-13 15:46:43 +00:00
espie
6d49409377 annotate !gcc2 hopefully not for long 2013-07-13 13:08:05 +00:00
sthen
4132dfa0a4 bump REVISION to make sure people don't accidentally have a copy of
this which is linked to libbind.
2013-07-13 11:55:12 +00:00
sthen
169bce7323 remove CONFIGURE_ENV no longer needed, net/libbind now installs to a subdir
to avoid it being accidentally picked up.  ok ajacoutot@ jca@
2013-07-13 11:54:36 +00:00
sthen
dfc8e91d92 handle new libbind location; ok ajacoutot@ jca@ 2013-07-13 11:53:57 +00:00
sthen
4fb208db6c install libbind in a subdirectory to avoid autoconf accidentally picking it
up in other ports; this is a special case library only used for some software
which depends on bind resolver internals.  ok ajacoutot@ jca@
2013-07-13 11:53:22 +00:00
landry
1bcd2b233f Bugfix update to geary 0.3.1. 2013-07-13 10:26:54 +00:00
espie
5f9aedc79d redo shared/non-shared based on arch.mk.
add missing part, as just trying to compile dlopen won't work on vax...
2013-07-13 08:33:03 +00:00
schwarze
a7f1b9dfac Add a patch to avoid permanent damage to the right margin
when a man(7) input file contains two consecutive .TP lines.
This bugfix improves the formatting of unzip(1), for example.

While here, recognize 5.4 as an OpenBSD version in mdoc(7) files.

ok sthen@ dcoppa@ espie@
2013-07-13 07:38:59 +00:00
espie
85b14d2d7b should fix on vax.
the current mess is that libtool allows things to link because of the .la,
but the configure script, as usual, fucks up, because it tries to link
directly, so both -lintl and -lX11 detections fail.

kind of sneaky with X11, as some values are cached, so X11 is detected,
BUT some other values are not, and they're not cached, so that ends up
with a paralytic X11 that misses half the useful functionalities it
actually has...
2013-07-13 06:55:17 +00:00
ajacoutot
916e648d1c Update to gstreamer1-plugins-libav-1.0.8. 2013-07-13 06:50:26 +00:00
ajacoutot
df315f8430 Update to gstreamer1-plugins-ugly-1.0.8. 2013-07-13 06:50:06 +00:00
ajacoutot
bf7a697a97 Update to streamer1-plugins-bad-1.0.8. 2013-07-13 06:49:51 +00:00
ajacoutot
ada3738a0f Update to streamer1-plugins-good-1.0.8. 2013-07-13 06:49:30 +00:00
ajacoutot
dd85947135 Update to gstreamer1-plugins-base-1.0.8. 2013-07-13 06:49:12 +00:00
ajacoutot
57a69713bd Update to gstreamer1-1.0.8. 2013-07-13 06:48:52 +00:00
landry
4cffe45c01 Forgot to cvs rm patch-ldap_sdks_c-sdk_configure_in for #720373, was
commited upstream. Reported by naddy@
2013-07-13 06:25:59 +00:00
sthen
1fae44f1be update to fldigi-3.21.72 2013-07-12 21:13:48 +00:00
jasper
0d8523a1de update to libvirt-1.0.5.4 2013-07-12 20:46:28 +00:00
ajacoutot
bfa131cdd1 Update to libgee-0.10.2. 2013-07-12 20:19:28 +00:00
dcoppa
3edf8e1940 Zap redundant dependency 2013-07-12 19:07:24 +00:00
naddy
b789d68c62 update to 2.80 for miscellaneous small improvements
https://trac.transmissionbt.com/wiki/Changes#version-2.80
2013-07-12 17:03:59 +00:00
sthen
108babf4f1 icinga 1.9.3, fixes a regression in 1.9.2 with postgresql 2013-07-12 16:07:08 +00:00
dcoppa
bfc4a2f0a6 Due to our regex(3) library not supporting GNU extensions, xmobar
immediately fails at startup:

xmobar: user error (Text.Regex.Posix.String died: (ReturnCode 13,"repetition-operator operand invalid"))

when using the StdinReader plugin.

So do what's required with Text.Regex.PCRE instead of Text.Regex.Posix.

Code contributed by Alexander Polakov, thanks!
2013-07-12 13:48:38 +00:00
sthen
4d611e7f4e fix rdep too; didn't package, no bump 2013-07-12 13:25:57 +00:00
stsp
0a155c8490 Update Apache HTTPD 2 to version 2.2.25. Fixes CVE-2013-1896 and CVE-2013-1862.
ok giovanni@
2013-07-12 13:21:25 +00:00
sthen
92a69d2cbb bump 2013-07-12 12:53:36 +00:00
sthen
1373aaebd1 +lldpd 2013-07-12 10:27:08 +00:00
sthen
f7ae29a7f8 import ports/net/lldpd, an alternative to ladvd. ok jasper@
LLDP (Link Layer Discovery Protocol) is an industry standard protocol
designed to supplant proprietary Link-Layer protocols such as
Extreme's EDP (Extreme Discovery Protocol) and CDP (Cisco Discovery
Protocol). The goal of LLDP is to provide an inter-vendor compatible
mechanism to deliver Link-Layer notifications to adjacent network
devices.

lldpd implements both reception and sending. It also implements an
SNMP subagent for net-snmp to get local and remote LLDP
information. The LLDP MIB is partially implemented but the most useful
tables are here. lldpd also partially implements LLDP-MED.

lldpd supports bridge, vlan and bonding. bonding need to be done on
real physical devices, not on bridges, vlans, etc. However, vlans can
be mapped on the bonding device. You can bridge vlan but not add vlans
on bridges. More complex setups may give false results.
2013-07-12 10:26:44 +00:00
sthen
baf50c268b reserve 720 for lldpd 2013-07-12 10:26:08 +00:00
dcoppa
d08c423a47 If the user gives some mplayer video output driver (vo) options in
the "Video Output" preferences they should be passed along on the
mplayer command line (upstream svn revision r222)

Minor string cleanups (upstream svn revision r223)
2013-07-12 09:58:56 +00:00
dcoppa
0ea31bb570 Escape the name when obtained from the URI
(upstream svn revisions r2444 and r2445)
2013-07-12 09:20:04 +00:00
mpi
5e97dc00f4 Update to libusb-compat 1.0.5.
ok ajacoutot@
2013-07-12 08:14:24 +00:00
ajacoutot
01f2e0f192 Update to foomatic-db-4.0.20130712. 2013-07-12 08:10:12 +00:00
espie
e263c20431 note paths we cleaned in the locks, so that we're not stuck with their
depends or nonjunk properties.
2013-07-12 08:07:19 +00:00
ajacoutot
8d84b639de Update to hplip-3.13.6. 2013-07-12 08:07:05 +00:00
ajacoutot
b13e173f34 Update to qpdf-5.0.0. 2013-07-12 07:54:34 +00:00
ajacoutot
20803d56e5 Update to foo2zjs-20130618. 2013-07-12 07:34:45 +00:00
ajacoutot
814042a41a Update to cups-filters-1.0.35. 2013-07-12 07:30:50 +00:00
ajacoutot
244aabca0e Update to cups-pk-helper-0.2.5. 2013-07-12 07:26:48 +00:00
dcoppa
0ea12e8703 Update to 7.0.42 2013-07-12 07:25:26 +00:00
ajacoutot
7188081011 Update to cups-1.6.3. 2013-07-12 07:19:38 +00:00
jasper
057905cd3e update to libvirt-1.0.5.3 2013-07-12 06:19:53 +00:00
ajacoutot
7da6013956 Update to dbus-python-1.2.0. 2013-07-12 06:15:29 +00:00
jturner
a688a5750d Update lumail to 0.12 2013-07-12 01:18:44 +00:00
jca
49d9c2c78e Introduce MASTER_SITES_GNUPG and reuse it for various GnuPG
(sub)projects.  http:// urls first, then the primary ftp
site for ''make peek-ftp'', as suggested by sthen@.
ok sthen@
2013-07-12 00:49:23 +00:00
landry
ea6873cf0e Fix enigmail's cksum/size, reported by naddy@. 2013-07-11 21:08:21 +00:00
matthieu
dc8ed1cbee +jq 2013-07-11 21:05:41 +00:00