[SVN-Commit] r240 - branches/experimental/Mk trunk/Mk
Author: beat Date: Thu Jan 21 10:43:57 2010 New Revision: 240 Log: - Fix installation of ports where MOZSRC != WRKSRC Modified: branches/experimental/Mk/bsd.gecko.mk trunk/Mk/bsd.gecko.mk Modified: branches/experimental/Mk/bsd.gecko.mk == --- branches/experimental/Mk/bsd.gecko.mk Wed Jan 20 22:16:50 2010 (r239) +++ branches/experimental/Mk/bsd.gecko.mk Thu Jan 21 10:43:57 2010 (r240) @@ -562,7 +562,7 @@ .if !defined(NOGECKO_PLIST) @${RM} -rf ${FAKEDIR} ${PLIST} ${PLISTD} ${PLISTF} @${TOUCH} -f ${PLIST} ${PLISTD} ${PLISTF} - @cd ${MOZSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} prefix=${FAKEDIR} ${INSTALL_TARGET} .if defined(MOZILLA_SUFX) && ${MOZILLA_SUFX}!="none" ${MV} ${FAKEDIR}/bin/${MOZILLA:S/${MOZILLA_SUFX}//} ${FAKEDIR}/bin/${MOZILLA} Modified: trunk/Mk/bsd.gecko.mk == --- trunk/Mk/bsd.gecko.mk Wed Jan 20 22:16:50 2010(r239) +++ trunk/Mk/bsd.gecko.mk Thu Jan 21 10:43:57 2010(r240) @@ -82,7 +82,8 @@ libxul thunderbird_PORTSDIR= mail -libxul_PLIST= ${LOCALBASE}/lib/libxul/libxul.so +libxul_PLIST= ${LOCALBASE}/lib/libxul/libxul.so +seamonkey_PLIST= ${LOCALBASE}/lib/seamonkey/libxul.so .for gecko in ${_GECKO_ALL} ${gecko}_PORTSDIR?=www @@ -561,7 +562,7 @@ .if !defined(NOGECKO_PLIST) @${RM} -rf ${FAKEDIR} ${PLIST} ${PLISTD} ${PLISTF} @${TOUCH} -f ${PLIST} ${PLISTD} ${PLISTF} - @cd ${MOZSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} prefix=${FAKEDIR} ${INSTALL_TARGET} .if defined(MOZILLA_SUFX) && ${MOZILLA_SUFX}!="none" ${MV} ${FAKEDIR}/bin/${MOZILLA:S/${MOZILLA_SUFX}//} ${FAKEDIR}/bin/${MOZILLA} ___ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"
[SVN-Commit] r241 - branches/experimental/mail/thunderbird3-devel branches/experimental/www/seamonkey2 trunk/www/seamonkey2
Author: beat Date: Thu Jan 21 10:45:56 2010 New Revision: 241 Log: - Remove superfluous symlink after real fix in bsd.gecko.mk Modified: branches/experimental/mail/thunderbird3-devel/Makefile branches/experimental/www/seamonkey2/Makefile trunk/www/seamonkey2/Makefile Modified: branches/experimental/mail/thunderbird3-devel/Makefile == --- branches/experimental/mail/thunderbird3-devel/Makefile Thu Jan 21 10:43:57 2010(r240) +++ branches/experimental/mail/thunderbird3-devel/Makefile Thu Jan 21 10:45:56 2010(r241) @@ -85,7 +85,6 @@ post-extract:: ${SED} -e 's|@PORTNAME_ICON@|${PORTNAME_ICON}|' \ <${FILESDIR}/thunderbird.desktop.in >${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop - ${LN} -s ${WRKSRC}/mail ${WRKSRC}/mozilla/mail post-patch: ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:C/-pthread/${GECKO_PTHREAD_LIBS}/}|' \ Modified: branches/experimental/www/seamonkey2/Makefile == --- branches/experimental/www/seamonkey2/Makefile Thu Jan 21 10:43:57 2010(r240) +++ branches/experimental/www/seamonkey2/Makefile Thu Jan 21 10:45:56 2010(r241) @@ -144,7 +144,6 @@ @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \ < ${FILESDIR}/seamonkey.desktop.in > \ ${WRKDIR}/seamonkey.desktop - ${LN} -s ${WRKSRC}/suite ${WRKSRC}/mozilla/suite port-pre-install: @${REINPLACE_CMD} -e 's|seamonkey-${PORTVERSION}|seamonkey|' \ Modified: trunk/www/seamonkey2/Makefile == --- trunk/www/seamonkey2/Makefile Thu Jan 21 10:43:57 2010(r240) +++ trunk/www/seamonkey2/Makefile Thu Jan 21 10:45:56 2010(r241) @@ -144,7 +144,6 @@ @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \ < ${FILESDIR}/seamonkey.desktop.in > \ ${WRKDIR}/seamonkey.desktop - ${LN} -s ${WRKSRC}/suite ${WRKSRC}/mozilla/suite port-pre-install: @${REINPLACE_CMD} -e 's|seamonkey-${PORTVERSION}|seamonkey|' \ ___ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"
[SVN-Commit] r242 - branches/experimental/mail/thunderbird3 trunk/mail/thunderbird3
Author: beat Date: Thu Jan 21 10:46:46 2010 New Revision: 242 Log: - Update to 3.0.1 Modified: branches/experimental/mail/thunderbird3/Makefile branches/experimental/mail/thunderbird3/distinfo trunk/mail/thunderbird3/Makefile trunk/mail/thunderbird3/distinfo Modified: branches/experimental/mail/thunderbird3/Makefile == --- branches/experimental/mail/thunderbird3/MakefileThu Jan 21 10:45:56 2010(r241) +++ branches/experimental/mail/thunderbird3/MakefileThu Jan 21 10:46:46 2010(r242) @@ -6,8 +6,7 @@ # PORTNAME= thunderbird -DISTVERSION= 3.0 -PORTREVISION= 1 +DISTVERSION= 3.0.1 CATEGORIES=mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR=${PORTNAME}/releases/${DISTVERSION}/source/ @@ -84,7 +83,6 @@ post-extract:: ${SED} -e 's|@PORTNAME_ICON@|${PORTNAME_ICON}|' \ <${FILESDIR}/thunderbird.desktop.in >${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop - ${LN} -s ${WRKSRC}/mail ${WRKSRC}/mozilla/mail post-patch: ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:C/-pthread/${GECKO_PTHREAD_LIBS}/}|' \ Modified: branches/experimental/mail/thunderbird3/distinfo == --- branches/experimental/mail/thunderbird3/distinfoThu Jan 21 10:45:56 2010(r241) +++ branches/experimental/mail/thunderbird3/distinfoThu Jan 21 10:46:46 2010(r242) @@ -1,3 +1,3 @@ -MD5 (thunderbird-3.0.source.tar.bz2) = 9a564ac2489b1b0f9348dc298b913f6c -SHA256 (thunderbird-3.0.source.tar.bz2) = 750fc955e4474eef9ec36e8193df2811bcafb2b8cf27ecc0ebe65cec2eb33067 -SIZE (thunderbird-3.0.source.tar.bz2) = 60022838 +MD5 (thunderbird-3.0.1.source.tar.bz2) = f004aa5ddf2a30b5df96e06df416b0c9 +SHA256 (thunderbird-3.0.1.source.tar.bz2) = de53a892ffcad7217f17214c15709aba5ba3c5302939d122a28e2515768632af +SIZE (thunderbird-3.0.1.source.tar.bz2) = 59932577 Modified: trunk/mail/thunderbird3/Makefile == --- trunk/mail/thunderbird3/MakefileThu Jan 21 10:45:56 2010(r241) +++ trunk/mail/thunderbird3/MakefileThu Jan 21 10:46:46 2010(r242) @@ -6,8 +6,7 @@ # PORTNAME= thunderbird -DISTVERSION= 3.0 -PORTREVISION= 1 +DISTVERSION= 3.0.1 CATEGORIES=mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR=${PORTNAME}/releases/${DISTVERSION}/source/ @@ -84,7 +83,6 @@ post-extract:: ${SED} -e 's|@PORTNAME_ICON@|${PORTNAME_ICON}|' \ <${FILESDIR}/thunderbird.desktop.in >${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop - ${LN} -s ${WRKSRC}/mail ${WRKSRC}/mozilla/mail post-patch: ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:C/-pthread/${GECKO_PTHREAD_LIBS}/}|' \ Modified: trunk/mail/thunderbird3/distinfo == --- trunk/mail/thunderbird3/distinfoThu Jan 21 10:45:56 2010(r241) +++ trunk/mail/thunderbird3/distinfoThu Jan 21 10:46:46 2010(r242) @@ -1,3 +1,3 @@ -MD5 (thunderbird-3.0.source.tar.bz2) = 9a564ac2489b1b0f9348dc298b913f6c -SHA256 (thunderbird-3.0.source.tar.bz2) = 750fc955e4474eef9ec36e8193df2811bcafb2b8cf27ecc0ebe65cec2eb33067 -SIZE (thunderbird-3.0.source.tar.bz2) = 60022838 +MD5 (thunderbird-3.0.1.source.tar.bz2) = f004aa5ddf2a30b5df96e06df416b0c9 +SHA256 (thunderbird-3.0.1.source.tar.bz2) = de53a892ffcad7217f17214c15709aba5ba3c5302939d122a28e2515768632af +SIZE (thunderbird-3.0.1.source.tar.bz2) = 59932577 ___ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"
[SVN-Commit] r243 - branches/experimental/mail/thunderbird3-i18n trunk/mail/thunderbird3-i18n
Author: beat Date: Thu Jan 21 16:17:36 2010 New Revision: 243 Log: - Update to 3.0.1 Modified: branches/experimental/mail/thunderbird3-i18n/Makefile branches/experimental/mail/thunderbird3-i18n/distinfo trunk/mail/thunderbird3-i18n/Makefile trunk/mail/thunderbird3-i18n/distinfo Modified: branches/experimental/mail/thunderbird3-i18n/Makefile == --- branches/experimental/mail/thunderbird3-i18n/Makefile Thu Jan 21 10:46:46 2010(r242) +++ branches/experimental/mail/thunderbird3-i18n/Makefile Thu Jan 21 16:17:36 2010(r243) @@ -6,7 +6,7 @@ # PORTNAME= thunderbird3-i18n -PORTVERSION= 3.0 +PORTVERSION= 3.0.1 CATEGORIES=mail MASTER_SITE_SUBDIR=thunderbird/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: branches/experimental/mail/thunderbird3-i18n/distinfo == --- branches/experimental/mail/thunderbird3-i18n/distinfo Thu Jan 21 10:46:46 2010(r242) +++ branches/experimental/mail/thunderbird3-i18n/distinfo Thu Jan 21 16:17:36 2010(r243) @@ -1,102 +1,102 @@ -MD5 (xpi/thunderbird3-i18n-3.0/af.xpi) = 8d8a99ae51a36dbad45086091f3af265 -SHA256 (xpi/thunderbird3-i18n-3.0/af.xpi) = d2541dbd4dea07db31cc55e955728d2d7c5977808705fa7a53f1001e7ef1ab81 -SIZE (xpi/thunderbird3-i18n-3.0/af.xpi) = 200280 -MD5 (xpi/thunderbird3-i18n-3.0/be.xpi) = c2109ef9bc65ef56cc99a1d83a0f213a -SHA256 (xpi/thunderbird3-i18n-3.0/be.xpi) = fedfda555bfb5593b6ae202d2d7dd006c242b150ef6285c43bbb9e280e3e5daa -SIZE (xpi/thunderbird3-i18n-3.0/be.xpi) = 189166 -MD5 (xpi/thunderbird3-i18n-3.0/bg.xpi) = da084503bcd47c36e2e941814c8a3367 -SHA256 (xpi/thunderbird3-i18n-3.0/bg.xpi) = 16a92682dd18a4accf4389743568de8a075d726376f3df9e5d2980cfb7ff3f74 -SIZE (xpi/thunderbird3-i18n-3.0/bg.xpi) = 222515 -MD5 (xpi/thunderbird3-i18n-3.0/ca.xpi) = 27a7b931ff78b152393fa4d60fe128dd -SHA256 (xpi/thunderbird3-i18n-3.0/ca.xpi) = ec63b0e3364fb12780984c071c5d8f7a8edea2963ff32fd08b6b8aa55fd32fcb -SIZE (xpi/thunderbird3-i18n-3.0/ca.xpi) = 207484 -MD5 (xpi/thunderbird3-i18n-3.0/cs.xpi) = 299ad316273c3b1f89946cc5bfe3b0e9 -SHA256 (xpi/thunderbird3-i18n-3.0/cs.xpi) = cde5eaddf1de37356e2f0cf778789b96fa0135be3d1a113ee34ec572fb928fd0 -SIZE (xpi/thunderbird3-i18n-3.0/cs.xpi) = 207756 -MD5 (xpi/thunderbird3-i18n-3.0/de.xpi) = 6933a5154a806bee570a2312fa03b596 -SHA256 (xpi/thunderbird3-i18n-3.0/de.xpi) = 663c8ddeb8258e9645cc9aedf5e5b2724b57ad9e5f8018f37919bfecd4b9db5b -SIZE (xpi/thunderbird3-i18n-3.0/de.xpi) = 211361 -MD5 (xpi/thunderbird3-i18n-3.0/el.xpi) = a6cf40a3990e31bdde581e70b021e826 -SHA256 (xpi/thunderbird3-i18n-3.0/el.xpi) = ecb32766910537d242c1600e3a09c056d642429f59f5eb592020963e660bc04b -SIZE (xpi/thunderbird3-i18n-3.0/el.xpi) = 226881 -MD5 (xpi/thunderbird3-i18n-3.0/en-GB.xpi) = 68e19665fa8c09c93bcc254f12a64997 -SHA256 (xpi/thunderbird3-i18n-3.0/en-GB.xpi) = 8d0977fde180d8c3717f15766eb36d23747fdb9e76dd3ee1e7c3ce9475b4a1f9 -SIZE (xpi/thunderbird3-i18n-3.0/en-GB.xpi) = 193363 -MD5 (xpi/thunderbird3-i18n-3.0/es-AR.xpi) = 992bec66a16e0acb19b9683693b7a62c -SHA256 (xpi/thunderbird3-i18n-3.0/es-AR.xpi) = d74084408bf6bb91092726a36d9dfa7b8d979e2c8439a6b621d81ea7fe04f5a4 -SIZE (xpi/thunderbird3-i18n-3.0/es-AR.xpi) = 207602 -MD5 (xpi/thunderbird3-i18n-3.0/es-ES.xpi) = c2d966c83e9aa8cf3ac22d88b166c9c1 -SHA256 (xpi/thunderbird3-i18n-3.0/es-ES.xpi) = 175cf1fd7b8e4b9a538adaad1892ebebd84b636afe24bb24d9ae571eeae53c5d -SIZE (xpi/thunderbird3-i18n-3.0/es-ES.xpi) = 168066 -MD5 (xpi/thunderbird3-i18n-3.0/eu.xpi) = 9a89aaff115e91bca3f467cc1ee91914 -SHA256 (xpi/thunderbird3-i18n-3.0/eu.xpi) = c0cca7570033eeb6b4afe50822f59731145f24e2605fe41a66cb9eadfe9274c0 -SIZE (xpi/thunderbird3-i18n-3.0/eu.xpi) = 200869 -MD5 (xpi/thunderbird3-i18n-3.0/fi.xpi) = 957fea1ae9d3f523bc805e778287089e -SHA256 (xpi/thunderbird3-i18n-3.0/fi.xpi) = e2110702ad070aaae9b7f4025d8f922de2efeda8f8bdbf09b9997574db921492 -SIZE (xpi/thunderbird3-i18n-3.0/fi.xpi) = 208348 -MD5 (xpi/thunderbird3-i18n-3.0/fr.xpi) = 4730fad9f07b0c3a9e824bbfc7edc9e4 -SHA256 (xpi/thunderbird3-i18n-3.0/fr.xpi) = c3576516bcd29988b6d276813d6032a2e6fd82438ea9913ae5c17c4b862b435a -SIZE (xpi/thunderbird3-i18n-3.0/fr.xpi) = 210244 -MD5 (xpi/thunderbird3-i18n-3.0/ga-IE.xpi) = 2fa313427986bf4e07e23cb2dfa4aa48 -SHA256 (xpi/thunderbird3-i18n-3.0/ga-IE.xpi) = 4148523327dfffbde4745947b41ba0cfae772158b91400c100e5fabaf7feb868 -SIZE (xpi/thunderbird3-i18n-3.0/ga-IE.xpi) = 208835 -MD5 (xpi/thunderbird3-i18n-3.0/he.xpi) = f6ab679a8eff8417eedf68c23d4ea87e -SHA256 (xpi/thunderbird3-i18n-3.0/he.xpi) = 058bd1c8087341f179dda8472b192984745bd73ba0c8ff58ae4507396a802a20 -SIZE (xpi/thunderbird3-i18n-3.0/he.xpi) = 192168 -MD5 (xpi/thunderbird3-i18n-3.0/hu.xpi) = 99ae79a9780c43d9ce5b0fe0ae3c377e -SHA256 (xpi/thunderbird3-i18n-3.0/hu.xpi) = 9f81cb0af92ced8971b40128347b154072e9e20933784b8d20cb636cc5cc5842 -SIZE (xpi/
Re: ports/143049: [UPDATE] ports/mail/thunderbird3
Synopsis: [UPDATE] ports/mail/thunderbird3 State-Changed-From-To: open->closed State-Changed-By: beat State-Changed-When: Thu Jan 21 21:15:21 UTC 2010 State-Changed-Why: Please do not report updating requests via GNATS for ports maintained by ge...@. The gecko team knows when new versions were released upstream. We try to update the ports as soon as possible but please keep in mind that we need to test it on several supported FreeBSD versions and different platforms. We also try to do as much runtime testing as possible and this takes some time. With Thunderbird 3.0.1 we were facing an installation problem for which we had to fix bsd.gecko.mk first. Making a change in bsd.gecko.mk needs a lot of testing because we have to make sure that all ports using bsd.gecko.mk still builds fine. If you like to track our development please subscribe to freebsd-gecko because we commit every change to our development repository first and a commit mail including a diff will be sent to this list. Nevertheless patches and feedback are very welcome and highly appreciated. http://www.freebsd.org/cgi/query-pr.cgi?pr=143049 ___ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"