1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

135 Commits

Author SHA1 Message Date
Joe Marcus Clarke
110d8c6fe8 Mark BROKEN as 1.2.5 does not work with Mozilla 1.1. 2002-08-28 22:12:05 +00:00
Maxim Sobolev
6da4fb96fa `%' isn't a sed(1) special RE character, so that there is no need to put
it into squiare brackets.
2002-07-17 09:52:04 +00:00
Joe Marcus Clarke
c94b46e045 Use USE_GNOMENG. 2002-07-17 05:42:29 +00:00
Joe Marcus Clarke
1350c19569 Fix build on -CURRENT. 2002-06-16 19:03:10 +00:00
Joe Marcus Clarke
979d447034 Update to 1.2.5...now with Mozilla 1.0 support! 2002-06-09 18:30:52 +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
eaf2f47d58 Re-enable WITH_FULL_MOZILLA due to problems people have been reporting
on the lists.
2002-04-30 21:10:12 +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
Joe Marcus Clarke
2cac225611 Allow galeon to find and use Xinerama. This prevents galeon from maximizing
over multiple displays.  Bump PORTREVISION.

Submitted by:	Franz Klammer <klammer@webonaut.com>
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-18 05:52:59 +00:00
Maxim Sobolev
3a28fb3952 GC tons of useless msgfmt:... in BUILD_DEPENDS, when libintl already in
LIB_DEPENDS.
2002-04-15 17:05:52 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00
Maxim Sobolev
a68d2827d3 Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
2002-03-18 11:50:38 +00:00
Akinori MUSHA
21d944be5c Bump PORTREVISION to reflect the (lib)iconv upgrade. 2002-03-18 10:27:58 +00:00
Maxim Sobolev
8493a5819b Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
2002-03-18 09:46:46 +00:00
Ade Lovett
9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +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
60fd3e4698 Victims of Mozilla update to 0.9.9. 2002-03-12 19:34:35 +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
d25449e5c3 Update to 1.0.1. 2001-12-06 09:09:51 +00:00
Maxim Sobolev
d0b519e5ad Update to 1.0. 2001-11-26 09:07:26 +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
b09cf46b27 Update to 0.12.6. 2001-10-29 08:05:22 +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
850f72cab9 Run `${X11BASE}/bin/gconftool --shutdown' before proceeding with package
installations, because otherwise stale gconf daemon could prevent installation
from completing successfully.

Submitted by:	bento
2001-08-27 10:43:11 +00:00
Maxim Sobolev
3443971a7f Turn WITH_FULL_MOZILLA on by default due to `missed scrollbars syndrome'
observed when used with mozilla-embedded.
2001-08-21 14:27:19 +00:00
Maxim Sobolev
bfed17316e Update to 0.12. 2001-08-20 08:52:52 +00:00
Maxim Sobolev
0ed7522cea Update to 0.11.5. 2001-08-13 15:46:17 +00:00
Maxim Sobolev
85dd7cba40 Update to 0.11.3. 2001-07-27 12:56:26 +00:00
Maxim Sobolev
ceb20b7640 Update to 0.11.2. 2001-07-23 07:53:26 +00:00
Maxim Sobolev
0e4da12188 Fix typo: ${PORTS} --> ${PORTSDIR} 2001-07-05 07:44:19 +00:00
Maxim Sobolev
4dec075fe5 Update to 0.11.1. 2001-07-05 07:33:46 +00:00
Ade Lovett
4f5620349f Clean up dependency chains after moving gtkhtml/gal inside the
USE_GNOME knob
2001-06-19 09:43:08 +00:00
Maxim Sobolev
398f9a452c Mark as B0RKEN - victim of Mozilla upgrade. 2001-06-11 20:38:11 +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
Ade Lovett
5ed28dbe7a SWitch maintainership of core GNOME ports to a small group of
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
2001-05-11 16:36:50 +00:00
Maxim Sobolev
4444d40055 Add missed gnomeaudio dependency. 2001-05-05 13:52:01 +00:00
Maxim Sobolev
ebb9ac95b8 Update to 0.10.5. 2001-05-03 11:59:33 +00:00
Maxim Sobolev
1993117f18 Remove forceful WITH_FULL_MOZILLA - it now works with mozilla-embedded. 2001-04-12 12:41:32 +00:00
Maxim Sobolev
75cda4937f Update to 0.10.4. 2001-04-09 11:55:51 +00:00
Maxim Sobolev
4ca0e60800 -pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}

Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
2001-03-29 16:35:19 +00:00
Maxim Sobolev
0b3c2d55d2 Update to 0.10.2. 2001-03-10 12:52:58 +00:00
Maxim Sobolev
1b74a575bd Update to 0.10.1. 2001-02-26 09:19:23 +00:00
Maxim Sobolev
3fef94ce7c Use -lgcc_r only if /usr/lib/libgcc_r.a actually exists.
Prompted by:	Anders Andersson <anders@codefactory.se>
2001-02-22 10:01:04 +00:00
Maxim Sobolev
4282ee355c Cosmetics. Remove commented out lines. 2001-02-22 09:00:02 +00:00
Maxim Sobolev
5f95856f40 Update to 0.10. 2001-02-22 08:14:52 +00:00
Maxim Sobolev
6add111dab Reflect divorce of mozilla-embedded and mozilla-headers. 2001-02-01 11:48:35 +00:00
Maxim Sobolev
1744bfcaf0 Update to 0.9.b3. 2001-01-29 15:11:00 +00:00
Maxim Sobolev
9ec29de3c0 Update to 0.9.b1. 2001-01-17 13:08:10 +00:00
Maxim Sobolev
ef3541be00 Update to 0.8.4. 2001-01-11 09:02:30 +00:00
Maxim Sobolev
5e56436b08 Update to 0.8.3. 2000-12-27 16:48:35 +00:00
Maxim Sobolev
f181072383 Move MASTER_SITE_LOCAL on top of MASTER_SITES, because version at Sourceforge
misteriously became truncated.

Submitted by:	bento
2000-11-28 13:20:32 +00:00
Maxim Sobolev
8353095cec Update to 0.8. 2000-11-01 11:32:23 +00:00
Maxim Sobolev
f0b776803d Update to 0.7.7a. 2000-10-27 08:38:04 +00:00
Jeremy Lea
c76cf46929 Implement USE_GNOME, part 2. 2000-10-05 07:17:31 +00:00
Maxim Sobolev
4deb58b11f Update to 0.7.6. 2000-10-03 07:29:43 +00:00
Maxim Sobolev
114734f815 Update to 0.7.5. 2000-09-22 09:44:04 +00:00
Maxim Sobolev
6d4c8d13ca Put a copy of distfile at MASTER_SITE_LOCAL. Galeon authors violently removed
the old 0.72 version, while the new 0.73 can't be built with our default
gcc2.95.2.
2000-09-05 12:18:25 +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
Ade Lovett
972ca4afab Re-sobomize to use pre-patch instead of post-extract
Wrists slapped by:	knu, sheldon
2000-08-04 16:11:37 +00:00
Maxim Sobolev
38a6bf923b Remove BROKEN - now we have M16 again. 2000-08-03 17:45:33 +00:00
Maxim Sobolev
df0b048985 Mark as broken - it requires M16. 2000-08-03 14:42:44 +00:00
Maxim Sobolev
64defc16c6 Add USE_NEWGCC=yes.
I really think that support for 3-STABLE is depreciated, but as long as it is
not officially declared yet and somebody cares enough to fill a PR I did that.

PR:		20362
Submitted by:	Vivek Khera <khera@kciLink.com>
2000-08-03 06:20:44 +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