Commit Graph

74712 Commits

Author SHA1 Message Date
okan
1f89378825 - update to 1.19.0
- convert to README
- use INSTDIR instead of PREFEX

from wen heping (MAINTAINER) with tweaks from me

ok sthen@
2012-05-07 13:35:47 +00:00
sthen
d557bcb08d +dos2unix 2012-05-07 12:07:35 +00:00
sthen
65893c67b5 import ports/converters/dos2unix
Convert text files with DOS or Mac line breaks to Unix line breaks and
vice versa. Features:

* Automatically skips binary and non-regular files.
* In-place, paired, or stdio mode conversion.
* Keep original file dates option.
* 7-bit and iso conversion modes like SunOS dos2unix.
* Conversion of Windows UTF-16 files to Unix UTF-8.

ok/reminder about /usr/local (now subst'ed in do-configure) ajacoutot@
ok pirofti
2012-05-07 12:07:07 +00:00
dcoppa
972bc1d24f Update to *release* 2012.05.06 2012-05-07 11:04:21 +00:00
pascal
21fda32a64 Don't hardcode GC_nprocs to 1 in boehm-gc, but get it from sysconf instead,
following a similar change in devel/boehm-gc.
From Brad.

ok kurt@
2012-05-07 10:34:33 +00:00
robert
fe539d183c fix the apache-ant build dependency 2012-05-07 09:52:56 +00:00
pascal
e8a23c8e5e The old (ms2) garbage collector is apparently broken now; using the new one
like everywhere else gives us at least a working parrot on powerpc.

ok ajacoutot@
2012-05-07 09:17:41 +00:00
robert
6c441074ee update to 3.5.3.2 2012-05-07 07:17:15 +00:00
dcoppa
498b61a3b2 Update to cmake-2.8.8
OK sthen@
2012-05-07 07:06:20 +00:00
ajacoutot
9fad053479 Set NO_REGRESS.
from Lawrence Teo
2012-05-07 05:09:47 +00:00
benoit
b125062ad7 - update py-asn1 to 0.1.3
ok landry@
2012-05-06 20:49:37 +00:00
jasper
2e00bd5f68 - update to 3.12.1 2012-05-06 20:14:32 +00:00
jasper
f614b7b800 - update to 1.1.29 2012-05-06 18:22:43 +00:00
jasper
39a33cab50 - update to 2.71, fixes CVE-2012-2451: insecure temporary file usage
from ian mcwilliam
2012-05-06 17:51:09 +00:00
ajacoutot
eaeb548473 Update to vtigercrm-5.4.0.
from new MAINTAINER Wen Heping
2012-05-06 15:29:35 +00:00
naddy
abd975e188 BUILD_DEPENDS is not subpackage-dependent 2012-05-06 13:58:23 +00:00
ajacoutot
8a87dc9ffe Update to gtranslator-2.91.4. 2012-05-06 09:43:24 +00:00
ajacoutot
438fef2cf7 This has been BROKEN on powerpc for a while, so mark it as such. 2012-05-06 07:35:32 +00:00
ajacoutot
daf8c04a06 Missing RUN_DEPENDS. 2012-05-06 07:21:17 +00:00
dcoppa
e02205e7d4 Update to pjsua-1.14.
From Holger Mikolon, thanks.
2012-05-05 19:54:04 +00:00
robert
b2a040d37c update to 2.7.14 2012-05-05 19:32:01 +00:00
robert
0665d2d40b update to 1.6.8 2012-05-05 19:29:49 +00:00
dcoppa
fa4bc9a99d Fix CMake check for pthread_mutex_lock: use check_library_exists()
function instead of the buggy check_symbol_exists().

ok sthen@
2012-05-05 19:24:01 +00:00
ajacoutot
827dc86b88 Update zarafa to 7.0.7.
Detailed changelog at:
http://download.zarafa.com/community/final/7.0/final-changelog-7.0.txt
2012-05-05 16:56:17 +00:00
ajacoutot
c5eb029c4d Bump in preparation of zarafa update. 2012-05-05 16:55:59 +00:00
sthen
7ef0b473d3 update to Node.js 0.6.17, from maintainer Aaron Bieber
* Upgrade npm to 1.1.21
* uv: Add support for EROFS errors (Ben Noordhuis, Maciej Małecki)
* uv: Add support for EIO and ENOSPC errors (Fedor Indutny)
* http: Fix client memory leaks (isaacs, Vincent Voyer)
* fs: fix file descriptor leak in sync functions (Ben Noordhuis)
* fs: fix ReadStream / WriteStream double close bug (Ben Noordhuis)
2012-05-05 15:29:27 +00:00
ajacoutot
94bb744ab5 rpm2cpio can also come from misc/rpm. 2012-05-05 15:27:20 +00:00
sthen
c0943d4eca Add a comment to slapd.rc showing how to bind to multiple URLs as it's not
obvious how to do this without breaking pexp, as done in databases/openldap,
aja@ reminded me to do openldap23 as well.
2012-05-05 14:42:39 +00:00
sthen
102ce619a1 Add a comment to slapd.rc showing how to bind to multiple URLs as it's not
obvious how to do this without breaking pexp. Zap some stray whitespace in
Makefile while there. ok aja@
2012-05-05 14:41:30 +00:00
merdely
2b1f732cd1 Clarify that -i is needed in minissdpd_flags when specifying your
interface.

"Sure" aja
2012-05-05 14:26:32 +00:00
robert
9711706740 update to 5.3.12 2012-05-05 14:26:14 +00:00
robert
90bb96b466 update to 18.0.1025.168 2012-05-05 14:03:39 +00:00
sthen
dcf8bf5606 Various patches to editors/elvis, mostly from Debian, via Donovan Watteau:
- add --docdir so that :help works
- add --verbose
- fix a bug in the ")" command that could cause a segfault
- fix a bug when lauching elvis in a directory containing a "tags" dir
- make file/syntax detection work for scripts using "env"
- add "return" to the list of shell script keywords
- fix a few things in the man pages (\-, typo, whitespace) since
we were already patching them.
2012-05-05 14:03:15 +00:00
ajacoutot
0881ce2ba6 Fix RUN_DEPENDS-gnome-keyring; no need to depend on ruby nor python for
this subpackage.

ok stsp@ (maintainer)
2012-05-05 10:12:52 +00:00
benoit
87150feb80 - update highlight to 3.9
ok ajacoutot@
2012-05-05 09:57:29 +00:00
ajacoutot
981f12e4ea Fix a runtime warning; not that this does not fix the thread related
crash on startup, so it is still broken.
2012-05-05 09:40:43 +00:00
ajacoutot
03ef64770b Update for newer FFmpeg API.
from upstream via Brad
2012-05-05 07:49:28 +00:00
landry
f0f73e7851 Unbreak by not calling ldconfig during fake (whooo, oneliner fix!) 2012-05-05 07:05:16 +00:00
ajacoutot
1e9b2d95db Bugfix update to gnugk-3.0.2. 2012-05-05 06:12:13 +00:00
naddy
828d5ae92c mark as BROKEN; it resets the ld.so search path in fake 2012-05-05 01:16:44 +00:00
sthen
ff6038f1e2 Adjust sample siproxd config, from maintainer Lawrence Teo
- Use sample interface names that might exist on OpenBSD rather than eth0/1
- Make it clear that "if_outbound" is the external interface and "if_inbound"
is the lan.
2012-05-04 21:42:18 +00:00
pascal
f60ae88499 Minor update to 7.4.1. 2012-05-04 21:09:29 +00:00
jeremy
5174c7dfa6 Update to ruby-ldap 0.9.12. Switch to using the gem version
now that there is one.  Don't link against both ldap and ldap_r,
as that causes problems.  Update HOMEPAGE to point to current
maintainer.  Remove some patches accepted upstream.
2012-05-04 20:17:50 +00:00
jeremy
800354698d Update to jruby 1.6.7.2, only change is a rubygems update to work
fix SSL security issues when installing gems.
2012-05-04 20:15:53 +00:00
ajacoutot
b1fb420ddf Committed upstream. 2012-05-04 15:42:39 +00:00
dcoppa
3332620b80 Update to a newer git snapshot (2012-04-17) 2012-05-04 11:05:02 +00:00
dcoppa
7979b67d5f Update to a new snapshot dated 2012-05-02.
Makes pianobar work again, after the umpteenth change to Pandora API.

New dependencies: devel/json-c, security/libgcrypt
2012-05-04 10:32:33 +00:00
ajacoutot
247537a753 Really disable altivec to unbreak build. 2012-05-04 10:09:22 +00:00
dcoppa
8c7cbacb4b Bugfixing update to redis-2.4.13.
[BUGFIX] Fix for KEYS command: if the DB contains keys with expires
the KEYS command may return the wrong output, having duplicated or
missing keys. See issue #487 and #488 on github for details.
2012-05-04 10:09:05 +00:00
lum
9d8eb28b79 update to toprump-0.14.7
sync with recent changes to top(1).
2012-05-04 09:46:58 +00:00