Joe Marcus Clarke
d51362a13e
Fix typos preventing correct package building.
...
Submitted by: bento
2002-10-26 04:22:44 +00:00
Kris Kennaway
c0b410d017
Mark BROKEN on current
2002-10-26 02:56:26 +00:00
Kris Kennaway
c4af01c3f9
Fix build on -current (cope with removal of union wait)
...
Submitted by: mike
2002-10-26 01:17:45 +00:00
Kris Kennaway
24a4637418
Fix build on -current (cope with removal of union wait)
...
Submitted by: mike
2002-10-26 01:16:02 +00:00
Mike Silbersack
390f55052c
Remove use of IPPORT_USERRESERVED, fix build on 5.0.
2002-10-26 01:01:48 +00:00
Adam Weinberger
a4de3811a0
Mark mozilla-devel BROKEN when Xft2 support is enabled and the
...
mozilla-fonts package is installed.
Reviewed by: marcus
Approved by: pat
2002-10-25 20:37:54 +00:00
Cy Schubert
8654297c5e
Update 2.4.5.2 --> 2.4.6.5
...
PR: 43661
Submitted by: MAINTAINER: fcash@lug.kamloops.net
2002-10-24 04:14:52 +00:00
Andrey A. Chernov
352919f7e6
Upgrade to 2.03pre3
2002-10-23 21:32:40 +00:00
Joe Marcus Clarke
662403029a
Remove an extra blank line.
...
PR: 44418
Submitted by: Eric J. Christeson <echriste@ndsuext.nodak.edu>
2002-10-23 18:25:37 +00:00
Joe Marcus Clarke
a92e1d2ce2
Add one more forgotten '\'.
2002-10-23 18:20:20 +00:00
Joe Marcus Clarke
42698ba3ea
Properly handle if blocks in the Makefile.
...
Submitted by: daichi
2002-10-23 16:13:29 +00:00
Mikhail Teterin
641da8af54
Upgrade to the 0.12.0 [1]. Unbreak by not defining LDFLAGS as LDADD [2].
...
Why was I doing it before I don't remember...
PR: 44156 [1]
Submitted by: Liu Kang [1]
Hinted by: bde [2]
2002-10-23 16:11:15 +00:00
Alan Eldridge
183d476288
1. Change MAINTAINER to phoenix@geeksrus, which is an alias to both
...
alane@ and trevor@.
2. Expand the BROKEN message to include instruction to run 'use.perl port'.
3. .undef NO_IGNORE.
2002-10-23 15:00:15 +00:00
Alan Eldridge
10d5fc4145
Change maintainer to me.
...
Approved by: old maintainer
2002-10-23 14:36:16 +00:00
Alan Eldridge
8a3cf0d9cb
Moved a comment to the left edge. ##@#@$!~!@$$ make(1).
2002-10-23 12:48:27 +00:00
Alan Eldridge
5edfc2a565
1. Put back the Perl 5.8.0 requirement. I am *NOT* gonna fight over File::Spec
...
versioning with this port.
2002-10-23 11:43:09 +00:00
Alan Eldridge
3ef118d2ef
Backout <sigh/> the Xft font lib usage since it doesn't compile.
2002-10-23 10:29:16 +00:00
Adam Weinberger
0e4d278613
Update mod_mp3 0.38 -> 0.39
...
PR: 44096
Submitted by: lazykang@hotmail.com
Approved by: pat
2002-10-23 07:20:16 +00:00
Joe Marcus Clarke
6e10330cc5
* Fix a problem with plugins not actually loading
...
* Hopefully correct some issues with installs erroring out with Error 1
2002-10-23 04:43:15 +00:00
Joe Marcus Clarke
003058e18e
* Add a patch that fixes some localization issues [1]
...
* Fix a problem with plugins not actually loading
* Hopefully correct some issues with installs erroring out with Error 1
* Conditionalize Xft support (by default it's enabled, but can be disabled
by defined WITHOUT_XFT)
Submitted by: Jung-uk Kim <jkim@niksun.com> [1]
Obtained from: Mozilla's Bugzilla bug 174989 [1]
2002-10-23 04:26:25 +00:00
Alan Eldridge
d73b737bae
Removed define for PERL.
2002-10-23 01:48:54 +00:00
Alan Eldridge
11f638a727
Removed perl 5.8 requirement per comments on cvs list. I hope Trevor
...
was wrong when he said it didn't work without it. Bumped PORTREVISION
as this is a major change.
2002-10-23 01:46:53 +00:00
Alan Eldridge
8223e408a4
1. Added Xft2 to lib dependencies. If moz-devel can require it, we can too.
...
2. Changed .error to BROKEN= to keep other stuff from barfing. Sorry about
that. Of course, I didn't see any of it here. (suggested by marcus@).
2002-10-23 01:16:22 +00:00
Andrey A. Chernov
dbf5c788d3
Update to latest patch from project CVS
2002-10-23 00:59:11 +00:00
Andrey A. Chernov
5357480d6a
Upgrade to 2.03pre2
2002-10-23 00:41:57 +00:00
Kris Kennaway
6a0b8cbd52
Temporarily remove the phoenix port, which is breaking INDEX builds.
2002-10-22 21:43:02 +00:00
Alan Eldridge
ae9a16bd21
1. Respect CFLAGS.
...
2. Set appropriate compile/link options for threading.
2002-10-22 11:04:48 +00:00
Alan Eldridge
c59321e54f
1. Expanded configure/make options in files/mozconfig.in.
...
* Fixed problem with reliably finding perl 5.8.0.
* Made build faster.
* Shut up most of the compiler warnings (turned off --pedantic).
* Strip the binaries.
* Saved 2 meg on size of binary package (16M -> 14M).
2. Moved install to ${X11BASE}/lib/phoenix to keep it out of the way
of mozilla, since it uses the same namespace for dirs/files.
3. Link bin/phoenix and bin/phoenix.config into install tree's bin dir.
TO DO: make installation smaller. make distfile smaller. test,test,test.
2002-10-22 09:26:56 +00:00
Joe Marcus Clarke
2b3a8ff531
Fix the build by adding a dependency on Xft.
...
Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Rob Lahaye <lahaye@snu.ac.kr>
2002-10-22 07:09:39 +00:00
Joe Marcus Clarke
17294f0bdf
Add a missing '!' to the test for the browser_plugins dir. We only want to
...
create the directory if one doesn't exist.
PR: 44373
2002-10-22 06:54:45 +00:00
Joe Marcus Clarke
6f239bd94e
Make the pkg-descr a little clearer.
...
Requested by: The Anarcat <anarcat@anarcat.ath.cx>
2002-10-22 04:18:57 +00:00
Joe Marcus Clarke
2612dba956
Add mozilla-*vendor.
2002-10-22 03:48:02 +00:00
Joe Marcus Clarke
7ed5b24a01
Add support for the new Mozilla ports. By default, Galeon will build
...
against www/mozilla. However, you can change this by specifying a
WITH_MOZILLA parameter, and setting it to one of the following values:
mozilla-devel
mozilla-embedded[-devel|-vendor]
mozilla-vendor
Note, this version of Galon should also use the new universal plugins
directory.
2002-10-22 03:44:18 +00:00
Joe Marcus Clarke
ceab29fa67
This commit includes:
...
* mozilla-*vendor ports (currently for Mozilla 1.0.1)
* mozilla* ports (currently for Mozilla 1.1)
* mozilla-*devel ports (currently for Mozilla 1.2b)
Special thanks goes to trevor for auto-generating plist patches, cy for
pointing out that the Mozilla startup scripts need to be tailored for
each version of Mozilla, grog for suggesting that some verbage needs to
be added to explain the Java plugin messages at startup, and John
Merryweather Cooper for suggesting a common plugin directory. Of course,
thanks also goes to the user community for suggestions and support.
These ports offer:
* Complete coexistence with each other
* A universal ${PREFIX}/lib/browser_plugins directory
* Auto-generated plists for ease of maintenance
* More accurate pkg-descr's
* A pkg-message pointing users to java/jdk13 for the Java plugin
PR: 42870 42941
Reviewed by: ports gnome
2002-10-22 03:42:24 +00:00
Alan Eldridge
d45771a7a6
First working version of port. Needs testing and cleanup, probably move
...
over to /usr/X11R6 (or not), but it's a start. And it's *fast*.
2002-10-21 18:37:12 +00:00
Alan Eldridge
1dd45d5e38
Phoenix is a fast, minimal browser from the Mozilla project. This port
...
is a work in progress for the next few days.
2002-10-21 08:54:27 +00:00
Jun Kuriyama
cd316a0b3b
Upgrade to 2.6 (with typo fix patch).
2002-10-21 07:21:29 +00:00
Trevor Johnson
5b1ebbb3ce
Update to 1.2b. This fixes bug 145579 in Bugzilla, the "forward
...
referrer" security bug.
Scavenge plugins from linux-beonex (untested).
2002-10-21 00:48:54 +00:00
Trevor Johnson
c0fb3392fb
note removal of Chatzilla
2002-10-21 00:48:26 +00:00
Trevor Johnson
7fcb0438d6
Note removal of Chatzilla. Mention mail/news.
2002-10-21 00:47:36 +00:00
Trevor Johnson
7a7366f977
Rewrite warning about using the same preferences with other browsers,
...
using information I learned from the Netscape 7 release notes.
Add a mention of linux-beonex port.
2002-10-21 00:46:18 +00:00
Kris Kennaway
9c22f70426
Partially fix build on -current (remove duplicate declarations of things
...
in system headers). This is still broken because IPPORT_USERRESERVED
was removed from -current.
2002-10-21 00:45:05 +00:00
Trevor Johnson
36479c42b9
prettify after removal of Chatzilla
2002-10-21 00:43:59 +00:00
Kris Kennaway
824d2a80b8
Fix build on -current (#include <stdlib.h> for exit() prototype) and
...
respect CC and CFLAGS
2002-10-21 00:41:02 +00:00
Anders Nordby
1e6eb53ae0
Add Alfred Perlstein's sendfile patches, as an optional knob.
2002-10-21 00:29:02 +00:00
Kris Kennaway
faf39fbdee
Add NO_WERROR=1 to make warnings non-fatal
2002-10-20 21:25:02 +00:00
Kris Kennaway
27dc3749e5
Fix build on -current (don't redefine __size_t; same code as in proftpd)
2002-10-20 21:19:17 +00:00
Johann Visagie
1a5a3d0a03
- Update to version 0.5.1
2002-10-20 20:11:50 +00:00
Patrick Li
a3728019af
Update to 6.0
2002-10-20 19:06:48 +00:00
Cy Schubert
06f774cde6
Dansguardian requires squid be running before it starts. This patch
...
starts dansguardian after squid starts up.
PR: 43660
Submitted by: MAINTAINER: Freddie Cash <fcash@bigfoot.com>
2002-10-20 16:02:37 +00:00