Commit Graph

75343 Commits

Author SHA1 Message Date
sthen
68d394c41c Update to LLVM 3.1.
Thanks Brad for pointing out a few problems with my original diff.
2012-05-25 09:05:49 +00:00
sthen
14aded122e Add --disable-farstream to avoid hidden dep, ok jasper@ 2012-05-25 08:59:04 +00:00
sthen
ed727655fa Add lighttpd patch: add support for IPv6 to mod_extforward. From Brad. 2012-05-25 08:24:40 +00:00
sthen
8d4a4bec38 update to Postfix 2.9.3, from Brad, I had the same diff 2012-05-25 08:21:43 +00:00
sthen
1daa2d38c5 update to Postfix snapshot 2.10-20120520, from Brad, I had the same diff 2012-05-25 08:21:28 +00:00
ajacoutot
2effdf8b9c Update to x264-20120520.
from Brad (maintainer)
2012-05-25 07:45:33 +00:00
ajacoutot
2e7a5374dd Update liba52 to 0.7.5-cvs snapshot. This was intended to be the 0.7.5
release but uptream project is essentially dead and the fixes and
improvements since 0.7.4 are worth getting in.

from Brad, maintainer timeout
2012-05-25 07:15:41 +00:00
lteo
dd42426cff Make the test suite actually build and run:
- Set REGRESS_DEPENDS = ${FULLPKGPATH} because the test suite needs the
  libnetdude package itself to be installed in order to build and run.

- Make the "check" target in test/Makefile actually execute the test
  suite, instead of just building the test programs and exiting.

- Change the test suite program (test/lnd-test.c) to include
  netinet/if_ether.h instead of net/ethernet.h which does not exist on
  OpenBSD.

- Fix the last test to report the correct result.

- Let lnd-test exit with exit code 1 if any tests fail (previously it
  would always exit with exit code 0 even if tests fail).

The test suite still fails due to the failure of one test, but at least
it builds and runs now. :)

ok sthen haesbaert henning
2012-05-25 01:42:29 +00:00
shadchin
78540d85ec Unlink and remove libmpcdec and mppenc (replaced by musepack)
ok ajacoutot@
2012-05-24 18:57:13 +00:00
gonzalo
9c70d0b5fc add rc script 2012-05-24 18:41:34 +00:00
gonzalo
cc1e6eb4a7 Little update to make Makefile better to eyes, USE_GROFF is not needed,
fix the HOMEPAGE, add rc.d(8) script and cut the rc.local
parts on MESSAGE because now we have rc script.

Tested on i386.

Ok okan@, aja@, gsoares@
2012-05-24 18:40:49 +00:00
shadchin
353cfedef2 Switch ports on musepack, ok ajacoutot@ 2012-05-24 18:36:45 +00:00
shadchin
34b8d16d61 +musepack 2012-05-24 18:30:58 +00:00
shadchin
efad40af77 Import audio/musepack, ok ajacoutot@ 2012-05-24 18:25:56 +00:00
miod
dc0e02293f Build with -fno-tree-ter on sparc64, and unbreak. No version bump since this
does not affect the other platforms.
ok landry@
2012-05-24 17:55:48 +00:00
okan
bbfa621635 update to 8.90; from MAINTAINER (Patrick Keshishian)
ok giovanni@
2012-05-24 14:27:19 +00:00
jasper
9858618dbf - update to 3.4.2 2012-05-24 13:35:44 +00:00
jasper
8a1bc053f9 update to 0.1.19 2012-05-24 11:52:32 +00:00
kirby
fe47a593eb Fix id $OpenBSD: -> $OpenBSD$ 2012-05-24 11:35:29 +00:00
dcoppa
cef2306ef3 Bugfix update to 1.14.2 2012-05-24 09:44:50 +00:00
sthen
5a611d1b88 Don't assume that llvm-config is a perl script, will fix build with LLVM 3.1
ok jeremy@
2012-05-24 08:51:32 +00:00
jasper
7568f47464 - update to 1.11 2012-05-24 08:36:05 +00:00
landry
9dbefb4c94 Update to puzzles r9534, fix WANTLIB and regen PLIST while here.
Thx sthen@ for distfile mirroring..
2012-05-24 08:23:02 +00:00
ajacoutot
4f0dd74211 Properly disable the wacom panel. 2012-05-24 07:58:20 +00:00
sthen
56f2bead40 Stop recommending that people use mysqld_safe(1) directly, the rc script
is preferred. Adjust some wording in the paragraph about login classes while
there. From Brad.
2012-05-23 21:33:04 +00:00
sthen
fdfbe3dc6b update to radicale 0.7, from maintainer Sergey Bronnikov 2012-05-23 18:02:09 +00:00
ajacoutot
aac2f54e29 Committed uptream. 2012-05-23 17:01:56 +00:00
jasper
62354bf420 be gone, you belong in lang/ now. 2012-05-23 15:13:41 +00:00
jasper
1dd4aa573a adjust for node.port.mk location change 2012-05-23 15:13:20 +00:00
jasper
29a570779a unhook www/node, it moved to lang/node 2012-05-23 15:12:43 +00:00
jasper
c8eca07c5b sync 2012-05-23 15:12:12 +00:00
jasper
5d73d74c96 re-import node into lang, www was poorly chosen at the time of import
from aaron bieber (MAINTAINER), with cluestick hitting by espie@ 
as discussed with and ok sthen@
2012-05-23 15:11:43 +00:00
sthen
be0c0a0938 +jBCrypt 2012-05-23 15:04:30 +00:00
sthen
b1ff88dbf8 die. 2012-05-23 15:03:58 +00:00
sthen
2cf3cc047b import java/jBCrypt, ok okan@
jBCrypt is a Java implementation of OpenBSD's Blowfish password
hashing code, compatible with the canonical C implementation of the
bcrypt algorithm.

This system hashes passwords using a version of Bruce Schneier's
Blowfish block cipher with modifications designed to raise the cost
of off-line password cracking and frustrate fast hardware implementation.
The computation cost of the algorithm is parametised, so it can be
increased as computers get faster. The intent is to make a compromise
of a password database less likely to result in an attacker gaining
knowledge of the plaintext passwords (e.g. using John the Ripper).
2012-05-23 15:02:52 +00:00
ajacoutot
bbb1000ffa Minor update to gnome-session-3.4.2.1. 2012-05-23 14:36:33 +00:00
ajacoutot
e8f03b8304 Several fixes from upstream:
- Fix non-response to router-solicitations when router-advertisement
  configured, but DHCPv6 not configured.
- Fix a bug which broke DHCPv6/RA with prefix lengths which are not
  divisible by 8.

from Brad
2012-05-23 09:16:19 +00:00
ajacoutot
df7e2232e7 Update to devede-3.22.0. 2012-05-23 07:50:59 +00:00
jasper
03b37821de - update to 0.4.0 2012-05-23 07:31:46 +00:00
ajacoutot
f8d0623aa8 If syslog-ng is started early during boot-up (that is if one replaces
the syslogd rc.d(8) script with the syslog_ng one), it will fail to
launch because ldconfig(8) hasn't had a chance to run yet. Add an
rc_pre() that will take care of that.

ok sthen@ steven@ (maintainer)
2012-05-23 06:44:50 +00:00
bluhm
f91b4f1bab update p5-IO-Socket-SSL to 1.74
with wen heping
2012-05-22 22:52:38 +00:00
jasper
a17cc79e1c - update to 1.0.1
* release notes can be found here: http://arduino.cc/en/Main/ReleaseNotes
- set default baud rate for the uno, instead of defaulting to older boards.

tested by various
2012-05-22 21:26:11 +00:00
jasper
216f4b91de - update to 3.4.2 2012-05-22 21:22:35 +00:00
ajacoutot
15ea48cb4b Remove workarounds now that we have a modern faad.
from Brad
2012-05-22 18:39:42 +00:00
ajacoutot
991a75909d Update to faad 2.7.
from Brad
2012-05-22 18:38:48 +00:00
rpointel
49e49d69d4 Update py-redis to 2.4.13.
ok dcoppa@.
2012-05-22 18:26:35 +00:00
ajacoutot
c323439945 Update to libvpx 1.1.0.
Also patched to fix operation on strict alignment archs: this fixes
libvpx on alpha/arm/hppa/mips64/sparc/sparc64.

from Brad (maintainer)
2012-05-22 18:22:50 +00:00
ajacoutot
36e724c1eb No need for --disable-gtk-doc, missed when I reviewed landry's commit. 2012-05-22 14:58:41 +00:00
landry
1c316f0134 Resurrect glade3 support now that devel/glade3 <= 3.8 is back. 2012-05-22 14:56:01 +00:00
landry
ef810b282a +glade3 2012-05-22 14:54:49 +00:00