aboutsummaryrefslogtreecommitdiff
path: root/www/flock
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for antique perl.Mark Linimon2007-09-082-14/+0
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=199068
* - Bump up portrevisions on GraphicsMagick dependent ports to get rid ofStanislav Sedov2007-07-161-1/+1
| | | | | | | changed ABI. Notes: svn path=/head/; revision=195764
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-2/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Portlint:Jeremy Messenger2007-03-261-1/+1
| | | | | | | -Remove a whitespace. Notes: svn path=/head/; revision=188417
* Fix the gtk2 dnd implementation broken, see more details in the bugzilla. ThisJeremy Messenger2007-01-182-1/+19
| | | | | | | | | | | | | | patch[1] was created by Matthias Clasen <mclasen@redhat.com>. This bug was started to reproduce with least 2.10.7 version of gtk2. Bump the PORTREVISION. PR: ports/107689 Reported by: a few users Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=355248 https://bugzilla.mozilla.org/show_bug.cgi?id=367203 [1] http://bugzilla.gnome.org/show_bug.cgi?id=394525 Notes: svn path=/head/; revision=182764
* Fix a double-free while performing print operations which could trigger aMichael Johnson2006-12-152-1/+27
| | | | | | | | | | segmentation fault if malloc debugging was enabled. Submitted by: marcus Reported by: dougb Notes: svn path=/head/; revision=179880
* BROKEN on amd64: Does not buildKris Kennaway2006-11-301-0/+4
| | | | Notes: svn path=/head/; revision=178399
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-141-7/+4
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* BROKEN on amd64: Does not buildKris Kennaway2006-09-171-0/+4
| | | | Notes: svn path=/head/; revision=173171
* - Fix typo in IGNOREMichael Johnson2006-07-061-1/+1
| | | | Notes: svn path=/head/; revision=167031
* - Add sparc64 supportMichael Johnson2006-07-062-1/+332
| | | | Notes: svn path=/head/; revision=167029
* - Add flockMichael Johnson2006-06-197-914/+96
| | | | | | | | | | | | | | | Flock is a social browser, cross platform, open source, and based on Mozilla technologies. Flock includes such features as blogging tools, feed handling, and integrated del.icio.us favorites and Flickr photo sharing. WWW: http://www.flock.com/ Repocopied from: www/firefox Repocopied by: marcus Notes: svn path=/head/; revision=165818
* - Update to 1.5.0.4Michael Johnson2006-06-022-4/+4
| | | | Notes: svn path=/head/; revision=164236
* - Update to 1.5.0.3Michael Johnson2006-05-032-5/+4
| | | | | | | Security: http://www.mozilla.org/security/announce/2006/mfsa2006-30.html Notes: svn path=/head/; revision=161236
* Use sane fonts by default.Jean-Yves Lefort2006-05-012-0/+54
| | | | Notes: svn path=/head/; revision=161138
* - 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