aboutsummaryrefslogtreecommitdiff
path: root/www/flock
Commit message (Collapse)AuthorAgeFilesLines
* - Mark IGNORE on sparc64Michael Johnson2006-04-171-1/+1
| | | | Notes: svn path=/head/; revision=159762
* - Mark IGNORE on sparc64 since it core dumps at startupMichael Johnson2006-04-171-1/+1
| | | | Notes: svn path=/head/; revision=159760
* - Update to 1.5.0.2Michael Johnson2006-04-142-5/+4
| | | | | | | Release notes: http://www.mozilla.com/firefox/releases/1.5.0.2.html Notes: svn path=/head/; revision=159481
* - Convert all gecko pkg-[de]install scripts into a genericMichael Johnson2006-03-292-21/+1
| | | | | | | | | | pkg-[de]install script - Always use pkg-install to create missing dir's [1] Requested by: marcus [1] Notes: svn path=/head/; revision=158394
* Fix a problem where Firefox creates its ~/.mozilla directory using stackJoe Marcus Clarke2006-02-192-0/+20
| | | | | | | | | | garbage. PR: 92899 Submitted by: truckman Notes: svn path=/head/; revision=156416
* - Remove forgotten patchMichael Johnson2006-02-021-58/+0
| | | | Notes: svn path=/head/; revision=155074
* - Update to 1.5.0.1Michael Johnson2006-02-0213-140/+5
| | | | Notes: svn path=/head/; revision=155066
* Firefox may hang for some users for a few seconds at a time eating up allJoe Marcus Clarke2006-02-012-1/+59
| | | | | | | | | | | | of the CPU. This is triggered by a bug in Gecko/GTK+ interaction. This patch corrects the problem. See https://bugzilla.mozilla.org/show_bug.cgi?id=305970 for more details. PR: 92467 Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=305970 Notes: svn path=/head/; revision=155017
* Only enable SVG support on 6.X and higher since it's still causing GCCJoe Marcus Clarke2005-12-151-1/+1
| | | | | | | errors with GCC 3.4.2. Notes: svn path=/head/; revision=151248
* - Add a patch to fix history DoS vulnerabilityMichael Johnson2005-12-092-1/+104
| | | | | | | Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=319004 Notes: svn path=/head/; revision=150703
* - Add support for GECKO_PLIST_PRE_FILES and GECKO_PLIST_PRE_DIRS toMichael Johnson2005-12-041-8/+5
| | | | | | | | add files or directories to plist. - *Really* remove share/idl if empty in firefox Notes: svn path=/head/; revision=150419
* - Move .include "${.CURDIR}/../mozilla/Makefile.common" to the bottom soMichael Johnson2005-12-031-1/+1
| | | | | | | | | svg works for some people. Pointyhat to: me Notes: svn path=/head/; revision=150299
* - Disable svg support on 5.3 and lower to fix build with a gcc bug.Michael Johnson2005-12-021-2/+4
| | | | | | | | Reported by: many Tested by: mark@mkproductions.org Notes: svn path=/head/; revision=150199
* Fix all those ports to find libnssckbi.so in the correct place to allow thoseJeremy Messenger2005-12-021-1/+1
| | | | | | | | | | | SSL certificates work again. Somehow, this patch was lost in the big change, so bring it back. Bump PORTREVISION on all of those ports. PR: ports/89796 Reported by: Christoph Moench-Tegeder <cmt@burggraben.net> Notes: svn path=/head/; revision=150198
* - Bump PORTREVISIONMichael Johnson2005-11-301-1/+1
| | | | | | | Spotted by: pav Notes: svn path=/head/; revision=150079
* - Reenable svg support, this must've sliped with all the massive changes.Michael Johnson2005-11-301-0/+1
| | | | | | | | PR: 89764 Submitted by: Roland Smith <rsmith@xs4all.nl> Notes: svn path=/head/; revision=150078
* - Fix desktop entry, there's no FF_SUFX anymorePav Lucistnik2005-11-302-1/+2
| | | | Notes: svn path=/head/; revision=150058
* - Update WWWMichael Johnson2005-11-301-1/+1
| | | | Notes: svn path=/head/; revision=150005
* - Update firefox to 1.5Michael Johnson2005-11-2931-1504/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add Makefile.common o A new build/install system for gecko ports, Makefile.common includes many generic routines and common tasks. o Fix ld-run-path in all gecko's by using -Wl,-rpath,${moz_libdir} thus removing the need to have a startup script for ports that depend on gecko. [2] o Use system libm, nss, nspr in all gecko ports - Add bsd.gecko.mk o This is the predecessor to WITH_MOZILLA=[mozilla|firefox|...] with a more robust way of detecting a gecko a end user wishs to use. o bsd.gecko.mk abstracts the selection of gecko-based backends. It allows users and porters to support any available gecko backend without needing to build many conditional tests. ${USE_GECKO} is the list of backends that your port can handle, and ${GECKO} is set by bsd.gecko.mk to be the chosen backend. Users set ${WITH_GECKO} to the list of gecko backends they want on their system. Port Makefile example: USE_GECKO=firefox mozilla seamonkey thunderbird .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" End user example: WITH_GECKO=seamonkey firefox We highly recommend moving away from using WITH_MOZILLA and switching to USE/WITH_GECKO. PR: 89052 [2] Submitted by: vs [2] Obtained from: www/firefox Thanks to: adamw, marcus, and mezz for ideas, bug squashing, and more sajd from irc.freenode.org/#FreeBSD-Gnome for pointing out many bugs Notes: svn path=/head/; revision=149945
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* - Add support for new lib/browser_linux_pluginsMichael Johnson2005-11-141-2/+2
| | | | Notes: svn path=/head/; revision=148270
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Partially revert the previous commit. Firefox can only build with specificJoe Marcus Clarke2005-10-102-2/+2
| | | | | | | | | | | | | | | extensions (in particular typeaheadfind breaks Find [go figure]). It is safer to use a specific list of extensions with Firefox 1.0.x. It looks like they've made this better in 1.5, and set a reasonable default list of extensions. Basically, we're back to the previous 1.0.7_1,1 set of extensions with the addition of negotiateauth. Reported by: many Notes: svn path=/head/; revision=144777
* * Add support of ports-installed Kerberos [1]Joe Marcus Clarke2005-10-092-3/+5
| | | | | | | | | | * Enable all default extensions [2] PR: 86961 [2] Submitted by: David W. Hankins <David_Hankins@isc.org> [1] Notes: svn path=/head/; revision=144701
* - Fix the sed for libesd and kill the major version of libraryJeremy Messenger2005-09-231-7/+4
| | | | | | | | | | | | | (libesd.so.2 -> libesd.so). [1] - Update Java plugins by remove old and correct Java 1.5 plugin path. [2] - Bump the PORTREVISION. PR: ports/86430 [1] Submitted by: Mark Hobden <markhobden@gmail.com> [1] glewis [2] Notes: svn path=/head/; revision=143467
* Update to 1.0.7. SeeJoe Marcus Clarke2005-09-214-125/+20
| | | | | | | | | | http://www.mozilla.org/products/firefox/releases/1.0.7.html#new for the list of fixes in this release. Security: Fixes http://vuxml.FreeBSD.org/2e28cefb-2aee-11da-a263-0001020eed82.html among other things Notes: svn path=/head/; revision=143315
* - Patch a security vulnerability (DoS, remote execution) in IDNPav Lucistnik2005-09-102-1/+105
| | | | | | | | | | | | | | (internationalized domain names) subsystem, also known as "hyphen domain name bug" Submitted by: Marcus Grando Obtained from: Mozilla Project CVS, https://bugzilla.mozilla.org/show_bug.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&id=307259 Security: CAN-2005-2871 http://secunia.com/advisories/16764/ Notes: svn path=/head/; revision=142367
* Add support for CJK font family names. This makes for a better browsingJoe Marcus Clarke2005-09-022-1/+13
| | | | | | | | | | experience for CJK users. PR: 84378 Submitted by: chinsan <chinsan.tw@gmail.com> Notes: svn path=/head/; revision=141758
* - Make portlint happier.Jeremy Messenger2005-08-2817-327/+408
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add Java 5 plugins support. [1] - Use system's libm (/usr/src/lib/msun), nss, nspr and etc. Also, do not extract those. Better explain, use external dependencies. [1] - Teach firefox-config and *.pc files for nspr that will making other third apps to buildable like epiphany, vlc-devel's mozilla plugins and etc. Have been tested with full GNOME 2.11.x build too. - Add four patches: [1] patch-bugzilla243151: https://bugzilla.mozilla.org/show_bug.cgi?id=243151 patch-jsosdep: Fix the FreeBSD define patch-oji-threads: 64-bit wide pthread_t patch-xptcinvoke_x86_64_linux: Setting a possibly uninitialized variable (value). - Fix a crash that can occur using gtk+-2.7 and possibly 2.6.10 when closing windows. https://bugzilla.mozilla.org/show_bug.cgi?id=3002 [2] - Get rid of FIREFOX and FF_VER, best to use PORTNAME and PORTVERSION varibles that are arleady exist and lesser complicate. - Change all hardcore of 'firefox' to PORTNAME. - Change a manual loop for patch all.js to find(1), so we can sleep on it. Submitted by: mi [1], marcus [2] Reviewed by: my team, FreeBSD GNOME Team. Tested by: many Notes: svn path=/head/; revision=141034
* Install IDL files into ${PREFIX}/share/idl/firefox.Joe Marcus Clarke2005-07-301-0/+11
| | | | | | | Obtained from: www/mozilla Notes: svn path=/head/; revision=140433
* - Update to 1.0.6Michael Johnson2005-07-203-12/+3
| | | | Notes: svn path=/head/; revision=139648
* Use ${PORTVERSION} instead of duplicating its value in the MASTER_SITE_SUBDIR.Joe Marcus Clarke2005-07-141-1/+1
| | | | | | | Reported by: Andrzej Tobola <ato@iem.pw.edu.pl> Notes: svn path=/head/; revision=139167
* Update to 1.0.5. This release addresses numerous security bugs as well asJoe Marcus Clarke2005-07-142-4/+4
| | | | | | | | | adds some stability enhancements. Security: See http://www.mozilla.org/projects/security/known-vulnerabilities.html#Firefox for a list of fixed vulnerabilities in 1.0.5 Notes: svn path=/head/; revision=139164
* - Update to 1.0.4Michael Johnson2005-05-122-4/+4
| | | | | | | | | | This release fixes 3 very critical bugs. [1] Release notes: http://www.mozilla.org/products/firefox/releases/1.0.4.html Security notes: http://www.mozilla.org/projects/security/known-vulnerabilities.html Notes: svn path=/head/; revision=135111
* - Install .desktop file in share/applications instead ofMichael Johnson2005-04-261-6/+4
| | | | | | | | | | | share/gnome/applications so we can remove the gnomehier dependency so non-gnome users don't have to install a bunch of un-needed gnome directories. - Remove WITH_MENU option from mozilla[-devel], .desktop file will always be installed now. Notes: svn path=/head/; revision=134223
* - Update to 1.0.3Michael Johnson2005-04-162-5/+5
| | | | | | | | | - Re-enable cups support Release Notes: http://www.mozilla.org/products/firefox/releases/1.0.3.html Notes: svn path=/head/; revision=133466
* - Remove mng support, it doesn't workMichael Johnson2005-04-142-4/+2
| | | | Notes: svn path=/head/; revision=133296
* * Update to 1.0.2 to fix security issues (seeJoe Marcus Clarke2005-03-253-11/+14
| | | | | | | | | | | | | http://www.vuxml.org/freebsd/7d2aac52-9c6b-11d9-99a7-000a95bc6fae.html and http://www.vuxml.org/freebsd/741f8841-9c6b-11d9-9dbe-000a95bc6fae.html for more details) * Fix some minor cosmetic issues with the startup script Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> Approved by: portmgr (implicit) Notes: svn path=/head/; revision=131937
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Update freetype2 to 2.1.9, and patch Mozilla and friends accordingly.Joe Marcus Clarke2005-03-102-1/+343
| | | | | | | | | | | Note: since 2.1.9 is ABI compatible with 2.1.7, no recompilation is necessary. PR: 78385 Submitted by: lesi Notes: svn path=/head/; revision=130757
* Fix the startup script so that arguments are passed correctly to the browserJoe Marcus Clarke2005-03-022-123/+80
| | | | | | | | | | | binary. PR: 78175 (firefox) 78217 (mozilla-devel) Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> Notes: svn path=/head/; revision=130146
* Re-add support for specifying a profile using the -P option.Joe Marcus Clarke2005-02-281-3/+12
| | | | | | | Submitted by: Jeremy Prior <jez@netcraft.com> Notes: svn path=/head/; revision=129961
* Add a Mozilla Mozilla Plugable Init Script (PIS) to handle automaticallyJoe Marcus Clarke2005-02-262-1/+47
| | | | | | | | | | | sanitizing each users' home directory when starting Firefox. This should make upgrades much more painless. PR: 75816 Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> Notes: svn path=/head/; revision=129825
* * Update to 1.0.1 (see http://www.mozilla.org/products/firefox/releases/ forJoe Marcus Clarke2005-02-255-62/+733
| | | | | | | | | | | | | | | the release notes) * Add a new Firefox launch script [1] * Merge URI helper patch from www/mozilla * Add option to make URLs open in new tabs instead of new windows [1] * Sanitize CFLAGS [1] * Update the GNOME .desktop file with i18n translations and MIME types [1] PR: 75816 [1] Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> [1] Notes: svn path=/head/; revision=129730
* Correct a typo that prevented the Firefox Ruby script from being addedJoe Marcus Clarke2005-01-021-2/+2
| | | | | | | | | | to the plist. Reported by: pointyhat via kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=125687
* - Update pkg-descr to better reflect firefoxMichael Johnson2004-12-292-6/+12
| | | | | | | | | | - Fix expr usage for 4.x since expr on 4.x is not POSIX compliant. [1] Submitted by: girgen [1] Notes: svn path=/head/; revision=125414
* - Remove WITH_NEW_ICON knobMichael Johnson2004-12-283-10/+24
| | | | | | | | | | | | | | | | | | - Mozilla license team has approved the FreeBSD Gnome team to use official branding for firefox and thunderbird [1] o Add --enable-official-branding to mozconfig o Install official thunderbird/firefox icon as default.xpm icon - Fix error when running firefox/thunderbird -v [2] - Bump PORTREVISION References: http://www.mozilla.org/foundation/licensing.html [1] http://people.freebsd.org/~ahze/firefox_thunderbird-approved.txt [1] PR: ports/75262 [2] Submitted by: girgen [2] Notes: svn path=/head/; revision=125299
* - Add EXTRACT_AFTER_ARGS to speed up extract a littleMichael Johnson2004-12-151-0/+7
| | | | | | | Obtained From: www/mozilla Notes: svn path=/head/; revision=124099
* * Fix build with upcoming X.Org 6.8.1 [1]Joe Marcus Clarke2004-12-153-1/+15
| | | | | | | | | | | * Temporarily disable CUPS support to fix a crash do to a symbol conflict between OpenSSL and NSS [2] PR: 75045 [2] Submitted by: lesi [1] Notes: svn path=/head/; revision=124067
* Add Encoding type to desktop file to validate via desktop-file-validateMichael Johnson2004-12-131-0/+1
| | | | Notes: svn path=/head/; revision=123863