summaryrefslogtreecommitdiffstats
path: root/www/seamonkey
Commit message (Collapse)AuthorAgeFilesLines
* These gecko ports have been merged into FreeBSD ports.mezz2008-02-2829-2081/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10577 df743ca5-7f9a-e211-a948-0013205c9059
* Add "--with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA}" to fix othermezz2007-12-2929-0/+2081
| | | | | | | | | | | | | | | | | | | | applications in the runtime. Some applications required to have set MOZILLA_FIVE_HOME or/and LD_LIBRARY_PATH to make it works in the runtime. Now, it's no longer need to set these variables, which this flag takes care of it. The MOZILLA_FIVE_HOME still works with this flag if someone need to use different one. I have learned about this flag from RPM, Debian, Gentoo ebuild and other packages. Bump the PORTREVISION. It has been tested with py-gnome-extras, ruby-gtkmozembed, epiphany, development version of deluge, miro and yelp in both build and run time with Firefox. marcus wants me to put in MC first before I put these in FreeBSD ports tree, because of ports tree still isn't complete unfreeze. I personal doubt that it will causing any problem, so if it does then please report to me. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10009 df743ca5-7f9a-e211-a948-0013205c9059
* Now in portsahze2007-02-2827-2058/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8441 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.1ahze2007-02-063-32/+9
| | | | | | | | Note: this is a stable release and it does belong in ports... Just a little backporting love is needed git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8288 df743ca5-7f9a-e211-a948-0013205c9059
* Sync w/ FreeBSD ports tree.mezz2006-12-221-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8104 df743ca5-7f9a-e211-a948-0013205c9059
* Chase portsahze2006-12-162-1/+28
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8043 df743ca5-7f9a-e211-a948-0013205c9059
* Fix a problem with PTHREAD_LIB-safeness.marcus2006-11-281-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7960 df743ca5-7f9a-e211-a948-0013205c9059
* - Update to 1.1bahze2006-11-1827-0/+2054
| | | | | | | | | - Enable svg PR: 103529 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7926 df743ca5-7f9a-e211-a948-0013205c9059
* Clean out MarcusCom after the big import into ports.marcus2006-10-1425-2475/+0
| | | | | | | Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
* - Update to 1.0.5ahze2006-09-162-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7317 df743ca5-7f9a-e211-a948-0013205c9059
* - Update to 1.0.4ahze2006-08-032-6/+6
| | | | | | | - Use MASTER_SITE_MOZILLA_EXTENDED git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6945 df743ca5-7f9a-e211-a948-0013205c9059
* - Update to 1.0.3ahze2006-07-282-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6881 df743ca5-7f9a-e211-a948-0013205c9059
* - Move to LOCALBASEahze2006-07-1825-0/+2475
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6637 df743ca5-7f9a-e211-a948-0013205c9059
* - Removeahze2005-11-3023-2023/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5246 df743ca5-7f9a-e211-a948-0013205c9059
* - Back out of last commit for slave ports.ahze2005-11-291-10/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5236 df743ca5-7f9a-e211-a948-0013205c9059
* - Add support for extended slave ports (xulrunner)ahze2005-11-281-8/+10
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5230 df743ca5-7f9a-e211-a948-0013205c9059
* - Convert the rest of mozconfig.in to port vars.ahze2005-11-231-5/+2
| | | | | | | | | | | | | | | | - Add support for optional extensions in mozilla and seamonkey - Add support for <canvas> in firefox [1] - Add 3 new vars MOZ_EXTENSIONS Override "default" extensions MOZ_GRAPHICS Override "default" graphics decoders MOZ_PROTOCOLS Override "default" protocol [1] I hesitated adding this but it is default on for fedora, suse, gentoo see http://developer.mozilla.org/en/docs/Category:HTML:Canvas for more details git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5189 df743ca5-7f9a-e211-a948-0013205c9059
* -- Marge lots of common mozilla-ports tasks into Makefile.commonahze2005-11-234-201/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o creation of plist (Disabled with NOGECKO_PLIST) o install (Disabled with NOGECKO_INSTALL) o many common post-patch routines - Expand post- pre- targets so ports and Makefile.common can use the same target - Makefile.common supports both ${FILESDIR}/mozconfig.in (if exists) and now has 3 new variables to add opions to .mozconfig [1] Ports can use the following: NOGECKO_INSTALL NOGECKO_PLIST Do not auto-create plist NOMOZCONFIG Use CONFIGURE_ARGS instead of .mozconfig MOZILLA_PLIST_DIRS Listing of directories to create plist and/or install MOZ_PIS_SCRIPTS List scripts listed in ${FILESDIR} to filter through MOZCONFIG_SED and install with mozilla PIS scripts. MOZ_SED_ARGS Add or replace to MOZ_SED_ARGS [1] MOZ_OPTIONS Add more configure arguments to .mozconfig MOZ_MK_OPTIONS Add more make arguments to .mozconfig MOZ_EXPORT Add export variables to .mozconfig if ${FILESDIR}/mozconfig.in exists and NOMOZCONFIG is not defined contents of ${FILESDIR}/mozconfig.in will be filtered through MOZCONFIG_SED and added the the end of .mozconfig I broke the following: o Optional extensions (irc, etc) , need to figure out how to handle this Todo: o Handle .desktop the install of .desktop files and icons o Handle Java plugins o Cleanup/Audit and moving any other common "things" into Makefile.common o (maybe) convert all the ${FILESDIR}/mozconfig.in to MOZ_OPTIONS/EXPORT variables o Add support for ports to set MOZILLA=PORTNAME-devel o Figure out how to get the rest of mozconfig-generic.in to work in MOZ_EXPORT, the following example does not work MOZ_EXPORT=CFLAGS="${CFLAGS}" if treats each flag in CFLAGS as a different flag and you end up with a bunch of export -O2, export -xxx instead of export -O2 -xxx -blah .... o Figure out why MOZ_OPIONS+=--prefix=${FAKEDIR} ends up in .mozconfig as --prefix=/fake instead of --prefix=${WRKDIR}/fake (--prefix is in mozconfig-generic.in for now) o testing testing TESTING git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5182 df743ca5-7f9a-e211-a948-0013205c9059
* - Fix stupid typoahze2005-11-181-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5164 df743ca5-7f9a-e211-a948-0013205c9059
* - Remove libsvg-cairo from depends, just needs cairoahze2005-11-181-11/+2
| | | | | | | | | - Remove a few Makefile.common lines - Move post-build: lines up to post-patch: so it doesn't conflict with Makefile.common git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5163 df743ca5-7f9a-e211-a948-0013205c9059
* - Switch OPTIONS=SMB ... back to only ports that support it.ahze2005-11-151-2/+3
| | | | | | | - Fix build of thunderbird git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5132 df743ca5-7f9a-e211-a948-0013205c9059
* - Add support for lib/browser_linux_pluginsahze2005-11-151-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5130 df743ca5-7f9a-e211-a948-0013205c9059
* - Support Makefile.common in all mozilla portsahze2005-11-143-132/+41
| | | | | | | | | | | | | | | | | - Make all mozilla ports use system nss, nspr, and libm and some mozilla ports use system cairo - Do a bunch of much needed catch-up and sync work on many mozilla ports such as libesd and cups patch, and many other misc patches - This adds WITH_DEBUG/WITH_LOGGING to many mozilla ports that didn't have it before. - Extend EXTRACT_AFTER_ARGS so everything will extract faster. Todo: Sync thunderbird-devel with thunderbird THEN make it use Makefile.common git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5125 df743ca5-7f9a-e211-a948-0013205c9059
* - Actually use pkg-deinstallahze2005-11-111-1/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5106 df743ca5-7f9a-e211-a948-0013205c9059
* - Pet portlintahze2005-11-113-21/+171
| | | | | | | | - Use system nss and nspr - Add support for jdk1.5.0 and remove diablo-jdk1.3.1 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5103 df743ca5-7f9a-e211-a948-0013205c9059
* - Add seamonkey!ahze2005-11-1123-0/+2150
| | | | | | | | | | | | | | | | | | | | | | This is the current release of the Seamonkey open source web browser. It should be fully compliant with all W3C standards, including HTML, CSS, XML, XSL, JavaScript, MathML, SSL encryption, SVG and RDF. Also supports Java with the use of the FreeBSD native Java plug-in. This is the latest bleeding edge release. Beware that you'll probably find bugs here, so if you value stability, try www/mozilla. WWW: http://www.mozilla.org/projects/seamonkey/ TODO: - sync PIS scripts - Use system nss/nspr - Update patch-browser_app_mozilla.in ... (blah) Repocopied by: marcus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5102 df743ca5-7f9a-e211-a948-0013205c9059
* - Clean out wwwahze2005-11-0635-3329/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5045 df743ca5-7f9a-e211-a948-0013205c9059
* Replace /usr/X11R6 with ${X11BASE} to fix the build with non-defaultmarcus2005-10-271-2/+3
| | | | | | | base paths. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4971 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.7.12.marcus2005-09-264-115/+13
| | | | | | | | Obtained from: FreeBSD ports tree Reminded by: sdodson on #freebsd-gnome git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4866 df743ca5-7f9a-e211-a948-0013205c9059
* - Fix the sed for libesd and kill the major version of librarymezz2005-09-241-8/+5
| | | | | | | | | | | | | (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] git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4863 df743ca5-7f9a-e211-a948-0013205c9059
* - Patch CAN-2005-2871 hyphen domain name security bugpav2005-09-112-2/+106
| | | | | | | Obtained from: FreeBSD Ports Collection git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4815 df743ca5-7f9a-e211-a948-0013205c9059
* * Update to 1.7.11marcus2005-08-203-4/+16
| | | | | | | | | * Add patch to fix crash with newer versions of GTK+ Obtained from: ports-stable git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4560 df743ca5-7f9a-e211-a948-0013205c9059
* -Add quotes in BROKEN.mezz2005-08-191-8/+8
| | | | | | | | | -install -> ${INSTALL_TARGET} and rmdir -> ${RMDIR}. Reported by: portlint git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4541 df743ca5-7f9a-e211-a948-0013205c9059
* - Fix *-config --idlflags so it points to right directory.ahze2005-08-161-1/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4499 df743ca5-7f9a-e211-a948-0013205c9059
* Install IDL files into ${PREFIX}/share/idl/mozilla.marcus2005-07-261-1/+12
| | | | | | | Obtained from: FreeBSD ports tree git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4323 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.7.10.marcus2005-07-222-7/+6
| | | | | | | Obtained from: FreeBSD ports tree git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4284 df743ca5-7f9a-e211-a948-0013205c9059
* - Add mozilla with all cairo stuff disabled so people stop emailingahze2005-07-1334-0/+3305
| | | | | | | | about cairo support not working with marcuscom until we get some mozilla+cairo patches. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4226 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that the updates have been merged into the portsmarcus2005-03-1032-2946/+0
| | | | | | | tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3913 df743ca5-7f9a-e211-a948-0013205c9059
* Reset $FreeBSD$ tags.adamw2005-03-064-4/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3815 df743ca5-7f9a-e211-a948-0013205c9059
* Update freetype2 to 2.1.9, and fix Mozilla and Firefox so that they compilemarcus2005-03-0532-0/+2946
| | | | | | | | | | | against it. Since there is no ABI change in 2.1.9, we do not need to bump the PORTREVISIONs for mozilla and firefox. PR: 78385 Submitted by: lesi git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3806 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that they have been merged into the ports tree.marcus2004-11-0830-2245/+0
| | | | | | | Next stop, GNOME 2.9! git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3045 df743ca5-7f9a-e211-a948-0013205c9059
* Reset the last of the $FreeBSD$ tags.marcus2004-11-084-4/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3044 df743ca5-7f9a-e211-a948-0013205c9059
* Correct a botched patch.marcus2004-10-261-2/+2
| | | | | | | Reported by: nork git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3014 df743ca5-7f9a-e211-a948-0013205c9059
* Move REINPLACE_CMD up from do-install to pre-install so no .bak filesmarcus2004-10-241-3/+3
| | | | | | | | | | are left behind after pkg_delete. PR: 73054 Submitted by: Michael Johnson <ahze@ahze.net> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3012 df743ca5-7f9a-e211-a948-0013205c9059
* Use ${MOZILLA} instead of mozilla in a few places to fix the install.marcus2004-10-231-2/+2
| | | | | | | Spotted by: DomiX on #freebsd-gnome git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3008 df743ca5-7f9a-e211-a948-0013205c9059
* Gak! Be sure to end the REINPLACE with a "; \" so sh will like it.marcus2004-10-021-1/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2919 df743ca5-7f9a-e211-a948-0013205c9059
* Do the REINPLACE_CMD for FAKEDIR -> PREFIX in do-install so that it actuallymarcus2004-10-021-1/+2
| | | | | | | works. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2918 df743ca5-7f9a-e211-a948-0013205c9059
* Correct paths in the pkg-config and mozilla script files.marcus2004-10-021-1/+5
| | | | | | | Reported by: adamw git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2917 df743ca5-7f9a-e211-a948-0013205c9059
* Make sure we install the Mozilla executable scripts as well.marcus2004-10-011-1/+5
| | | | | | | Reported by: mezz git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2914 df743ca5-7f9a-e211-a948-0013205c9059
* Add Mozilla and update to 1.7.3.marcus2004-09-3030-0/+2236
This new release uses a new install method based loosely on Firefox. This new method should make us more compatible with Galeon and Epiphany. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2911 df743ca5-7f9a-e211-a948-0013205c9059