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

45 Commits

Author SHA1 Message Date
Joe Marcus Clarke
3f5c794385 Update to 1.2.8. 2003-02-16 22:54:03 +00:00
Joe Marcus Clarke
299caf7490 Fix build with mozilla-devel.
Reported by:	Andrew J Caines <A.J.Caines@halplant.com>
2003-02-06 20:38:33 +00:00
Joe Marcus Clarke
2c690ca911 Update to 1.2.7. 2003-01-02 19:05:56 +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
b7f0e90180 Fix build with mozilla-1.0.1. Note, this breaks building with mozilla-1.0.
This fix may be subject to change pending a response from the Galeon
developers.

PR:		42841
2002-09-16 17:19:20 +00:00
Joe Marcus Clarke
28763c53da Bah, fix the build in a cleaner way. 2002-09-11 21:16:50 +00:00
Joe Marcus Clarke
9a08eed3e6 Fix build with Mozilla-1.0.1. 2002-09-11 21:11:02 +00:00
Joe Marcus Clarke
1350c19569 Fix build on -CURRENT. 2002-06-16 19:03:10 +00:00
Maxim Sobolev
71915c33d8 Update to 1.2.3. 2002-05-28 12:00:59 +00:00
Maxim Sobolev
4124fa7148 Update Mozilla to 1.0.rc3 and tweak galeon to compile with it.
Special thanks to:	Yanko Kaneti <yaneti@indigo.declera.com>
			for his help in getting Galeon compiling
2002-05-24 14:14:54 +00:00
Maxim Sobolev
fb8d17a9f2 Update to 1.2.2. 2002-05-24 11:22:10 +00:00
Joe Marcus Clarke
b983020a10 Use strncmp() instead of strnstr() since the latter does not exist in
FreeBSD 4.x before 4.5.

Prompted by: Edward Glowacki <glowack2@msu.edu>
2002-05-02 18:36:44 +00:00
Joe Marcus Clarke
8f71c09ea7 Remove unneeded patch. This should correct the plist problems.
Reported by:	olgeni
Approved by:	sobomax
2002-04-29 15:06:52 +00:00
Joe Marcus Clarke
ca6aaac61d Allow Galeon to properly act as a viewer for GNOME help URLs. Bump
PORTREVISION.

Prompted by:	User Witr <witr@rwwa.com>
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-27 17:32:31 +00:00
Maxim Sobolev
6e26545bd1 Move misplaced hunk where it belongs (from patch-configure to patch-hairy). 2002-04-26 06:20:31 +00:00
Joe Marcus Clarke
4ea764da27 Remove redundant configure patch.
Reported by:	Franz Klammer <klammer@webonaut.com>
2002-04-26 04:24:50 +00:00
Maxim Sobolev
8a468ffb08 USE_LIBTOOL strikes back: use the new and improved way for dealing with
configure scripts created using autoconf 2.13 or later, which allows
to replace many patch-ltmain.sh out there with USE_LIBTOOL and one
additional line in configure script.
2002-04-25 18:37:03 +00:00
Joe Marcus Clarke
a03081bae3 Update to 1.2.1.
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-22 17:01:37 +00:00
Maxim Sobolev
98d004ef1d It seems that the damned build system doesn't always recreate
GNOME_Galeon_NautilusView.oaf from the corresponding .in file, so that
patch it as well. Bump PORTREVISION.
2002-03-15 19:06:47 +00:00
Maxim Sobolev
bb1964e7ee Use some black'n'hairy magick to resolve chiken'n'egg problem at hand:
we need Galeon for Nautilus, but we need Nautilus to build Galeon with
Nautilus support. This allows the same Galeon binary not explicitly
linked with Nautilus work with and without Nautilus. Nautilus is no
longer in (LIB,RUN)_DEPENDS.

Bump PORTREVISION.

Requested by:	Richard Kuhns <rjk@grauel.com>
2002-03-13 21:14:18 +00:00
Maxim Sobolev
94785832a3 Whack iid of the Nautilus component to be the same as the iid of the defunct
and disabled Mozilla components from the Nautilus package, so that user only
needs to install Galeon to be able view html pages in Nautilus. Bump
PORTREVISION.
2002-03-13 11:09:56 +00:00
Maxim Sobolev
a4e7d022b1 Update to 1.2.0. 2002-03-13 10:01:32 +00:00
Maxim Sobolev
651450e43a Update to 1.0.3.
PR:		34653
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-06 16:30:36 +00:00
Maxim Sobolev
15761b0c15 Update to 1.0.2.
PR:		33265
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2001-12-28 09:34:18 +00:00
Maxim Sobolev
c70803f29f Update to 0.12.8. 2001-11-19 13:41:39 +00:00
Maxim Sobolev
bb7cd8623c Update to 0.12.7. 2001-11-13 12:28:37 +00:00
Maxim Sobolev
02f95463f2 Update to 0.12.5. 2001-10-23 13:31:16 +00:00
Maxim Sobolev
cb23d61a2f Fix with Mozilla 0.9.5.
PR:		31397
Submitted by:	Nuzrin Yaapar <p9711422@mmu.edu.my>
2001-10-22 11:47:23 +00:00
Maxim Sobolev
b3e5c8acd1 Update to 0.12.4. 2001-10-16 07:42:36 +00:00
Maxim Sobolev
cfb4f6794c Update to 0.12.3. 2001-10-08 16:51:40 +00:00
Maxim Sobolev
4dc35538ea Make galeon-config-tool working on FreeBSD.
Submitted by:	Alexander Leidinger <Alexander@Leidinger.net>
2001-09-27 15:13:40 +00:00
Maxim Sobolev
1e1b59902e Update to 0.12.2. 2001-09-24 10:29:09 +00:00
Maxim Sobolev
2dbcc6100c Update to 0.12.1. 2001-09-18 08:12:37 +00:00
Maxim Sobolev
a3cef0f78b Correct default path used by the Galeon to locate some of its data files. 2001-08-29 09:47:29 +00:00
Maxim Sobolev
4dec075fe5 Update to 0.11.1. 2001-07-05 07:33:46 +00:00
Maxim Sobolev
edfcfd24df Update galeon to 0.10.6. 2001-05-22 12:08:01 +00:00
Maxim Sobolev
3cbb866591 Downgrade to 0.8.1 until numerous reported problems are fixed. 2001-05-18 05:43:17 +00:00
Maxim Sobolev
3dd781f42b Update to 0.10.6. 2001-05-17 08:17:04 +00:00
Maxim Sobolev
ebb9ac95b8 Update to 0.10.5. 2001-05-03 11:59:33 +00:00
Maxim Sobolev
75cda4937f Update to 0.10.4. 2001-04-09 11:55:51 +00:00
Maxim Sobolev
1744bfcaf0 Update to 0.9.b3. 2001-01-29 15:11:00 +00:00
Maxim Sobolev
f0b776803d Update to 0.7.7a. 2000-10-27 08:38:04 +00:00
Maxim Sobolev
4deb58b11f Update to 0.7.6. 2000-10-03 07:29:43 +00:00
Maxim Sobolev
0930aace90 Update to 0.7.2.
Now the port uses mozilla-embedded port for html rendering by default, but you
can override it by defining WITH_FULL_MOZILLA (for example if you are planning
to use both mozilla and galeon on the same machine).

WARNING! This port requires M17 to work.
2000-08-17 09:49:02 +00:00
Maxim Sobolev
51d897fca9 Add galeon - a GNOME Web browser based on gecko (the mozilla rendering engine).
It allows to use state-of-the-art HTML rendering engine without much overhead
imposed my Mozilla itself.

Obtained from:	http://www.gnome.org/
2000-08-01 09:05:58 +00:00