Commit Graph

51289 Commits

Author SHA1 Message Date
jolan
a6aaf1d4f3 remove patch that causes math.randomseed() to not function
reported/debugged by M Joonas Pihlaja in pr 6176
2009-06-24 14:19:06 +00:00
sthen
f3ecf22e5b adapt MASTER_SITES to new directory layout upstream. 2009-06-24 12:28:29 +00:00
martynas
86f23dfeba update enigmail-seamonkey for seamonkey-1.1.17 2009-06-24 09:51:49 +00:00
martynas
9f262f0a8c update enigmail for mozilla-thunderbird-2.0.0.22 2009-06-24 09:42:34 +00:00
martynas
0e16136d08 update to thunderbird-i18n-2.0.0.22 2009-06-24 09:24:44 +00:00
sthen
4ff52f179c actually enable IPv6; from Simon Kuhnle 2009-06-24 07:38:30 +00:00
martynas
c1b1bc1265 update language packs 2009-06-24 01:08:05 +00:00
sthen
2625334293 force the newer flvstreamer to be used; bump PKGNAME 2009-06-24 00:21:25 +00:00
sthen
5d0e00e208 update to 0.8a; various fixes and improvements, including support
for more reliable live streams.
2009-06-24 00:04:46 +00:00
sthen
97b731202a update to 2.03; adds support for BBC World Service live and bulletin AAC
streams from the worldservice page, bumps iPlayer swf version and fixes
some bugs.
2009-06-24 00:02:20 +00:00
sthen
4d27560758 - update to 2.9.22, enable ldap.
- unbreak modules; when any module was enabled pdns_server was failing
to start up(!). Brad traced this to a LINK_SPEC problem and came up
with the workaround in patch-configure_in, thanks very much!

- set SHARED_ONLY and merge PFRAG.shared into PLISTs; PowerDNS itself
can work static-only, but you need to compile-in the relevant modules,
which doesn't mix well with MULTI_PACKAGES.

mysql backend is tested; other backends not yet, but this is a big
improvement on what's there at the moment.
2009-06-23 22:59:57 +00:00
sthen
8c2cbb8b06 update to 2.5.7; fixes yahoo. From Brad with a change to libpurple
LIB_DEPENDS from me to help pkg_add updates.
2009-06-23 22:47:23 +00:00
okan
9b60c24820 maintenance update to 0.8
ok merdely@
2009-06-23 21:50:39 +00:00
okan
aebd48d03e maintenance update to 0.06
ok merdely@
2009-06-23 21:49:50 +00:00
okan
62a5342fd6 maintenance update to 0.12
ok merdely@
2009-06-23 21:48:52 +00:00
sthen
1da7f7cfe5 update x11vnc to 0.9.5 2009-06-23 21:11:17 +00:00
sthen
f4c3cf4fb5 update to 1.0.23 and add Avahi support. 2009-06-23 20:57:46 +00:00
landry
59087c8f92 Update to xfce4-screenshooter 1.6.0, fix WANTLIB, tweak COMMENT. 2009-06-23 20:41:17 +00:00
landry
61757004c0 Tweak COMMENT for consistency, bump. 2009-06-23 20:25:15 +00:00
sthen
4e63b093cf - update to 0.7.60, from Brad
- add IPv6 support, from william@ (maintainer), tested by Simon Kuhnle
and Darrin Chandler.

committing at the request of william@.
2009-06-23 20:24:12 +00:00
landry
62f1099c0a Fix WANTLIB, tweak COMMENT, bump. 2009-06-23 20:18:17 +00:00
landry
112f01ff53 Tweak COMMENT, bump. 2009-06-23 20:14:28 +00:00
landry
c42354a659 Update to xfce4-notes 1.7.0.
While here, fix LIB_DEPENDS/WANTLIB, tweak COMMENT.
2009-06-23 20:13:19 +00:00
landry
c7e633e01b fix WANTLIB, tweak COMMENT, bump. 2009-06-23 20:10:12 +00:00
landry
14e7d96cb1 Fix WANTLIB, tweak COMMENT, bump. 2009-06-23 19:53:03 +00:00
landry
29673e8a85 Enable wikipedia plugin, which fetches artist info from wikipedia.
As it drags webkit as a dependency, subpackage it, and only build it on
archs where webkit builds.
Add a patch from upstream git repo to fix a bug.
Explicitely depend on taglib 1.5 for tagedit plugin while here.
looks good to jasper@
2009-06-23 19:21:02 +00:00
martynas
fe23ecfe34 seamonkey-1.1.17. MFSA 2009-33; MFSA 2009-32; MFSA 2009-29; MFSA
2009-27; MFSA 2009-26; MFSA 2009-24; MFSA 2009-21; MFSA 2009-17.
2009-06-23 18:38:54 +00:00
jasper
fba3fa1845 - update homepage 2009-06-23 18:05:17 +00:00
martynas
2976d47694 link firefox35 to the builds. sounds alright to naddy@ 2009-06-23 17:58:38 +00:00
martynas
26431ebb0d ddo not even try to pick up&mix native nspr&nss; unbreaks if local
nss&nspr is presentt
cleanup xpconnect a bit
bump package name to p2
2009-06-23 17:55:57 +00:00
martynas
8bc04e2bfe http://www.mozilla.org/security/known-vulnerabilities/thunderbird20.html#thunderbird2.0.0.22 2009-06-23 17:05:00 +00:00
pirofti
e949171d21 Update bochs to 2.4.1. From brad. 2009-06-23 16:03:58 +00:00
landry
1f9b4b21f3 really bump, pointed out by naddy@ 2009-06-23 14:59:32 +00:00
simon
85ea1dafd9 update to version 3.0.4 and set NO_REGRESS
prodded by same diff from Michiel van Baak, thanks!
2009-06-23 14:02:03 +00:00
bernd
172b5f715f Update to git-1.6.3.3. 2009-06-23 12:14:23 +00:00
sthen
37d062e1b5 fix /uptime; it assumed that time_t is long.
from Jona Joachim via viq (maintainer). ok martynas@
2009-06-23 09:26:02 +00:00
sthen
4310962ae4 note that we also need target-specific definitions (__OpenBSD__ etc). 2009-06-23 08:53:19 +00:00
ajacoutot
cb8808067f Revert previous, it was wrong.
My bad, no cookie, no beer, no breakfast...
2009-06-23 08:33:03 +00:00
ajacoutot
9f613f170c * Do not hardcode paths
* Use devel/gettext MODULE, sanitise LIB_DEPENDS and regen WANTLIB
  accordingly
2009-06-23 08:30:00 +00:00
ajacoutot
7f35fe9d35 Bugfix update to glade3-3.6.6 2009-06-23 08:08:50 +00:00
eric
ad888a2dc1 update to cairo 1.8.8
prodded by Brad, ok ajacoutot@ naddy@
2009-06-23 08:01:50 +00:00
jasper
72d0a18369 SECURITY FIX for for SA35515,
LibTIFF "LZWDecodeCompat()" Buffer Underflow Vulnerability

Patch from upstream bugreport #2065 (committed to CVS).
2009-06-23 07:49:31 +00:00
sthen
33b44f5314 updated MASTER_SITES, requested by site maintainer. 2009-06-23 00:20:08 +00:00
sthen
f600f9afe5 add some notes about known problems. 2009-06-23 00:14:20 +00:00
sthen
639493f161 update scrypt to 1.1.4 2009-06-22 22:51:59 +00:00
sthen
cb6a8938ed Import llvm-gcc4, not yet linked to the build. This is a work in
progress, largely based on the gcc port in ports/lang/gcc/4.2.
Requested by jsg@.

It's somewhat usable on i386 (shared lib versions not yet properly
under control). Build on amd64 currently fails with -fPIC problems.

-- --
lvm-gcc is the LLVM C front end. It is a modified version of gcc
that compiles C/C++/ObjC programs into native objects, LLVM bitcode or
LLVM assembly language, depending upon the options.

By default, llvm-gcc compiles to native objects just like GCC does.
If the -emit-llvm option is given then it will generate LLVM bitcode
files instead. If -S (assembly) is also given, then it will generate
LLVM assembly.

Being derived from the GNU Compiler Collection, llvm-gcc has many of
gcc's features and accepts most of gcc's options. It handles a number
of gcc's extensions to the C programming language.
<sthen@zephyr:/usr/ports/mystuff/lang/llvm-gcc4:9>$CVS: ----------------------------------------------------------------------
2009-06-22 22:37:31 +00:00
sthen
443fb1c7ce +texworks 2009-06-22 20:53:51 +00:00
sthen
fe302b1b5f Import editors/texworks, a nice working environment for TeX.
From maintainer Edd Barrett.

The TeXworks project is an effort to build a simple TeX front-end
program (working environment) that will be available for all today's
major desktop operating systems-in particular, MS Windows (XP and
Vista), typical GNU/Linux distros and other X11-based systems, and Mac
OS X. It is deliberately modeled on Dick Koch's award-winning TeXShop
for Mac OS X, which is credited with a resurgence of TeX usage on the
Mac platform.
2009-06-22 20:51:10 +00:00
landry
3af82b400b +p5-Devel-ebug 2009-06-22 19:35:36 +00:00
landry
df61e8719e import p5-Devel-ebug-0.49:
Devel::ebug is a simple, extensible Perl debugger with a clean API.
Using this module, you may easily write a Perl debugger to debug your
programs. Alternatively, it comes with an interactive debugger, ebug.
with help & ok simon@
2009-06-22 19:34:31 +00:00