diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2012-05-12 16:23:10 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2012-05-12 16:23:10 +0000 |
commit | a251f7548a0ed503548e4609ea5145368efa466b (patch) | |
tree | d8aaf43c95b91508eab4f779fc05c50bd4296785 | |
parent | 7cdb8ac0483989a5196e15da320351f028e117e3 (diff) | |
download | ports-a251f7548a0ed503548e4609ea5145368efa466b.tar.gz ports-a251f7548a0ed503548e4609ea5145368efa466b.zip |
- Remove outdated Firefox 3.6, Thunderbird 3.1 and ports depending on them
Approved by: ale@ (enigmail-thunderbird3),
Grzegorz Blach <magik AT roorback.net> (firefox-sync)
Notes
Notes:
svn path=/head/; revision=296494
86 files changed, 14 insertions, 2673 deletions
@@ -3365,3 +3365,9 @@ security/pecl-hash||2012-05-11|Has expired: php4 is EOLed net/phpldapadmin098||2012-05-11|Has expired: php4 is EOLed graphics/jpgraph||2012-05-11|Removed games/netrek-COW3-bin|games/netrek-client-cow|2012-05-11|COW3-bin obsolete in favor of client-cow +www/firefox-sync|www/firefox-esr|2012-05-12|Integrated in newer version of Firefox +www/firefox36|www/firefox-esr|2012-05-12|Upstream support dropped +www/firefox36-i18n|www/firefox-esr-i18n|2012-05-12|Upstream support dropped +mail/enigmail-thunderbird3|mail/enigmail-thunderbird-esr|2012-05-12|Depends on obsolete Thunderbird 3.1 +mail/thunderbird3|mail/thunderbird-esr|2012-05-12|Upstream support dropped +mail/thunderbird3-i18n|mail/thunderbird-esr-i18n|2012-05-12|Upstream support dropped diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index faf7cd8f0838..051eebeb3006 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -181,7 +181,7 @@ Gecko_Pre_Include= bsd.gecko.mk # is given by the maintainer via the port or by the # user via defined variable try to find the highest # stable installed version. -# Available values: yes 10+ 12+ 36+ 10 12+ 36 +# Available values: yes 10+ 12+ 10 12+ # NOTE: # default value 10 is used in case of USE_FIREFOX=yes # @@ -203,7 +203,7 @@ Gecko_Pre_Include= bsd.gecko.mk # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. -# Available values: yes 10+ 12+ 31+ 10 12 31 +# Available values: yes 10+ 12+ 10 12 # NOTE: # default value 10 is used in case of USE_THUNDERBIRD=yes # @@ -223,11 +223,10 @@ _FIREFOX_BUILD_DEPENDS= yes .endif _FIREFOX_DEFAULT_VERSION= 10 -_FIREFOX_VERSIONS= 10 12 36 -_FIREFOX_RANGE_VERSIONS= 10+ 12+ 36+ +_FIREFOX_VERSIONS= 10 12 +_FIREFOX_RANGE_VERSIONS= 10+ 12+ -# For specifying [36, ..]+ -_FIREFOX_36P= 36 ${_FIREFOX_12P} +# For specifying [10, ..]+ _FIREFOX_12P= 12 ${_FIREFOX_10P} _FIREFOX_10P= 10 @@ -269,16 +268,8 @@ _SUPFIREFOX= yes .endif .endif .if ${_SUPFIREFOX} == no -.if ${_FIREFOX_VER} < 36 _DISPLAY_VERSION_HAVE= ${_FIREFOX_VER} -.else -_DISPLAY_VERSION_HAVE:= ${_FIREFOX_VER:C/([0-9])([0-9])/\1.\2/} -.endif -.if ${USE_FIREFOX} < 36 _DISPLAY_VERSION_WANT= ${USE_FIREFOX} -.else -_DISPLAY_VERSION_WANT:= ${USE_FIREFOX:C/([0-9])([0-9])/\1.\2/} -.endif IGNORE= cannot install: Firefox versions mismatch: firefox-${_DISPLAY_VERSION_HAVE} is installed and wanted version is firefox-${_DISPLAY_VERSION_WANT} .endif @@ -291,7 +282,6 @@ IGNORE= cannot install: unknown Firefox version: firefox-${USE_FIREFOX:C/([0-9 # Dependence lines for different Firefox versions 10_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr 12_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox -36_DEPENDS= ${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox36 # Add dependencies .if defined(USE_FIREFOX) @@ -383,11 +373,10 @@ _THUNDERBIRD_BUILD_DEPENDS= yes .endif _THUNDERBIRD_DEFAULT_VERSION= 10 -_THUNDERBIRD_VERSIONS= 10 12 31 -_THUNDERBIRD_RANGE_VERSIONS= 10+ 12+ 31+ +_THUNDERBIRD_VERSIONS= 10 12 +_THUNDERBIRD_RANGE_VERSIONS= 10+ 12+ -# For specifying [31, 30, ..]+ -_THUNDERBIRD_31P= 31 ${_THUNDERBIRD_12P} +# For specifying [10, ..]+ _THUNDERBIRD_12P= 12 ${_THUNDERBIRD_10P} _THUNDERBIRD_10P= 10 @@ -397,16 +386,8 @@ USE_THUNDERBIRD= ${_THUNDERBIRD_DEFAULT_VERSION} .endif # Setting/finding Thunderbird version we want. -.if exists(${LOCALBASE}/bin/thunderbird) _TMP_VER!= ${LOCALBASE}/bin/thunderbird --version 2>/dev/null | ${HEAD} -1 | ${SED} -e 's/ Thunderbird \([0-9]\{1,2\}\)\.\([0-9]*\).*/\1\2/' -.if ${_TMP_VER} >= 100 _THUNDERBIRD_VER:= ${_TMP_VER:C/([0-9][0-9]).*/\1/} -.else -_THUNDERBIRD_VER= ${_TMP_VER} -.endif -.elif exists(${LOCALBASE}/bin/thunderbird3) -_THUNDERBIRD_VER!= ${LOCALBASE}/bin/thunderbird3 --version 2>/dev/null | ${HEAD} -1 | ${SED} -e 's/ Thunderbird \([0-9]\)\.\([0-9]*\).*/\1\2/' -.endif # Check if installed Thunderbird version matches the wanted one .if defined(_THUNDERBIRD_VER) @@ -429,16 +410,8 @@ _SUPTHUNDERBIRD= yes .endif .endif .if ${_SUPTHUNDERBIRD} != yes -.if ${_THUNDERBIRD_VER} < 31 _DISPLAY_VERSION_HAVE= ${_THUNDERBIRD_VER} -.else -_DISPLAY_VERSION_HAVE:= ${_THUNDERBIRD_VER:C/([0-9])([0-9])/\1.\2/} -.endif -.if ${USE_THUNDERBIRD} < 31 _DISPLAY_VERSION_WANT= ${USE_THUNDERBIRD} -.else -_DISPLAY_VERSION_WANT:= ${USE_THUNDERBIRD:C/([0-9])([0-9])/\1.\2/} -.endif IGNORE= cannot install: Thunderbird versions mismatch: thunderbird-${_DISPLAY_VERSION_HAVE} is installed and wanted version is thunderbird-${_DISPLAY_VERSION_WANT} .endif .endif @@ -450,7 +423,6 @@ IGNORE= cannot install: unknown Thunderbird version: thunderbird-${USE_THUNDER # Dependence lines for different Thunderbird versions 10_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird-esr 12_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird -31_DEPENDS= ${LOCALBASE}/lib/thunderbird3/thunderbird:${PORTSDIR}/mail/thunderbird3 # Add dependencies .if defined(USE_THUNDERBIRD) diff --git a/mail/Makefile b/mail/Makefile index b6c49716fad6..27474b6b30e4 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -117,7 +117,6 @@ SUBDIR += enigmail-seamonkey SUBDIR += enigmail-thunderbird SUBDIR += enigmail-thunderbird-esr - SUBDIR += enigmail-thunderbird3 SUBDIR += enma SUBDIR += eps SUBDIR += epstools @@ -720,8 +719,6 @@ SUBDIR += thunderbird-esr SUBDIR += thunderbird-esr-i18n SUBDIR += thunderbird-i18n - SUBDIR += thunderbird3 - SUBDIR += thunderbird3-i18n SUBDIR += tkrat2 SUBDIR += tlb SUBDIR += tmda diff --git a/mail/enigmail-thunderbird3/Makefile b/mail/enigmail-thunderbird3/Makefile deleted file mode 100644 index 694f0b060ae1..000000000000 --- a/mail/enigmail-thunderbird3/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: enigmail -# Date created: 30 December 2009 -# Whom: Alex Dupre <ale@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTVERSION= 1.1.2 - -COMMENT= A GnuPG extension for the Thunderbird mail client - -MASTERDIR= ${.CURDIR}/../enigmail - -GECKO= thunderbird3 -GECKO_PORTDIR= mail/${GECKO} -GECKO_EXTDIR= comm-1.9.2 - -PORTSCOUT= ignore:1 - -.include "${MASTERDIR}/Makefile" diff --git a/mail/thunderbird3-i18n/Makefile b/mail/thunderbird3-i18n/Makefile deleted file mode 100644 index f036424ad4e2..000000000000 --- a/mail/thunderbird3-i18n/Makefile +++ /dev/null @@ -1,85 +0,0 @@ -# New ports collection makefile for: thunderbird-i18n -# Date created: 29 May 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= thunderbird3-i18n -PORTVERSION= 3.1.20 -CATEGORIES= mail -MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/linux-i686/xpi -PKGNAMEPREFIX= -DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/} -DIST_SUBDIR= xpi/${DISTNAME} - -MAINTAINER= gecko@FreeBSD.org -COMMENT= Localized interface for Thunderbird - -.ifndef WITHOUT_SWITCHER -RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher -.endif - -DEPRECATED= will be unsupported by when Thunderbird 12 is release, migrate to mail/thunderbird-i18n now -NO_BUILD= yes -USE_THUNDERBIRD= 31 -USE_XPI= thunderbird3 - -THUNDERBIRD_I18N_ALL= af ar be bg bn-BD ca cs da de el en-GB en-US es-AR es-ES \ - et eu fi fr fy-NL ga-IE he hu id is it ja ko lt nb-NO nl \ - nn-NO pa-IN pl pt-BR pt-PT ro ru si sk sl sq sv-SE tr uk \ - zh-CN zh-TW - -.ifdef PACKAGE_BUILDING -THUNDERBIRD_I18N?= all -.else -THUNDERBIRD_I18N?= zh-CN es-ES pt-BR ru ja de fr pa-IN ko it -.endif - -.if ${THUNDERBIRD_I18N} == all -THUNDERBIRD_I18N_= ${THUNDERBIRD_I18N_ALL} -.endif -THUNDERBIRD_I18N_?= ${THUNDERBIRD_I18N} - -WDIR= langpack3-*@thunderbird.mozilla.org - -XPI_DISTNAMES= ${THUNDERBIRD_I18N_} -.for dist in ${XPI_DISTNAMES} -XPI_ID_${dist}= langpack3-${dist}@thunderbird.mozilla.org -XPI_FILES_${dist}= chrome.manifest install.rdf chrome/${dist}.jar defaults/pref/all-l10n.js -XPI_DIRS_${dist}= chrome defaults/pref defaults -.endfor - -do-extract: - @${RM} -rf ${WRKDIR} - @${MKDIR} ${WRKDIR} ${WRKSRC} - @for lang in ${THUNDERBIRD_I18N_}; do \ - if ! (${EXTRACT_CMD} ${_DISTDIR}/$$lang.xpi -d ${WRKSRC}/langpack3-$$lang@thunderbird.mozilla.org);\ - then \ - exit 1; \ - fi \ - done - -do-install: - @${INSTALL} -d ${XPI_LIBDIR} ${XPI_SLDIRS_ALL} - @${CP} -R ${WRKSRC}/ ${XPI_LIBDIR}/ - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${XPI_LIBDIR}/${WDIR}/ - @${CHMOD} -R a+rX,go-w ${XPI_LIBDIR}/${WDIR}/ - @for _dir in ${XPI_LINKFARMS} ; { ${LN} -sf ${XPI_LIBDIR}/${WDIR} $$_dir/ ${_Q} ; } - @${ECHO_CMD} '@exec ${INSTALL} -d ${XPI_SLDIRS_ALL:S,^${PREFIX},%D,}' ${_A} - @${ECHO_CMD} '@exec for _dir in ${XPI_LINKFARMS} ; { \ - ${LN} -sf ${XPI_LIBDIR}/${WDIR} $$_dir/ ${_Q}; }' ${_A} - @${ECHO_CMD} '@unexec for _dir in ${XPI_LINKFARMS} ; { ${RM} -f $$_dir/${WDIR} ; }' ${_A} - @${ECHO_CMD} '@unexec rmdir ${XPI_DIRS_TRY:S,^,%D/,} ${_Q}' ${_A} - -post-patch: - ${FIND} ${WRKSRC} -name install.rdf -print0 | \ - ${XARGS} -0L1 ${REINPLACE_CMD} -i '' -e '/<?xml/,$$!d' \ - -e 's/\(langpack\)/\13/' - -list-langs: - @fetch -o- "http://releases.mozilla.org/pub/mozilla.org/${MASTER_SITE_SUBDIR}"|\ - perl -ne 'if(/.*href="([a-zA-Z-]+).xpi.*/){print "$$1 "}' - -.include "${.CURDIR}/../../www/xpi-adblock/Makefile.xpi" -.include <bsd.port.mk> diff --git a/mail/thunderbird3-i18n/distinfo b/mail/thunderbird3-i18n/distinfo deleted file mode 100644 index 7ee35cbd2290..000000000000 --- a/mail/thunderbird3-i18n/distinfo +++ /dev/null @@ -1,92 +0,0 @@ -SHA256 (xpi/thunderbird3-i18n-3.1.20/af.xpi) = 091ba816d36250770c51edb56a72c111dbd1697d95c7bba647be192ad3cfe284 -SIZE (xpi/thunderbird3-i18n-3.1.20/af.xpi) = 210613 -SHA256 (xpi/thunderbird3-i18n-3.1.20/ar.xpi) = 2ef94644871f2d475e6c66657ea5184c875184f2174452147efcbdba02059f25 -SIZE (xpi/thunderbird3-i18n-3.1.20/ar.xpi) = 230312 -SHA256 (xpi/thunderbird3-i18n-3.1.20/be.xpi) = 059b986c6f4093318dd7e990daeb63069438d79495e804b1ae60b45030408c09 -SIZE (xpi/thunderbird3-i18n-3.1.20/be.xpi) = 194405 -SHA256 (xpi/thunderbird3-i18n-3.1.20/bg.xpi) = 2c0882aefadd33ff0d839d0005209f59109c45b65141299da5476aa1ea8c841e -SIZE (xpi/thunderbird3-i18n-3.1.20/bg.xpi) = 235118 -SHA256 (xpi/thunderbird3-i18n-3.1.20/bn-BD.xpi) = a7605805230c54314ae398765bac177cf65ec31bbc52321d61618602be98d1bb -SIZE (xpi/thunderbird3-i18n-3.1.20/bn-BD.xpi) = 244746 -SHA256 (xpi/thunderbird3-i18n-3.1.20/ca.xpi) = 0d694ff9800dee0d1552a1f27c08af276170ef58ce8e33b5640542ed52c83cff -SIZE (xpi/thunderbird3-i18n-3.1.20/ca.xpi) = 219304 -SHA256 (xpi/thunderbird3-i18n-3.1.20/cs.xpi) = 7841693ccbf61ae8ca05f28fe07c0e128878614820844e2ae671b50a316a14c5 -SIZE (xpi/thunderbird3-i18n-3.1.20/cs.xpi) = 218131 -SHA256 (xpi/thunderbird3-i18n-3.1.20/da.xpi) = 47ab6c90d78ff5bfefebf7ceb3100146b7dcf0bb8014777cde48fce66b4cfde7 -SIZE (xpi/thunderbird3-i18n-3.1.20/da.xpi) = 203153 -SHA256 (xpi/thunderbird3-i18n-3.1.20/de.xpi) = db09544d822b1fc7352216fa63a7ae201a156ac8153b779a005e669f1c442fb5 -SIZE (xpi/thunderbird3-i18n-3.1.20/de.xpi) = 222769 -SHA256 (xpi/thunderbird3-i18n-3.1.20/el.xpi) = 55212efdecc2848d49df9e7a6cead7c99855ae4ff834bd304f4c40d374d574ad -SIZE (xpi/thunderbird3-i18n-3.1.20/el.xpi) = 210141 -SHA256 (xpi/thunderbird3-i18n-3.1.20/en-GB.xpi) = aedb343bdc38e1c778da63343d059896b7d7c12e01298288f4ead73b13a55c28 -SIZE (xpi/thunderbird3-i18n-3.1.20/en-GB.xpi) = 203636 -SHA256 (xpi/thunderbird3-i18n-3.1.20/en-US.xpi) = c09123ad74104a19eb6e047600271128bd821b72f514f03b7c1dbdbebd9721bf -SIZE (xpi/thunderbird3-i18n-3.1.20/en-US.xpi) = 202574 -SHA256 (xpi/thunderbird3-i18n-3.1.20/es-AR.xpi) = ec5651091c93393161e4e2610051347b9488d0c8d64e3fd38839bb8747a76158 -SIZE (xpi/thunderbird3-i18n-3.1.20/es-AR.xpi) = 218579 -SHA256 (xpi/thunderbird3-i18n-3.1.20/es-ES.xpi) = 84f15baa5d184945ccdcc5a4519ae9a115266d35706feff364a1d93bcd4a1428 -SIZE (xpi/thunderbird3-i18n-3.1.20/es-ES.xpi) = 172927 -SHA256 (xpi/thunderbird3-i18n-3.1.20/et.xpi) = 41f704ffff6458feb024ecad1e20ab864a15f4ca20fd35055c137614a12e0461 -SIZE (xpi/thunderbird3-i18n-3.1.20/et.xpi) = 221700 -SHA256 (xpi/thunderbird3-i18n-3.1.20/eu.xpi) = 57c6292823300059afa914732b2a2a1a707558b8595a2d7734d710dbfad9685a -SIZE (xpi/thunderbird3-i18n-3.1.20/eu.xpi) = 211332 -SHA256 (xpi/thunderbird3-i18n-3.1.20/fi.xpi) = 3e0daff454eac7e71614550aa1641e0575d59eec429fccc5e5ac84cb0a9326f2 -SIZE (xpi/thunderbird3-i18n-3.1.20/fi.xpi) = 219526 -SHA256 (xpi/thunderbird3-i18n-3.1.20/fr.xpi) = c2c8364f96026f521e0578af22b33b0eab57617908812f153095472e30f3a075 -SIZE (xpi/thunderbird3-i18n-3.1.20/fr.xpi) = 221688 -SHA256 (xpi/thunderbird3-i18n-3.1.20/fy-NL.xpi) = 9d33c4911b87fae8a9c1dcf6cc02e1c00a33ae2c69589423a8a9d136780f3221 -SIZE (xpi/thunderbird3-i18n-3.1.20/fy-NL.xpi) = 220851 -SHA256 (xpi/thunderbird3-i18n-3.1.20/ga-IE.xpi) = cdd087d93b40cf10186b995942120de7867df237c3956833811aba5bc4b9b46b -SIZE (xpi/thunderbird3-i18n-3.1.20/ga-IE.xpi) = 219478 -SHA256 (xpi/thunderbird3-i18n-3.1.20/he.xpi) = 3ab310ecef1980d1a7721e09566376929ca48ff5f53a58712ace26ff279cd3ce -SIZE (xpi/thunderbird3-i18n-3.1.20/he.xpi) = 204906 -SHA256 (xpi/thunderbird3-i18n-3.1.20/hu.xpi) = f9d65225db9f2899aefe3c23b215cbcc11e01294259f73873088459cd23b6944 -SIZE (xpi/thunderbird3-i18n-3.1.20/hu.xpi) = 226087 -SHA256 (xpi/thunderbird3-i18n-3.1.20/id.xpi) = e9156cf137a2620d59295d686eb32e53134bcf17fdefca5c37f245d436c5dd10 -SIZE (xpi/thunderbird3-i18n-3.1.20/id.xpi) = 185848 -SHA256 (xpi/thunderbird3-i18n-3.1.20/is.xpi) = 56dbbdca96ae099bc0805922808b13ae0f1f7e05fffc5463d697069976cb67da -SIZE (xpi/thunderbird3-i18n-3.1.20/is.xpi) = 214006 -SHA256 (xpi/thunderbird3-i18n-3.1.20/it.xpi) = 076e0d95b33a6bf423b4c1c340b5bfeac67c6c064e32e2109ab107b0d78de451 -SIZE (xpi/thunderbird3-i18n-3.1.20/it.xpi) = 171388 -SHA256 (xpi/thunderbird3-i18n-3.1.20/ja.xpi) = 3954ced0e4f6744c801097ac13d4a729b85679c44a9c7312e6c3befd6ab4060d -SIZE (xpi/thunderbird3-i18n-3.1.20/ja.xpi) = 236609 -SHA256 (xpi/thunderbird3-i18n-3.1.20/ko.xpi) = 2573b542f25ad3089c76dbdd894ce61664e2ebc0a3aefea07f88801640cc6cb3 -SIZE (xpi/thunderbird3-i18n-3.1.20/ko.xpi) = 194745 -SHA256 (xpi/thunderbird3-i18n-3.1.20/lt.xpi) = 1d633be2b0119bc8e06712e2fc50d5d071036f4d15df5e0c564e2f3f0f371e74 -SIZE (xpi/thunderbird3-i18n-3.1.20/lt.xpi) = 235288 -SHA256 (xpi/thunderbird3-i18n-3.1.20/nb-NO.xpi) = 454c8d90146b7569cbabdbbf345f209f38aca8f2029cae7f89c704bd7adbd4f5 -SIZE (xpi/thunderbird3-i18n-3.1.20/nb-NO.xpi) = 213869 -SHA256 (xpi/thunderbird3-i18n-3.1.20/nl.xpi) = 36557fdc7488dfe3421e96c7c3869f1030650bb0f02c8d32d2b0a4f15239fd29 -SIZE (xpi/thunderbird3-i18n-3.1.20/nl.xpi) = 216625 -SHA256 (xpi/thunderbird3-i18n-3.1.20/nn-NO.xpi) = 59b1ef402d637dde123328e71b79fbbc3a1a0f9e81270341a53f17be910c4f86 -SIZE (xpi/thunderbird3-i18n-3.1.20/nn-NO.xpi) = 215690 -SHA256 (xpi/thunderbird3-i18n-3.1.20/pa-IN.xpi) = 38736aae1cdf470e6e790eea59c9f5dbff68541f8c7c8b4c4ce337c549f2ef01 -SIZE (xpi/thunderbird3-i18n-3.1.20/pa-IN.xpi) = 241093 -SHA256 (xpi/thunderbird3-i18n-3.1.20/pl.xpi) = 6b5fee818b3a7476256493ff5c4c0cc707c003dea839bbf007d016a3778c84a2 -SIZE (xpi/thunderbird3-i18n-3.1.20/pl.xpi) = 203874 -SHA256 (xpi/thunderbird3-i18n-3.1.20/pt-BR.xpi) = 0ffaf628020f1d3a1d5adbded335504a001788c4ee806a02c1eb628047b09d01 -SIZE (xpi/thunderbird3-i18n-3.1.20/pt-BR.xpi) = 215013 -SHA256 (xpi/thunderbird3-i18n-3.1.20/pt-PT.xpi) = 3db3b9925924acca97f0edf3adfe36c3e71417bc9894303e0577d0f26944bdfe -SIZE (xpi/thunderbird3-i18n-3.1.20/pt-PT.xpi) = 214239 -SHA256 (xpi/thunderbird3-i18n-3.1.20/ro.xpi) = 4d64a203642d02b6fce0a27b6b01befad98cc0b05325113e6528e2ac19ce5b45 -SIZE (xpi/thunderbird3-i18n-3.1.20/ro.xpi) = 221259 -SHA256 (xpi/thunderbird3-i18n-3.1.20/ru.xpi) = 123b088aed433031fbbc259e22d0a2581e54e9742e80d2bb23797d643aa2f18b -SIZE (xpi/thunderbird3-i18n-3.1.20/ru.xpi) = 198225 -SHA256 (xpi/thunderbird3-i18n-3.1.20/si.xpi) = 60cd5156c240d654a99a22502dd2fc50306c1284b3a7c685009653a03594c175 -SIZE (xpi/thunderbird3-i18n-3.1.20/si.xpi) = 246098 -SHA256 (xpi/thunderbird3-i18n-3.1.20/sk.xpi) = e7a9924581e430ec4fc301dae3168ba1948a8a6b92f82855ac745b5907c8dcef -SIZE (xpi/thunderbird3-i18n-3.1.20/sk.xpi) = 224548 -SHA256 (xpi/thunderbird3-i18n-3.1.20/sl.xpi) = b4d6e0e8664a9b8e73df87d1acab45190568b44407dcdfe9596ee9bc768712ff -SIZE (xpi/thunderbird3-i18n-3.1.20/sl.xpi) = 218473 -SHA256 (xpi/thunderbird3-i18n-3.1.20/sq.xpi) = a2324473e8559f2db64e2de9d689e14b52ce65fb27f06ed2b276a3dd7097b2a7 -SIZE (xpi/thunderbird3-i18n-3.1.20/sq.xpi) = 211269 -SHA256 (xpi/thunderbird3-i18n-3.1.20/sv-SE.xpi) = 7b91e914d2e2c2af132fd0e3152646115bc4f50d56ffe4cde0edd64d796baf06 -SIZE (xpi/thunderbird3-i18n-3.1.20/sv-SE.xpi) = 221162 -SHA256 (xpi/thunderbird3-i18n-3.1.20/tr.xpi) = 567a25fc739c2166e62481d9813ea9c8370cf769ad6f902d2963541ee22b29dd -SIZE (xpi/thunderbird3-i18n-3.1.20/tr.xpi) = 215740 -SHA256 (xpi/thunderbird3-i18n-3.1.20/uk.xpi) = 81eddfe7175ce31db4ba8f141e07e235b0882e2547159f73ebfad1dadfe4d884 -SIZE (xpi/thunderbird3-i18n-3.1.20/uk.xpi) = 244808 -SHA256 (xpi/thunderbird3-i18n-3.1.20/zh-CN.xpi) = a3a04067d2309ebe2c2d19c72299c4debc1696c36e517f8267dc3e3e672091b2 -SIZE (xpi/thunderbird3-i18n-3.1.20/zh-CN.xpi) = 219647 -SHA256 (xpi/thunderbird3-i18n-3.1.20/zh-TW.xpi) = 903f58bc0085e61e33305dcab2a90f34f9065449c97cc0402dc8ecbfe19f68c7 -SIZE (xpi/thunderbird3-i18n-3.1.20/zh-TW.xpi) = 220644 diff --git a/mail/thunderbird3-i18n/pkg-descr b/mail/thunderbird3-i18n/pkg-descr deleted file mode 100644 index e5842d14f281..000000000000 --- a/mail/thunderbird3-i18n/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Language packs for Thunderbird - -WWW: http://www.mozilla.org/projects/l10n/ diff --git a/mail/thunderbird3/Makefile b/mail/thunderbird3/Makefile deleted file mode 100644 index 2e1d0e9e7adf..000000000000 --- a/mail/thunderbird3/Makefile +++ /dev/null @@ -1,122 +0,0 @@ -# New ports collection makefile for: mozilla-thunderbird -# Date created: 4 September 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= thunderbird -DISTVERSION= 3.1.20 -CATEGORIES= mail ipv6 -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source -DISTNAME= ${PORTNAME}-${DISTVERSION}.source - -MAINTAINER= gecko@FreeBSD.org -COMMENT= Mozilla Thunderbird is standalone mail and news that stands above - -BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr - -DEPRECATED= will be unsupported by when Thunderbird 12 is release, migrate to mail/thunderbird now -USE_AUTOTOOLS= autoconf213 -LATEST_LINK= thunderbird3 -USE_GECKO= gecko -USE_MOZILLA= -png -nss -dbm -jpeg -xft -MOZ_TOOLKIT= cairo-gtk2 - -MAKE_JOBS_SAFE= yes -WANT_GNOME= yes -ALL_TARGET= default -CONFIGURE_ENV= LOCALBASE=${LOCALBASE} -MAKE_ENV= PTHREAD_LDFLAGS="${PTHREAD_LIBS}" -HAS_CONFIGURE= yes -USE_BZIP2= yes -USE_GMAKE= yes - -MOZ_PROTOCOLS= http,ftp,file,viewsource,res,data -MOZ_GRAPHICS= default,-xbm -MOZILLA_SUFX= 3 -MOZILLA= ${PORTNAME}${MOZILLA_SUFX} -MOZ_OPTIONS= --program-transform-name='s/thunderbird/${MOZILLA}/' \ - --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ - --enable-single-profile --disable-profilesharing \ - --enable-application=mail --enable-official-branding \ - --disable-updater --disable-necko-wifi -MOZ_MK_OPTIONS= MOZ_MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1 -MOZ_EXPORT= MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1 -MOZILLA_PLIST_DIRS= bin lib -MOZ_PKGCONFIG_FILES= - -PORTNAME_ICON= ${MOZILLA}.png -PORTNAME_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png - -SYSTEM_PREFS= ${FAKEDIR}/lib/${PORTNAME}/defaults/pref/${PORTNAME}.js -MOZ_PIS_SCRIPTS=moz_pis_S50cleanhome - -OPTIONS= - -.include <bsd.port.pre.mk> - -WRKSRC= ${WRKDIR}/comm-1.9.2 -MOZSRC:= ${WRKSRC}/mozilla - -.if ${ARCH} == powerpc64 -.if ${OSVERSION} < 900033 -BROKEN= Needs binutils 2.17.50 to build -.else -CONFIGURE_ENV+= UNAME_m="powerpc64" -CFLAGS+= -mminimal-toc -.endif -.endif - -.if ${HAVE_GNOME:Mlibgnomeui}!="" -USE_GNOME+= libgnomeui -MOZ_OPTIONS+= --enable-gnomeui -.else -MOZ_OPTIONS+= --disable-gnomeui -.endif - -.if defined(WITHOUT_DBUS) -MOZ_OPTIONS+= --disable-dbus --disable-libnotify -.else -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - notify.4:${PORTSDIR}/devel/libnotify -.endif - -post-extract: - ${SED} -e 's|@PORTNAME_ICON@|${PORTNAME_ICON}|;s|@MOZILLA@|${MOZILLA}|' \ - <${FILESDIR}/thunderbird.desktop.in >${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop - -post-patch: - ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \ - ${MOZSRC}/storage/build/Makefile.in \ - ${MOZSRC}/db/sqlite3/src/Makefile.in - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - ${MOZSRC}/security/manager/ssl/src/Makefile.in \ - ${MOZSRC}/js/src/config/mkdepend/Makefile.in \ - ${MOZSRC}/js/src/config/config.mk - @${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g ; \ - s|-lpthread|${PTHREAD_LIBS}|g ; \ - s|echo aout|echo elf|g ; \ - s|/usr/X11R6|${LOCALBASE}|g' \ - ${MOZSRC}/js/src/configure - -pre-configure: - (cd ${WRKSRC} && ${AUTOCONF}) - (cd ${MOZSRC} && ${AUTOCONF}) - (cd ${MOZSRC}/js/src/ && ${AUTOCONF}) - -port-pre-install: - ${MKDIR} ${FAKEDIR}/lib/${MOZILLA}/defaults - -pre-install: - @${ECHO_CMD} 'share/applications/${MOZILLA_EXEC_NAME}.desktop' >> ${PLIST} - @${ECHO_CMD} 'share/pixmaps/${PORTNAME_ICON}' >> ${PLIST} - @${ECHO_CMD} '@dirrmtry share/applications' >> ${PLIST} - -post-install: - ${MKDIR} ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop ${PREFIX}/share/applications - ${LN} -sf ${PORTNAME_ICON_SRC} ${PREFIX}/share/pixmaps/${PORTNAME_ICON} - -.include <bsd.port.post.mk> diff --git a/mail/thunderbird3/distinfo b/mail/thunderbird3/distinfo deleted file mode 100644 index 8d3033f275e3..000000000000 --- a/mail/thunderbird3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (thunderbird-3.1.20.source.tar.bz2) = 5084cb51479c44af1c4e0c97aa108177d5dbb3752366a36cdc5ffe275fdaa8b5 -SIZE (thunderbird-3.1.20.source.tar.bz2) = 68818773 diff --git a/mail/thunderbird3/files/moz_pis_S50cleanhome b/mail/thunderbird3/files/moz_pis_S50cleanhome deleted file mode 100644 index 348592392043..000000000000 --- a/mail/thunderbird3/files/moz_pis_S50cleanhome +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh -# - -# S50cleanhome -# a script to polite ${HOME}/${MOZ_PIS_USER_DIR} - -# We run in our own subshell - -# First, verify protocol -[ "$1" != "start" ] && exit 1 -[ -z "${MOZ_PIS_API}" -o ${MOZ_PIS_API} -ne 2 ] && exit 1 -[ -z "${MOZ_PIS_MOZBINDIR}" -o ! -d "${MOZ_PIS_MOZBINDIR}" ] && exit 1 -[ -z "${HOME}" -o ! -d "${HOME}" ] && exit 1 -[ -z "${MOZ_PIS_USER_DIR}" -o ! -d "${HOME}/${MOZ_PIS_USER_DIR}" ] && exit 1 - -# Try to polite ${HOME}/${MOZ_PIS_USER_DIR} - -# This must be really needed? -# rm -f "${$HOME}/${MOZ_PIS_USER_DIR}/pluginreg.dat" - -# Try to polite profile dirs -if [ -f "${HOME}/${MOZ_PIS_USER_DIR}/profiles.ini" ]; then - sed -e '/Path=/! d' -e "s,Path=,${HOME}/${MOZ_PIS_USER_DIR}/," \ - "${HOME}/${MOZ_PIS_USER_DIR}/profiles.ini" \ - | while read dir - do - [ ! -d "${dir}" ] && continue - # at last, debian do this, we do for new builds - # rm -f "${dir}/XUL.mfasl" - # make reclaculate compreg.dat, xpti.dat for new builds - [ "${dir}/compreg.dat" -ot "${MOZ_PIS_MOZBINDIR}/components.ini" ] && - rm -f "${dir}/compatibility.ini" "${dir}/XUL.mfasl" - done -fi diff --git a/mail/thunderbird3/files/patch-config-autoconf.mk.in b/mail/thunderbird3/files/patch-config-autoconf.mk.in deleted file mode 100644 index 877c48294fc6..000000000000 --- a/mail/thunderbird3/files/patch-config-autoconf.mk.in +++ /dev/null @@ -1,21 +0,0 @@ ---- config/autoconf.mk.in.orig 2009-04-24 03:46:37.000000000 +0200 -+++ config/autoconf.mk.in 2009-05-11 15:03:26.000000000 +0200 -@@ -57,14 +57,14 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - bindir = @bindir@ --includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -+includedir = @includedir@/%%MOZILLA%% - libdir = @libdir@ - datadir = @datadir@ - mandir = @mandir@ --idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -+idldir = $(datadir)/idl/%%MOZILLA%% - --installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) --sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION) -+installdir = $(libdir)/%%MOZILLA%% -+sdkdir = $(libdir)/%%MOZILLA%% - - DIST = $(DEPTH)/dist - LIBXUL_SDK = @LIBXUL_SDK@ diff --git a/mail/thunderbird3/files/patch-configure.in b/mail/thunderbird3/files/patch-configure.in deleted file mode 100644 index ae9642b9fffd..000000000000 --- a/mail/thunderbird3/files/patch-configure.in +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in.orig 2009-08-14 11:24:58.206076928 +0200 -+++ configure.in 2009-08-14 11:25:29.601293359 +0200 -@@ -5680,7 +5680,7 @@ - CPU_ARCH=sparc - ;; - --x86_64 | ia64) -+amd64 | x86_64 | ia64) - CPU_ARCH="$OS_TEST" - ;; - esac diff --git a/mail/thunderbird3/files/patch-directory-sdks-c-sdk-ldap-libraries-libldap-Makefile.in b/mail/thunderbird3/files/patch-directory-sdks-c-sdk-ldap-libraries-libldap-Makefile.in deleted file mode 100644 index 8a065107cd16..000000000000 --- a/mail/thunderbird3/files/patch-directory-sdks-c-sdk-ldap-libraries-libldap-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- directory/sdks/c-sdk/ldap/libraries/libldap/Makefile.in.orig 2009-11-10 09:56:42.000000000 +0100 -+++ directory/sdks/c-sdk/ldap/libraries/libldap/Makefile.in 2009-11-10 09:58:15.000000000 +0100 -@@ -254,6 +254,10 @@ - EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -lbe - endif - -+ifeq ($(OS_ARCH), FreeBSD) -+EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -lpthread -+endif -+ - ifeq ($(OS_ARCH), NetBSD) - EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) - endif diff --git a/mail/thunderbird3/files/patch-directory-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in b/mail/thunderbird3/files/patch-directory-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in deleted file mode 100644 index ff5e375f156b..000000000000 --- a/mail/thunderbird3/files/patch-directory-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- directory/sdks/c-sdk/ldap/libraries/libprldap/Makefile.in.orig 2008-09-11 16:38:35.000000000 +0200 -+++ directory/sdks/c-sdk/ldap/libraries/libprldap/Makefile.in 2009-12-09 08:53:46.000000000 +0100 -@@ -147,6 +147,11 @@ - CUSTOM_LIBS=1 - endif - -+ifeq ($(OS_ARCH), FreeBSD) -+EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -lpthread -+CUSTOM_LIBS=1 -+endif -+ - # no extra libs on HP-UX - ifeq ($(OS_ARCH), HP-UX) - CUSTOM_LIBS=1 diff --git a/mail/thunderbird3/files/patch-directory_xpcom_base_src_Makefile.in b/mail/thunderbird3/files/patch-directory_xpcom_base_src_Makefile.in deleted file mode 100644 index f56d7b17f104..000000000000 --- a/mail/thunderbird3/files/patch-directory_xpcom_base_src_Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- directory/xpcom/base/src/Makefile.in.orig 2009-11-22 03:44:31.000000000 +0100 -+++ directory/xpcom/base/src/Makefile.in 2009-11-26 13:06:53.000000000 +0100 -@@ -97,6 +97,10 @@ - $(NULL) - endif - -+ifeq ($(OS_ARCH), FreeBSD) -+EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -lpthread -+endif -+ - EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) $(LDAP_LIBS) - - include $(topsrcdir)/config/rules.mk diff --git a/mail/thunderbird3/files/patch-mozilla-build-autoconf-config.sub b/mail/thunderbird3/files/patch-mozilla-build-autoconf-config.sub deleted file mode 100644 index 12a704ade44b..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-build-autoconf-config.sub +++ /dev/null @@ -1,12 +0,0 @@ ---- mozilla/build/autoconf/config.sub.orig 2010-01-05 12:26:13.000000000 +0100 -+++ mozilla/build/autoconf/config.sub 2010-01-05 12:26:46.000000000 +0100 -@@ -403,9 +403,6 @@ - amd64) - basic_machine=x86_64-pc - ;; -- amd64-*) -- basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` -- ;; - amdahl) - basic_machine=580-amdahl - os=-sysv diff --git a/mail/thunderbird3/files/patch-mozilla-config-mkdepend-Makefile.in b/mail/thunderbird3/files/patch-mozilla-config-mkdepend-Makefile.in deleted file mode 100644 index 3b649d0f16b7..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-config-mkdepend-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- mozilla/config/mkdepend/Makefile.in.orig Sun Dec 12 07:36:57 2004 -+++ mozilla/config/mkdepend/Makefile.in Sun Dec 12 07:37:55 2004 -@@ -57,6 +57,7 @@ - include $(topsrcdir)/config/rules.mk - - HOST_CFLAGS += -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" -+HOST_CFLAGS += $(XCFLAGS) - - ifdef GNU_CC - _GCCDIR = $(shell $(CC) -print-file-name=include) diff --git a/mail/thunderbird3/files/patch-mozilla-config-rules.mk b/mail/thunderbird3/files/patch-mozilla-config-rules.mk deleted file mode 100644 index bbe6fec94311..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-config-rules.mk +++ /dev/null @@ -1,13 +0,0 @@ ---- mozilla/config/rules.mk.orig Thu Sep 14 14:07:03 2006 -+++ mozilla/config/rules.mk Wed Oct 18 11:00:09 2006 -@@ -442,9 +442,7 @@ - endif - - ifeq ($(OS_ARCH),FreeBSD) --ifdef IS_COMPONENT --EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic --endif -+EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -lc - endif - - ifeq ($(OS_ARCH),NetBSD) diff --git a/mail/thunderbird3/files/patch-mozilla-config_autoconf.mk.in b/mail/thunderbird3/files/patch-mozilla-config_autoconf.mk.in deleted file mode 100644 index 763f8ebfa6de..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-config_autoconf.mk.in +++ /dev/null @@ -1,21 +0,0 @@ ---- mozilla/config/autoconf.mk.in.orig 2007-08-28 12:02:43.000000000 -0400 -+++ mozilla/config/autoconf.mk.in 2007-09-26 14:21:51.000000000 -0400 -@@ -58,14 +58,14 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - bindir = @bindir@ --includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -+includedir = @includedir@/%%MOZILLA%% - libdir = @libdir@ - datadir = @datadir@ - mandir = @mandir@ --idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -+idldir = $(datadir)/idl/%%MOZILLA%% - --installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) --sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION) -+installdir = $(libdir)/%%MOZILLA%% -+sdkdir = $(libdir)/%%MOZILLA%% - - DIST = $(DEPTH)/dist - LIBXUL_SDK = @LIBXUL_SDK@ diff --git a/mail/thunderbird3/files/patch-mozilla-configure.in b/mail/thunderbird3/files/patch-mozilla-configure.in deleted file mode 100644 index f08b95aa5c20..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-configure.in +++ /dev/null @@ -1,11 +0,0 @@ ---- mozilla/configure.in.orig 2009-08-14 11:24:58.206076928 +0200 -+++ mozilla/configure.in 2009-08-14 11:25:29.601293359 +0200 -@@ -5680,7 +5680,7 @@ - CPU_ARCH=sparc - ;; - --x86_64 | ia64) -+amd64 | x86_64 | ia64) - CPU_ARCH="$OS_TEST" - ;; - esac diff --git a/mail/thunderbird3/files/patch-mozilla-content-xslt-public-txDouble.h b/mail/thunderbird3/files/patch-mozilla-content-xslt-public-txDouble.h deleted file mode 100644 index c53f725c80ed..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-content-xslt-public-txDouble.h +++ /dev/null @@ -1,20 +0,0 @@ ---- mozilla/content/xslt/public/txDouble.h.orig Fri Oct 13 00:00:29 2006 -+++ mozilla/content/xslt/public/txDouble.h Fri Oct 13 00:00:53 2006 -@@ -41,7 +41,7 @@ - #define __txdouble_h__ - - //A trick to handle IEEE floating point exceptions on FreeBSD - E.D. --#ifdef __FreeBSD__ -+/* #ifdef __FreeBSD__ - #include <ieeefp.h> - #ifdef __alpha__ - fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP; -@@ -50,7 +50,7 @@ - #endif - fp_except_t oldmask = fpsetmask(~allmask); - #endif -- -+*/ - /** - * Macros to workaround math-bugs bugs in various platforms - */ diff --git a/mail/thunderbird3/files/patch-mozilla-db-sqlite3-src-Makefile.in b/mail/thunderbird3/files/patch-mozilla-db-sqlite3-src-Makefile.in deleted file mode 100644 index 24a7d6206604..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-db-sqlite3-src-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- mozilla/db/sqlite3/src/Makefile.in.orig 2008-06-19 11:03:17.000000000 -0500 -+++ mozilla/db/sqlite3/src/Makefile.in 2008-06-19 11:04:15.000000000 -0500 -@@ -45,6 +45,8 @@ - - include $(DEPTH)/config/autoconf.mk - -+OS_CFLAGS = -I../../../dist/include/sqlite3 -+OS_LIBS = %%PTHREAD_LIBS%% - MODULE = sqlite3 - LIBRARY_NAME = sqlite3 - FORCE_SHARED_LIB = 1 diff --git a/mail/thunderbird3/files/patch-mozilla-js-ctypes-libffi-configure b/mail/thunderbird3/files/patch-mozilla-js-ctypes-libffi-configure deleted file mode 100644 index 6a86c5e6fc39..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-js-ctypes-libffi-configure +++ /dev/null @@ -1,14 +0,0 @@ -B ---- mozilla/js/ctypes/libffi/configure.orig 2011-02-26 21:17:36.000000000 +0100 -+++ mozilla/js/ctypes/libffi/configure 2011-02-26 21:18:35.000000000 +0100 -@@ -21036,6 +21036,9 @@ - - powerpc-*-freebsd*) - TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc - ;; -+ powerpc64-*-freebsd*) -+ TARGET=POWERPC; TARGETDIR=powerpc -+ ;; - powerpc*-*-rtems*) - TARGET=POWERPC; TARGETDIR=powerpc - ;; diff --git a/mail/thunderbird3/files/patch-mozilla-js-src-build-autoconf-config.sub b/mail/thunderbird3/files/patch-mozilla-js-src-build-autoconf-config.sub deleted file mode 100644 index 2cb48a88c0e9..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-js-src-build-autoconf-config.sub +++ /dev/null @@ -1,12 +0,0 @@ ---- mozilla/js/src/build/autoconf/config.sub.orig 2010-01-08 09:52:25.000000000 +0100 -+++ mozilla/js/src/build/autoconf/config.sub 2010-01-08 09:52:33.000000000 +0100 -@@ -403,9 +403,6 @@ - amd64) - basic_machine=x86_64-pc - ;; -- amd64-*) -- basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` -- ;; - amdahl) - basic_machine=580-amdahl - os=-sysv diff --git a/mail/thunderbird3/files/patch-mozilla-js-src-config-mkdepend-Makefile.in b/mail/thunderbird3/files/patch-mozilla-js-src-config-mkdepend-Makefile.in deleted file mode 100644 index 6129066e1afd..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-js-src-config-mkdepend-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- mozilla/js/src/config/mkdepend/Makefile.in.orig 2010-01-19 21:27:45.000000000 +0100 -+++ mozilla/js/src/config/mkdepend/Makefile.in 2010-01-20 21:55:56.000000000 +0100 -@@ -71,7 +71,7 @@ - - include $(topsrcdir)/config/rules.mk - --HOST_CFLAGS += -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" -+HOST_CFLAGS += -DINCLUDEDIR=\"%%LOCALBASE%%/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" -I/usr/local/include - - ifdef GNU_CC - _GCCDIR = $(shell $(CC) -print-file-name=include) diff --git a/mail/thunderbird3/files/patch-mozilla-js-src-configure.in b/mail/thunderbird3/files/patch-mozilla-js-src-configure.in deleted file mode 100644 index fe78e75474bb..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-js-src-configure.in +++ /dev/null @@ -1,22 +0,0 @@ ---- mozilla/js/src/configure.in.orig 2010-05-12 21:05:58.000000000 +0200 -+++ mozilla/js/src/configure.in 2010-06-22 16:17:20.000000000 +0200 -@@ -1218,7 +1218,7 @@ - CPU_ARCH=sparc - ;; - --x86_64 | ia64) -+amd64 | x86_64 | ia64) - CPU_ARCH="$OS_TEST" - ;; - esac -@@ -2466,10 +2466,6 @@ - ENABLE_JIT=1 - NANOJIT_ARCH=ARM - ;; --sparc*-*) -- ENABLE_JIT=1 -- NANOJIT_ARCH=Sparc -- ;; - esac - - MOZ_ARG_DISABLE_BOOL(jit, diff --git a/mail/thunderbird3/files/patch-mozilla-js-src-jslock.cpp b/mail/thunderbird3/files/patch-mozilla-js-src-jslock.cpp deleted file mode 100644 index 03f5c60cccf8..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-js-src-jslock.cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- mozilla/js/src/jslock.cpp.orig 2010-01-23 20:35:45.000000000 +0100 -+++ mozilla/js/src/jslock.cpp 2010-01-23 20:37:35.000000000 +0100 -@@ -160,8 +160,13 @@ - unsigned int res; - - __asm__ __volatile__ ( -- "stbar\n" -- "cas [%1],%2,%3\n" -+ "membar #StoreLoad | #LoadLoad\n" -+# if defined (__sparc64__) -+ "casx [%1],%2,%3\n" -+# else -+ "cas [%1],%2,%3\n" /* 32-bit version */ -+# endif -+ "membar #StoreLoad | #LoadLoad\n" - "cmp %2,%3\n" - "be,a 1f\n" - "mov 1,%0\n" diff --git a/mail/thunderbird3/files/patch-mozilla-js-src-jsnum.cpp b/mail/thunderbird3/files/patch-mozilla-js-src-jsnum.cpp deleted file mode 100644 index c52535eaca09..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-js-src-jsnum.cpp +++ /dev/null @@ -1,28 +0,0 @@ ---- mozilla/js/src/jsnum.cpp.orig Sun Nov 5 18:37:07 2006 -+++ mozilla/js/src/jsnum.cpp Sun Nov 5 18:42:31 2006 -@@ -45,6 +45,9 @@ - #if defined(XP_WIN) || defined(XP_OS2) - #include <float.h> - #endif -+#if defined(__FreeBSD__) -+#include <sys/param.h> -+#endif - #include <locale.h> - #include <limits.h> - #include <math.h> -@@ -532,7 +535,15 @@ static jsdouble NaN; - - #else - -+#if defined(__FreeBSD__) && __FreeBSD_version >= 601000 -+#include <fenv.h> -+#define FIX_FPU() (fedisableexcept(FE_ALL_EXCEPT)) -+ -+#else -+ - #define FIX_FPU() ((void)0) -+ -+#endif /* defined(__FreeBSD__) && __FreeBSD_version >= 503000 */ - - #endif - diff --git a/mail/thunderbird3/files/patch-mozilla-layout-generic-Makefile.in b/mail/thunderbird3/files/patch-mozilla-layout-generic-Makefile.in deleted file mode 100644 index afdc6fd8ae0f..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-layout-generic-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- mozilla/layout/generic/Makefile.in.orig 2010-01-20 18:57:00.000000000 +0100 -+++ mozilla/layout/generic/Makefile.in 2010-01-20 18:57:48.000000000 +0100 -@@ -191,9 +191,10 @@ - -I$(srcdir)/../../content/base/src \ - -I$(srcdir)/../../content/html/content/src \ - -I$(srcdir)/../../dom/base \ -- $(MOZ_CAIRO_CFLAGS) \ - $(NULL) - -+CXXFLAGS += $(MOZ_CAIRO_CFLAGS) -+ - ifdef MOZ_ENABLE_GTK2 - CXXFLAGS += $(MOZ_GTK2_CFLAGS) - endif diff --git a/mail/thunderbird3/files/patch-mozilla-media-liboggz-include-oggz-oggz_off_t_generated.h b/mail/thunderbird3/files/patch-mozilla-media-liboggz-include-oggz-oggz_off_t_generated.h deleted file mode 100644 index 726dc875e37f..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-media-liboggz-include-oggz-oggz_off_t_generated.h +++ /dev/null @@ -1,11 +0,0 @@ ---- mozilla/media/liboggz/include/oggz/oggz_off_t_generated.h.orig 2010-09-06 11:33:54.000000000 +0200 -+++ mozilla/media/liboggz/include/oggz/oggz_off_t_generated.h 2010-09-06 11:34:16.000000000 +0200 -@@ -59,7 +59,7 @@ - - #include <sys/types.h> - --#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined (_AIX) -+#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined (_AIX) || defined (__FreeBSD__) - typedef off_t oggz_off_t; - #else - typedef loff_t oggz_off_t; diff --git a/mail/thunderbird3/files/patch-mozilla-media-libsydneyaudio-include-sydney_audio.h b/mail/thunderbird3/files/patch-mozilla-media-libsydneyaudio-include-sydney_audio.h deleted file mode 100644 index e2c52f080518..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-media-libsydneyaudio-include-sydney_audio.h +++ /dev/null @@ -1,11 +0,0 @@ ---- mozilla/media/libsydneyaudio/include/sydney_audio.h.orgi 2009-04-10 12:24:01.000000000 +0200 -+++ mozilla/media/libsydneyaudio/include/sydney_audio.h 2009-04-10 12:24:30.000000000 +0200 -@@ -73,7 +73,7 @@ - # endif - #elif defined(WIN32) - # define SA_LITTLE_ENDIAN 1 --#elif defined(__APPLE__) -+#elif defined(__APPLE__) || defined(__FreeBSD__) - # if defined(__BIG_ENDIAN__) - # define SA_BIG_ENDIAN 1 - # else diff --git a/mail/thunderbird3/files/patch-mozilla-media-libsydneyaudio-src-Makefile.in b/mail/thunderbird3/files/patch-mozilla-media-libsydneyaudio-src-Makefile.in deleted file mode 100644 index e43b0725eea2..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-media-libsydneyaudio-src-Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- mozilla/media/libsydneyaudio/src/Makefile.in_orgi 2009-04-10 12:12:45.000000000 +0200 -+++ mozilla/media/libsydneyaudio/src/Makefile.in 2009-04-10 12:13:12.000000000 +0200 -@@ -45,6 +45,12 @@ - LIBRARY_NAME = sydneyaudio - FORCE_STATIC_LIB= 1 - -+ifeq ($(OS_ARCH),FreeBSD) -+CSRCS = \ -+ sydney_audio_oss.c \ -+ $(NULL) -+endif -+ - ifeq ($(OS_ARCH),Linux) - CSRCS = \ - sydney_audio_alsa.c \ diff --git a/mail/thunderbird3/files/patch-mozilla-security-coreconf-FreeBSD.mk b/mail/thunderbird3/files/patch-mozilla-security-coreconf-FreeBSD.mk deleted file mode 100644 index 39272d788b83..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-security-coreconf-FreeBSD.mk +++ /dev/null @@ -1,33 +0,0 @@ ---- mozilla/security/coreconf/FreeBSD.mk.orig 2010-04-30 19:44:32.000000000 +0000 -+++ mozilla/security/coreconf/FreeBSD.mk 2010-05-10 13:04:45.000000000 +0000 -@@ -52,6 +52,15 @@ - ifeq ($(CPU_ARCH),amd64) - CPU_ARCH = x86_64 - endif -+ifeq ($(OS_TEST),amd64) -+CPU_ARCH = amd64 -+endif -+ifeq ($(OS_TEST),powerpc) -+CPU_ARCH = powerpc -+endif -+ifeq ($(OS_TEST),sparc64) -+CPU_ARCH = sparc64 -+endif - - OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK - -@@ -78,7 +87,7 @@ - DLL_SUFFIX = so.1.0 - endif - --MKSHLIB = $(CC) $(DSO_LDOPTS) -+MKSHLIB = $(CC) -Wl,-Bsymbolic -lc $(DSO_LDOPTS) -o $@ - ifdef MAPFILE - MKSHLIB += -Wl,--version-script,$(MAPFILE) - endif -@@ -87,4 +96,4 @@ - - G++INCLUDES = -I/usr/include/g++ - --INCLUDES += -I/usr/X11R6/include -+#INCLUDES += -I/usr/local/include diff --git a/mail/thunderbird3/files/patch-mozilla-security-manager-ssl-src-nsNSSComponent.cpp b/mail/thunderbird3/files/patch-mozilla-security-manager-ssl-src-nsNSSComponent.cpp deleted file mode 100644 index 272a02bdb9e0..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-security-manager-ssl-src-nsNSSComponent.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- mozilla/security/manager/ssl/src/nsNSSComponent.cpp.orig Mon May 29 23:10:54 2006 -+++ mozilla/security/manager/ssl/src/nsNSSComponent.cpp Mon May 29 23:12:22 2006 -@@ -110,6 +110,7 @@ - #include "nss.h" - #include "pk11func.h" - #include "ssl.h" -+#define NSS_ENABLE_ECC 1 - #include "sslproto.h" - #include "secmod.h" - #include "sechash.h" diff --git a/mail/thunderbird3/files/patch-mozilla-security_nss_lib_freebl_mpi_mpcpucache.c b/mail/thunderbird3/files/patch-mozilla-security_nss_lib_freebl_mpi_mpcpucache.c deleted file mode 100644 index e79b29942155..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-security_nss_lib_freebl_mpi_mpcpucache.c +++ /dev/null @@ -1,43 +0,0 @@ ---- mozilla/security/nss/lib/freebl/mpi/mpcpucache.c.orig 2011-02-26 23:13:08.000000000 +0100 -+++ mozilla/security/nss/lib/freebl/mpi/mpcpucache.c 2011-02-26 23:18:46.000000000 +0100 -@@ -733,6 +733,32 @@ - #endif - - #if defined(__ppc64__) -+#if defined(__FreeBSD__) -+#include <sys/stddef.h> -+#include <sys/sysctl.h> -+ -+#include <machine/cpu.h> -+#include <machine/md_var.h> -+ -+unsigned long -+s_mpi_getProcessorLineSize() -+{ -+ static int cacheline_size = 0; -+ static int cachemib[] = { CTL_MACHDEP, CPU_CACHELINE }; -+ int clen; -+ -+ if (cacheline_size > 0) -+ return cacheline_size; -+ -+ clen = sizeof(cacheline_size); -+ if (sysctl(cachemib, sizeof(cachemib) / sizeof(cachemib[0]), -+ &cacheline_size, &clen, NULL, 0) < 0 || !cacheline_size) -+ return 128; /* guess */ -+ -+ return cacheline_size; -+} -+#else /* __FreeBSD__ */ -+ - /* - * Sigh, The PPC has some really nice features to help us determine cache - * size, since it had lots of direct control functions to do so. The POWER -@@ -786,6 +812,7 @@ - return 0; - } - -+#endif /* __FreeBSD__ */ - #define MPI_GET_PROCESSOR_LINE_SIZE_DEFINED 1 - #endif - diff --git a/mail/thunderbird3/files/patch-mozilla-storage-build-Makefile.in b/mail/thunderbird3/files/patch-mozilla-storage-build-Makefile.in deleted file mode 100644 index 44ed0d3e7318..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-storage-build-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- mozilla/storage/build/Makefile.in.orig Tue Feb 21 11:18:56 2006 -+++ mozilla/storage/build/Makefile.in Sun Nov 5 16:16:06 2006 -@@ -77,6 +77,7 @@ - $(EXTRA_DSO_LIBS) \ - $(MOZ_COMPONENT_LIBS) \ - $(MOZ_JS_LIBS) \ -+ %%PTHREAD_LIBS%% \ - $(NULL) - - include $(topsrcdir)/config/rules.mk diff --git a/mail/thunderbird3/files/patch-mozilla-toolkit-xre-Makefile.in b/mail/thunderbird3/files/patch-mozilla-toolkit-xre-Makefile.in deleted file mode 100644 index 224a65d1efe0..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-toolkit-xre-Makefile.in +++ /dev/null @@ -1,8 +0,0 @@ ---- mozilla/toolkit/xre/Makefile.in.orig 2007-09-10 10:31:53.000000000 -0400 -+++ mozilla/toolkit/xre/Makefile.in 2007-09-10 10:35:00.000000000 -0400 -@@ -263,5 +263,3 @@ - libs:: platform.ini - $(INSTALL) $^ $(DIST)/bin - --install:: -- $(INSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir) diff --git a/mail/thunderbird3/files/patch-mozilla-xpcom-base-nsStackWalk.cpp b/mail/thunderbird3/files/patch-mozilla-xpcom-base-nsStackWalk.cpp deleted file mode 100644 index 4d2bca2ca692..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-xpcom-base-nsStackWalk.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- mozilla/xpcom/base/nsStackWalk.cpp.orig 2010-09-12 19:34:04.012503905 +0300 -+++ mozilla/xpcom/base/nsStackWalk.cpp 2010-09-12 19:34:41.294462134 +0300 -@@ -41,6 +41,7 @@ - /* API for getting a stack trace of the C/C++ stack on the current thread */ - - #include "nsStackWalk.h" -+#include <dlfcn.h> - - #if defined(_WIN32) && (defined(_M_IX86) || defined(_M_AMD64) || defined(_M_IA64)) && !defined(WINCE) // WIN32 x86 stack walking code - diff --git a/mail/thunderbird3/files/patch-mozilla-xpcom-reflect-xptcall-public-xptcstubsdecl.inc b/mail/thunderbird3/files/patch-mozilla-xpcom-reflect-xptcall-public-xptcstubsdecl.inc deleted file mode 100644 index a146f07811fd..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-xpcom-reflect-xptcall-public-xptcstubsdecl.inc +++ /dev/null @@ -1,11 +0,0 @@ ---- mozilla/xpcom/reflect/xptcall/public/xptcstubsdecl.inc.orig Tue Mar 16 03:07:25 2004 -+++ mozilla/xpcom/reflect/xptcall/public/xptcstubsdecl.inc Tue Jun 15 12:52:36 2004 -@@ -8,7 +8,7 @@ - * 1 is AddRef - * 2 is Release - */ --#if !defined(__ia64) || (!defined(__hpux) && !defined(__linux__)) -+#if !defined(__ia64) - NS_IMETHOD Stub3(); - NS_IMETHOD Stub4(); - NS_IMETHOD Stub5(); diff --git a/mail/thunderbird3/files/patch-mozilla-xpcom-reflect-xptcall-src-md-unix-Makefile.in b/mail/thunderbird3/files/patch-mozilla-xpcom-reflect-xptcall-src-md-unix-Makefile.in deleted file mode 100644 index 7dd5b80a1ced..000000000000 --- a/mail/thunderbird3/files/patch-mozilla-xpcom-reflect-xptcall-src-md-unix-Makefile.in +++ /dev/null @@ -1,85 +0,0 @@ ---- mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2010-12-07 17:36:07.000000000 +0100 -+++ mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in 2011-02-26 21:30:36.000000000 +0100 -@@ -73,6 +73,9 @@ - DEFINES += -DKEEP_STACK_16_BYTE_ALIGNED - CPPSRCS := xptcinvoke_unixish_x86.cpp xptcstubs_unixish_x86.cpp - endif -+ifeq (x86_64,$(OS_TEST)) -+CPPSRCS := xptcinvoke_x86_64_linux.cpp xptcstubs_x86_64_linux.cpp -+endif - endif - endif - -@@ -96,7 +99,7 @@ - endif - endif - # IA64 Linux --ifneq (,$(filter Linux,$(OS_ARCH))) -+ifneq (,$(filter Linux FreeBSD,$(OS_ARCH))) - ifneq (,$(findstring ia64,$(OS_TEST))) - CPPSRCS := xptcinvoke_ipf64.cpp xptcstubs_ipf64.cpp - ASFILES := xptcstubs_asm_ipf64.s xptcinvoke_asm_ipf64.s -@@ -115,6 +118,12 @@ - CPPSRCS := xptcinvoke_amd64_linux.cpp xptcstubs_amd64_linux.cpp - endif - # -+# FreeBSD/amd64 -+# -+ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDamd64) -+CPPSRCS := xptcinvoke_amd64_openbsd.cpp xptcstubs_amd64_openbsd.cpp -+endif -+# - # BeOS/Intel (uses the same unixish_x86 code) - # - ifeq ($(OS_ARCH)$(OS_TEST),BeOSBePC) -@@ -165,9 +174,15 @@ - ASFILES := xptcinvoke_asm_osf1_alpha.s xptcstubs_asm_osf1_alpha.s - endif - # -+# FreeBSD/Alpha -+# -+ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDalpha) -+CPPSRCS := xptcinvoke_freebsd_alpha.cpp xptcstubs_freebsd_alpha.cpp -+endif -+# - # Linux/Alpha - # --ifneq (,$(filter Linuxalpha FreeBSDalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST))) -+ifneq (,$(filter Linuxalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST))) - CPPSRCS := xptcinvoke_linux_alpha.cpp xptcstubs_linux_alpha.cpp - endif - # -@@ -322,7 +337,7 @@ - # - # Linux/PPC - # --ifeq ($(OS_ARCH)$(OS_TEST),Linuxpowerpc) -+ifneq (,$(filter Linuxpowerpc FreeBSDpowerpc,$(OS_ARCH)$(OS_TEST))) - CPPSRCS := xptcinvoke_ppc_linux.cpp xptcstubs_ppc_linux.cpp - ASFILES := xptcinvoke_asm_ppc_linux.s xptcstubs_asm_ppc_linux.s - AS := $(CC) -c -x assembler-with-cpp -@@ -331,7 +346,7 @@ - # - # Linux/PPC64 - # --ifeq ($(OS_ARCH)$(OS_TEST),Linuxpowerpc64) -+ifneq (,$(filter Linuxpowerpc64 FreeBSDpowerpc64,$(OS_ARCH)$(OS_TEST))) - CPPSRCS := xptcinvoke_ppc64_linux.cpp xptcstubs_ppc64_linux.cpp - ASFILES := xptcinvoke_asm_ppc64_linux.s xptcstubs_asm_ppc64_linux.s - AS := $(CC) -c -x assembler-with-cpp -@@ -400,6 +415,15 @@ - ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s - endif - # -+# FreeBSD/SPARC64 -+# -+ifeq ($(OS_ARCH),FreeBSD) -+ifneq (,$(findstring sparc,$(OS_TEST))) -+CPPSRCS := xptcinvoke_sparc64_openbsd.cpp xptcstubs_sparc64_openbsd.cpp -+ASFILES := xptcinvoke_asm_sparc64_openbsd.s xptcstubs_asm_sparc64_openbsd.s -+endif -+endif -+# - # OpenBSD/SPARC - # - ifeq ($(OS_ARCH)$(OS_TEST),OpenBSDsparc) diff --git a/mail/thunderbird3/files/thunderbird.desktop.in b/mail/thunderbird3/files/thunderbird.desktop.in deleted file mode 100644 index 790a064ec01d..000000000000 --- a/mail/thunderbird3/files/thunderbird.desktop.in +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Thunderbird -GenericName=Mail Client -Comment=Mail client and News Reader -Exec=@MOZILLA@ %U -Icon=@PORTNAME_ICON@ -StartupNotify=false -Terminal=false -Type=Application -Categories=Application;Network; diff --git a/mail/thunderbird3/pkg-descr b/mail/thunderbird3/pkg-descr deleted file mode 100644 index 9ef9a8246af4..000000000000 --- a/mail/thunderbird3/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Mozilla Thunderbird is a redesign of the Mozilla mail component with the goal -of becoming a cross-platform stand alone mail application using the XUL -user interface language. See the Mozilla Thunderbird project page for -more details. - -WWW: http://www.mozilla.com/thunderbird/ diff --git a/www/Makefile b/www/Makefile index 5a0b2b29cf7b..e6567a80591b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -209,9 +209,6 @@ SUBDIR += firefox-esr-i18n SUBDIR += firefox-i18n SUBDIR += firefox-remote - SUBDIR += firefox-sync - SUBDIR += firefox36 - SUBDIR += firefox36-i18n SUBDIR += flat-frog SUBDIR += flickcurl SUBDIR += flood diff --git a/www/firefox-sync/Makefile b/www/firefox-sync/Makefile deleted file mode 100644 index 1b2c080e12b7..000000000000 --- a/www/firefox-sync/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# New ports collection makefile for: weave -# Date created: 31 Aug 2009 -# Whom: Grzegorz Blach <magik@roorback.net> -# -# $FreeBSD$ -# - -PORTNAME= firefox-sync -PORTVERSION= 1.7 -PORTEPOCH= 2 -CATEGORIES= www -MASTER_SITES= http://hg.mozilla.org/services/fx-sync/archive/${DISTVERSION}${EXTRACT_SUFX}/ - -MAINTAINER= magik@roorback.net -COMMENT= Mozilla extension to synchronize Firefox data - -BUILD_DEPENDS= ${LOCALBASE}/lib/libxul/xpidl:${PORTSDIR}/www/libxul -RUN_DEPENDS= ${LOCALBASE}/lib/libxul/xpidl:${PORTSDIR}/www/libxul - -ONLY_FOR_ARCHS= i386 amd64 -USE_BZIP2= yes -USE_GMAKE= yes -MAKE_JOBS_UNSAFE=yes -WRKSRC= ${WRKDIR}/fx-sync-${DISTVERSION} - -OPTIONS= FF35 "Build for Firefox 3.5 instead of 3.6" Off - -.include <bsd.port.options.mk> - -.if defined(WITHOUT_FF35) -USE_FIREFOX_BUILD= 36 -AMD64_ARCH= amd64 -.else -USE_FIREFOX_BUILD= 35 -AMD64_ARCH= x86_64 -.endif - -REVID= d52662c1c99b -.if ${ARCH} == i386 -PLATFORM= FreeBSD_x86-gcc3 -.elif ${ARCH} == amd64 -PLATFORM= FreeBSD_${AMD64_ARCH}-gcc3 -.else -PLATFORM= dummy -IGNORE= unsupported platform -.endif - -GMAKE_FLAGS= sdkdir=${PREFIX}/lib/firefox3/sdk release_build=1 platform_target=${PLATFORM} TOPSRCDIR=${WRKSRC} -ALL_TARGET= ${GMAKE_FLAGS} crypto crypto-obsolete-build build -INSTALL_TARGET= ${GMAKE_FLAGS} xpi - -XPI_ID= {340c2bbc-ce74-4362-90b5-7c26312808ef} -XPI_DIR= ${PREFIX}/lib/xpi/${XPI_ID} - -PLIST_SUB+= XPI_XPIDIR="${XPI_DIR:S,^${PREFIX}/,,}" \ - XPI_XPIID=${XPI_ID} \ - PLATFORM=${PLATFORM} - -post-patch: - @${REINPLACE_CMD} -e "s|\$$(shell hg tip --template '{node\|short}')|${REVID}|g" ${WRKSRC}/Makefile -.if ${PLATFORM} == FreeBSD_x86_64-gcc3 - ${REINPLACE_CMD} -e 's|arch = amd64|arch = x86_64|g' ${WRKSRC}/crypto-obsolete/src/Makefile -.endif - -post-install: - ${MKDIR} ${XPI_DIR} - (cd ${XPI_DIR}; tar -xf ${WRKSRC}/dist/xpi/weave-${DISTVERSION}-rel.xpi) - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${XPI_DIR}/ - ${FIND} ${XPI_DIR}/ -type d -print0 | ${XARGS} -0 ${CHMOD} 755 - ${FIND} ${XPI_DIR}/ -type f -print0 | ${XARGS} -0 ${CHMOD} 644 - ${MKDIR} ${PREFIX}/lib/firefox3/extensions - ${LN} -sf ${XPI_DIR} ${PREFIX}/lib/firefox3/extensions - -.include <bsd.port.mk> diff --git a/www/firefox-sync/distinfo b/www/firefox-sync/distinfo deleted file mode 100644 index 9d566f783084..000000000000 --- a/www/firefox-sync/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (firefox-sync-1.7.tar.bz2) = 665293f645bf46c7cc5de2dac18a2985a8ae2336e88f69a41c0bd25332a34787 -SIZE (firefox-sync-1.7.tar.bz2) = 562404 diff --git a/www/firefox-sync/files/patch-crypto-obsolete-src-Makefile b/www/firefox-sync/files/patch-crypto-obsolete-src-Makefile deleted file mode 100644 index 150de62061dc..000000000000 --- a/www/firefox-sync/files/patch-crypto-obsolete-src-Makefile +++ /dev/null @@ -1,132 +0,0 @@ ---- crypto-obsolete/src/Makefile.orig 2010-06-30 20:07:50.000000000 +0200 -+++ crypto-obsolete/src/Makefile 2010-07-03 00:06:57.059845489 +0200 -@@ -37,7 +37,7 @@ - # - # ***** END LICENSE BLOCK ***** - -- -+substitute = perl -pe 's/@([^@]+)@/defined $$ENV{$$1} ? $$ENV{$$1} : $$&/ge' - - # OS detection - sys := $(shell uname -s) -@@ -63,6 +63,17 @@ - so = so - cppflags += -shared - else -+ifeq ($(sys), FreeBSD) -+ os = FreeBSD -+ compiler = gcc3 -+ cxx = c++ -+ so = so -+ cppflags += -shared -+ ldflags += -L$(PREFIX)/lib/firefox3 -L$(PREFIX)/lib -lc -+ xpidl = $(PREFIX)/lib/libxul/xpidl \ -+ -I$(PREFIX)/share/idl/firefox3 \ -+ -I$(PREFIX)/share/idl/firefox3/stable -+else - ifeq ($(sys), MINGW32_NT-6.1) - os = WINNT - compiler = msvc -@@ -89,6 +100,7 @@ - endif - endif - endif -+endif - - # Arch detection - -@@ -118,6 +130,9 @@ - ifeq ($(machine), x86_64) - arch = x86_64 - else -+ifeq ($(machine), amd64) -+ arch = amd64 -+else - $(error: Sorry, your architecture is unknown/unsupported: $(machine)) - endif - endif -@@ -127,6 +142,7 @@ - endif - endif - endif -+endif - - # Universal binary so no need for $(arch) for Darwin - -@@ -183,6 +199,14 @@ - -I$(sdkdir)/include/nspr \ - -I$(sdkdir)/sdk/include - -+ifeq ($(sys), FreeBSD) -+ headers += -I$(PREFIX)/include/firefox3 \ -+ -I$(PREFIX)/include/firefox3/stable \ -+ -I$(PREFIX)/include/nspr \ -+ -I$(PREFIX)/include/nss \ -+ -I$(PREFIX)/include/firefox3/unstable -+endif -+ - # libraries - libdirs := $(sdkdir)/lib $(sdkdir)/bin - ifeq ($(wince),1) -@@ -197,6 +221,10 @@ - - ifeq ($(os), Linux) - libs := xpcom_core $(libs) -+else -+ifeq ($(os), FreeBSD) -+ libs := xpcom $(libs) -+endif - endif - - # compiler and Linker Flags -@@ -259,6 +287,25 @@ - $(sdkdir)/lib/libxpcomglue_s.a \ - $(libdirs) $(libs) - else -+ifeq ($(os), FreeBSD) -+ libdirs := $(patsubst %,-L%,$(libdirs)) -+ libs := $(patsubst %,-l%,$(libs)) -+ cppflags += -pipe -O2 \ -+ -fPIC -fno-rtti -fno-exceptions -fno-strict-aliasing \ -+ -fno-common -pthread \ -+ -Wall -Wconversion -Wpointer-arith -Woverloaded-virtual -Wsynth \ -+ -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align \ -+ -Wno-long-long \ -+ -include xpcom-config.h $(headers) \ -+ -fshort-wchar -+ ldflags += -pthread -pipe -DMOZILLA_STRICT_API \ -+ -Wl,-dead_strip \ -+ -Wl,-exported_symbol \ -+ -Wl,-z,defs -Wl,-h,WeaveCrypto.so \ -+ -Wl,-rpath-link,$(sdkdir)/bin \ -+ $(sdkdir)/lib/libxpcomglue_s.a \ -+ $(libdirs) $(libs) -+else - ifeq ($(os), SunOS) - libdirs := $(patsubst %,-L%,$(libdirs)) - libs := $(patsubst %,-l%,$(libs)) -@@ -298,6 +345,7 @@ - endif - endif - endif -+endif - - ###################################################################### - -@@ -345,6 +393,11 @@ - $(cxx) $(cppflags) -o $@ $(cpp_sources) $(ldflags) - chmod +x $@ - else -+ifeq ($(os), FreeBSD) -+ $(so_target): $(idl_header) -+ $(cxx) $(cppflags) -o $@ $(cpp_sources) $(ldflags) -+ chmod +x $@ -+else - ifeq ($(os), SunOS) - $(so_target): $(idl_header) - $(cxx) $(cppflags) -o $@ $(cpp_sources) $(ldflags) -@@ -364,3 +417,4 @@ - endif - endif - endif -+endif diff --git a/www/firefox-sync/pkg-descr b/www/firefox-sync/pkg-descr deleted file mode 100644 index 2378a2bd16ef..000000000000 --- a/www/firefox-sync/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Free browser add-on that lets you stay in sync with your Firefox. -Access your history, passwords, bookmarks -and even open tabs across all your devices. - -WWW: http://labs.mozilla.com/sync/ diff --git a/www/firefox-sync/pkg-plist b/www/firefox-sync/pkg-plist deleted file mode 100644 index d56f70718185..000000000000 --- a/www/firefox-sync/pkg-plist +++ /dev/null @@ -1,48 +0,0 @@ -%%XPI_XPIDIR%%/chrome/sync.jar -%%XPI_XPIDIR%%/defaults/preferences/firefox-sync.js -%%XPI_XPIDIR%%/defaults/preferences/services-sync.js -%%XPI_XPIDIR%%/components/AboutWeaveTabs.js -%%XPI_XPIDIR%%/components/AddonGlue.js -%%XPI_XPIDIR%%/components/FormNotifier.js -%%XPI_XPIDIR%%/components/IWeaveCrypto.xpt -%%XPI_XPIDIR%%/components/Weave.js -%%XPI_XPIDIR%%/crypto-modules/WeaveCrypto.js -%%XPI_XPIDIR%%/modules/engines/clients.js -%%XPI_XPIDIR%%/modules/engines/forms.js -%%XPI_XPIDIR%%/modules/engines/history.js -%%XPI_XPIDIR%%/modules/engines/passwords.js -%%XPI_XPIDIR%%/modules/engines/prefs.js -%%XPI_XPIDIR%%/modules/engines/tabs.js -%%XPI_XPIDIR%%/modules/engines/bookmarks.js -%%XPI_XPIDIR%%/modules/ext/Observers.js -%%XPI_XPIDIR%%/modules/ext/Preferences.js -%%XPI_XPIDIR%%/modules/ext/StringBundle.js -%%XPI_XPIDIR%%/modules/notifications.js -%%XPI_XPIDIR%%/modules/resource.js -%%XPI_XPIDIR%%/modules/record.js -%%XPI_XPIDIR%%/modules/service.js -%%XPI_XPIDIR%%/modules/status.js -%%XPI_XPIDIR%%/modules/util.js -%%XPI_XPIDIR%%/modules/main.js -%%XPI_XPIDIR%%/modules/log4moz.js -%%XPI_XPIDIR%%/modules/engines.js -%%XPI_XPIDIR%%/modules/jpakeclient.js -%%XPI_XPIDIR%%/modules/identity.js -%%XPI_XPIDIR%%/modules/constants.js -%%XPI_XPIDIR%%/platform/%%PLATFORM%%/components/WeaveCrypto.so -%%XPI_XPIDIR%%/install.rdf -%%XPI_XPIDIR%%/chrome.manifest -lib/firefox3/extensions/%%XPI_XPIID%% -@dirrm %%XPI_XPIDIR%%/platform/%%PLATFORM%%/components -@dirrm %%XPI_XPIDIR%%/platform/%%PLATFORM%% -@dirrm %%XPI_XPIDIR%%/platform -@dirrm %%XPI_XPIDIR%%/modules/ext -@dirrm %%XPI_XPIDIR%%/modules/engines -@dirrm %%XPI_XPIDIR%%/modules -@dirrm %%XPI_XPIDIR%%/crypto-modules -@dirrm %%XPI_XPIDIR%%/components -@dirrm %%XPI_XPIDIR%%/defaults/preferences -@dirrm %%XPI_XPIDIR%%/defaults -@dirrm %%XPI_XPIDIR%%/chrome -@dirrm %%XPI_XPIDIR%% -@dirrmtry lib/xpi diff --git a/www/firefox36-i18n/Makefile b/www/firefox36-i18n/Makefile deleted file mode 100644 index c030e23db162..000000000000 --- a/www/firefox36-i18n/Makefile +++ /dev/null @@ -1,89 +0,0 @@ -# New ports collection makefile for: firefox-i18n -# Date created: 28 May 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= firefox36-i18n -PORTVERSION= 3.6.28 -CATEGORIES= www -MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}/linux-i686/xpi -PKGNAMEPREFIX= -DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} -DIST_SUBDIR= xpi/${DISTNAME} - -MAINTAINER= gecko@FreeBSD.org -COMMENT= Localized interface for Firefox 3.6 - -DEPRECATED= will be unsupported by when Firefox 12 is release, migrate to www/firefox-i18n now -USE_FIREFOX= 36 -USE_XPI= firefox3 - -USE_SUBMAKE= yes - -WDIR= langpack3-*@firefox.mozilla.org - -XPI_DISTNAMES= ${FIREFOX_I18N_} - -.include "${.CURDIR}/Makefile.option" -.include <bsd.port.pre.mk> - -.ifndef WITHOUT_SWITCHER -RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher -.endif - -.include "${.CURDIR}/Makefile.lang" - -FIREFOX_I18N_?= ${FIREFOX_I18N} - -.for dist in ${XPI_DISTNAMES} -XPI_ID_${dist}= langpack3-${dist}@firefox.mozilla.org -XPI_FILES_${dist}= chrome.manifest install.rdf chrome/${dist}.jar -XPI_DIRS_${dist}= chrome -.endfor - -pre-everything:: - @${ECHO_CMD} - @${ECHO_CMD} "Please define FIREFOX_I18N_ALL to install all languages." - @${ECHO_CMD} - -do-extract: - @${MKDIR} ${WRKSRC} - @for lang in ${FIREFOX_I18N_}; do \ - if ! (${EXTRACT_CMD} ${_DISTDIR}/$$lang.xpi -d ${WRKSRC}/langpack3-$$lang@firefox.mozilla.org);\ - then \ - exit 1; \ - fi \ - done - -.if !exists(${OPTIONSFILE}) && !defined(PACKAGE_BUILDING) -pre-configure: config -.endif - -do-install: - @${INSTALL} -d ${XPI_LIBDIR} ${XPI_SLDIRS_ALL} - @${CP} -R ${WRKSRC}/ ${XPI_LIBDIR}/ - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${XPI_LIBDIR}/${WDIR}/ - @${CHMOD} -R a+rX,go-w ${XPI_LIBDIR}/${WDIR}/ - @for _dir in ${XPI_LINKFARMS} ; { ${LN} -sf ${XPI_LIBDIR}/${WDIR} $$_dir/ ${_Q} ; } - @${ECHO_CMD} '@exec ${INSTALL} -d ${XPI_SLDIRS_ALL:S,^${PREFIX},%D,}' ${_A} - @${ECHO_CMD} '@exec for _dir in ${XPI_LINKFARMS} ; { \ - ${LN} -sf ${XPI_LIBDIR}/${WDIR} $$_dir/ ${_Q}; }' ${_A} - @${ECHO_CMD} '@unexec for _dir in ${XPI_LINKFARMS} ${XPI_LIBDIR}; { ${RM} -fR $$_dir/${WDIR} ; }' ${_A} - - @${ECHO_CMD} '@unexec ${RMDIR} ${XPI_DIRS_TRY:S,^,%D/,} ${_Q}' ${_A} - -post-patch: - ${FIND} ${WRKSRC} -name install.rdf -print0 | \ - ${XARGS} -0L1 ${REINPLACE_CMD} -i '' -e '/<?xml/,$$!d' \ - -e 's/\(langpack\)/\13/' - -List-Langs: - @fetch -o- "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${PORTVERSION}/linux-i686/xpi"|\ - ${PERL} -ne 'if(/.*href="([a-zA-Z-]+).xpi.*/){print "$$1\n"}' |\ - ${AWK} 'BEGIN{ORS=" "}{print $1}END{printf "\nNumber of languages: %d\n",NR}' - -.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" - -.include <bsd.port.post.mk> diff --git a/www/firefox36-i18n/Makefile.lang b/www/firefox36-i18n/Makefile.lang deleted file mode 100644 index 63ff9daf3405..000000000000 --- a/www/firefox36-i18n/Makefile.lang +++ /dev/null @@ -1,239 +0,0 @@ -# New ports collection makefile.lang for: firefox3-i18n -# Date created: 30 Nov 2008 -# Whom: Koji Yokota <yokota@res.otaru-uc.ac.jp> -# -# $FreeBSD$ -# -# Currently, the following 74 languages are supported. -# -FIREFOX_I18N_ALL_= af ar as be bg bn-BD bn-IN ca cs cy da de el \ - en-GB eo es-AR es-CL es-ES es-MX et eu fa fi \ - fr fy-NL ga-IE gl gu-IN he hi-IN hr hu id is \ - it ja ka kk kn ko ku lt lv mk ml mr nb-NO nl \ - nn-NO oc or pa-IN pl pt-BR pt-PT rm ro ru si \ - sk sl sq sr sv-SE ta-LK ta te th tr uk vi \ - zh-CN zh-TW - -.if defined(FIREFOX_I18N_ALL) || defined(PACKAGE_BUILDING) || target(package) -FIREFOX_I18N= ${FIREFOX_I18N_ALL_} -.else -.ifndef WITHOUT_LANG_AF -FIREFOX_I18N+= af -.endif -.ifndef WITHOUT_LANG_AR -FIREFOX_I18N+= ar -.endif -.ifndef WITHOUT_LANG_AS -FIREFOX_I18N+= as -.endif -.ifndef WITHOUT_LANG_BE -FIREFOX_I18N+= be -.endif -.ifndef WITHOUT_LANG_BG -FIREFOX_I18N+= bg -.endif -.ifndef WITHOUT_LANG_BB -FIREFOX_I18N+= bn-BD -.endif -.ifndef WITHOUT_LANG_BN -FIREFOX_I18N+= bn-IN -.endif -.ifndef WITHOUT_LANG_CA -FIREFOX_I18N+= ca -.endif -.ifndef WITHOUT_LANG_CS -FIREFOX_I18N+= cs -.endif -.ifndef WITHOUT_LANG_CY -FIREFOX_I18N+= cy -.endif -.ifndef WITHOUT_LANG_DA -FIREFOX_I18N+= da -.endif -.ifndef WITHOUT_LANG_DE -FIREFOX_I18N+= de -.endif -.ifndef WITHOUT_LANG_EL -FIREFOX_I18N+= el -.endif -.ifndef WITHOUT_LANG_GB -FIREFOX_I18N+= en-GB -.endif -.ifndef WITHOUT_LANG_EO -FIREFOX_I18N+= eo -.endif -.ifndef WITHOUT_LANG_SA -FIREFOX_I18N+= es-AR -.endif -.ifndef WITHOUT_LANG_SC -FIREFOX_I18N+= es-CL -.endif -.ifndef WITHOUT_LANG_ES -FIREFOX_I18N+= es-ES -.endif -.ifndef WITHOUT_LANG_SM -FIREFOX_I18N+= es-MX -.endif -.ifndef WITHOUT_LANG_ET -FIREFOX_I18N+= et -.endif -.ifndef WITHOUT_LANG_EU -FIREFOX_I18N+= eu -.endif -.ifndef WITHOUT_LANG_FA -FIREFOX_I18N+= fa -.endif -.ifndef WITHOUT_LANG_FI -FIREFOX_I18N+= fi -.endif -.ifndef WITHOUT_LANG_FR -FIREFOX_I18N+= fr -.endif -.ifndef WITHOUT_LANG_FY -FIREFOX_I18N+= fy-NL -.endif -.ifndef WITHOUT_LANG_GA -FIREFOX_I18N+= ga-IE -.endif -.ifndef WITHOUT_LANG_GL -FIREFOX_I18N+= gl -.endif -.ifndef WITHOUT_LANG_GU -FIREFOX_I18N+= gu-IN -.endif -.ifndef WITHOUT_LANG_HE -FIREFOX_I18N+= he -.endif -.ifndef WITHOUT_LANG_HI -FIREFOX_I18N+= hi-IN -.endif -.ifndef WITHOUT_LANG_HR -FIREFOX_I18N+= hr -.endif -.ifndef WITHOUT_LANG_HU -FIREFOX_I18N+= hu -.endif -.ifndef WITHOUT_LANG_ID -FIREFOX_I18N+= id -.endif -.ifndef WITHOUT_LANG_IS -FIREFOX_I18N+= is -.endif -.ifndef WITHOUT_LANG_IT -FIREFOX_I18N+= it -.endif -.ifndef WITHOUT_LANG_JA -FIREFOX_I18N+= ja -.endif -.ifndef WITHOUT_LANG_KA -FIREFOX_I18N+= ka -.endif -.ifndef WITHOUT_LANG_KK -FIREFOX_I18N+= kk -.endif -.ifndef WITHOUT_LANG_KN -FIREFOX_I18N+= kn -.endif -.ifndef WITHOUT_LANG_KO -FIREFOX_I18N+= ko -.endif -.ifndef WITHOUT_LANG_KU -FIREFOX_I18N+= ku -.endif -.ifndef WITHOUT_LANG_LT -FIREFOX_I18N+= lt -.endif -.ifndef WITHOUT_LANG_LV -FIREFOX_I18N+= lv -.endif -.ifndef WITHOUT_LANG_MK -FIREFOX_I18N+= mk -.endif -.ifndef WITHOUT_LANG_ML -FIREFOX_I18N+= ml -.endif -.ifndef WITHOUT_LANG_MR -FIREFOX_I18N+= mr -.endif -.ifndef WITHOUT_LANG_NB -FIREFOX_I18N+= nb-NO -.endif -.ifndef WITHOUT_LANG_NL -FIREFOX_I18N+= nl -.endif -.ifndef WITHOUT_LANG_NN -FIREFOX_I18N+= nn-NO -.endif -.ifndef WITHOUT_LANG_OC -FIREFOX_I18N+= oc -.endif -.ifndef WITHOUT_LANG_OR -FIREFOX_I18N+= or -.endif -.ifndef WITHOUT_LANG_PA -FIREFOX_I18N+= pa-IN -.endif -.ifndef WITHOUT_LANG_PL -FIREFOX_I18N+= pl -.endif -.ifndef WITHOUT_LANG_BR -FIREFOX_I18N+= pt-BR -.endif -.ifndef WITHOUT_LANG_PT -FIREFOX_I18N+= pt-PT -.endif -.ifndef WITHOUT_LANG_RM -FIREFOX_I18N+= rm -.endif -.ifndef WITHOUT_LANG_RO -FIREFOX_I18N+= ro -.endif -.ifndef WITHOUT_LANG_RU -FIREFOX_I18N+= ru -.endif -.ifndef WITHOUT_LANG_SI -FIREFOX_I18N+= si -.endif -.ifndef WITHOUT_LANG_SK -FIREFOX_I18N+= sk -.endif -.ifndef WITHOUT_LANG_SL -FIREFOX_I18N+= sl -.endif -.ifndef WITHOUT_LANG_SQ -FIREFOX_I18N+= sq -.endif -.ifndef WITHOUT_LANG_SR -FIREFOX_I18N+= sr -.endif -.ifndef WITHOUT_LANG_SV -FIREFOX_I18N+= sv-SE -.endif -.ifndef WITHOUT_LANG_TA -FIREFOX_I18N+= ta -.endif -.ifndef WITHOUT_LANG_LK -FIREFOX_I18N+= ta-LK -.endif -.ifndef WITHOUT_LANG_TE -FIREFOX_I18N+= te -.endif -.ifndef WITHOUT_LANG_TH -FIREFOX_I18N+= th -.endif -.ifndef WITHOUT_LANG_TR -FIREFOX_I18N+= tr -.endif -.ifndef WITHOUT_LANG_UK -FIREFOX_I18N+= uk -.endif -.ifndef WITHOUT_LANG_VI -FIREFOX_I18N+= vi -.endif -.ifndef WITHOUT_LANG_CN -FIREFOX_I18N+= zh-CN -.endif -.ifndef WITHOUT_LANG_TW -FIREFOX_I18N+= zh-TW -.endif -.endif diff --git a/www/firefox36-i18n/Makefile.option b/www/firefox36-i18n/Makefile.option deleted file mode 100644 index c5a616804892..000000000000 --- a/www/firefox36-i18n/Makefile.option +++ /dev/null @@ -1,80 +0,0 @@ -# New ports collection makefile.option for: firefox3-i18n -# Date created: 30 Nov 2008 -# Whom: Koji Yokota <yokota@res.otaru-uc.ac.jp> -# -# $FreeBSD$ -# -OPTIONS= LANG_AF "Africaans" off \ - LANG_SQ "Albanian" off \ - LANG_AR "Arabic" on \ - LANG_AS "Assamese" off \ - LANG_EU "Basque" off \ - LANG_BN "Bengali" on \ - LANG_BB "Bengali (Bangladesh)" off \ - LANG_BG "Bulgarian" off \ - LANG_BE "Byelorussian" off \ - LANG_CA "Catalan" off \ - LANG_CN "Chinese" on \ - LANG_CS "Czech" off \ - LANG_DA "Danish" off \ - LANG_NL "Dutch" off \ - LANG_GB "English (UK)" off \ - LANG_EO "Esperanto" off \ - LANG_ET "Estonian" off \ - LANG_GL "Galician" off \ - LANG_KA "Georgian" off \ - LANG_DE "German" on \ - LANG_EL "Greek" off \ - LANG_GU "Gujarati" off \ - LANG_FI "Finnish" off \ - LANG_FR "French" on \ - LANG_FY "Frisian" off \ - LANG_GA "Irish" off \ - LANG_HE "Hebrew" off \ - LANG_HI "Hindi" on \ - LANG_HR "Hrvatski" off \ - LANG_HU "Hungarian" off \ - LANG_IS "Icelandic" off \ - LANG_ID "Indonesian" off \ - LANG_IT "Italian" on \ - LANG_JA "Japanese" on \ - LANG_KN "Kannada" off \ - LANG_KK "Kazakh" off \ - LANG_KO "Korean" on \ - LANG_KU "Kurdish" off \ - LANG_LV "Latvian" off \ - LANG_LT "Lithuanian" off \ - LANG_MK "Macedonian" off \ - LANG_ML "Malayalam" off \ - LANG_MR "Marathi" on \ - LANG_MN "Mongolian" off \ - LANG_NB "Norwegian" off \ - LANG_NN "Norwegian Nynorsk" off \ - LANG_OC "Occitan" off \ - LANG_OR "Oriya" off \ - LANG_FA "Persian" off \ - LANG_PL "Polish" off \ - LANG_PT "Portuguese" off \ - LANG_BR "Portuguese (Brazil)" on \ - LANG_PA "Punjabi" on \ - LANG_RO "Romanian" off \ - LANG_RM "Romansh" off \ - LANG_RU "Russian" on \ - LANG_SR "Serbian" off \ - LANG_ES "Spanish" on \ - LANG_SA "Spanish (Argentina)" off \ - LANG_SC "Spanish (Chile)" off \ - LANG_SM "Spanish (Mexico)" off \ - LANG_SI "Singhalese" off \ - LANG_SK "Slovak" off \ - LANG_SL "Slovenian" off \ - LANG_SV "Swedish" off \ - LANG_TW "Taiwanese" off \ - LANG_TA "Tamil" off \ - LANG_LK "Tamil (Sri Lanka)" off \ - LANG_TE "Telugu" on \ - LANG_TH "Thai" off \ - LANG_TR "Turkish" off \ - LANG_UK "Ukrainian" off \ - LANG_VI "Vietnamese" off \ - LANG_CY "Welsh" off diff --git a/www/firefox36-i18n/distinfo b/www/firefox36-i18n/distinfo deleted file mode 100644 index 7a64e91cb57b..000000000000 --- a/www/firefox36-i18n/distinfo +++ /dev/null @@ -1,146 +0,0 @@ -SHA256 (xpi/firefox36-i18n-3.6.28/af.xpi) = f60d7c981b8f3e2b5454f51d9dd68bfd353421e0ecce9b2eed39c8c190f8cdc9 -SIZE (xpi/firefox36-i18n-3.6.28/af.xpi) = 121614 -SHA256 (xpi/firefox36-i18n-3.6.28/ar.xpi) = d062039790fff5899d8be096e7b07425d5fd85c40a1d4f3f25f49804c74292a5 -SIZE (xpi/firefox36-i18n-3.6.28/ar.xpi) = 132153 -SHA256 (xpi/firefox36-i18n-3.6.28/as.xpi) = ee193dce65caf1d1e55a4187af6f008ab08254ef4fd303749c1b11a114fac2cd -SIZE (xpi/firefox36-i18n-3.6.28/as.xpi) = 134296 -SHA256 (xpi/firefox36-i18n-3.6.28/be.xpi) = 856cd46245c08794904c57bf567b67b253668c21d61d5837011fb5c5830b3561 -SIZE (xpi/firefox36-i18n-3.6.28/be.xpi) = 122233 -SHA256 (xpi/firefox36-i18n-3.6.28/bg.xpi) = 456ea746de1b3fb1a8e8570483e3a445b916567cd0e73ac3d57ccd0c7ac6238b -SIZE (xpi/firefox36-i18n-3.6.28/bg.xpi) = 134105 -SHA256 (xpi/firefox36-i18n-3.6.28/bn-BD.xpi) = f2164b9a9a9df12c814f97ea9b951462636e8f6208aeb0eb812b1964f920cec9 -SIZE (xpi/firefox36-i18n-3.6.28/bn-BD.xpi) = 141178 -SHA256 (xpi/firefox36-i18n-3.6.28/bn-IN.xpi) = 05ee767c26a034847ec97a4240305ae070eac447bbebf51f67f1feab14fa42cf -SIZE (xpi/firefox36-i18n-3.6.28/bn-IN.xpi) = 160077 -SHA256 (xpi/firefox36-i18n-3.6.28/ca.xpi) = 92c74c91db0ccfad5a21facfb567fb2046db9c231a239b6b3dde8f6f13a83f4a -SIZE (xpi/firefox36-i18n-3.6.28/ca.xpi) = 127962 -SHA256 (xpi/firefox36-i18n-3.6.28/cs.xpi) = fbf9f4bae5323b1d5782b17b9bfa7e5dec0a0d49b92fffb57129b46e2cdf5f43 -SIZE (xpi/firefox36-i18n-3.6.28/cs.xpi) = 126731 -SHA256 (xpi/firefox36-i18n-3.6.28/cy.xpi) = 967be82bbae62dda323a7377c314d5ee57b39b6939b201023ca463d8f491b46e -SIZE (xpi/firefox36-i18n-3.6.28/cy.xpi) = 121947 -SHA256 (xpi/firefox36-i18n-3.6.28/da.xpi) = 5feba1cbd42ad80bfec135595032b47f7efc2291183a79b7c95989ee00be7d84 -SIZE (xpi/firefox36-i18n-3.6.28/da.xpi) = 125599 -SHA256 (xpi/firefox36-i18n-3.6.28/de.xpi) = 85dc67635f04726e29b7507c5a6babdaa58bc88a49cdf75e19f1be539652f3a3 -SIZE (xpi/firefox36-i18n-3.6.28/de.xpi) = 128968 -SHA256 (xpi/firefox36-i18n-3.6.28/el.xpi) = 0a60dfc8ca0cc2708e1f2ce6522fdc8215f42f77e8a72b91ccc40dca40147110 -SIZE (xpi/firefox36-i18n-3.6.28/el.xpi) = 135182 -SHA256 (xpi/firefox36-i18n-3.6.28/en-GB.xpi) = e57161378b07d5190a429d4c6cd6466947fea0370198229684b4f0843c073bc2 -SIZE (xpi/firefox36-i18n-3.6.28/en-GB.xpi) = 119207 -SHA256 (xpi/firefox36-i18n-3.6.28/eo.xpi) = 67212937971e1e77d9fe62c9dd508674c54ae7146b13b17273f9c900351ff114 -SIZE (xpi/firefox36-i18n-3.6.28/eo.xpi) = 121843 -SHA256 (xpi/firefox36-i18n-3.6.28/es-AR.xpi) = ce0e11fd50f12b97670c9455621a9e2519284f4a05e318a5369dd8ded3627316 -SIZE (xpi/firefox36-i18n-3.6.28/es-AR.xpi) = 127758 -SHA256 (xpi/firefox36-i18n-3.6.28/es-CL.xpi) = d97b7c16f4cbb7bdbd4e6a73c615e4e053882d3d9a5f7616fbd1571917389ed5 -SIZE (xpi/firefox36-i18n-3.6.28/es-CL.xpi) = 129466 -SHA256 (xpi/firefox36-i18n-3.6.28/es-ES.xpi) = 7abef3bfc9229402face0a87ce23e0b61f3cefd911b25463c19b2823e3ee2fba -SIZE (xpi/firefox36-i18n-3.6.28/es-ES.xpi) = 108666 -SHA256 (xpi/firefox36-i18n-3.6.28/es-MX.xpi) = cd7d047bd61f71e040d08e56f3f3cc21910e7ab5b4ab2fa085c1c7646226ac04 -SIZE (xpi/firefox36-i18n-3.6.28/es-MX.xpi) = 127426 -SHA256 (xpi/firefox36-i18n-3.6.28/et.xpi) = a72709846e55ddeda3cf04d9f7e68bfe4d1b2357b94cb23a7161c9cf60ffeec4 -SIZE (xpi/firefox36-i18n-3.6.28/et.xpi) = 127385 -SHA256 (xpi/firefox36-i18n-3.6.28/eu.xpi) = 31cf512db002dbad880ecb845de86c1bee09f0eb5352dae801196a521546d2a8 -SIZE (xpi/firefox36-i18n-3.6.28/eu.xpi) = 121828 -SHA256 (xpi/firefox36-i18n-3.6.28/fa.xpi) = 76e384d1236adc9bb3a3cf6af3ed0373db5d0a803bada33364a0f1a910a14e19 -SIZE (xpi/firefox36-i18n-3.6.28/fa.xpi) = 138377 -SHA256 (xpi/firefox36-i18n-3.6.28/fi.xpi) = 13bbc96141910fd92c60de1b63ed48057385cd6e0a8202b8a368caaa9c61b577 -SIZE (xpi/firefox36-i18n-3.6.28/fi.xpi) = 126821 -SHA256 (xpi/firefox36-i18n-3.6.28/fr.xpi) = 5efef27657fd052ce798b8d344b4f803a14e25f90916096503b5c5c426c10a74 -SIZE (xpi/firefox36-i18n-3.6.28/fr.xpi) = 128980 -SHA256 (xpi/firefox36-i18n-3.6.28/fy-NL.xpi) = 089d0929b1b9eb6c91ab65f38438ae0e5d8b3c4970ad66eeaf9a5960bb60b64d -SIZE (xpi/firefox36-i18n-3.6.28/fy-NL.xpi) = 129160 -SHA256 (xpi/firefox36-i18n-3.6.28/ga-IE.xpi) = 3a4675c5542bf61523d1f8564d69b027a250b59327e26b7ee27dcde111dd097b -SIZE (xpi/firefox36-i18n-3.6.28/ga-IE.xpi) = 127755 -SHA256 (xpi/firefox36-i18n-3.6.28/gl.xpi) = 87bed1931f1d3d9483629e7847d7cd4e12f2b8e642ed53521c8b425c505da36f -SIZE (xpi/firefox36-i18n-3.6.28/gl.xpi) = 124792 -SHA256 (xpi/firefox36-i18n-3.6.28/gu-IN.xpi) = c9922b372ccc088122a07caa5321c1ff90702c94ecf66bcb1735a4aa32d6b444 -SIZE (xpi/firefox36-i18n-3.6.28/gu-IN.xpi) = 146296 -SHA256 (xpi/firefox36-i18n-3.6.28/he.xpi) = ac16e3fc03b8571e766ec1b1ad2d1f26bb9e2de1a97947a76f06c8ec72d5caf3 -SIZE (xpi/firefox36-i18n-3.6.28/he.xpi) = 123133 -SHA256 (xpi/firefox36-i18n-3.6.28/hi-IN.xpi) = 3c0baae91f2ce66b10b9f8b3af868acf970261c528d8eaceb80f30493218216e -SIZE (xpi/firefox36-i18n-3.6.28/hi-IN.xpi) = 141886 -SHA256 (xpi/firefox36-i18n-3.6.28/hr.xpi) = 68da9285cf67188a78e862c2d96513934478d5b382cfe14372c7476987d55f50 -SIZE (xpi/firefox36-i18n-3.6.28/hr.xpi) = 126980 -SHA256 (xpi/firefox36-i18n-3.6.28/hu.xpi) = e0c268f9c76cb6a8676de19482335dca640a78c7f9da10002f7abd8cbc539744 -SIZE (xpi/firefox36-i18n-3.6.28/hu.xpi) = 131098 -SHA256 (xpi/firefox36-i18n-3.6.28/id.xpi) = a997ec41b0fda35e43086ef0c86f6941ac45e308f7c0739cf5450ba2c73c05f7 -SIZE (xpi/firefox36-i18n-3.6.28/id.xpi) = 103922 -SHA256 (xpi/firefox36-i18n-3.6.28/is.xpi) = 0fb3dd25a89af2dc3cfc54b6338ac70068013a04de3ed9dd4020dd5e52017b53 -SIZE (xpi/firefox36-i18n-3.6.28/is.xpi) = 123422 -SHA256 (xpi/firefox36-i18n-3.6.28/it.xpi) = bea66a201e71018ac997b5b4524921ead20ee45f4726ee43f1b02b3580221ca1 -SIZE (xpi/firefox36-i18n-3.6.28/it.xpi) = 107972 -SHA256 (xpi/firefox36-i18n-3.6.28/ja.xpi) = 7615ee115371c1384a706f06a6012390fcf3ca84ef03f38f055775e6284de404 -SIZE (xpi/firefox36-i18n-3.6.28/ja.xpi) = 136981 -SHA256 (xpi/firefox36-i18n-3.6.28/ka.xpi) = e72b2cf4f0bf8ca2b74bbfed40755178053e84caa4c13a88cdc5420c147afa9a -SIZE (xpi/firefox36-i18n-3.6.28/ka.xpi) = 154115 -SHA256 (xpi/firefox36-i18n-3.6.28/kk.xpi) = f9c0889abbf40f0ef9d6310e14269397c5983dd8a8b33cb84ae147f94f1e9a95 -SIZE (xpi/firefox36-i18n-3.6.28/kk.xpi) = 137720 -SHA256 (xpi/firefox36-i18n-3.6.28/kn.xpi) = bfe5d3d4fc993be502df16e13fb697b6f37eebadca7b9b736f829193f8f592bf -SIZE (xpi/firefox36-i18n-3.6.28/kn.xpi) = 148709 -SHA256 (xpi/firefox36-i18n-3.6.28/ko.xpi) = fd928bb25abdafea880a41dbabb30fd029044b429b193a4fce7913f493b45617 -SIZE (xpi/firefox36-i18n-3.6.28/ko.xpi) = 115631 -SHA256 (xpi/firefox36-i18n-3.6.28/ku.xpi) = 74e6e7bd581c6639e9dbb2a57811899913520ba91be9be7c198acccd17872b6a -SIZE (xpi/firefox36-i18n-3.6.28/ku.xpi) = 130810 -SHA256 (xpi/firefox36-i18n-3.6.28/lt.xpi) = 8d1c61769dcedceaacd4eed1c223f915865cf15480ac3c92e0aecdbd048404e8 -SIZE (xpi/firefox36-i18n-3.6.28/lt.xpi) = 139685 -SHA256 (xpi/firefox36-i18n-3.6.28/lv.xpi) = c7b2d844fb7e7cd9a40180bf0b15bf2e79c510ce4cc700d40a3560fc77d649e6 -SIZE (xpi/firefox36-i18n-3.6.28/lv.xpi) = 124830 -SHA256 (xpi/firefox36-i18n-3.6.28/mk.xpi) = e0f1b9447c754ae718abf0c51ab6e7ae7357ad7a401b7ccef371c2eab2370f8a -SIZE (xpi/firefox36-i18n-3.6.28/mk.xpi) = 128267 -SHA256 (xpi/firefox36-i18n-3.6.28/ml.xpi) = dfbd2f16bf4d25f3b39a6301a4770d68087eaad9e23b3a9f82365de8fe6ab6d1 -SIZE (xpi/firefox36-i18n-3.6.28/ml.xpi) = 152202 -SHA256 (xpi/firefox36-i18n-3.6.28/mr.xpi) = 5cd3aea84e5c09c71067a31c66a3ede42dd352fca2b35033be760b82ef62849d -SIZE (xpi/firefox36-i18n-3.6.28/mr.xpi) = 141163 -SHA256 (xpi/firefox36-i18n-3.6.28/nb-NO.xpi) = 1248ee095bdb6caf93e294451c88efe7be34a860a4ab4637a65d0d9c06ca9b30 -SIZE (xpi/firefox36-i18n-3.6.28/nb-NO.xpi) = 124097 -SHA256 (xpi/firefox36-i18n-3.6.28/nl.xpi) = 321fe5ee206a23200d18005baf78e7113bb26508d620e880589d5e68f6dbb3a0 -SIZE (xpi/firefox36-i18n-3.6.28/nl.xpi) = 126407 -SHA256 (xpi/firefox36-i18n-3.6.28/nn-NO.xpi) = 27c3a8acbc8987e271625a2b04745a31811fa71e29ebf90c3bc032c403fd15ee -SIZE (xpi/firefox36-i18n-3.6.28/nn-NO.xpi) = 125103 -SHA256 (xpi/firefox36-i18n-3.6.28/oc.xpi) = 3a24134eb436dc96213b7fc2ac63724618169461c94766b271b5293bdcff0071 -SIZE (xpi/firefox36-i18n-3.6.28/oc.xpi) = 108300 -SHA256 (xpi/firefox36-i18n-3.6.28/or.xpi) = 8ef87f4e149b0f811c814d816b5a4320d021afcd243af7f281d8343cf553e414 -SIZE (xpi/firefox36-i18n-3.6.28/or.xpi) = 142442 -SHA256 (xpi/firefox36-i18n-3.6.28/pa-IN.xpi) = 367ef972993f7a4b39ea56f07ea3ba4eecea3b8165e6c13ae0f5aa7c4931d4af -SIZE (xpi/firefox36-i18n-3.6.28/pa-IN.xpi) = 142076 -SHA256 (xpi/firefox36-i18n-3.6.28/pl.xpi) = 183e64c4e1648e252464f519440c65a988ea6550448526d39822f561a4419475 -SIZE (xpi/firefox36-i18n-3.6.28/pl.xpi) = 131011 -SHA256 (xpi/firefox36-i18n-3.6.28/pt-BR.xpi) = 0d279cb57365b07e111b304de16bd726d0bd261417d1ca0cfd8e37e39222e5bf -SIZE (xpi/firefox36-i18n-3.6.28/pt-BR.xpi) = 125380 -SHA256 (xpi/firefox36-i18n-3.6.28/pt-PT.xpi) = a8be45aa450334af70f09e9cdcd4f061ac1044397d4c79d1973840b044f6bd69 -SIZE (xpi/firefox36-i18n-3.6.28/pt-PT.xpi) = 125419 -SHA256 (xpi/firefox36-i18n-3.6.28/rm.xpi) = 5b512dcb6e302157f2e5dc873ba2d391404246383419f313264fdeb967eccd97 -SIZE (xpi/firefox36-i18n-3.6.28/rm.xpi) = 127397 -SHA256 (xpi/firefox36-i18n-3.6.28/ro.xpi) = d78cd42af0514267478d384d81f7a05f1994444ef9b0c1ff7521488c96e26178 -SIZE (xpi/firefox36-i18n-3.6.28/ro.xpi) = 129113 -SHA256 (xpi/firefox36-i18n-3.6.28/ru.xpi) = 0c93bcda9f72a0b1e24b21419a257a300c39ede77fba9619ce0f294c87ab8ca8 -SIZE (xpi/firefox36-i18n-3.6.28/ru.xpi) = 124905 -SHA256 (xpi/firefox36-i18n-3.6.28/si.xpi) = 3de0f77175f2a98497179a17ca7ed3a695da729e5e224be613bc8e001ca6c6f6 -SIZE (xpi/firefox36-i18n-3.6.28/si.xpi) = 142186 -SHA256 (xpi/firefox36-i18n-3.6.28/sk.xpi) = fc85b30c11600618810c218f406e64719f686f2a83d9fc0adcda018e9d76a067 -SIZE (xpi/firefox36-i18n-3.6.28/sk.xpi) = 131138 -SHA256 (xpi/firefox36-i18n-3.6.28/sl.xpi) = 459a1eb278dc2461242edeadd362bc954b3eac0ce2e30255178238088e6a3c8e -SIZE (xpi/firefox36-i18n-3.6.28/sl.xpi) = 124259 -SHA256 (xpi/firefox36-i18n-3.6.28/sq.xpi) = b0f52dbc0ebc027f1d2bad7614c4d15b9bcc45d9ce409357b1d1473cf5d583ef -SIZE (xpi/firefox36-i18n-3.6.28/sq.xpi) = 121257 -SHA256 (xpi/firefox36-i18n-3.6.28/sr.xpi) = 5717dfb15df2593ef86c00ee6298dc0dff20324605cdfa7741bfba1dc295b5f0 -SIZE (xpi/firefox36-i18n-3.6.28/sr.xpi) = 135918 -SHA256 (xpi/firefox36-i18n-3.6.28/sv-SE.xpi) = d249c6594f11264cdd4bcc0794bd93b76ede304871a33346ad8c48b81d0bdc10 -SIZE (xpi/firefox36-i18n-3.6.28/sv-SE.xpi) = 128407 -SHA256 (xpi/firefox36-i18n-3.6.28/ta-LK.xpi) = be0bb502eff1f4f9d92958a110ec80718a4499ac087ed44be9b331b3bbc52239 -SIZE (xpi/firefox36-i18n-3.6.28/ta-LK.xpi) = 149316 -SHA256 (xpi/firefox36-i18n-3.6.28/ta.xpi) = 7f1230749f4680747712593e7f610934b659cc60b2ddd740c8e42ecce1c00aa4 -SIZE (xpi/firefox36-i18n-3.6.28/ta.xpi) = 137229 -SHA256 (xpi/firefox36-i18n-3.6.28/te.xpi) = 4008a74264bf7868f579fd60603331a8e17d903959a18f07e24ac2d85288c3cd -SIZE (xpi/firefox36-i18n-3.6.28/te.xpi) = 147869 -SHA256 (xpi/firefox36-i18n-3.6.28/th.xpi) = 0edb6ddb8b4f0845d28ebf875726573f4b617cf5b56319c9e926f1ba87d3a52b -SIZE (xpi/firefox36-i18n-3.6.28/th.xpi) = 134362 -SHA256 (xpi/firefox36-i18n-3.6.28/tr.xpi) = 497ed0dfc89ab37a3fd25d1e6ff71cf48436d6684e42025f42e91480554ba1d6 -SIZE (xpi/firefox36-i18n-3.6.28/tr.xpi) = 125331 -SHA256 (xpi/firefox36-i18n-3.6.28/uk.xpi) = 55929d3d3203481ce6d9128b2ff3d23f9c475971278d8369766f28baae0f3a79 -SIZE (xpi/firefox36-i18n-3.6.28/uk.xpi) = 143220 -SHA256 (xpi/firefox36-i18n-3.6.28/vi.xpi) = ec9baa4eda233c3d761f2c6055258f9c50efa5bcfda4f374bedd8e8e5423b46c -SIZE (xpi/firefox36-i18n-3.6.28/vi.xpi) = 129050 -SHA256 (xpi/firefox36-i18n-3.6.28/zh-CN.xpi) = 1fbabdaabb77e3778724b7096e533629c4ddbd874daaa630b6e50f93aa0e3671 -SIZE (xpi/firefox36-i18n-3.6.28/zh-CN.xpi) = 127120 -SHA256 (xpi/firefox36-i18n-3.6.28/zh-TW.xpi) = 55967cbece083c3bde56176c5d69162fa1d54fe59b440e76140433757a318814 -SIZE (xpi/firefox36-i18n-3.6.28/zh-TW.xpi) = 128540 diff --git a/www/firefox36-i18n/pkg-descr b/www/firefox36-i18n/pkg-descr deleted file mode 100644 index 1380d849bbaf..000000000000 --- a/www/firefox36-i18n/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Language packs for Firefox 3.6 - -WWW: http://www.mozilla.org/projects/l10n/ diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile deleted file mode 100644 index 95daa94034a9..000000000000 --- a/www/firefox36/Makefile +++ /dev/null @@ -1,121 +0,0 @@ -# New ports collection makefile for: phoenix -# Date created: 2002/10/21 -# Whom: Alan Eldridge <alane@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= firefox -DISTVERSION= 3.6.28 -PORTEPOCH= 1 -CATEGORIES= www ipv6 -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source -DISTNAME= ${PORTNAME}-${DISTVERSION}.source - -MAINTAINER= gecko@FreeBSD.org -COMMENT= Web browser based on the browser portion of Mozilla - -BUILD_DEPENDS= nspr>=4.8.6:${PORTSDIR}/devel/nspr - -DEPRECATED= will be unsupported by when Firefox 12 is release, migrate to www/firefox now -USE_AUTOTOOLS= autoconf213 -LATEST_LINK= firefox36 -USE_GECKO= gecko -MOZ_PKGCONFIG_FILES= # empty -USE_MOZILLA= -png -nss -dbm -jpeg -xft -cairo -MOZILLA_NAME= Firefox${MOZILLA_SUFX} -MOZILLA_SUFX= 3 -MOZILLA= ${PORTNAME}${MOZILLA_SUFX} -MOZ_TOOLKIT= cairo-gtk2 - -MAKE_JOBS_SAFE= yes -WANT_GNOME= yes -ALL_TARGET= default -CONFIGURE_ENV= LOCALBASE=${LOCALBASE} -EXTRA_CFLAGS= -O2 -HAS_CONFIGURE= yes -USE_BZIP2= yes -USE_GMAKE= yes -NO_MOZPKGINSTALL=yes - -FIREFOX_ICON= ${MOZILLA}.png -FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png -MOZ_OPTIONS= --program-transform-name='s/firefox/${MOZILLA}/' \ - --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ - --enable-svg --enable-svg-renderer=cairo \ - --enable-application=browser \ - --enable-official-branding --disable-updater \ - --enable-canvas --enable-libxul --disable-necko-wifi \ - --disable-ipc - -OPTIONS= DBUS "Enable D-BUS support" on \ - SMB "Enable smb:// URI support using gnomevfs" off - -.include <bsd.port.pre.mk> - -EXTRA_PATCHES= ${FILESDIR}/libsydney_oss - -.if ${ARCH} == powerpc64 -.if ${OSVERSION} < 900033 -BROKEN= Needs binutils 2.17.50 to build -.else -CONFIGURE_ENV+= UNAME_m="powerpc64" -CFLAGS+= -mminimal-toc -.endif -.endif - -WRKSRC:= ${WRKSRC}-1.9.2 - -.if ${HAVE_GNOME:Mlibgnomeui}!="" -USE_GNOME+= libgnomeui -MOZ_OPTIONS+= --enable-gnomeui -.else -MOZ_OPTIONS+= --disable-gnomeui -.endif - -.if defined(WITHOUT_DBUS) -MOZ_OPTIONS+= --disable-dbus --disable-libnotify -.else -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - notify.4:${PORTSDIR}/devel/libnotify -.endif - -post-extract: - @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \ - -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \ - <${FILESDIR}/firefox.desktop.in >${WRKDIR}/${MOZILLA}.desktop - -post-patch: - ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \ - ${WRKSRC}/storage/build/Makefile.in \ - ${WRKSRC}/db/sqlite3/src/Makefile.in - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - ${WRKSRC}/security/manager/ssl/src/Makefile.in \ - ${WRKSRC}/js/src/config/mkdepend/Makefile.in \ - ${WRKSRC}/js/src/config/config.mk - @${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g ; \ - s|-lpthread|${PTHREAD_LIBS}|g ; \ - s|echo aout|echo elf|g ; \ - s|/usr/X11R6|${LOCALBASE}|g' \ - ${WRKSRC}/js/src/configure - -pre-configure: - (cd ${WRKSRC} && ${AUTOCONF}) - (cd ${WRKSRC}/js/src/ && ${AUTOCONF}) - -port-pre-install: -# ${SED} -e 's|1.9a7|0|' ${WRKSRC}/dist/bin/application.ini ${FAKEDIR}/lib - ${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF} - ${ECHO_CMD} "@exec mkdir -p %D/include/firefox3/nss" >> ${PLISTD} - ${ECHO_CMD} "@dirrmtry share/applications" >> ${PLISTD} - ${ECHO_CMD} 'share/pixmaps/${FIREFOX_ICON}' >> ${PLISTF} - -post-install: - ${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/pixmaps - ${INSTALL_DATA} ${WRKDIR}/${MOZILLA}.desktop ${PREFIX}/share/applications/ - ${MKDIR} ${PREFIX}/lib/${MOZILLA}/chrome/icons/default - ${LN} -sf ${FIREFOX_ICON_SRC} ${PREFIX}/share/pixmaps/${FIREFOX_ICON} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/www/firefox36/distinfo b/www/firefox36/distinfo deleted file mode 100644 index 83cfbc26e75c..000000000000 --- a/www/firefox36/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (firefox-3.6.28.source.tar.bz2) = a6c4bc52095194428cf3b17341b68ac473b7654984000c45d1be3eae55d78260 -SIZE (firefox-3.6.28.source.tar.bz2) = 51698958 diff --git a/www/firefox36/files/firefox.desktop.in b/www/firefox36/files/firefox.desktop.in deleted file mode 100644 index d72090e1aabf..000000000000 --- a/www/firefox36/files/firefox.desktop.in +++ /dev/null @@ -1,191 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=@MOZILLA_NAME@ Web Browser -Name[am]= -Name[ar]= -Name[az]=@MOZILLA_NAME@ Veb Səyyahı -Name[be]= -Name[bg]=Интернет браузър @MOZILLA_NAME@ -Name[bn]= -Name[bs]=@MOZILLA_NAME@ web preglednik -Name[ca]=Navegador web @MOZILLA_NAME@ -Name[cs]=Prohlížeč WWW @MOZILLA_NAME@ -Name[cy]=Y Porwr Gwe @MOZILLA_NAME@ -Name[da]=@MOZILLA_NAME@ - internetsurfning -Name[de]=@MOZILLA_NAME@ Webbrowser -Name[el]=Περιηγητής Διαδικτύου @MOZILLA_NAME@ -Name[en_CA]=@MOZILLA_NAME@ Web Browser -Name[en_GB]=@MOZILLA_NAME@ Web Browser -Name[es]=Navegador Web @MOZILLA_NAME@ -Name[et]=@MOZILLA_NAME@ veebibrauser -Name[eu]=@MOZILLA_NAME@ web arakatzailea -Name[fi]=@MOZILLA_NAME@, WWW-selain -Name[fr]=Navigateur Web @MOZILLA_NAME@ -Name[ga]=Brabhsálaí Lín @MOZILLA_NAME@ -Name[gu]=એપીફની વૅબ બ્રાઉઝર -Name[he]=דפדפן @MOZILLA_NAME@ -Name[hi]= -Name[hr]=@MOZILLA_NAME@ Web preglednik -Name[hu]=@MOZILLA_NAME@ webböngésző -Name[id]=Web Browser @MOZILLA_NAME@ -Name[it]=Browser web @MOZILLA_NAME@ -Name[ja]=@MOZILLA_NAME@ ウェブ・ブラウザ -Name[ko]=@MOZILLA_NAME@ 웹 브라우저 -Name[li]=@MOZILLA_NAME@ Web Browser -Name[lt]=@MOZILLA_NAME@ web naršyklė -Name[mk]=@MOZILLA_NAME@ веб прелистувач -Name[ml]=എപ്പിഫാനി വെബ്ബ് ബ്രൌസര് -Name[mn]=@MOZILLA_NAME@ веб хөтөч -Name[ms]=Pelungsur Web @MOZILLA_NAME@ -Name[nb]=@MOZILLA_NAME@ nettleser -Name[nl]=@MOZILLA_NAME@ Webbrowser -Name[nn]=@MOZILLA_NAME@ nettlesar -Name[no]=@MOZILLA_NAME@ nettleser -Name[pa]=ਏਪੀਫਾਨੀ ਵੈੱਬ ਬਰਾਊਜ਼ਰ -Name[pl]=Przeglądarka WWW @MOZILLA_NAME@ -Name[pt]=Navegador Web @MOZILLA_NAME@ -Name[pt_BR]=Navegador Web @MOZILLA_NAME@ -Name[ro]=Navigatorul @MOZILLA_NAME@ -Name[ru]=Веб-браузер @MOZILLA_NAME@ -Name[sk]= -Name[sl]=Spletni brskalnik @MOZILLA_NAME@ -Name[sq]=@MOZILLA_NAME@ - Shfletuesi Web -Name[sr]= -Name[sr@Latn]=Veb čitač Spoznaja -Name[sv]=Webbläsaren @MOZILLA_NAME@ -Name[ta]=எபிபனி வலை உலாவி -Name[tk]=@MOZILLA_NAME@ Web Ahtarçisi -Name[tr]=@MOZILLA_NAME@ Web Tarayıcı -Name[uk]=Переглядач web @MOZILLA_NAME@ -Name[vi]=Trình Duyệt Web @MOZILLA_NAME@ -Name[wa]=Betchteu waibe epiphany -Name[zh_CN]=@MOZILLA_NAME@ Web 浏览器 -Name[zh_TW]=@MOZILLA_NAME@ 網頁瀏覽器 -GenericName=Web Browser -GenericName[ar]=متصفّح الانترنت -GenericName[az]=Veb Səyyahı -GenericName[be]=Вандроўнік па павуціньню -GenericName[bg]=Браузър -GenericName[bn]=ওয়েব ব্রাউজার -GenericName[bs]=Web preglednik -GenericName[ca]=Navegador web -GenericName[cs]=Prohlížeč WWW -GenericName[cy]=Porwr Gwe -GenericName[da]=Internetsurfning -GenericName[de]=Webbrowser -GenericName[el]=Περιηγητής Ιστοσελίδων -GenericName[en_CA]=Web Browser -GenericName[en_GB]=Web Browser -GenericName[es]=Navegador web -GenericName[et]=Veebilehitseja -GenericName[eu]=Web arakatzailea -GenericName[fi]=WWW-selain -GenericName[fr]=Navigateur Web @MOZILLA_NAME@ -GenericName[ga]=Brabhsálaí Lín -GenericName[gu]=વેબ બ્રાઉઝર -GenericName[he]=דפדפן אינטרנט -GenericName[hi]=वेब ब्राउज़र -GenericName[hr]=Web preglednik -GenericName[hu]=Webböngésző -GenericName[id]=Browser Web -GenericName[it]=Browser web -GenericName[ja]=GNOME ウェブ・ブラウザ -GenericName[ko]=웹 브라우저 -GenericName[li]=Wèb Browser -GenericName[lt]=Web naršyklė -GenericName[mk]=Веб прелистувач -GenericName[mn]=Веб хөтөч -GenericName[ms]=Pelungsur Web -GenericName[nb]=Nettleser -GenericName[nl]=Web-browser -GenericName[nn]=Nettlesar -GenericName[no]=Nettleser -GenericName[pa]=ਵੈਬ ਬਰਾਊਜ਼ -GenericName[pl]=Przeglądarka WWW -GenericName[pt]=Navegador Web -GenericName[pt_BR]=Navegador Web -GenericName[ro]=Navigator Internet -GenericName[ru]=Веб-браузер -GenericName[sk]=WWW prehliadač -GenericName[sl]=Spletni brskalnik -GenericName[sq]=Shfletuesi Web -GenericName[sr]=Веб читач -GenericName[sr@Latn]=Veb čitač -GenericName[sv]=Webbläsare -GenericName[ta]=வலை உலாவி -GenericName[th]=เว็บบราวเซอร์ -GenericName[tk]=Web Ahtarçysy -GenericName[tr]=Web Tarayıcı -GenericName[uk]=Переглядач web-сторінок -GenericName[vi]=Trình duyệt Web -GenericName[wa]=Betchteu waibe -GenericName[zh_CN]=Web 浏览器 -GenericName[zh_TW]=網頁瀏覽器 -Comment=Browse the web -Comment[ar]=تصفح الانترنت -Comment[az]=Vebi gəzin -Comment[be]=Вандраваць па павуціньню -Comment[bg]=Сърфиране в интернет -Comment[bn]=ওয়েব ব্রাউজ করুন -Comment[bs]=Pregledaj na internetu -Comment[ca]=Navegueu per la web -Comment[cs]=Prohlížet WWW -Comment[cy]=Pori'r we -Comment[da]=Surf på internettet -Comment[de]=Im Web surfen -Comment[el]=Περιήγηση στον παγκόσμιο ιστό -Comment[en_CA]=Browse the web -Comment[en_GB]=Browse the web -Comment[es]=Navegar por la web -Comment[et]=Sirvi veebi -Comment[eu]=Arakatu web-a -Comment[fi]=Selaa WWW:tä -Comment[fr]=Naviguer sur Internet -Comment[ga]=Brabhsáil an Líon -Comment[gu]=વેબમાં શોધો -Comment[he]=גלוש ברשת -Comment[hi]=वेब ब्राउज़ करें -Comment[hr]=Pregledaj Web -Comment[hu]=A világháló böngészése -Comment[id]=Jelajah web -Comment[it]=Esplora il web -Comment[ja]=ウェブを閲覧します -Comment[ko]=웹을 돌아 다닙니다 -Comment[li]=Blajere op internet -Comment[lt]=Naršyti internete -Comment[mk]=Прелистувајте на веб -Comment[ml]=വലക്കെട്ട് തിരയുക -Comment[mn]=Веб броузе хийх -Comment[ms]=Layari web -Comment[nb]=Surf på nettet -Comment[nl]=Websurfen -Comment[nn]=Surf på nettet -Comment[no]=Surf på nettet -Comment[pa]=ਵੈਬ ਬਰਾਊਜ਼ -Comment[pl]=Przeglądanie stron WWW -Comment[pt]=Navegar na web -Comment[pt_BR]=Navegar na web -Comment[ro]=Navigare Internet -Comment[ru]=Веб-браузер -Comment[sk]=Prehliadať internet -Comment[sl]=Brskaj po spletu -Comment[sq]=Eksploro web-in -Comment[sr]=Прегледај веб -Comment[sr@Latn]=Pregledaj veb -Comment[sv]=Surfa på nätet -Comment[ta]=வலையில் உலாவு -Comment[th]=ใช้งานเว็บบราวเซอร์ @MOZILLA_NAME@ -Comment[tk]=Webi Ahtar -Comment[tr]=Web'e Gözat -Comment[uk]=Програма перегляду web-сторінок -Comment[vi]=Duyệt web -Comment[wa]=Naivyî avå les waibes -Comment[zh_CN]=浏览 Web -Comment[zh_TW]=瀏覽網頁 -Exec=@MOZILLA@ %u -Icon=@FIREFOX_ICON@ -StartupNotify=false -Terminal=false -Type=Application -Categories=Application;Network; -MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml; diff --git a/www/firefox36/files/libsydney_oss b/www/firefox36/files/libsydney_oss deleted file mode 100644 index dcef3abdab96..000000000000 --- a/www/firefox36/files/libsydney_oss +++ /dev/null @@ -1,15 +0,0 @@ ---- media/libsydneyaudio/src/Makefile.in.orig 2009-08-11 16:28:21.000000000 +0200 -+++ media/libsydneyaudio/src/Makefile.in 2009-08-11 16:29:08.000000000 +0200 -@@ -45,6 +45,12 @@ - LIBRARY_NAME = sydneyaudio - FORCE_STATIC_LIB= 1 - -+ifeq ($(OS_ARCH),FreeBSD) -+CSRCS = \ -+ sydney_audio_oss.c \ -+ $(NULL) -+endif -+ - ifeq ($(OS_ARCH),Linux) - CSRCS = \ - sydney_audio_alsa.c \ diff --git a/www/firefox36/files/patch-build_unix_run-mozilla.sh b/www/firefox36/files/patch-build_unix_run-mozilla.sh deleted file mode 100644 index 92777d76a378..000000000000 --- a/www/firefox36/files/patch-build_unix_run-mozilla.sh +++ /dev/null @@ -1,12 +0,0 @@ ---- build/unix/run-mozilla.sh.orig Tue Feb 14 19:56:54 2006 -+++ build/unix/run-mozilla.sh Fri Dec 8 15:49:48 2006 -@@ -443,6 +443,9 @@ - export MOZILLA_FIVE_HOME LD_LIBRARY_PATH - export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH - -+MOZ_PLUGIN_PATH=%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/firefox3 -+export MOZ_PLUGIN_PATH -+ - if [ $moz_debug -eq 1 ] - then - moz_debug_program ${1+"$@"} diff --git a/www/firefox36/files/patch-config_autoconf.mk.in b/www/firefox36/files/patch-config_autoconf.mk.in deleted file mode 100644 index 0c6127366c69..000000000000 --- a/www/firefox36/files/patch-config_autoconf.mk.in +++ /dev/null @@ -1,30 +0,0 @@ ---- config/autoconf.mk.in.orig 2009-04-24 03:46:37.000000000 +0200 -+++ config/autoconf.mk.in 2009-05-11 15:03:26.000000000 +0200 -@@ -57,14 +57,14 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - bindir = @bindir@ --includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -+includedir = @includedir@/%%MOZILLA%% - libdir = @libdir@ - datadir = @datadir@ - mandir = @mandir@ --idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -+idldir = $(datadir)/idl/%%MOZILLA%% - --installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) --sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION) -+installdir = $(libdir)/%%MOZILLA%% -+sdkdir = $(libdir)/%%MOZILLA%% - - DIST = $(DEPTH)/dist - LIBXUL_SDK = @LIBXUL_SDK@ -@@ -275,7 +275,7 @@ - OS_CPPFLAGS = @CPPFLAGS@ - OS_CFLAGS = $(OS_CPPFLAGS) @CFLAGS@ - OS_CXXFLAGS = $(OS_CPPFLAGS) @CXXFLAGS@ --OS_LDFLAGS = @LDFLAGS@ -+OS_LDFLAGS = @LDFLAGS@ -lc - - OS_COMPILE_CFLAGS = $(OS_CPPFLAGS) @COMPILE_CFLAGS@ - OS_COMPILE_CXXFLAGS = $(OS_CPPFLAGS) @COMPILE_CXXFLAGS@ diff --git a/www/firefox36/files/patch-config_mkdepend_Makefile.in b/www/firefox36/files/patch-config_mkdepend_Makefile.in deleted file mode 100644 index 5f341b26d09c..000000000000 --- a/www/firefox36/files/patch-config_mkdepend_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- config/mkdepend/Makefile.in.orig 2009-04-28 08:07:48.532396203 +0000 -+++ config/mkdepend/Makefile.in 2009-04-28 08:08:07.342398592 +0000 -@@ -73,6 +73,7 @@ - include $(topsrcdir)/config/rules.mk - - HOST_CFLAGS += -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" -+HOST_CFLAGS += $(XCFLAGS) - - ifdef GNU_CC - _GCCDIR = $(shell $(CC) -print-file-name=include) diff --git a/www/firefox36/files/patch-configure.in b/www/firefox36/files/patch-configure.in deleted file mode 100644 index 5ba21ea8bc53..000000000000 --- a/www/firefox36/files/patch-configure.in +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in.orig 2009-10-03 20:24:11.000000000 +0200 -+++ configure.in 2009-10-03 20:24:43.000000000 +0200 -@@ -1352,7 +1352,7 @@ - CPU_ARCH=sparc - ;; - --x86_64 | ia64) -+amd64 | x86_64 | ia64) - CPU_ARCH="$OS_TEST" - ;; - diff --git a/www/firefox36/files/patch-content-xslt-public-txDouble.h b/www/firefox36/files/patch-content-xslt-public-txDouble.h deleted file mode 100644 index cd4acfc534bf..000000000000 --- a/www/firefox36/files/patch-content-xslt-public-txDouble.h +++ /dev/null @@ -1,11 +0,0 @@ ---- content/xslt/public/txDouble.h.orig 2009-08-16 21:46:27.000000000 +0200 -+++ content/xslt/public/txDouble.h 2009-08-16 21:49:53.000000000 +0200 -@@ -43,7 +43,7 @@ - //A trick to handle IEEE floating point exceptions on FreeBSD - E.D. - #ifdef __FreeBSD__ - #include <ieeefp.h> --#ifdef __alpha__ -+#if !defined(__amd64__) && !defined(__i386__) - static fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP; - #else - static fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP|FP_X_DNML; diff --git a/www/firefox36/files/patch-db_sqlite3_src_Makefile.in b/www/firefox36/files/patch-db_sqlite3_src_Makefile.in deleted file mode 100644 index e52ba517e14a..000000000000 --- a/www/firefox36/files/patch-db_sqlite3_src_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- db/sqlite3/src/Makefile.in.orig 2009-04-28 11:12:00.829684825 +0000 -+++ db/sqlite3/src/Makefile.in 2009-04-28 11:12:20.628076799 +0000 -@@ -45,6 +45,8 @@ - - include $(DEPTH)/config/autoconf.mk - -+OS_CFLAGS = -I../../../dist/include/sqlite3 -+OS_LIBS = %%PTHREAD_LIBS%% -lc - MODULE = sqlite3 - LIBRARY_NAME = sqlite3 - FORCE_SHARED_LIB = 1 diff --git a/www/firefox36/files/patch-js-ctypes-libffi-configure b/www/firefox36/files/patch-js-ctypes-libffi-configure deleted file mode 100644 index 3f6b66e1d628..000000000000 --- a/www/firefox36/files/patch-js-ctypes-libffi-configure +++ /dev/null @@ -1,12 +0,0 @@ ---- js/ctypes/libffi/configure.orig 2010-07-22 23:54:58.000000000 +0200 -+++ js/ctypes/libffi/configure 2010-08-05 07:34:44.000000000 +0200 -@@ -21033,6 +21033,9 @@ - powerpc-*-aix* | rs6000-*-aix*) - TARGET=POWERPC_AIX; TARGETDIR=powerpc - ;; -+ powerpc64-*-freebsd*) -+ TARGET=POWERPC; TARGETDIR=powerpc -+ ;; - powerpc-*-freebsd*) - TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc - ;; diff --git a/www/firefox36/files/patch-js-src-Makefile.in b/www/firefox36/files/patch-js-src-Makefile.in deleted file mode 100644 index 751596240adf..000000000000 --- a/www/firefox36/files/patch-js-src-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- js/src/Makefile.in.orig 2009-05-11 15:21:19.000000000 +0200 -+++ js/src/Makefile.in 2009-05-11 15:21:34.000000000 +0200 -@@ -427,7 +427,7 @@ - endif # WINNT - - ifeq ($(OS_ARCH),FreeBSD) --EXTRA_LIBS += -pthread -+EXTRA_LIBS += -pthread -lc - endif - ifeq ($(OS_ARCH),IRIX) - ifdef USE_N32 diff --git a/www/firefox36/files/patch-js-src-config-mkdepend_Makefile.in b/www/firefox36/files/patch-js-src-config-mkdepend_Makefile.in deleted file mode 100644 index 6c25c71ce6c6..000000000000 --- a/www/firefox36/files/patch-js-src-config-mkdepend_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- js/src/config/mkdepend/Makefile.in.orig 2009-04-28 08:17:55.069074748 +0000 -+++ js/src/config/mkdepend/Makefile.in 2009-04-28 08:18:44.897081100 +0000 -@@ -72,7 +72,7 @@ - - include $(topsrcdir)/config/rules.mk - --HOST_CFLAGS += -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" -+HOST_CFLAGS += -DINCLUDEDIR=\"%%LOCALBASE%%/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" -I/usr/local/include - - ifdef GNU_CC - _GCCDIR = $(shell $(CC) -print-file-name=include) diff --git a/www/firefox36/files/patch-js-src-config_config.mk b/www/firefox36/files/patch-js-src-config_config.mk deleted file mode 100644 index 13bf2e58a794..000000000000 --- a/www/firefox36/files/patch-js-src-config_config.mk +++ /dev/null @@ -1,10 +0,0 @@ ---- js/src/config/config.mk.orig 2009-08-07 00:49:23.000000000 +0200 -+++ js/src/config/config.mk 2009-08-09 20:50:05.000000000 +0200 -@@ -506,6 +506,7 @@ - -I$(srcdir) \ - -I. \ - -I$(DIST)/include -I$(DIST)/include/nsprpub \ -+ -I%%LOCALBASE%%/include \ - $(if $(LIBXUL_SDK),-I$(LIBXUL_SDK)/include -I$(LIBXUL_SDK)/include/nsprpub) \ - $(OS_INCLUDES) \ - $(NULL) diff --git a/www/firefox36/files/patch-js-src-configure.in b/www/firefox36/files/patch-js-src-configure.in deleted file mode 100644 index 75f017bc4d68..000000000000 --- a/www/firefox36/files/patch-js-src-configure.in +++ /dev/null @@ -1,13 +0,0 @@ ---- js/src/configure.in.orig 2009-09-21 00:26:58.000000000 +0200 -+++ js/src/configure.in 2009-10-08 07:00:27.000000000 +0200 -@@ -2456,10 +2456,6 @@ - ENABLE_JIT=1 - NANOJIT_ARCH=ARM - ;; --sparc*-*) -- ENABLE_JIT=1 -- NANOJIT_ARCH=Sparc -- ;; - esac - - MOZ_ARG_DISABLE_BOOL(jit, diff --git a/www/firefox36/files/patch-js-src-jslock.cpp b/www/firefox36/files/patch-js-src-jslock.cpp deleted file mode 100644 index 7aea14d0ebaf..000000000000 --- a/www/firefox36/files/patch-js-src-jslock.cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- js/src/jslock.cpp.orig 2009-10-07 20:15:38.000000000 +0200 -+++ js/src/jslock.cpp 2009-10-07 21:36:14.000000000 +0200 -@@ -160,8 +160,13 @@ - unsigned int res; - - __asm__ __volatile__ ( -- "stbar\n" -- "cas [%1],%2,%3\n" -+ "membar #StoreLoad | #LoadLoad\n" -+# if defined (__sparc64__) -+ "casx [%1],%2,%3\n" -+# else -+ "cas [%1],%2,%3\n" /* 32-bit version */ -+# endif -+ "membar #StoreLoad | #LoadLoad\n" - "cmp %2,%3\n" - "be,a 1f\n" - "mov 1,%0\n" diff --git a/www/firefox36/files/patch-js_src_jsnum.cpp b/www/firefox36/files/patch-js_src_jsnum.cpp deleted file mode 100644 index c997f4c6b8ba..000000000000 --- a/www/firefox36/files/patch-js_src_jsnum.cpp +++ /dev/null @@ -1,31 +0,0 @@ ---- js/src/jsnum.cpp.orig 2010-01-05 22:35:17.000000000 -0500 -+++ js/src/jsnum.cpp 2010-01-11 05:10:19.000000000 -0500 -@@ -43,6 +43,9 @@ - /* - * JS number type and wrapper class. - */ -+#if defined(__FreeBSD__) -+#include <sys/param.h> -+#endif - #ifdef XP_OS2 - #define _PC_53 PC_53 - #define _MCW_EM MCW_EM -@@ -691,8 +694,18 @@ - - #else - -+#if defined(__FreeBSD__) && __FreeBSD_version >= 601000 -+#if __BSD_VISIBLE == 0 -+#error __BSD_VISIBLE is zero, so fedisableexcept is not defined -+#endif -+#include <fenv.h> -+#define FIX_FPU() ((void)fedisableexcept(FE_ALL_EXCEPT)) -+#else -+ - #define FIX_FPU() ((void)0) - -+#endif /* defined(__FreeBSD__) && __FreeBSD_version >= 503000 */ -+ - #endif - - JSBool diff --git a/www/firefox36/files/patch-layout_generic_Makefile.in b/www/firefox36/files/patch-layout_generic_Makefile.in deleted file mode 100644 index e39242751a1f..000000000000 --- a/www/firefox36/files/patch-layout_generic_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- layout/generic/Makefile.in.orig 2009-08-07 00:49:41.000000000 +0200 -+++ layout/generic/Makefile.in 2009-08-09 20:54:53.000000000 +0200 -@@ -187,9 +187,10 @@ - -I$(srcdir)/../../content/base/src \ - -I$(srcdir)/../../content/html/content/src \ - -I$(srcdir)/../../dom/base \ -- $(MOZ_CAIRO_CFLAGS) \ - $(NULL) - -+CXXFLAGS += $(MOZ_CAIRO_CFLAGS) -+ - ifdef MOZ_ENABLE_GTK2 - CXXFLAGS += $(MOZ_GTK2_CFLAGS) - endif diff --git a/www/firefox36/files/patch-media-libsydneyaudio-include-sydney_audio.h b/www/firefox36/files/patch-media-libsydneyaudio-include-sydney_audio.h deleted file mode 100644 index d8e318e9bcb2..000000000000 --- a/www/firefox36/files/patch-media-libsydneyaudio-include-sydney_audio.h +++ /dev/null @@ -1,11 +0,0 @@ ---- media/libsydneyaudio/include/sydney_audio.h.orgi 2009-04-10 12:24:01.000000000 +0200 -+++ media/libsydneyaudio/include/sydney_audio.h 2009-04-10 12:24:30.000000000 +0200 -@@ -73,7 +73,7 @@ - # endif - #elif defined(WIN32) - # define SA_LITTLE_ENDIAN 1 --#elif defined(__APPLE__) -+#elif defined(__APPLE__) || defined(__FreeBSD__) - # if defined(__BIG_ENDIAN__) - # define SA_BIG_ENDIAN 1 - # else diff --git a/www/firefox36/files/patch-media-libsydneyaudio-src-sydney_audio_oss.c b/www/firefox36/files/patch-media-libsydneyaudio-src-sydney_audio_oss.c deleted file mode 100644 index 66ce3efd66d3..000000000000 --- a/www/firefox36/files/patch-media-libsydneyaudio-src-sydney_audio_oss.c +++ /dev/null @@ -1,33 +0,0 @@ ---- media/libsydneyaudio/src/sydney_audio_oss.c.orig 2010-10-12 21:45:53.000000000 +0400 -+++ media/libsydneyaudio/src/sydney_audio_oss.c 2010-10-25 23:33:08.919096567 +0400 -@@ -258,6 +258,7 @@ - int - sa_stream_destroy(sa_stream_t *s) { - int result = SA_SUCCESS; -+ pthread_t thread_id; - - if (s == NULL) { - return SA_SUCCESS; -@@ -265,8 +266,10 @@ - - pthread_mutex_lock(&s->mutex); - -+ thread_id = s->thread_id; -+ - /* -- * This causes the thread sending data to ALSA to stop -+ * This causes the thread sending data to OSS to stop - */ - s->thread_id = 0; - -@@ -281,6 +284,8 @@ - - pthread_mutex_unlock(&s->mutex); - -+ pthread_join(thread_id, NULL); -+ - /* - * Release resources. - */ - - diff --git a/www/firefox36/files/patch-media_liboggz_include_oggz_oggz_off_t_generated.h b/www/firefox36/files/patch-media_liboggz_include_oggz_oggz_off_t_generated.h deleted file mode 100644 index 60d8988b9f17..000000000000 --- a/www/firefox36/files/patch-media_liboggz_include_oggz_oggz_off_t_generated.h +++ /dev/null @@ -1,11 +0,0 @@ ---- media/liboggz/include/oggz/oggz_off_t_generated.h.orig 2010-09-06 11:33:54.000000000 +0200 -+++ media/liboggz/include/oggz/oggz_off_t_generated.h 2010-09-06 11:34:16.000000000 +0200 -@@ -59,7 +59,7 @@ - - #include <sys/types.h> - --#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined (_AIX) -+#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined (_AIX) || defined (__FreeBSD__) - typedef off_t oggz_off_t; - #else - typedef loff_t oggz_off_t; diff --git a/www/firefox36/files/patch-security-coreconf-FreeBSD.mk b/www/firefox36/files/patch-security-coreconf-FreeBSD.mk deleted file mode 100644 index e5340ae55f5c..000000000000 --- a/www/firefox36/files/patch-security-coreconf-FreeBSD.mk +++ /dev/null @@ -1,40 +0,0 @@ ---- security/coreconf/FreeBSD.mk.orig 2010-03-16 09:57:06.000000000 +0000 -+++ security/coreconf/FreeBSD.mk 2010-03-20 17:40:12.000000000 +0000 -@@ -49,8 +49,20 @@ - ifeq ($(CPU_ARCH),pc98) - CPU_ARCH = x86 - endif --ifeq ($(CPU_ARCH),amd64) --CPU_ARCH = x86_64 -+ifeq ($(OS_TEST),alpha) -+CPU_ARCH = alpha -+endif -+ifeq ($(OS_TEST),amd64) -+CPU_ARCH = amd64 -+endif -+ifeq ($(OS_TEST),ia64) -+CPU_ARCH = ia64 -+endif -+ifeq ($(OS_TEST),powerpc) -+CPU_ARCH = powerpc -+endif -+ifeq ($(OS_TEST),sparc64) -+CPU_ARCH = sparc64 - endif - - OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -@@ -78,7 +90,7 @@ - DLL_SUFFIX = so.1.0 - endif - --MKSHLIB = $(CC) $(DSO_LDOPTS) -+MKSHLIB = $(CC) -Wl,-Bsymbolic -lc $(DSO_LDOPTS) -o $@ - ifdef MAPFILE - MKSHLIB += -Wl,--version-script,$(MAPFILE) - endif -@@ -87,4 +99,4 @@ - - G++INCLUDES = -I/usr/include/g++ - --INCLUDES += -I/usr/X11R6/include -+#INCLUDES += -I/usr/local/include diff --git a/www/firefox36/files/patch-security_manager_ssl_src_nsNSSComponent.cpp b/www/firefox36/files/patch-security_manager_ssl_src_nsNSSComponent.cpp deleted file mode 100644 index f30d12229ccd..000000000000 --- a/www/firefox36/files/patch-security_manager_ssl_src_nsNSSComponent.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- security/manager/ssl/src/nsNSSComponent.cpp.orig Mon May 29 23:10:54 2006 -+++ security/manager/ssl/src/nsNSSComponent.cpp Mon May 29 23:12:22 2006 -@@ -110,6 +110,7 @@ - #include "nss.h" - #include "pk11func.h" - #include "ssl.h" -+#define NSS_ENABLE_ECC 1 - #include "sslproto.h" - #include "secmod.h" - #include "sechash.h" diff --git a/www/firefox36/files/patch-security_nss_lib_freebl_mpi_mpcpucache.c b/www/firefox36/files/patch-security_nss_lib_freebl_mpi_mpcpucache.c deleted file mode 100644 index b579fc5b4995..000000000000 --- a/www/firefox36/files/patch-security_nss_lib_freebl_mpi_mpcpucache.c +++ /dev/null @@ -1,44 +0,0 @@ ---- security/nss/lib/freebl/mpi/mpcpucache.c.orig 2011-02-26 18:44:42.000000000 +0100 -+++ security/nss/lib/freebl/mpi/mpcpucache.c 2011-02-26 18:46:41.000000000 +0100 -@@ -733,6 +733,33 @@ - #endif - - #if defined(__ppc64__) -+#if defined(__FreeBSD__) -+#include <sys/stddef.h> -+#include <sys/sysctl.h> -+ -+#include <machine/cpu.h> -+#include <machine/md_var.h> -+ -+unsigned long -+s_mpi_getProcessorLineSize() -+{ -+ static int cacheline_size = 0; -+ static int cachemib[] = { CTL_MACHDEP, CPU_CACHELINE }; -+ int clen; -+ -+ if (cacheline_size > 0) -+ return cacheline_size; -+ -+ clen = sizeof(cacheline_size); -+ if (sysctl(cachemib, sizeof(cachemib) / sizeof(cachemib[0]), -+ &cacheline_size, &clen, NULL, 0) < 0 || !cacheline_size) -+ return 128; /* guess */ -+ -+ return cacheline_size; -+} -+#else /* __FreeBSD__ */ -+ -+ - /* - * Sigh, The PPC has some really nice features to help us determine cache - * size, since it had lots of direct control functions to do so. The POWER -@@ -786,6 +813,7 @@ - return 0; - } - -+#endif /* __FreeBSD__ */ - #define MPI_GET_PROCESSOR_LINE_SIZE_DEFINED 1 - #endif - diff --git a/www/firefox36/files/patch-storage_build_Makefile.in b/www/firefox36/files/patch-storage_build_Makefile.in deleted file mode 100644 index 18202a5a61d8..000000000000 --- a/www/firefox36/files/patch-storage_build_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- storage/build/Makefile.in.orig Tue Feb 21 11:18:56 2006 -+++ storage/build/Makefile.in Sun Nov 5 16:16:06 2006 -@@ -77,6 +77,7 @@ - $(EXTRA_DSO_LIBS) \ - $(MOZ_COMPONENT_LIBS) \ - $(MOZ_JS_LIBS) \ -+ %%PTHREAD_LIBS%% \ - $(NULL) - - include $(topsrcdir)/config/rules.mk diff --git a/www/firefox36/files/patch-toolkit_library_Makefile.in b/www/firefox36/files/patch-toolkit_library_Makefile.in deleted file mode 100644 index d905acd5bf67..000000000000 --- a/www/firefox36/files/patch-toolkit_library_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- toolkit/library/Makefile.in.orig 2010-01-11 12:13:08.000000000 -0500 -+++ toolkit/library/Makefile.in 2010-01-11 12:15:05.000000000 -0500 -@@ -181,7 +181,7 @@ - export:: $(RDF_UTIL_SRC_CPPSRCS) $(INTL_UNICHARUTIL_UTIL_CPPSRCS) - $(INSTALL) $^ . - --EXTRA_DSO_LDOPTS += $(LIBS_DIR) $(EXTRA_DSO_LIBS) -+EXTRA_DSO_LDOPTS += -Wl,--warn-unresolved-symbols -Wl,--as-needed $(LIBS_DIR) $(EXTRA_DSO_LIBS) - - ifdef MOZ_ENABLE_LIBXUL - include $(srcdir)/libxul-rules.mk diff --git a/www/firefox36/files/patch-toolkit_xre_Makefile.in b/www/firefox36/files/patch-toolkit_xre_Makefile.in deleted file mode 100644 index 4a9c8533a2f8..000000000000 --- a/www/firefox36/files/patch-toolkit_xre_Makefile.in +++ /dev/null @@ -1,8 +0,0 @@ ---- toolkit/xre/Makefile.in.orig 2007-09-10 10:31:53.000000000 -0400 -+++ toolkit/xre/Makefile.in 2007-09-10 10:35:00.000000000 -0400 -@@ -263,5 +263,3 @@ - libs:: platform.ini - $(INSTALL) $^ $(DIST)/bin - --install:: -- $(INSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir) diff --git a/www/firefox36/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc b/www/firefox36/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc deleted file mode 100644 index 9a41bbfc4602..000000000000 --- a/www/firefox36/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc +++ /dev/null @@ -1,11 +0,0 @@ ---- xpcom/reflect/xptcall/public/xptcstubsdecl.inc.orig Tue Mar 16 03:07:25 2004 -+++ xpcom/reflect/xptcall/public/xptcstubsdecl.inc Tue Jun 15 12:52:36 2004 -@@ -8,7 +8,7 @@ - * 1 is AddRef - * 2 is Release - */ --#if !defined(__ia64) || (!defined(__hpux) && !defined(__linux__)) -+#if !defined(__ia64) - NS_IMETHOD Stub3(); - NS_IMETHOD Stub4(); - NS_IMETHOD Stub5(); diff --git a/www/firefox36/files/patch-xpcom-reflect-xptcall-src-xptcprivate.h b/www/firefox36/files/patch-xpcom-reflect-xptcall-src-xptcprivate.h deleted file mode 100644 index 0440ce0a263f..000000000000 --- a/www/firefox36/files/patch-xpcom-reflect-xptcall-src-xptcprivate.h +++ /dev/null @@ -1,20 +0,0 @@ ---- xpcom/reflect/xptcall/src/xptcprivate.h.orig 2009-11-09 21:43:49.000000000 -0800 -+++ xpcom/reflect/xptcall/src/xptcprivate.h 2009-11-09 21:44:05.000000000 -0800 -@@ -45,7 +45,7 @@ - - class xptiInterfaceEntry; - --#if !defined(__ia64) || (!defined(__hpux) && !defined(__linux__)) -+#if !defined(__ia64) - #define STUB_ENTRY(n) NS_IMETHOD Stub##n() = 0; - #else - #define STUB_ENTRY(n) NS_IMETHOD Stub##n(PRUint64,PRUint64,PRUint64,PRUint64,PRUint64,PRUint64,PRUint64,PRUint64) = 0; -@@ -62,7 +62,7 @@ - #undef STUB_ENTRY - #undef SENTINEL_ENTRY - --#if !defined(__ia64) || (!defined(__hpux) && !defined(__linux__)) -+#if !defined(__ia64) - #define STUB_ENTRY(n) NS_IMETHOD Stub##n(); - #else - #define STUB_ENTRY(n) NS_IMETHOD Stub##n(PRUint64,PRUint64,PRUint64,PRUint64,PRUint64,PRUint64,PRUint64,PRUint64); diff --git a/www/firefox36/files/patch-xpcom_base_nsStackWalk.cpp b/www/firefox36/files/patch-xpcom_base_nsStackWalk.cpp deleted file mode 100644 index 3485b1509ad1..000000000000 --- a/www/firefox36/files/patch-xpcom_base_nsStackWalk.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- xpcom/base/nsStackWalk.cpp.orig 2010-01-11 02:11:49.000000000 -0500 -+++ xpcom/base/nsStackWalk.cpp 2010-01-11 02:13:26.000000000 -0500 -@@ -1132,7 +1132,7 @@ - #define __USE_GNU - #endif - --#if defined(HAVE_LIBDL) || defined(XP_MACOSX) -+#if defined(HAVE_LIBDL) || defined(XP_MACOSX) || defined(__FreeBSD__) - #include <dlfcn.h> - #endif - diff --git a/www/firefox36/files/patch-xpcom_reflect_xptcall_src_md_unix_Makefile.in b/www/firefox36/files/patch-xpcom_reflect_xptcall_src_md_unix_Makefile.in deleted file mode 100644 index 124e86202838..000000000000 --- a/www/firefox36/files/patch-xpcom_reflect_xptcall_src_md_unix_Makefile.in +++ /dev/null @@ -1,87 +0,0 @@ ---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2010-04-02 16:03:13.000000000 +0000 -+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in 2010-06-06 19:19:44.000000000 +0000 -@@ -73,6 +73,9 @@ - DEFINES += -DKEEP_STACK_16_BYTE_ALIGNED - CPPSRCS := xptcinvoke_unixish_x86.cpp xptcstubs_unixish_x86.cpp - endif -+ifeq (x86_64,$(OS_TEST)) -+CPPSRCS := xptcinvoke_x86_64_linux.cpp xptcstubs_x86_64_linux.cpp -+endif - endif - endif - -@@ -96,7 +99,7 @@ - endif - endif - # IA64 Linux --ifneq (,$(filter Linux,$(OS_ARCH))) -+ifneq (,$(filter Linux FreeBSD,$(OS_ARCH))) - ifneq (,$(findstring ia64,$(OS_TEST))) - CPPSRCS := xptcinvoke_ipf64.cpp xptcstubs_ipf64.cpp - ASFILES := xptcstubs_asm_ipf64.s xptcinvoke_asm_ipf64.s -@@ -111,8 +114,8 @@ - # - # FreeBSD/amd64 - # --ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDx86_64) --CPPSRCS := xptcinvoke_amd64_linux.cpp xptcstubs_amd64_linux.cpp -+ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDamd64) -+CPPSRCS := xptcinvoke_amd64_openbsd.cpp xptcstubs_amd64_openbsd.cpp - endif - # - # BeOS/Intel (uses the same unixish_x86 code) -@@ -165,9 +168,15 @@ - ASFILES := xptcinvoke_asm_osf1_alpha.s xptcstubs_asm_osf1_alpha.s - endif - # -+# FreeBSD/Alpha -+# -+ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDalpha) -+CPPSRCS := xptcinvoke_freebsd_alpha.cpp xptcstubs_freebsd_alpha.cpp -+endif -+# - # Linux/Alpha - # --ifneq (,$(filter Linuxalpha FreeBSDalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST))) -+ifneq (,$(filter Linuxalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST))) - CPPSRCS := xptcinvoke_linux_alpha.cpp xptcstubs_linux_alpha.cpp - endif - # -@@ -322,7 +331,7 @@ - # - # Linux/PPC - # --ifeq ($(OS_ARCH)$(OS_TEST),Linuxpowerpc) -+ifneq (,$(filter Linuxpowerpc FreeBSDpowerpc,$(OS_ARCH)$(OS_TEST))) - CPPSRCS := xptcinvoke_ppc_linux.cpp xptcstubs_ppc_linux.cpp - ASFILES := xptcinvoke_asm_ppc_linux.s xptcstubs_asm_ppc_linux.s - AS := $(CC) -c -x assembler-with-cpp -@@ -331,9 +340,9 @@ - # - # Linux/PPC64 - # --ifeq ($(OS_ARCH)$(OS_TEST),Linuxpowerpc64) --CPPSRCS := xptcinvoke_ppc64_linux.cpp xptcstubs_ppc64_linux.cpp --ASFILES := xptcinvoke_asm_ppc64_linux.s xptcstubs_asm_ppc64_linux.s -+ifneq (,$(filter Linuxpowerpc64 FreeBSDpowerpc64,$(OS_ARCH)$(OS_TEST))) -+CPPSRCS := xptcinvoke_ppc64_linux.cpp xptcstubs_ppc64_linux.cpp -+ASFILES := xptcinvoke_asm_ppc64_linux.s xptcstubs_asm_ppc64_linux.s - AS := $(CC) -c -x assembler-with-cpp - endif - -@@ -400,6 +409,15 @@ - ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s - endif - # -+# FreeBSD/SPARC64 -+# -+ifeq ($(OS_ARCH),FreeBSD) -+ifneq (,$(findstring sparc,$(OS_TEST))) -+CPPSRCS := xptcinvoke_sparc64_openbsd.cpp xptcstubs_sparc64_openbsd.cpp -+ASFILES := xptcinvoke_asm_sparc64_openbsd.s xptcstubs_asm_sparc64_openbsd.s -+endif -+endif -+# - # OpenBSD/SPARC - # - ifeq ($(OS_ARCH)$(OS_TEST),OpenBSDsparc) diff --git a/www/firefox36/pkg-descr b/www/firefox36/pkg-descr deleted file mode 100644 index 4bdeb911815f..000000000000 --- a/www/firefox36/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Mozilla Firefox is a free and open source web browser descended from the -Mozilla Application Suite.It is small, fast and easy to use, and offers many -advanced features: - - o Popup Blocking - o Tabbed Browsing - o Live Bookmarks (ie. RSS) - o Extensions - o Themes - o FastFind - o Improved Security - -WWW: http://www.mozilla.com/firefox diff --git a/www/firefox36/pkg-message b/www/firefox36/pkg-message deleted file mode 100644 index 3706851229e5..000000000000 --- a/www/firefox36/pkg-message +++ /dev/null @@ -1,48 +0,0 @@ -====================================================================== - -SMB issues: -Network group, machine, and share browsing does not work correctly. - -SFTP: -Only sftp access using public key authentication works. To easily -setup public key authentication to "remote_host": - -ssh-keygen -t dsa -cat ~/.ssh/id_dsa.pub | ssh remote_host "cat >> .ssh/authorized_keys" - -The SSH server on remote_host must allow pub key authentication. - -====================================================================== - -Firefox 3.6 and HTML5 - -Certain functions used to display HTML5 elements need the sem module. - -If your Firefox crashes with the following message while viewing a -HTML5 page: -"Bad system call (core dumped)" - -you need to load the sem module (kldload sem). - -To load sem on every boot put the following into your -/boot/loader.conf: -sem_load="YES" - -====================================================================== - -Any bug reports should be addressed to the maintainers at: - gecko@FreeBSD.org -You may also Cc: freebsd-ports@FreeBSD.org. Please do not send -bug reports to any other addresses. - -Please include the following information with any bug report: -* Output from 'uname -a'. -* Date/time stamp from www/firefox/Makefile. -* Where/when did the problem occur: configuring, building, or - running firefox -* How can you reproduce the problem? - -Thank you for your help in testing and reporting bugs, and we hope you -enjoy using Firefox. -The Maintainers (gecko@) -====================================================================== |