aboutsummaryrefslogtreecommitdiff
path: root/www/galeon
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.2.7.Joe Marcus Clarke2003-01-023-15/+32
| | | | Notes: svn path=/head/; revision=72277
* Bump PORTREVISION after the gal version bump.Joe Marcus Clarke2002-11-121-0/+1
| | | | Notes: svn path=/head/; revision=69935
* Add a check for mozilla-embedded.Joe Marcus Clarke2002-11-031-0/+5
| | | | | | | PR: 44855 Notes: svn path=/head/; revision=69365
* Add support for the new Mozilla ports. By default, Galeon will buildJoe Marcus Clarke2002-10-222-27/+28
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=68563
* Galeon is now un-forbidden since Mozilla has been patched.Joe Marcus Clarke2002-10-181-1/+0
| | | | Notes: svn path=/head/; revision=68236
* Mark forbidden due to security hole reported at ↵Joe Marcus Clarke2002-10-171-0/+1
| | | | | | | | | http://www.mozillazine.org/talkback.html?article=2467. Submitted by: trevor Notes: svn path=/head/; revision=68210
* Fix build with mozilla-1.0.1. Note, this breaks building with mozilla-1.0.Joe Marcus Clarke2002-09-161-0/+11
| | | | | | | | | | This fix may be subject to change pending a response from the Galeon developers. PR: 42841 Notes: svn path=/head/; revision=66453
* Update to 1.2.6. This release supports both Mozilla 1.0 and 1.1. It willJoe Marcus Clarke2002-09-153-8/+23
| | | | | | | | | | build with 1.0.x support by default, but this can be overwritten by building with: make -DWITH_MOZILLA_DEVEL Notes: svn path=/head/; revision=66392
* Bah, fix the build in a cleaner way.Joe Marcus Clarke2002-09-112-12/+1
| | | | Notes: svn path=/head/; revision=66173
* Fix build with Mozilla-1.0.1.Joe Marcus Clarke2002-09-112-1/+14
| | | | Notes: svn path=/head/; revision=66172
* Unbreak now that Mozilla 1.0 is back in the tree.Joe Marcus Clarke2002-09-031-2/+0
| | | | Notes: svn path=/head/; revision=65574
* Remove USE_NEWGCC, which is no longer supported or required.Kris Kennaway2002-08-311-1/+0
| | | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571 Notes: svn path=/head/; revision=65347
* Mark BROKEN as 1.2.5 does not work with Mozilla 1.1.Joe Marcus Clarke2002-08-281-0/+2
| | | | Notes: svn path=/head/; revision=65194
* `%' isn't a sed(1) special RE character, so that there is no need to putMaxim Sobolev2002-07-171-6/+5
| | | | | | | it into squiare brackets. Notes: svn path=/head/; revision=63123
* Use USE_GNOMENG.Joe Marcus Clarke2002-07-171-14/+13
| | | | Notes: svn path=/head/; revision=63110
* Fix build on -CURRENT.Joe Marcus Clarke2002-06-162-1/+20
| | | | Notes: svn path=/head/; revision=61387
* Update to 1.2.5...now with Mozilla 1.0 support!Joe Marcus Clarke2002-06-093-2/+3
| | | | Notes: svn path=/head/; revision=60986
* Update to 1.2.3.Maxim Sobolev2002-05-284-243/+2
| | | | Notes: svn path=/head/; revision=60189
* Update Mozilla to 1.0.rc3 and tweak galeon to compile with it.Maxim Sobolev2002-05-242-3/+226
| | | | | | | | Special thanks to: Yanko Kaneti <yaneti@indigo.declera.com> for his help in getting Galeon compiling Notes: svn path=/head/; revision=59899
* Update to 1.2.2.Maxim Sobolev2002-05-243-3/+20
| | | | Notes: svn path=/head/; revision=59882
* Use strncmp() instead of strnstr() since the latter does not exist inJoe Marcus Clarke2002-05-021-5/+5
| | | | | | | | | FreeBSD 4.x before 4.5. Prompted by: Edward Glowacki <glowack2@msu.edu> Notes: svn path=/head/; revision=58465
* Re-enable WITH_FULL_MOZILLA due to problems people have been reportingJoe Marcus Clarke2002-04-301-1/+1
| | | | | | | on the lists. Notes: svn path=/head/; revision=58382
* Remove unneeded patch. This should correct the plist problems.Joe Marcus Clarke2002-04-291-14/+0
| | | | | | | | Reported by: olgeni Approved by: sobomax Notes: svn path=/head/; revision=58317
* Allow Galeon to properly act as a viewer for GNOME help URLs. BumpJoe Marcus Clarke2002-04-272-0/+17
| | | | | | | | | | | PORTREVISION. Prompted by: User Witr <witr@rwwa.com> Reviewed by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=58239
* Move misplaced hunk where it belongs (from patch-configure to patch-hairy).Maxim Sobolev2002-04-262-10/+12
| | | | Notes: svn path=/head/; revision=58143
* Remove redundant configure patch.Joe Marcus Clarke2002-04-261-11/+0
| | | | | | | Reported by: Franz Klammer <klammer@webonaut.com> Notes: svn path=/head/; revision=58141
* USE_LIBTOOL strikes back: use the new and improved way for dealing withMaxim Sobolev2002-04-253-86/+16
| | | | | | | | | 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. Notes: svn path=/head/; revision=58123
* Update to 1.2.1.Joe Marcus Clarke2002-04-225-19/+31
| | | | | | | | Reviewed by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=57992
* Allow galeon to find and use Xinerama. This prevents galeon from maximizingJoe Marcus Clarke2002-04-181-2/+2
| | | | | | | | | | | over multiple displays. Bump PORTREVISION. Submitted by: Franz Klammer <klammer@webonaut.com> Reviewed by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=57839
* GC tons of useless msgfmt:... in BUILD_DEPENDS, when libintl already inMaxim Sobolev2002-04-151-2/+1
| | | | | | | LIB_DEPENDS. Notes: svn path=/head/; revision=57721
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-5/+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 Notes: svn path=/head/; revision=57625
* Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h andMaxim Sobolev2002-03-181-4/+1
| | | | | | | -liconv to -lgiconv. Notes: svn path=/head/; revision=56294
* Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA2002-03-181-1/+1
| | | | Notes: svn path=/head/; revision=56291
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needMaxim Sobolev2002-03-181-1/+1
| | | | | | | libiconv. Notes: svn path=/head/; revision=56287
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=56168
* It seems that the damned build system doesn't always recreateMaxim Sobolev2002-03-152-1/+15
| | | | | | | | GNOME_Galeon_NautilusView.oaf from the corresponding .in file, so that patch it as well. Bump PORTREVISION. Notes: svn path=/head/; revision=56164
* Use some black'n'hairy magick to resolve chiken'n'egg problem at hand:Maxim Sobolev2002-03-132-7/+757
| | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=56031
* Whack iid of the Nautilus component to be the same as the iid of the defunctMaxim Sobolev2002-03-132-0/+15
| | | | | | | | | 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. Notes: svn path=/head/; revision=55995
* Update to 1.2.0.Maxim Sobolev2002-03-136-82/+176
| | | | Notes: svn path=/head/; revision=55989
* Victims of Mozilla update to 0.9.9.Maxim Sobolev2002-03-121-1/+1
| | | | Notes: svn path=/head/; revision=55945
* Update to 1.0.3.Maxim Sobolev2002-02-063-26/+26
| | | | | | | | PR: 34653 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=54264
* Update to 1.0.2.Maxim Sobolev2001-12-284-27/+46
| | | | | | | | PR: 33265 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=52315
* Update to 1.0.1.Maxim Sobolev2001-12-063-35/+14
| | | | Notes: svn path=/head/; revision=51120
* Update to 1.0.Maxim Sobolev2001-11-263-3/+4
| | | | Notes: svn path=/head/; revision=50556
* Update to 0.12.8.Maxim Sobolev2001-11-194-38/+26
| | | | Notes: svn path=/head/; revision=50213
* Update to 0.12.7.Maxim Sobolev2001-11-135-107/+71
| | | | Notes: svn path=/head/; revision=49981
* Update to 0.12.6.Maxim Sobolev2001-10-292-2/+2
| | | | Notes: svn path=/head/; revision=49314
* Update to 0.12.5.Maxim Sobolev2001-10-234-10/+15
| | | | Notes: svn path=/head/; revision=49118
* Fix with Mozilla 0.9.5.Maxim Sobolev2001-10-222-4/+5
| | | | | | | | PR: 31397 Submitted by: Nuzrin Yaapar <p9711422@mmu.edu.my> Notes: svn path=/head/; revision=49063
* Update to 0.12.4.Maxim Sobolev2001-10-164-5/+18
| | | | Notes: svn path=/head/; revision=48837