aboutsummaryrefslogtreecommitdiffstats
path: root/www/seamonkey
Commit message (Collapse)AuthorAgeFilesLines
* Fix the startup script so that it can accept option arguments. This fixesmarcus2002-11-282-8/+13
| | | | | | | | a problem with starting Mozilla from the KDE dock if another instance of Mozilla is already running. Tested by: Vivek Khera <vivek@khera.org> Approved by: portmgr (kris)
* Make the Mozilla startup scripts a little smarter. Instead of launching amarcus2002-11-242-6/+22
| | | | | | | | new Mozilla instance each time, check to see if one already exists, and if so, spawn a new browser tab in the current window. PR: 45610 Submitted by: Nick Jennings
* When using the GTK+-2 version, build with ORBit2.marcus2002-11-211-3/+7
| | | | Submitted by: bento
* Don't tack on an extra '-' in the include dir path.marcus2002-11-181-1/+1
| | | | Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com>
* Add the pkg-descr for the slave port, mozilla-devel-gtk2.marcus2002-11-181-0/+12
|
* * Make this port a master port which can support slavesmarcus2002-11-183-23/+62
| | | | | | * Install .pc files when built with WITH_GTK2 * Don't play with Xft stuff in source files unless we're building with with Xft support enabled.
* Add calendar support to Mozilla. Specify -DWITH_CALENDAR to enablemarcus2002-11-112-0/+18
| | | | | | | it. PR: 45145 Submitted by: Joe Kelsey <joek@zircon.staff.flyingcroc.net>
* * Add support for building the GTK 2 version of Mozilla (define WITH_GTK2marcus2002-10-292-2/+971
| | | | | | | | | to do this). This feature will be used for the upcoming Galeon 1.3.0 port. [1] * Allow users to disable Composer (define WITHOUT_COMPOSER to do this) [2] Submitted by: David Magda <dmagda@magda.ca> [2] Obtained from: Galeon 1.3.0 tarball (with some modification) [1]
* Mark mozilla-devel BROKEN when Xft2 support is enabled and theadamw2002-10-261-0/+4
| | | | | | | mozilla-fonts package is installed. Reviewed by: marcus Approved by: pat
* Add one more forgotten '\'.marcus2002-10-241-1/+1
|
* Properly handle if blocks in the Makefile.marcus2002-10-241-9/+9
| | | | Submitted by: daichi
* * Add a patch that fixes some localization issues [1]marcus2002-10-233-13/+142
| | | | | | | | | | * Fix a problem with plugins not actually loading * Hopefully correct some issues with installs erroring out with Error 1 * Conditionalize Xft support (by default it's enabled, but can be disabled by defined WITHOUT_XFT) Submitted by: Jung-uk Kim <jkim@niksun.com> [1] Obtained from: Mozilla's Bugzilla bug 174989 [1]
* Fix the build by adding a dependency on Xft.marcus2002-10-221-1/+4
| | | | | Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com> Rob Lahaye <lahaye@snu.ac.kr>
* This commit includes:marcus2002-10-228-1013/+61
| | | | | | | | | | | | | | | | | | | | | | | | * mozilla-*vendor ports (currently for Mozilla 1.0.1) * mozilla* ports (currently for Mozilla 1.1) * mozilla-*devel ports (currently for Mozilla 1.2b) Special thanks goes to trevor for auto-generating plist patches, cy for pointing out that the Mozilla startup scripts need to be tailored for each version of Mozilla, grog for suggesting that some verbage needs to be added to explain the Java plugin messages at startup, and John Merryweather Cooper for suggesting a common plugin directory. Of course, thanks also goes to the user community for suggestions and support. These ports offer: * Complete coexistence with each other * A universal ${PREFIX}/lib/browser_plugins directory * Auto-generated plists for ease of maintenance * More accurate pkg-descr's * A pkg-message pointing users to java/jdk13 for the Java plugin PR: 42870 42941 Reviewed by: ports gnome
* Update to 1.2a.sobomax2002-10-206-79/+43
|
* Add a patch from Mozilla CVS to correct the recent security hole. Un-forbidmarcus2002-10-182-3/+318
| | | | | | | | the port. Patch link was Submitted by: Jung-uk Kim <jkim@niksun.com>
* Mark forbidden due to security hole reported atmarcus2002-10-171-0/+2
| | | | | | http://www.mozillazine.org/talkback.html?article=2467. Submitted by: trevor
* Disable Chatzilla by default. The irc buffer overflow is still present.marcus2002-09-291-1/+2
| | | | Submitted by: trevor
* Update the pkg-descrs yet again. Mozilla.org has changed their descriptions.marcus2002-09-151-6/+3
| | | | | | | Indicate that the mozilla port reflects the most stable venor (or API) release, while the -devel port is the latest official release of Mozilla. PR: 42706
* Bring the pkg-descr's up-to-date to reflect the current releases.marcus2002-09-071-10/+6
| | | | PR: 42485
* Fix the JPI installation.marcus2002-09-041-1/+1
| | | | Reported by: Ivanchenko V. I. <webmaster@asiamusic.ru>
* Fix the path to exec mozilla.marcus2002-09-041-1/+1
| | | | Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
* Add mozilla-*-devel after a repo copy from mozilla.marcus2002-09-042-632/+634
| | | | | | | | | | | | | | | NOTE: mozilla-*-devel is now Mozilla 1.1. mozilla-* (without the -devel) is back to Mozilla 1.0. mozilla.org states that 1.1 is their new bleeding edge release, and 1.0 is still the stable release. The release cycle diagram also indicates that a Mozilla 1.0.1 is coming. For all users that upgraded from Mozilla 1.0 to 1.1, be aware that running a blind portupgrade on mozilla will give you mozilla-1.0! If you want to keep Mozilla 1.1, you will have to change the origin of you mozilla ports to point to their -devel counterparts. The -devel ports will install files into -devel directories. Therefore, both mozilla and mozilla-devel can coexist.
* Fix the build on -CURRENT. The thunks fix did _not_ make it into the 1.1marcus2002-08-291-0/+21
| | | | | | release. Submitted by: quite a few
* Fix the checksum.marcus2002-08-291-1/+1
| | | | Reported by: David Magda <dmagda@magda.ca>
* Update to 1.1. This fixes the font problem as well as the chatzilla bug. Amarcus2002-08-297-132/+61
| | | | | | | | full list of changes can be found in the Mozilla 1.1 release notes from: http://www.mozilla.org/releases/mozilla1.1/ PR: 42068
* Don't use mapped IPv6 address when connecting IPv4 node.sumikawa2002-08-012-1/+23
| | | | Submitted by: ume
* * Fix build on -CURRENTmarcus2002-07-232-5/+33
| | | | | | | | | | | * Silence a portlint nit wrt to the order of PORTREVISION in the Makefile * Don't use --enable-reorder on non-i386 archs * Mark BROKEN for now on alpha as there is still a core dump during post-build * Use USE_GNOMENG Submitted by: Peter Kostouros <kpeter@melbpc.org.au> (patch for -CURRENT) me (everything else)
* security fix: correct bugs 115788 and 150339 (Mozilla passestrevor2002-07-143-2/+81
| | | | | | | requests for huge fonts, leading to loss of X (and probably VNC) session) Obtained from: attachment 87432 on bugzilla.mozilla.org
* Forbid because of remote crash.trevor2002-07-141-0/+2
|
* Update to 1.0. Yay!sobomax2002-06-072-4/+3
|
* Put back older checksum in addition to the newer one. Sine two versions ofsobomax2002-05-281-0/+1
| | | | | | | distfile are virtually equivalent it is unreasonable to require from a user to refetch the distfile. Submitted by: trevor
* Update checksum. Mozilla folks follow their practice of updating alreadysobomax2002-05-271-1/+1
| | | | | | | released tarball without version bump. The diff between old and new version didn'y revealed anything that might be worth PORTREVISION bump. Submitted by: Mark Knight <markk@knigma.org>, kris
* Update Mozilla to 1.0.rc3 and tweak galeon to compile with it.sobomax2002-05-242-5/+4
| | | | | Special thanks to: Yanko Kaneti <yaneti@indigo.declera.com> for his help in getting Galeon compiling
* Conditionalize mail, news, and LDAP support. All three are still enabledmarcus2002-05-192-51/+68
| | | | by default.
* Don't treat the ${WITHOUT_CHATZILLA} (default) build as gratuitouslygreen2002-05-152-13/+15
| | | | | different from the one with ChatZilla. This means building otherwise the exact same extensions.
* Update to 1.0.rc2.marcus2002-05-135-123/+18
| | | | The Chatzilla buffer overflow is still there, so disable Chatzilla by default.
* Whoops, commit the patch, not just the skeleton Makefile.marcus2002-05-111-8/+23
|
* Really prevent Chatzilla from being installed. Seems the extensions weremarcus2002-05-111-1/+1
| | | | | | | changed in RC 1. Prompted by: parv <parv@pair.com> Tested by: parv <parv@pair.com>
* Disable Chatzilla since it contains a buffer overflow as described bymarcus2002-05-091-1/+3
| | | | | | http://online.securityfocus.com/archive/1/270249. Reported by: trevor
* Fix recent security vulnerability in Mozilla, as well as the resultingmarcus2002-05-062-2/+98
| | | | | | | | | segmentation fault after the initial patch was applied. See http://sec.greymagic.com/adv/gm001-ns/ for more details on the vulnerability. Obtained from: Mozilla's Bugzilla database (bugs 141061 and 137644)
* Mark forbidden because of security bug.mbr2002-05-031-0/+2
| | | | Approved by: no response from: maintainer
* Change dist site for libart from sobomax's people page to his local-distfilesmarcus2002-05-011-3/+4
| | | | | | directory. Prompted by: obrien (and FreeBSD.org admins)
* Add a conditional broken message so that people stop asking why Mozillamarcus2002-04-261-1/+8
| | | | | | | fails to build when they have freetype 1.x installed. Reviewed by: sobomax Approved by: sobomax
* Allow libart to be fetched quickly instead of wading through all themarcus2002-04-231-2/+2
| | | | MOZILLA dist sites' timeouts.
* Until sobomax copies libart_lgpl-1.0 into his ~public_distfiles dir...obrien2002-04-231-2/+2
|
* Fix up the port to use the 1.0.rc1 version of the libart dist.marcus2002-04-232-5/+4
|
* Update to 1.0.rc1marcus2002-04-236-136/+18
| | | | | Reviewed by: sobomax Approved by: sobomax
* Fix the plist when WITHOUT_CHATZILLA is defined.marcus2002-04-162-15/+18
| | | | | | PR: 36193 Reviewed by: sobomax Approved by: sobomax
* Allow installed files to have correct permissions when built by a non-rootmarcus2002-04-141-2/+2
| | | | | | | | | user. PR: 35980 Submitted by: Alan Eldridge <ports@geeksrus.net> Reviewed by: sobomax Approved by: sobomax
* Multiple IP trying works not only when connection resused but alsosumikawa2002-03-293-1/+101
| | | | | | | | when timeout. This patch was already commited in mozilla-current and will appear in mozilla-1.0. Obtained from: Bugzilla/126755 http://bugzilla.mozilla.org/show_bug.cgi?id=126755
* Fix displaying of bold/italic truetype fonts. Bump PORTREVISION.sobomax2002-03-192-1/+29
| | | | | | PR: 36049 Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> Obtained from: Mozilla cvs
* Remove gdk-pixbuf from LIB_DEPENDS - Mozilla doesn't need it anymore.sobomax2002-03-171-1/+0
| | | | Submitted by: Szilveszter Adam <sziszi@bsd.hu>
* - Re-enable Chatzilla;sobomax2002-03-153-2/+31
| | | | | | | | - remove non-working freetype workaround; - correct name of the freetype library, so that it is easier to get AA fonts working. Bump PORTREVISION.
* Fix a typo in previous commit.sobomax2002-03-131-1/+1
|
* Quick'n'dirty hack to prevent freetype1 includes from beint picked instead ofsobomax2002-03-131-0/+1
| | | | | | freetype2 ones. Reported by: many
* Long awaited 0.9.9 update. For some reason configure doesn't pick up oursobomax2002-03-1313-573/+51
| | | | | | request to enable chatzilla, therefore it is not enabled now - the issue is under investigation, but anybody is free to smash maintainers with a relevant patch.
* Pre-create symlink to a Java plugin, so that the user only needs to installsobomax2002-02-192-1/+4
| | | | jdk1.3.1 to make it working. Bump PORTREVISION.
* Clean up this port, including GCing old configure options and making patchesreg2002-02-1611-205/+533
| | | | | | | | | | more acceptable to mozilla.org. Hopefully these will make it into 0.9.9. Add a hack to minimise the number of files extracted. Merge in the patches from the mozilla+ipv6 port. Submitted by: sumikawa (mozilla+ipv6)
* Utilize MASTER_SITES grouping.sobomax2002-02-071-4/+5
|
* Update to 0.9.8.sobomax2002-02-067-132/+28
|
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-2/+2
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* - Install files necessary for viewing pages in Asian languages using portssobomax2002-01-152-5/+23
| | | | | | | | | | | | based on mozilla-embedded (galeon, skipstone etc.); - remove commented out line from unixcharset.properties; - add few `@unexec rm -f' into mozilla-embedded plist to ensure complete removal of package even if the port based on mozilla-embedded was executed with root privileges (mozilla has a bad habit of updating files in ${PREFIX}/lib/mozilla* wherever it's possible). Submitted by: Takashi KANAMARU <kanamaru@sekine-lab.ei.tuat.ac.jp> (Asian langs) sobomax (the rest)
* Backout addition of en_US.ISO8859-1 locale - it's already there. This committersobomax2002-01-151-1/+1
| | | | | | need a break. *sigh* Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Recognize en_GB.ISO_8859-1, en_US.ISO_8859-1 and uk_UA.KOI8-U locales as well.sobomax2002-01-151-2/+6
| | | | | | Submitted by: Andriy Gapon <agapon@usa.com> (uk_UA.KOI8-U) Simon 'corecode' Schubert <corecode@corecode.ath.cx> (en_GB.ISO_8859-1) sobomax (en_US.ISO_8859-1)
* Put back several files erroneously deleted during 0.9.7 update.sobomax2002-01-121-3/+6
|
* Enable Chatzilla (IRC client). It is enabled by default unlesssobomax2002-01-042-1/+6
| | | | | | | | WITHOUT_CHATZILLA is defined. PR: 33521 Submitted by: Steve Wills <steve@stevenwills.com> Joe Clarke <marcus@marcuscom.com>
* Add FreeBSD locales. This solves the problem with Mozilla not starting upsobomax2002-01-032-0/+73
| | | | | | | properly if locale set to something other than C or en_US. PR: 33498 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Add a patch missed in the previous commit.sobomax2001-12-261-0/+25
|
* Update to 0.9.7.sobomax2001-12-269-56/+122
|
* Update to 0.9.6. Surprisingly, this update doesn't break Galeon/Nautilus.sobomax2001-11-228-44/+72
|
* Prevent build from breaking when the user has incompatible version ofsobomax2001-10-251-0/+13
| | | | | | openldap installed at the time of build. Reported by: huge number of angry users >:-|
* Update to 0.9.5.sobomax2001-10-223-5/+14
| | | | | PR: 31396 Submitted by: Nuzrin Yaapar <p9711422@mmu.edu.my>
* Fix WWW: entry, add leading /asmodai2001-09-221-1/+1
|
* Update to 0.9.4.sobomax2001-09-184-16/+21
|
* Bump png majorache2001-09-111-1/+1
|
* Forcefully set MALLOC_OPTIONS=j to prevent build from crashing on 5-CURRENTsobomax2001-08-081-1/+2
| | | | | | due to bug in libIDL's parser. Obtained from: mozilla+ipv6
* Update to 0.9.3.sobomax2001-08-076-28/+18
| | | | Submitted by: sf
* Use "$@" to pass arguments to mozilla instead of $*, which is some cases couldsobomax2001-07-181-1/+1
| | | | | | be incorrect. Submitted by: Mike Meyer <mwm@mired.org>
* Fix a spelling of FreeBSD (FreeBSD --> FREEBSD).sobomax2001-07-181-1/+1
| | | | Submitted by: Ken Lui <klui@cup.hp.com>
* Fix a possible crash due to an undefined reference to gethostbyname_r().sobomax2001-07-181-0/+14
| | | | | PR: 28685 Submitted by: Ken Lui <klui@cup.hp.com>
* Update to 0.9.2.sobomax2001-07-024-24/+25
| | | | | PR: 28610 Submitted by: Nick Sayer <nsayer@quack.kfu.com>, sf
* Update md5 checksum - no changes in the content of the tarball other thansobomax2001-06-191-1/+1
| | | | in the CVS/* subdirectories, therefore no PORTREVISION bump.
* Several cleanups:sobomax2001-06-132-3/+2
| | | | | | | | | - remove local hack used to build PSM and use vendor-supplied procedure instead; - remove superfluous chmod; - remove several leftovers from mozilla-headers/Makefile. Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>, sobomax
* Upgrade to 0.9.1.sobomax2001-06-127-140/+24
|
* Add patch that I've missed in my previos commit.sobomax2001-05-221-0/+17
|
* Update galeon to 0.10.6.sobomax2001-05-221-0/+66
|
* Correct empty directories pruning code.sobomax2001-05-221-3/+1
|
* Assign maintainership to gnome@FreeBSD.org, because Jeremy will be unavailablesobomax2001-05-221-1/+1
| | | | | | till August. Submitted by: maintainer (sorta)
* Update to 0.9.sobomax2001-05-226-2451/+108
|
* Downgrade to 0.8.1 until numerous reported problems are fixed.sobomax2001-05-186-267/+65
|
* Update to 0.9.sobomax2001-05-176-65/+267
| | | | Not objected to by: gnome@FreeBSD.org
* Various patches (mainly shared library revision changes) for thoseade2001-05-051-1/+2
| | | | ports that depend on GNOME and need to change for 1.4
* Update to 0.8.1. This builds on 4.3-RC, but not on -CURRENT (well not forreg2001-04-104-1251/+765
| | | | me...).
* Updated MD5. Just some minor translation chnages it seems...reg2001-02-232-1/+2
| | | | | Submitted by: Clive Lin <clive@CirX.ORG>, sobomax Noticed by: Motoyuki Konno <motoyuki@bsdclub.org>
* Update to 0.8. No major changes in the port, only regenerated patches.reg2001-02-177-61/+100
| | | | patch-ao was merged in a slightly different form.
* Some spaces -> tabs for ports/www.olgeni2001-02-051-1/+1
|
* Add PSM support.reg2001-01-2210-22/+141
| | | | | | | | | | | | | | | | | | | | | | Submitted by: nsayer Remove use of libgcc_r, since it was so uncerimoniously removed. If this doesn't work on -stable, then -stable is broken, and someone needs to fix it... Submitted by: Roman Shterenzon <roman@xpert.com> Use sched_getpriority_max(), instead of hard coded value. Submitted by: Peter Haight <peterh@sapros.com>, dufault Revise pkg-comment and pkg-descr. PR: 24296 Submitted by: roam Enable SVG support, and disable C++ exceptions (since they will only slow things down).
* Update to 0.7, bumping port epoch to 1, since the version number wentreg2001-01-134-101/+207
| | | | | | | | | | | | backwards. This may still not work on 4-stable, but see -hackers, <200101110441.f0B4fe008116@wartch.sapros.com> for the reason. Also, I've not yet managed to look into getting the PSM code to build, but I'm updating this now, before more people send patches. Submitted by: reg, sobomax, Yoichi ASAI <yatt@msc.biglobe.ne.jp>
* #%@#$^... forgot to bump PORTREVISION.reg2000-12-221-0/+1
|
* Explictly link against libgcc_r, to work around bugs in 4.2-RELEASE onwardsreg2000-12-224-12/+54
| | | | | | | | and -CURRENT. I'm still not sure why the bug was exposed only recently, but it is due to libstdc++ being linked without the -nostdlib option (causing it to be statically linked against libgcc even for the threaded case). Thanks to Andrew Bliznak <andrew@ort.lviv.net> for testing this.
* Disable jar packages - they are duplicate information.reg2000-10-312-2/+4
| | | | | Correct the dependencies: Add jpeg and png. Remove libjpeg.so, since it should not be built now.
* Add back missing file (libjpeg.so).asami2000-10-311-0/+1
| | | | Submitted by: obento
* ${ENV} --> ${SETENV}sobomax2000-10-271-2/+2
| | | | | PR: 22337 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* Update to M18. Special thanks Steve Elmer <selmer@netscape.com> and Davidreg2000-10-253-1932/+2724
| | | | | | Hyatt <hyatt@netscape.com> for pointing me at Bug 51677: http://bugzilla.mozilla.org/show_bug.cgi?id=51677 from where the secret spells were obtained to get the chrome installed properly.
* Explain why this port has not been upgraded to M18.reg2000-10-241-0/+4
|
* Use MASTER_SITE_MOZILLA.knu2000-10-241-1/+2
|
* Add missing file (lib/mozilla/libjpeg.so).asami2000-09-151-0/+1
| | | | Submitted by: obento-
* Add patch for forthcoming mozilla-embedded port (this patch doesn't affectsobomax2000-08-171-0/+15
| | | | mozilla port itself).
* Update to M17.reg2000-08-143-45/+753
|
* Redo the upgrade to M16.reg2000-08-043-1125/+1289
| | | | | | | | | | Use one of the test programs to perform component registration in post-build, so that the port no longer requires world writeability. If you have an earlier version installed, component.reg could be a security risk: chmod 644 /usr/X11R6/lib/mozilla/component.reg chmod 644 /usr/X11R6/lib/mozilla/components/*.dat
* Backout M15 --> M16 upgrade.sobomax2000-08-033-1285/+1123
|
* Update to M16.sobomax2000-08-013-1123/+1285
|
* Bring the seemingly ever-changing md5 up-to-date with reality.jim2000-04-291-1/+1
| | | | Submitted by: Jon Nelson <chaos@zen.oftheinter.net>
* Distfile MD5 changed.reg2000-04-221-1/+1
| | | | Submitted by: "Akinori -Aki- MUSHA" <knu@idaemons.org>
* Update to M15.reg2000-04-214-148/+291
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* Make M13 work on a post no-thunk-vtable 4.0-CURRENT, and enable usingreg2000-02-046-9/+51
| | | | | | | | | | poll(). Enable MathML support. Use bzip2, since it saves 5MB on the distfile. Revamp the port a bit.
* Update to M13. Gentlemen, start your T1s.reg2000-01-294-39/+99
|
* Update from M10->M12, and remove building of idltool, so that this buildsreg2000-01-063-830/+965
| | | | | | | | | | with GCC 2.95.2. Add patch-aa to fix a build problem. Reflect my new mail address in maintainer. Update and sort PLIST.
* Depend on ORBit.cpiazza1999-11-141-1/+2
|
* Update to Milestone 10.jim1999-11-125-586/+1038
| | | | | PR: 14272 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Bump glib12 's share library version to 3,vanilla1999-10-101-2/+1
| | | | and portlint.
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Change all ports that need a new gcc on 3.x to use USE_NEWGCC.cpiazza1999-08-231-10/+3
|
* chmod -> ${CHMOD}mharo1999-08-231-3/+3
| | | | chown -> ${CHOWN}
* egcc/eg++ have been renamed to gcc295/g++295. Changecpiazza1999-08-181-4/+4
| | | | | | | all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com>
* Weird things happen when you .include bsd.port.mk when you really meantsteve1999-07-241-2/+2
| | | | to .include bsd.port.pre.mk.
* Update to mozilla M8cpiazza1999-07-243-78/+865
| | | | | PR: 12740 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-111-5/+5
| | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
* Mark BROKEN for ELFjseger1998-10-151-1/+3
| | | | bad library numbers
* Version number part of PKGNAME should be delimited by "." only....asami1998-07-221-2/+2
|
* Upgrade to the April 29, 1998 snapshot.jseger1998-05-032-6/+6
|
* Remove the MOTIFLIB= (i.e., defined to be empty) line from config/FreeBSD.mk,asami1998-04-181-3/+1
| | | | and remove hacks to work around it.
* Define BUILD_OPT and NO_NETSCAPE_STATIC. This now lets us build mozilla injseger1998-04-171-4/+4
| | | | | 100MB of disk space. The size of a package created from make package is now 3MB!
* This is a kludge to make building work again. post-configure now echo's ↵jseger1998-04-171-1/+3
| | | | | | | | MOTIFLIB to work/ns/MOTIFLIB and in the linker line there is a `cat ../../MOTIFLIB'. The MOTIFLIB variable is being passed to work/ns/Makefile, but not beyond it. If anyone figures out how to fix this properly, please email a new patch to me.
* Remove unneccessary NO_INSTALL_MANPAGES line.jseger1998-04-161-2/+1
| | | | Submitted by: asami
* Use shared libaries instead of having a 60+MB binary.jseger1998-04-132-4/+48
|
* Upgrade to 1998-04-08 source snapshot.jseger1998-04-132-8/+8
|
* Be more verbose in DESCR than "netscape". :-) Warn that this ishoek1998-04-122-2/+4
| | | | intended for developers.
* Initial import of a mozilla port.jseger1998-04-125-196/+41
|
* Upgrade to 4.05ache1998-04-033-13/+13
|
* Fix for the case where USA_RESIDENT is not definedmarkm1998-03-161-4/+5
|
* Using Fortify, and setting USE_128BIT, Communicator can now use 128 bitmarkm1998-03-152-1/+18
| | | | crypto legally.
* Add missing @unexec, @dirrmache1998-03-011-0/+17
| | | | | PR: 5334 Submitted by: SADA Kenji <sada@ail-inc.co.jp>
* Remove RESTRICTED tag.vanilla1998-01-261-3/+1
| | | | Submitted by: jkh
* Use %B/ instead of bin/ because @cwd /usr/local not really happensache1997-12-081-3/+3
|
* Tarball changedache1997-12-081-1/+1
|
* Install symlinks "communicator-4" and "navigator-4". By using theseasami1997-11-202-4/+6
| | | | | names instead of the single "netscape" link, these two installations can coexist on a single machine (at least they appear to on mine).
* Remove reference to 'make NAVIGATOR=yes' and update a commentpeter1997-11-151-5/+2
|
* Split netscape4 into communicator and navigator, so the two maintainersasami1997-11-155-20/+10
| | | | shall never run into each other again.
* Make these coment lines a little more useful. (Remove redundancy withasami1997-11-151-1/+1
| | | | PKGNAME and add more info.)
* Update the stand-alone navigator part to 4.04 too. Untangle the messasami1997-11-152-10/+11
| | | | | that the previous commit created by trying to make the Makefile more complicated than necessary.
* Upgrade to 4.04ache1997-11-143-17/+16
|
* Make it possible to install the standalone navigator by definingasami1997-09-253-2/+21
| | | | | | ${NAVIGATOR}. Requested by: so many people I can't remember them all
* Remove license_accept bug descriptions again, it is fixed in base_installache1997-09-081-6/+0
| | | | code but not fixed in standalone_navigator code
* Switch back to base_install, light version can't do anything with mailto:ache1997-09-083-3/+49
| | | | tags.
* Oops, license bug really _not_ fixed, return old text.ache1997-09-081-0/+6
|
* Remove comment about accept_license bug, it seems to be fixes in this versionache1997-09-081-6/+0
|
* Upgrade to 4.03b8ache1997-09-083-51/+6
|
* Change dist site to ftp23 since it is not propogated to all ftps yetache1997-08-041-2/+2
|
* Add more info to workaroundache1997-08-041-1/+2
|
* Add Note describing Netscape dead loop workaroundache1997-08-041-0/+5
|
* Remove note about Java not work in 8bit mode, it work nowache1997-08-041-2/+0
|
* Upgrade to 4.02b7ache1997-08-044-81/+55
|
* Add fake @cwd /usr/local to not allow pkg_create to remove nextache1997-07-031-0/+1
| | | | @cwd /usr/X11R6
* Remove note about LANG variable for Java, it is fixedache1997-06-011-2/+0
|
* Fix ln commandsache1997-06-011-7/+6
|
* Upgrade to 4.0b5ache1997-06-014-7/+119
|
* Fix a typoache1997-05-061-1/+1
| | | | Submitted by: Dmitry Kohmanyuk <dk@genesyslab.com>
* Add note that Java not work in 8bpp mode with suggestionache1997-04-121-0/+2
| | | | to switch to 16bpp mode
* Java not started for certain LANG env. variable values, soache1997-04-101-0/+2
| | | | suggest to set it to C in this case.
* Upgrade to 4.0b3 (note: Java not work for unknown reason)ache1997-04-093-8/+44
|
* Remove note about GOLD=yes, it already comes with editorache1997-02-261-3/+0
|
* Netscape4 expired betaache1997-02-255-0/+47