Firetray is a system tray Add-ons for firefox. WWW: http://code.google.com/p/firetray/ Generated with FreeBSD Port Tools 0.99 Not sure whether to put it in www/ or mail/, personally I use it with thunderbird 3.1 as a replacement for moztraybiff.
Responsible Changed From-To: freebsd-ports-bugs->decke I'll take it.
Hi. I cannot get firetray to build correctly in my tinderbox. Looks like it does not find include files from nspr correctly. http://tb2.bluelife.at/errors/8-STABLE/firetray-0.2.8.log http://tb2.bluelife.at/errors/7-STABLE/firetray-0.2.8.log http://tb2.bluelife.at/errors/6-STABLE/firetray-0.2.8.log -- Bernhard Froehlich http://www.bluelife.at/
on 03/09/2010 17:01 Bernhard Froehlich said the following: > Hi. > > I cannot get firetray to build correctly in my tinderbox. Looks like it > does not find include files from nspr correctly. > > http://tb2.bluelife.at/errors/8-STABLE/firetray-0.2.8.log > http://tb2.bluelife.at/errors/7-STABLE/firetray-0.2.8.log > http://tb2.bluelife.at/errors/6-STABLE/firetray-0.2.8.log > Sorry about that. The issue seems to be this: ====================<phase 3: make patch>==================== add_pkg ===> Patching for firetray-0.2.8 ===> Applying FreeBSD patches for firetray-0.2.8 /usr/local/bin/pkg-config: not found ================================================================ The problem is that pkg-config is needed during patch stage. I specified USE_GNOME=pkgconfig, but that's probably used for build dependency, but not for a patch one. So, I guess, it should be specified via PATCH_DEPENDS additionally/instead. -- Andriy Gapon
decke 2010-09-06 08:28:59 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/firetray Makefile distinfo pkg-descr mail/firetray/files patch-components_SConscript Log: Firetray is a system tray add-on for firefox. WWW: http://code.google.com/p/firetray/ PR: ports/150048 Submitted by: Andriy Gapon <avg at icyb dot net dot ua> Approved by: beat (co-mentor) Revision Changes Path 1.1034 +1 -0 ports/mail/Makefile 1.1 +50 -0 ports/mail/firetray/Makefile (new) 1.1 +3 -0 ports/mail/firetray/distinfo (new) 1.1 +20 -0 ports/mail/firetray/files/patch-components_SConscript (new) 1.1 +3 -0 ports/mail/firetray/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!