1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

8178 Commits

Author SHA1 Message Date
Thierry Thomas
a7f1e665de Upgrade to the latest snapshot. 2004-06-19 10:53:16 +00:00
Joe Marcus Clarke
e4960c6a55 Fix build now that the Firefox pkg-config files are named firefox-* instead
of mozilla-*.

Reported by:	pointyhat via kris
2004-06-19 05:50:06 +00:00
Joe Marcus Clarke
24a35882ac Add a patch to run g_thread_init() as soon as Firefox starts. This is said
to fix some threading issues in Firefox, but I have not personally encountered
them (at least not ones fixed by this patch).

See http://bugzilla.mozilla.org/show_bug.cgi?id=247204 for more details.

Submitted by:	green
2004-06-19 05:18:14 +00:00
Joe Marcus Clarke
02e06ac28c * Try a little harder to get firefox to work without first running as root
* Make sure optimized CFLAGS are actually respected [1]
* Frobnicate the mozconfig file a little bit to be more inline with typical
  Linux builds
* Try a safer hack to ensure the install completes okay

Reported by:	kris [1]
2004-06-19 00:51:17 +00:00
Kirill Ponomarev
172c7ee0d0 Correct the patch for the NTLM helper vulnerability according
to <http://www.squid-cache.org/bugs/show_bug.cgi?id=998>

Apply some cleanups:
 + prefer PATCHDIR over FILEDIR when referring patches
 + remove unnecessary quotes
 + move all substitution tasks to the post-patch target
 + use "${FALSE}" instead of "exit 1" to generate error 1 from a shell

Bump PORTREVISION

PR:		ports/68078
Submitted by:	maintainer
2004-06-18 11:49:44 +00:00
Joe Marcus Clarke
464407b167 Chase the new firefox pkg-config file names.
Reported by:	pointyhat via kris
2004-06-17 16:02:07 +00:00
Pav Lucistnik
1fac1e8329 - Update to 0.99
PR:		ports/67879
Submitted by:	Robin Schoonover <end@endif.cjb.net> (maintainer)
2004-06-16 22:35:34 +00:00
Thierry Thomas
c732dc381c Upgrade to latest snapshot. 2004-06-16 22:34:53 +00:00
Joe Marcus Clarke
4e76d60e8c The warning about running as root first is no longer needed since the
hack seems to work.
2004-06-16 22:29:55 +00:00
Greg Lewis
1764d3a8ba . Update to 5.0.25.
. Update maintainer's email address.

PR:		67623
Submitted by:	Kang Liu <liukang@bjpu.edu.cn> (maintainer)
2004-06-16 21:18:38 +00:00
Pav Lucistnik
014d4d0767 - Fix distfile handling when building with dictionary
PR:		ports/67914
Submitted by:	Jose M Rodriguez <freebsd@wanadoo.es>
2004-06-16 19:55:40 +00:00
Thierry Thomas
a4943eb453 PEAR packages built on Bento have registered dependences towards
lang/php4; www/horde2 requires these packages and lang/php4-horde.

Set NO_PACKAGE until this conflict get cleanly fixed.
2004-06-16 19:39:54 +00:00
Pav Lucistnik
9a3382d932 - Obey WITHOUT_APACHE_EXPAT knob
PR:		ports/67974
Submitted by:	Alexey Mahotkin <alexm@w-m.ru>
Obtained from:	www/apache13 port
2004-06-16 19:32:49 +00:00
Adam Weinberger
1f4b53a5fb Follow mozilla-xpcom-devel.pc. 2004-06-16 19:02:11 +00:00
Clement Laforet
970dfa93e7 - fix package category selection problem.
PR:		ports/67968
Submitted by:	Anton Voronin <anton@chelcom.ru> (maintainer)
2004-06-16 17:34:39 +00:00
Joe Marcus Clarke
e4f313ea00 Fix the link to firefox-config.
Submitted by:	Franz Klammer <klammer@webonaut.com>
2004-06-16 16:53:33 +00:00
Joe Marcus Clarke
5ceb5b01d3 Update to 0.9.1. 2004-06-16 16:49:22 +00:00
Jimmy Olgeni
49435d3ffd Unbreak embedded mode. 2004-06-16 15:58:11 +00:00
Andrey A. Chernov
6dab631fe1 Update to latest project CVS 2004-06-16 14:50:54 +00:00
Pav Lucistnik
2106dc3789 Add bricolage, a Content Management System written in perl, using Mason
and PostgreSQL.

WWW: http://www.bricolage.cc/

PR:		ports/67477
Submitted by:	Rod Taylor <rbt@home.rbt.ca>
2004-06-16 13:34:30 +00:00
Pav Lucistnik
ff51552992 - Remove dependency on libapreq, it's not needed for HTML-Mason
Approved by:	Denis Shaposhnikov <dsh@neva.vlink.ru> (maintainer)
2004-06-16 12:42:31 +00:00
Jimmy Olgeni
5742c4ffb2 Upgrade to version 1.48. 2004-06-16 09:01:27 +00:00
Joe Marcus Clarke
7529b972a2 Fix a typo in the pkg-install script, and add a hack so that firefox does not
need to be run as root before running it as other users.
2004-06-16 06:58:10 +00:00
Edwin Groothuis
64b5bd34e8 This plugin silently consumes flash MIME types to prevent the browser from
prompting the user to download them.

Submitted by:	Daniel O'Connor <darius@dons.net.au>
2004-06-16 04:46:18 +00:00
Joe Marcus Clarke
2b519d7ce5 Update to 0.9. For a complete list of what's new, plus an important
list of Known Issues, see:

http://www.mozilla.org/products/firefox/releases/0.9.html

This update also includes a new pkg-install script based on ports/65590
from Thierry Thomas <thierry@pompo.net>.  However...

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
After installing Firefox, you must su - to root, and run ``firefox'' before
running it as any other user.  If you do not su - to root, you may lose some
of your user settings.  If you try to run Firefox as a normal user without
first running it as root, the browser will not show up.  This is a known issue
with Firefox, and they hope to address it in a future release.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2004-06-16 00:10:12 +00:00
Kris Kennaway
58d82f30a6 BROKEN: Does not build 2004-06-15 11:38:56 +00:00
Andrey A. Chernov
de600a6d58 OPTIONS not counted when PARALLEL_PACKAGE_BUILD, workaround 2004-06-15 08:11:12 +00:00
Dirk Meyer
2291f0bdd6 - update to new option 2004-06-15 04:50:35 +00:00
Dirk Meyer
f11857dd58 - sync build options with other apache ports again.
headsup: please reanme your existings options
PR:		67937
Suggested by:	eik

-new option: WITH_APACHE_INTERNAL_EXPAT
2004-06-15 04:49:23 +00:00
Volker Stolz
ee3af96bab - Update to 1.5
- Use native Java 1.4

PR:		ports/67699
Submitte by:	maintainer
2004-06-14 21:46:10 +00:00
Dirk Meyer
109d537cac - allow customizing of CATEGORIES
PR:		67937
Submitted by:	eik
2004-06-14 17:24:28 +00:00
Dirk Meyer
cca7b79c49 - extend CATEGORIES
PR:		67937
Submitted by:	eik
2004-06-14 17:22:47 +00:00
Andrey A. Chernov
c43d638eb4 Fix connection problem with mod_dav and FP
http://issues.apache.org/bugzilla/show_bug.cgi?id=29237

PR:             67928
Submitted by:   Helge Oldach <apache13jun14@oldach.net>
2004-06-14 13:22:58 +00:00
Andrey A. Chernov
8b44a9ada7 Issue missing DB specs error at pre-configure stage, allowing all previous. 2004-06-14 07:44:51 +00:00
Andrey A. Chernov
5e2c4a8a07 Use LOCALBASE for libtool 2004-06-14 04:42:47 +00:00
Andrey A. Chernov
8a6d0eee91 Properly detect <netinet/ip.h> 2004-06-14 03:54:53 +00:00
Andrey A. Chernov
300967d7b7 Use libtool from ports 2004-06-14 03:21:58 +00:00
Joe Marcus Clarke
4b511a0de2 Update to 1.2.6. 2004-06-14 00:22:38 +00:00
Andrey A. Chernov
bb750f6e8a Upgrade to 2.8.6dev.4 2004-06-13 23:58:48 +00:00
Andrey A. Chernov
46e399b34d Upgrade to 2.57 2004-06-13 22:38:09 +00:00
Kirill Ponomarev
c8738cecc0 UID/GID is registered in Porters-Handbook, so remove BROKEN
tag.

PR:		ports/67891
Submitted by:	TAOKA Fumiyoshi <fmysh at iijmio-mail dot jp>
2004-06-13 07:19:49 +00:00
Akinori MUSHA
5126554815 Add p5-Template-Plugin-MP3, a TT Plugin that wraps around the
MP3::Info module.
2004-06-13 05:23:12 +00:00
Clement Laforet
55ed6a2fb6 - commit forgotten distinfo (Update to 3.32.03) 2004-06-11 22:06:10 +00:00
Clement Laforet
2c05db7ede - Update to 3.32.03
- use DOCSDIR and DATADIR
2004-06-11 22:04:34 +00:00
Andrey A. Chernov
84a693f929 Fix mod_proxy overflow.
GG security advisory #69
2004-06-11 20:56:55 +00:00
Pav Lucistnik
c2153c1e76 - Update to 1.0.2
PR:		ports/67742
Submitted by:	Khairil Yusof <kaeru@inigo-tech.com> (maintainer)
2004-06-11 14:01:36 +00:00
Pav Lucistnik
3c262451c1 - Update to 3.0.b1
PR:		ports/67751
Submitted by:	Khairil Yusof <kaeru@inigo-tech.com> (maintainer)
2004-06-11 13:12:46 +00:00
Pav Lucistnik
fc94a3da32 - Update to 1.0r7
PR:		ports/67753
Submitted by:	Khairil Yusof <kaeru@inigo-tech.com> (maintainer)
2004-06-11 13:01:14 +00:00
Clement Laforet
858598c347 - Security Fix
mod_proxy buffer overflow  CAN-2004-0492

Shamefully stolen from: apache13-mod-ssl port
2004-06-11 12:19:05 +00:00
Vanilla I. Shu
837891a714 Add p5-MasonX-Apache2Handler 0.05, mason/mod_perl2 interface.
PR:		ports/67592
Submitted by:	Autrijus Tang autrijus@autrijus_dot_org
2004-06-11 09:57:22 +00:00