Commit Graph

44937 Commits

Author SHA1 Message Date
brad
31a4e8de47 Upgrade to libtheora 1.0beta3.
Also remove previous MAINTAINER (timeout).

ok jakemsr@
2008-07-25 14:15:55 +00:00
martynas
39101e7033 this is not needed, now that we have signbit. ok sthen@ 2008-07-25 14:12:56 +00:00
espie
fa35d4d121 +funsqueak, make normal image depend on vm as well
(better dependency model)
2008-07-25 14:02:48 +00:00
espie
475deb0458 extra squeak image for demonstrations 2008-07-25 14:01:48 +00:00
ajacoutot
4e96d0b36a - fix GCONF_ETCDIR
before this change it wasn't possible to add mandatory settings without
tweaking gconf
- while here, rework the way we build this port so we can drop some
patching
2008-07-25 13:42:57 +00:00
landry
35b5036f7c Import midori 0.0.18, a gtk2 web browser using webkit rendering engine.
Based on an original submission from James Turner (james at bsdgroup dot
org), who prodded me to take maintainership, Thanks !
Not linked to the build yet.

ok jdixon@ laurent@ 'import it!' robert@ espie@
2008-07-25 12:54:33 +00:00
landry
9989355675 Import webkit svn rev35249, based on an original work from James Turner
(james at bsdgroup dot org), thanks !
Webkit is an open source web rendering engine.

All our previous patches have been integrated upstream.
Mark it BROKEN on sparc64 until
https://bugs.webkit.org/show_bug.cgi?id=19775 is fixed.
Not linked to the build yet, a little bit of testing is still needed
with latest libc/libm change.
Thanks to all who already tested !

ok jdixon@ laurent@ 'import it' robert@ espie@
2008-07-25 12:51:10 +00:00
ajacoutot
6995ecbbbc - add patch from upstream SVN to fix an issue with the Darklooks theme
GNOME bugzilla #528322
issue brought to my attention by viq on silc
2008-07-25 11:25:12 +00:00
fgsch
0b1514671d update MASTER_SITES. ajacoutot@ ok. 2008-07-25 09:43:31 +00:00
ajacoutot
f4dc3ef8dd - update to version 0.15.0
- use SUBST_CMD
2008-07-25 08:31:06 +00:00
ajacoutot
df849497d4 - bugfix update to avidemux-2.4.3 2008-07-25 08:08:20 +00:00
martynas
02209bdc94 pkgpath 2008-07-25 08:05:36 +00:00
martynas
987d876573 @conflict mozilla-firefox-*
bump pkgname
2008-07-25 08:04:48 +00:00
martynas
e0fd5632c7 @conflict firefox3-*
bump pkgname
2008-07-25 08:03:15 +00:00
martynas
89d2dfd4ae merge the fix from claudio@, to honor MOZ_PLUGIN_PATH 2008-07-25 01:55:40 +00:00
martynas
ab858df820 import firefox3-3.0.1, intended as a replacement for mozilla-firefox,
when we decide it's stable enough
not linked to the builds yet.

this version has the following fixes:
- fix SQLITE_VERSION, NSS_VERSION
- we've got our own library versioning, so remove versions and let
dlopen do the job
- fix the ssl psm bug.  you can't just cast a char* to an int* and
access through it
- fix arm Makefiles, to catch the right invokes/stubs
- fix arm, endianness issue (armel abi)
- strict alignment fixes for sparc64
- update to accept standard dictionaries location, so that
textproc/mozilla-dicts works again
- fix to include the right dlfcn.h
- remove eula
- printing fix, which kurt@ has tracked down, and helped fixing

tested by many, kili@, ian@, sthen@, jdixon@, reyk@, others...

the way to handle update has been suggested by pval@
the package name has been discussed w/ kurt@ and naddy@
ok kurt@ and naddy@
2008-07-25 01:52:54 +00:00
martynas
a389f7850b update to nss-3.12. also needed by firefox 3.0
tested by many, both w/ mozilla 1.8 branch projects, and mozilla 1.9
"nspr and nss should go in" naddy@
ok kurt@
2008-07-25 00:46:59 +00:00
martynas
9a5c1037db update to nspr-4.7.1. also needed by firefox 3.0
tested by many, both w/ mozilla 1.8 branch projects, and mozilla 1.9
"nspr and nss should go in" naddy@
ok kurt@
2008-07-25 00:42:33 +00:00
ian
e07ec26b33 += _hudson 2008-07-25 00:07:59 +00:00
ian
5b06ea7d13 += hudson 2008-07-25 00:07:17 +00:00
ian
5e36a5714a Initial import of Hudson, a continuous integration (CI) server.
Hudson can run standalone (has own tiny web server) or in a
Java-capable web server or application server.
ok sthen@, kurt@ after considerable cluesticking (by them)
2008-07-25 00:05:31 +00:00
martynas
3bfabf618f remove. math has isnormal, isgreater, isgreaterequal, isless,
islessequal, isunordered.  tested by me and sthen@
ok sthen@
2008-07-24 19:00:11 +00:00
espie
e64e345303 forgot one patch.
use new sqlite3 now that it's committed.

didn't build before -> no pkgname bump
2008-07-24 17:23:32 +00:00
laurent
eb5fd36d66 Fix CVS id, noticed by and okay sthen@ . 2008-07-24 12:34:54 +00:00
laurent
d7096d7a58 fixing my own stupidity, pointed out by many 2008-07-24 12:25:21 +00:00
martynas
8b5d71283e update for mozilla-thunderbird-2.0.0.16 2008-07-24 10:14:37 +00:00
martynas
720d05e85e security update to mozilla-thunderbird-2.0.0.16. MFSA 2008-34;
MFSA 2008-33; MFSA 2008-31; MFSA 2008-29; MFSA 2008-26; MFSA 2008-25;
MFSA 2008-24; MFSA 2008-21.
see http://www.mozilla.org/security/known-vulnerabilities/thunderbird20.html#thunderbird2.0.0.16
"just be bold and commit it" naddy@
2008-07-24 10:10:33 +00:00
martynas
262630b8ff sqlite3IsNumber and sqlite3StrNICmp are internal sqlite functions,
which sqlbrowser shouldn't use
for now it's the best if it uses its own sqlite
spotted by naddy@ in his bulk build, a while ago
"go ahead and fix it" bernd@, ok kurt@
2008-07-24 10:06:42 +00:00
martynas
1db4805bb9 remove bogus patch. atof("Infinity") actually produces zero, and
then no wonder the patch removes further regression tests...
this is not needed now that that archs have proper INFINITY and NAN
definitions
ok phessler@
2008-07-24 10:02:57 +00:00
jakemsr
3967424f7e * export the UDFFindFile function, and so:
- bump shared lib minor and
- bump pkgname

this will make future libdvdnav updates easier.

ok espie
2008-07-24 09:37:26 +00:00
bernd
9cd8b42a4a Fix setup instructions. Noticed by Wim, fixed by me.
ok espie@
2008-07-24 09:28:40 +00:00
brad
a867015533 Update to NSD 3.1.1; bug fix release.
ok jakob@
2008-07-24 05:38:24 +00:00
brad
cd4a051172 Upgrade to MailScanner 4.70.6-1.
ok todd@ sthen@
2008-07-24 03:25:03 +00:00
martynas
ab1e023ca2 fix if tcl-8.4 is not installed, spotted by Laurence Tratt
since BUILD_DEPENDS is not subpackage-dependant, there's no such
thing as BUILD_DEPENDS-tcl
2008-07-23 23:06:39 +00:00
laurent
437a665260 import of net/enet port, ok sthen@ 2008-07-23 21:11:32 +00:00
laurent
9180b3709b import of graphics/cal3d port, ok sthen@ 2008-07-23 21:07:05 +00:00
sthen
cf1b8089f3 +p5-Apache-Reload 2008-07-23 18:42:33 +00:00
sthen
022bc0414b import www/p5-Apache-Reload, ok bernd@
Apache::Reload is a Perl module that allows for dynamically re-loading
Perl modules into a persistent mod_perl environment without restarting
the server.
2008-07-23 18:39:19 +00:00
martynas
d55bea2e4b - update to sqlite-3.5.9
- merge espie's patches
- fix apps such as p5-DBD-SQLite, by adding weak pthread functions.
also include some bug fixes from kurt@.  the work has been done by
kurt@, and espie@.  thanks!
ok kurt@, espie@, bernd@
2008-07-23 17:31:17 +00:00
jdixon
23611ce32b swap uid/gid variables, no change in package
noticed by Paul 'WEiRD' de Weerd
ok okan@
2008-07-23 15:33:17 +00:00
ajacoutot
1e853e71f2 - upgrade vtiger to version 5.0.4 2008-07-23 14:01:44 +00:00
ajacoutot
cd4f10c725 - fix build when no gecko render is present (and really disable support
for gecko and webkit)
- add autostuffs to BUILD_DEPENDS
- bump
2008-07-23 13:00:51 +00:00
espie
e88b896b1e fix wantlib, bump pkgname 2008-07-23 11:44:15 +00:00
sturm
6dcf5e2756 missing BUILD_DEPENDS on unzip 2008-07-23 11:40:49 +00:00
espie
0417a74a09 finally update squeak to a more recent version.
as far as I know this should work on 64 bit systems.
2008-07-23 11:17:22 +00:00
ajacoutot
acd922a3c0 - minor update to hiawatha-6.8 2008-07-23 10:41:00 +00:00
ajacoutot
c557676990 - follow the same path that x11/gnome/applets2: use MACHINE instead of
ARCH (so we don't need to add stuffs beneath the bsd.port.mk include) ;
idea from sturm@
2008-07-23 09:54:04 +00:00
ajacoutot
3c9472d6a7 - use MACHINE instead of ARCH (so we don't need to add stuffs beneath
the bsd.port.mk include)
- unbreak sparc64 and other non apm(4) archs in the process

spotted by, discussed with and ok sturm@
2008-07-23 09:50:06 +00:00
kevlo
46f75e80e4 SECURITY update to 2.11.7.1; fixes XSRF/CSRF by manipulating the db,
convcharset and collation_connection parameters.

ok sthen@
2008-07-23 09:27:08 +00:00
sthen
2861b10c40 SECURITY update fixing several problems in IAX, both remotely
exploitable without authentication.

AST-2008-010: Asterisk IAX 'POKE' resource exhaustion (DoS)
AST-2008-011: Traffic amplification in IAX2, 40->1040 bytes
2008-07-23 08:57:10 +00:00