Commit Graph

137 Commits

Author SHA1 Message Date
Pav Lucistnik
db249059e4 - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 14:33:42 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Joe Marcus Clarke
0725a84c4c Catch up with the latest mozilla-devel. 2004-02-26 03:08:19 +00:00
Adam Weinberger
7602ef6eba GTK2 mozilla is now the default, and GTK1 support will be built only if explicitly
requested.

This means that mozilla-gtk2 and mozilla-devel-gtk2 are now mozilla and
mozilla-devel, respectively; and the old mozilla and mozilla-devel are now
mozilla-gtk1 and mozilla-devel-gtk1.

This is done for a whole plethora of reasons, and should please everybody
except galeon1 fanatics and uhm... anybody else who it doesn't please.

If you have WITH_MOZILLA set in your /etc/make.conf, you'll need to update
the value accordingly. GTK2 ports will automatically install GTK2 mozilla,
and GTK1 ports will automatically install GTK1 ports, so WITH_MOZILLA need
be defined only if you want the development version... which are dormant
right now anyway.

For now, all ports that honoured WITH_MOZILLA=mozilla-{,-devel}-gtk2 will
still honour those values as well as WITH_MOZILLA=mozilla{,-devel}, but
future ports reserve the right to ignore the *-gtk2 values.
2004-02-18 03:50:38 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Adam Weinberger
547e6f8a3d Remove mozilla-headers.
This integrates the headers from mozilla-headers and mozilla-headers-devel
into mozilla and mozilla-devel.
2004-01-18 07:27:03 +00:00
Joe Marcus Clarke
24dc49a00e Change the Mozilla version to trunk for building with 1.6.
PR:		61476
Submitted by:	Esa Karkkainen <ejk@iki.fi>
2004-01-17 18:16:34 +00:00
Joe Marcus Clarke
722cde1aed Catch up with Mozilla 1.6. 2004-01-17 05:26:15 +00:00
Joe Marcus Clarke
dd351c76b2 Build with Mozilla 1.6b. 2003-12-16 21:43:47 +00:00
Joe Marcus Clarke
a73b45419f Update to 1.2.13 to fix a build with Mozilla 1.5 and 1.6.a.
Reported by:	bento via kris
Approved by:	portmgr (implicit)
2003-11-26 06:02:15 +00:00
Joe Marcus Clarke
6ebf3e3446 * Update mozilla-devel to 1.6a
* Install pkg-config files for both the GTK1 and GTK2 versions of Mozilla
* Update dependent browsers accordingly
2003-11-01 21:51:08 +00:00
Joe Marcus Clarke
ec87d489f3 Update Mozilla to 1.5, and adjust the dependent ports accordingly. Note,
mozilla-devel has not been updated since it would cause INDEX conflicts
with the GTK2 port.
2003-10-19 03:44:15 +00:00
Joe Marcus Clarke
9981507a1f Remove any chance of linking galeon with -pthread. Instead, make sure
${PTHREAD_LIBS} is used.

Submitted by:	sf
2003-10-16 18:47:54 +00:00
Joe Marcus Clarke
8ef25b6b7f Fix build with Mozilla 1.4.1.
PR:		58072
Submitted by:	Esa Karkkainen <ejk@iki.fi>
2003-10-15 16:42:24 +00:00
Joe Marcus Clarke
ff746cdec0 Bump PORTREVISION to stay in sync with mozilla. 2003-10-11 22:18:21 +00:00
Joe Marcus Clarke
ca8f11067c galeon and galeon2 conflict with each other.
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-11 06:13:35 +00:00
Joe Marcus Clarke
ad4ca8322c Remove an extraneous .endif.
Reported by:	FreshPorts
2003-10-01 05:53:53 +00:00
Joe Marcus Clarke
f65a7d033d Remove mozilla-embedded and mozilla-embedded-devel. They were not heavily
used (if at all), they were broken in functionality, and they did not
build correctly on all architectures.
2003-10-01 05:50:04 +00:00
Joe Marcus Clarke
2a67e1b348 Update to 1.2.12. 2003-09-25 21:24:36 +00:00
Joe Marcus Clarke
c2de53da32 Remove nautilus support now that Nautilus has been removed from the tree. 2003-07-15 19:01:29 +00:00
Joe Marcus Clarke
f644c9efd3 Correct the number of .endif's.
Reported by:	Freshports
2003-07-01 06:24:15 +00:00
Joe Marcus Clarke
d7f26aaaed Add support for Mozilla 1.4, and remove references to mozilla-vendor. 2003-07-01 06:20:18 +00:00
Joe Marcus Clarke
d5deacd7d6 Update to 1.2.11. 2003-06-12 18:06:49 +00:00
Adam Weinberger
5a1964dbcd Remove REINPLACE commands that were rolled into gnomehack. 2003-06-12 09:46:09 +00:00
Joe Marcus Clarke
561b6f108d Update for Mozilla 1.4b. 2003-05-16 22:02:15 +00:00
Joe Marcus Clarke
7e559f9478 Portlint whitespace fix. 2003-04-24 05:49:14 +00:00
Joe Marcus Clarke
c28fd813ff Fix the flashplayer link. 2003-04-24 05:47:42 +00:00
Joe Marcus Clarke
71366918c7 Restore a signed vs. unsigned patch that was accidentally removed in the
last commit.  This should fix the build with Mozilla 1.3.
2003-04-21 16:36:47 +00:00
Joe Marcus Clarke
9d6e55425f Update to 1.2.10. 2003-04-20 04:08:54 +00:00
Joe Marcus Clarke
c1600d449b Fix build on -CURRENT.
Reported by:	Pav Lucistnik <pav@oook.cz>
Obtained from:	Galeon CVS
2003-04-12 20:44:06 +00:00
Joe Marcus Clarke
1c990d524b Fix a signed vs. unsigned problem with Mozilla 1.3. 2003-04-10 17:04:59 +00:00
Joe Marcus Clarke
89feab37d8 Fix build with mozilla-1.4a. 2003-04-08 03:58:13 +00:00
Joe Marcus Clarke
1d6209abf0 * Add mozilla-1.4a support
* Convert to new GNOME infrastructure
2003-04-07 06:28:30 +00:00
Dirk Meyer
0c4a0edaf5 allow build with more warnings enabled, NO_WERROR=yes
Approved by:	marcus
2003-04-05 09:09:16 +00:00
Joe Marcus Clarke
3e268976c8 * Update to 1.2.9
* Add support for Mozilla 1.3
2003-04-04 07:07:47 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Joe Marcus Clarke
67e7505446 Add a conditional dependency on nautilus.
Submitted by:	Olivier Tharan <olive@oban.frmug.org>
2003-02-17 18:45:36 +00:00
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
96bc77454a Sync this port with the recent Mozilla commits. 2003-01-21 16:53:21 +00:00
Joe Marcus Clarke
2c690ca911 Update to 1.2.7. 2003-01-02 19:05:56 +00:00
Joe Marcus Clarke
dd5d199e35 Bump PORTREVISION after the gal version bump. 2002-11-12 02:14:10 +00:00
Joe Marcus Clarke
ea23f14831 Add a check for mozilla-embedded.
PR:	44855
2002-11-03 19:32:06 +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
37781033d6 Galeon is now un-forbidden since Mozilla has been patched. 2002-10-18 03:06:14 +00:00
Joe Marcus Clarke
6b43c2600c Mark forbidden due to security hole reported at http://www.mozillazine.org/talkback.html?article=2467.
Submitted by:	trevor
2002-10-17 14:45:48 +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
02cfdd681e Update to 1.2.6. This release supports both Mozilla 1.0 and 1.1. It will
build with 1.0.x support by default, but this can be overwritten by
building with:

make -DWITH_MOZILLA_DEVEL
2002-09-15 22:50:10 +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