Commit Graph

44976 Commits

Author SHA1 Message Date
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
sthen
40bf404177 +cfdg 2008-07-23 08:28:18 +00:00
sthen
32f123d700 import cfdg, from MAINTAINER jared r r spiegel. ok okan
Chris Coyne created a small language for design grammars called
CFDG. These grammars are sets of non-deterministic rules to produce
images. The images are surprisingly beautiful, often from very
simple grammars.

cfdg is a command-line tool to produce images in PNG format from
these grammars.
2008-07-23 08:24:36 +00:00
simon
f7b9067c69 maintenance update to version 1.454 2008-07-23 08:20:09 +00:00
simon
cd0543061b update to version 1.103 and get rid of p5-Email-Simple dependency 2008-07-23 08:15:00 +00:00
simon
e516655372 update to version 2.134 2008-07-23 08:10:25 +00:00
fgsch
0df5a42e58 enter py-buildbot 2008-07-23 00:39:02 +00:00
fgsch
26752b5197 import py-buildbot, a system to automate the compile/test cycle.
wcmaier@ ok and added as maintainer.
2008-07-23 00:36:45 +00:00
brad
5271e7ed3d Remove a patch that was only necessary for older snaps of x264.
ok jakemsr@
2008-07-22 20:25:17 +00:00
brad
57f2cafc36 Upgrade to x264 snapshot 20080713.
Also remove ajacoutot@ as maintainer per his request.

ok jakemsr@
2008-07-22 20:24:04 +00:00
espie
067dd66ed3 minor update 2008-07-22 20:08:30 +00:00
martynas
36c320f39b add enigmail-seamonkey 2008-07-22 19:43:03 +00:00