summaryrefslogtreecommitdiffstats
path: root/www/galeon
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with Mozilla 1.4.1.marcus2003-10-151-0/+11
| | | | | PR: 58072 Submitted by: Esa Karkkainen <ejk@iki.fi>
* Bump PORTREVISION to stay in sync with mozilla.marcus2003-10-111-0/+1
|
* galeon and galeon2 conflict with each other.marcus2003-10-111-0/+2
| | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Remove an extraneous .endif.marcus2003-10-011-1/+0
| | | | Reported by: FreshPorts
* Remove mozilla-embedded and mozilla-embedded-devel. They were not heavilymarcus2003-10-011-6/+1
| | | | | used (if at all), they were broken in functionality, and they did not build correctly on all architectures.
* Update to 1.2.12.marcus2003-09-252-4/+3
|
* Remove nautilus support now that Nautilus has been removed from the tree.marcus2003-07-151-9/+0
|
* Correct the number of .endif's.marcus2003-07-011-1/+0
| | | | Reported by: Freshports
* Add support for Mozilla 1.4, and remove references to mozilla-vendor.marcus2003-07-011-9/+4
|
* Update to 1.2.11.marcus2003-06-124-30/+7
|
* Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-4/+1
|
* Update for Mozilla 1.4b.marcus2003-05-162-1/+27
|
* Portlint whitespace fix.marcus2003-04-241-1/+1
|
* Fix the flashplayer link.marcus2003-04-241-0/+3
|
* Restore a signed vs. unsigned patch that was accidentally removed in themarcus2003-04-212-0/+28
| | | | last commit. This should fix the build with Mozilla 1.3.
* Update to 1.2.10.marcus2003-04-2010-496/+13
|
* Fix build on -CURRENT.marcus2003-04-121-0/+14
| | | | | Reported by: Pav Lucistnik <pav@oook.cz> Obtained from: Galeon CVS
* Fix a signed vs. unsigned problem with Mozilla 1.3.marcus2003-04-102-17/+23
|
* Fix build with mozilla-1.4a.marcus2003-04-086-7/+466
|
* * Add mozilla-1.4a supportmarcus2003-04-071-6/+4
| | | | * Convert to new GNOME infrastructure
* allow build with more warnings enabled, NO_WERROR=yesdinoex2003-04-051-0/+4
| | | | Approved by: marcus
* * Update to 1.2.9marcus2003-04-043-9/+10
| | | | * Add support for Mozilla 1.3
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Add a conditional dependency on nautilus.marcus2003-02-171-1/+9
| | | | Submitted by: Olivier Tharan <olive@oban.frmug.org>
* Update to 1.2.8.marcus2003-02-165-92/+18
|
* Fix build with mozilla-devel.marcus2003-02-061-2/+23
| | | | Reported by: Andrew J Caines <A.J.Caines@halplant.com>
* Sync this port with the recent Mozilla commits.marcus2003-01-211-2/+3
|
* Update to 1.2.7.marcus2003-01-023-15/+32
|
* Bump PORTREVISION after the gal version bump.marcus2002-11-121-0/+1
|
* Add a check for mozilla-embedded.marcus2002-11-031-0/+5
| | | | PR: 44855
* Add support for the new Mozilla ports. By default, Galeon will buildmarcus2002-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.
* Galeon is now un-forbidden since Mozilla has been patched.marcus2002-10-181-1/+0
|
* Mark forbidden due to security hole reported at ↵marcus2002-10-171-0/+1
| | | | | | http://www.mozillazine.org/talkback.html?article=2467. Submitted by: trevor
* Fix build with mozilla-1.0.1. Note, this breaks building with mozilla-1.0.marcus2002-09-161-0/+11
| | | | | | | This fix may be subject to change pending a response from the Galeon developers. PR: 42841
* Update to 1.2.6. This release supports both Mozilla 1.0 and 1.1. It willmarcus2002-09-153-8/+23
| | | | | | | build with 1.0.x support by default, but this can be overwritten by building with: make -DWITH_MOZILLA_DEVEL
* Bah, fix the build in a cleaner way.marcus2002-09-112-12/+1
|
* Fix build with Mozilla-1.0.1.marcus2002-09-112-1/+14
|
* Unbreak now that Mozilla 1.0 is back in the tree.marcus2002-09-031-2/+0
|
* Remove USE_NEWGCC, which is no longer supported or required.kris2002-08-311-1/+0
| | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571
* Mark BROKEN as 1.2.5 does not work with Mozilla 1.1.marcus2002-08-281-0/+2
|
* `%' isn't a sed(1) special RE character, so that there is no need to putsobomax2002-07-171-6/+5
| | | | it into squiare brackets.
* Use USE_GNOMENG.marcus2002-07-171-14/+13
|
* Fix build on -CURRENT.marcus2002-06-162-1/+20
|
* Update to 1.2.5...now with Mozilla 1.0 support!marcus2002-06-093-2/+3
|
* Update to 1.2.3.sobomax2002-05-284-243/+2
|
* Update Mozilla to 1.0.rc3 and tweak galeon to compile with it.sobomax2002-05-242-3/+226
| | | | | Special thanks to: Yanko Kaneti <yaneti@indigo.declera.com> for his help in getting Galeon compiling
* Update to 1.2.2.sobomax2002-05-243-3/+20
|
* Use strncmp() instead of strnstr() since the latter does not exist inmarcus2002-05-021-5/+5
| | | | | | FreeBSD 4.x before 4.5. Prompted by: Edward Glowacki <glowack2@msu.edu>
* Re-enable WITH_FULL_MOZILLA due to problems people have been reportingmarcus2002-04-301-1/+1
| | | | on the lists.
* Remove unneeded patch. This should correct the plist problems.marcus2002-04-291-14/+0
| | | | | Reported by: olgeni Approved by: sobomax
OpenPOWER on IntegriCloud