aboutsummaryrefslogtreecommitdiff
path: root/www/flock/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix a problem where Firefox creates its ~/.mozilla directory using stackJoe Marcus Clarke2006-02-191-0/+1
| | | | | | | | | | garbage. PR: 92899 Submitted by: truckman Notes: svn path=/head/; revision=156416
* - Update to 1.5.0.1Michael Johnson2006-02-021-4/+2
| | | | 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-011-1/+1
| | | | | | | | | | | | 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-091-1/+1
| | | | | | | 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-301-0/+1
| | | | Notes: svn path=/head/; revision=150058
* - Update firefox to 1.5Michael Johnson2005-11-291-241/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* 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-101-1/+1
| | | | | | | | | | | | | | | 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-091-1/+3
| | | | | | | | | | * 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-211-11/+10
| | | | | | | | | | 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-101-1/+1
| | | | | | | | | | | | | | (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-021-1/+11
| | | | | | | | | | 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-281-67/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-201-1/+1
| | | | 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-141-2/+2
| | | | | | | | | 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-121-2/+2
| | | | | | | | | | 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-161-3/+3
| | | | | | | | | - 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-141-3/+2
| | | | Notes: svn path=/head/; revision=133296
* * Update to 1.0.2 to fix security issues (seeJoe Marcus Clarke2005-03-251-6/+5
| | | | | | | | | | | | | 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
* Fix the startup script so that arguments are passed correctly to the browserJoe Marcus Clarke2005-03-021-1/+1
| | | | | | | | | | | binary. PR: 78175 (firefox) 78217 (mozilla-devel) Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> Notes: svn path=/head/; revision=130146
* Add a Mozilla Mozilla Plugable Init Script (PIS) to handle automaticallyJoe Marcus Clarke2005-02-261-1/+16
| | | | | | | | | | | 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-251-8/+25
| | | | | | | | | | | | | | | 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
* - Remove WITH_NEW_ICON knobMichael Johnson2004-12-281-7/+4
| | | | | | | | | | | | | | | | | | - 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-151-1/+3
| | | | | | | | | | | * 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
* Bump PORTREVISION for plist changesMichael Johnson2004-12-111-1/+1
| | | | Notes: svn path=/head/; revision=123676
* - Fix plist in firefox [1]Michael Johnson2004-12-111-0/+3
| | | | | | | | | - Touch lib/browser_plugins/.${PORTNAME}.keep so this directory will not be removed durring deinstall of mozilla[-devel] or firefox if you still have mozilla[-devel] or firefox installed. Pointed out by: pointy hat [1] Notes: svn path=/head/; revision=123675
* Fix plist by fixing the way EXTRA_SCRIPTS (bin/firefox.rb) is added to plist.Michael Johnson2004-12-091-1/+1
| | | | Notes: svn path=/head/; revision=123578
* Be sure to create the browser_plugins during package install as well. SomeJoe Marcus Clarke2004-12-041-0/+1
| | | | | | | | | ports (e.g. www/ump) depend on this directory being there. Reported by: pointyhat via kris Notes: svn path=/head/; revision=123091
* Use -Bsymbolic when linking nss to avoid symbol conflicts with librariesJoe Marcus Clarke2004-11-221-1/+1
| | | | | | | | that include OpenSSL (e.g. CUPS). This may help alleviate the problem with Firefox crashing when trying to print when using CUPS. Notes: svn path=/head/; revision=122115
* Instead of using Xvfb, and evil black magic to create the extensionsJoe Marcus Clarke2004-11-181-2/+1
| | | | | | | | | repository, use the hidden "-register" option instead. This has the advantage of not requiring an X DISPLAY and not modifying any preferences. Notes: svn path=/head/; revision=121879
* Fix pkg-config files by re-adding REINPLACE_CMD lineMichael Johnson2004-11-141-1/+2
| | | | | | | | Pointed out by: Pascal Hofstee Approved by: marcus (co mentor) Notes: svn path=/head/; revision=121578
* Change the Firefox installation directory to be more manageable. Now,Michael Johnson2004-11-131-77/+71
| | | | | | | | | | | | | | | | Firefox is installed similar to Mozilla in that its main installation directory no longer has a Firefox version number in its name. This will help maintainers of ports that depend on Firefox stay in sync more easily. Add i18n Support [1] PR: ports/73837 [1] Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [1] Approved by: marcus (co mentor) Notes: svn path=/head/; revision=121506
* * Update to 1.0Joe Marcus Clarke2004-11-101-5/+13
| | | | | | | | | | | | * Install a firefox desktop entry for the GNOME desktop [1] * Fix the post-install plug-in repository generation when root is using a non-default shell [2] Submitted by: ahze [1] Clemens Fischer <ino-qc@spotteswoode.de.eu.org> [2] Notes: svn path=/head/; revision=121265
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* update to 1.0.r2Michael Johnson2004-11-061-3/+3
| | | | | | | Approved by: marcus (co mentor) Notes: svn path=/head/; revision=120928
* Update to 1.0.r (aka 1.0 Release Candidate 1). So far, the release notes haveJoe Marcus Clarke2004-10-281-5/+5
| | | | | | | | not been published, but see http://www.squarefree.com/burningedge/releases/1.0.html for a list of changes. Notes: svn path=/head/; revision=120438