How to turn off Firefox upgrade tab

2007-02-20 Thread Lars Eighner

Since I upgraded, Firefox seems to call home and load it's homepage
in a tab on top every time it fires up, not matter what I do.  Preferences
still say to open firefox with my home page.  I tried blanking every
url in about:config that has the mozilla url, but that won't stop the
behavior.

Also, is there a way to disable both new tabs and new windows (i.e. force
reuse the same window always)?

--
Lars Eighner
http://www.larseighner.com/index.html
8800 N IH35 APT 1191 AUSTIN TX 78753-5266

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: [Bsd-sharp-list] [ports/lang/mono] crosstalk compiling problem between installed mono and port's mono

2007-02-20 Thread Kostik Belousov
On Mon, Feb 19, 2007 at 01:03:45PM -0500, Tom McLaughlin wrote:
> On Mon, 2007-02-19 at 11:21 +0200, Kostik Belousov wrote:
> > On Mon, Feb 19, 2007 at 12:16:18AM -0500, Tom McLaughlin wrote:
> > > On Sat, 2007-02-17 at 20:42 -0300, Phillip N. wrote:
> > > > Hey Nork
> > > > 
> > > > Do you get the same (port)upgrade problem if you add the following in
> > > > mono port's Makefile?
> > > > 
> > > > MAKE_ARGS=  EXTERNAL_MCS=false
> > > > 
> > > > bye!
> > > 
> > > I just committed the fix to the FreeBSD tree so all builds attempt to
> > > use the bundled mcs and not an already installed mcs.  Thanks Phillip.
> > > 
> > 
> > With rev. 1.63 of lang/mono/Makefile, I got the following error doing
> > portupgrade:
> > 
> 
> Can you email me the full build log?  What version of Mono do you have
> installed currently and was it installed via ports or packages?  The
> build is using the bundled compiler now but it's still using previously
> installed system libraries.
mono-1.2.2.1_1, installed from ports.

Full build log and config.log are available at
http://people.freebsd.org/~kib/mono-20070220


pgprJCSsrgNOF.pgp
Description: PGP signature


Re: [Bsd-sharp-list] [ports/lang/mono] crosstalk compiling problem between installed mono and port's mono

2007-02-20 Thread Tom McLaughlin
On Mon, 2007-02-19 at 11:21 +0200, Kostik Belousov wrote:
> On Mon, Feb 19, 2007 at 12:16:18AM -0500, Tom McLaughlin wrote:
> > On Sat, 2007-02-17 at 20:42 -0300, Phillip N. wrote:
> > > Hey Nork
> > > 
> > > Do you get the same (port)upgrade problem if you add the following in
> > > mono port's Makefile?
> > > 
> > > MAKE_ARGS=  EXTERNAL_MCS=false
> > > 
> > > bye!
> > 
> > I just committed the fix to the FreeBSD tree so all builds attempt to
> > use the bundled mcs and not an already installed mcs.  Thanks Phillip.
> > 
> 
> With rev. 1.63 of lang/mono/Makefile, I got the following error doing
> portupgrade:
> 

Can you email me the full build log?  What version of Mono do you have
installed currently and was it installed via ports or packages?  The
build is using the bundled compiler now but it's still using previously
installed system libraries.

tom

> MONO_PATH="../../class/lib/net_2_0_bootstrap:$MONO_PATH" 
> /usr/home/buddha/portsworkdir/usr/ports/lang/mono/work/mono-1.2.2.1/runtime/mono-wrapper
>   ../../class/lib/net_2_0_bootstrap/mcs.exe /codepage:65001   -d:NET_1_1 
> -d:BOOTSTRAP_NET_2_0 -debug /noconfig -r:System.dll -unsafe -target:library 
> -out:Mono.Security.dll  @Mono.Security.dll.sources
> 
> ** (../../class/lib/net_2_0_bootstrap/mcs.exe:59072): WARNING **: Missing 
> method .ctor in assembly 
> /usr/local/lib/mono/gac/I18N/2.0.0.0__0738eb9f132ed756/I18N.dll, type 
> System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
> 
> ** ERROR **: Can't find custom attr constructor image: 
> /usr/local/lib/mono/gac/I18N/2.0.0.0__0738eb9f132ed756/I18N.dll mtoken: 
> 0x0a48
> aborting...
> Stacktrace:
> 
>   at (wrapper managed-to-native) System.AppDomain.LoadAssembly 
> (string,System.Security.Policy.Evidence,bool) <0x4>
>   at (wrapper managed-to-native) System.AppDomain.LoadAssembly 
> (string,System.Security.Policy.Evidence,bool) <0x>
>   at System.AppDomain.Load (string) <0x00018>
>   at (wrapper remoting-invoke-with-check) System.AppDomain.Load (string) 
> <0x>
>   at System.Reflection.Assembly.Load (string) <0x0001b>
>   at System.Text.Encoding.InvokeI18N (string,object[]) <0x0007c>
>   at System.Text.Encoding.GetEncoding (string) <0x0015d>
>   at System.Text.Encoding.get_Default () <0x0006b>
>   at System.Console..cctor () <0x000e0>
>   at (wrapper runtime-invoke) System.Object.runtime_invoke_void 
> (object,intptr,intptr,intptr) <0x>
>   at Mono.CSharp.Report..cctor () <0x>
>   at Mono.CSharp.Report..cctor () <0xa>
>   at (wrapper runtime-invoke) System.Object.runtime_invoke_void 
> (object,intptr,intptr,intptr) <0x>
> Abort trap (core dumped)
> gmake[8]: *** [../../class/lib/net_2_0_bootstrap/Mono.Security.dll] Error 134
> gmake[8]: Leaving directory 
> `/usr/home/buddha/portsworkdir/usr/ports/lang/mono/work/mono-1.2.2.1/mcs/class/Mono.Security'
> gmake[7]: *** [do-all] Error 2
> gmake[7]: Leaving directory 
> `/usr/home/buddha/portsworkdir/usr/ports/lang/mono/work/mono-1.2.2.1/mcs/class/Mono.Security'
> gmake[6]: *** [all-recursive] Error 1
> gmake[6]: Leaving directory 
> `/usr/home/buddha/portsworkdir/usr/ports/lang/mono/work/mono-1.2.2.1/mcs/class'
> gmake[5]: *** [all-recursive] Error 1
> gmake[5]: Leaving directory 
> `/usr/home/buddha/portsworkdir/usr/ports/lang/mono/work/mono-1.2.2.1/mcs'
> gmake[4]: *** [profile-do--net_2_0_bootstrap--all] Error 2
> gmake[4]: Leaving directory 
> `/usr/home/buddha/portsworkdir/usr/ports/lang/mono/work/mono-1.2.2.1/mcs'
> gmake[3]: *** [profiles-do--all] Error 2
> gmake[3]: Leaving directory 
> `/usr/home/buddha/portsworkdir/usr/ports/lang/mono/work/mono-1.2.2.1/mcs'
> gmake[2]: *** [all-local] Error 2
> gmake[2]: Leaving directory 
> `/usr/home/buddha/portsworkdir/usr/ports/lang/mono/work/mono-1.2.2.1/runtime'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory 
> `/usr/home/buddha/portsworkdir/usr/ports/lang/mono/work/mono-1.2.2.1'
> gmake: *** [all] Error 2
> *** Error code 2
> 
> Stop in /usr/ports/lang/mono.
> ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.80766.0 
> env UPGRADE_TOOL=portupgrade UPGRADE_PORT=mono-1.2.2.1_1 
> UPGRADE_PORT_VER=1.2.2.1_1 make WANT_OPENLDAP_VER=23 WANT_OPENLDAP_SASL=yes 
> WANT_FAM_SYSTEM=fam WITH_BDB_VER=44 WITH_GECKO=firefox 
> WITH_GHOSTSCRIPT_AFPL=yes WITH_UNIXODBC=yes DISABLE_VULNERABILITIES=yes 
> NO_IGNORE=yes
> ** Fix the problem and try again.
> 
-- 
| tmclaugh at sdf.lonestar.org tmclaugh at FreeBSD.org |
| FreeBSD   http://www.FreeBSD.org |
| BSD#http://www.mono-project.com/Mono:FreeBSD |

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: [Bsd-sharp-list] [ports/lang/mono] crosstalk compiling problem between installed mono and port's mono

2007-02-20 Thread Tom McLaughlin
On Tue, 2007-02-20 at 13:01 +0200, Kostik Belousov wrote:
> On Mon, Feb 19, 2007 at 01:03:45PM -0500, Tom McLaughlin wrote:
> > On Mon, 2007-02-19 at 11:21 +0200, Kostik Belousov wrote:
> > > On Mon, Feb 19, 2007 at 12:16:18AM -0500, Tom McLaughlin wrote:
> > > > On Sat, 2007-02-17 at 20:42 -0300, Phillip N. wrote:
> > > > > Hey Nork
> > > > > 
> > > > > Do you get the same (port)upgrade problem if you add the following in
> > > > > mono port's Makefile?
> > > > > 
> > > > > MAKE_ARGS=  EXTERNAL_MCS=false
> > > > > 
> > > > > bye!
> > > > 
> > > > I just committed the fix to the FreeBSD tree so all builds attempt to
> > > > use the bundled mcs and not an already installed mcs.  Thanks Phillip.
> > > > 
> > > 
> > > With rev. 1.63 of lang/mono/Makefile, I got the following error doing
> > > portupgrade:
> > > 
> > 
> > Can you email me the full build log?  What version of Mono do you have
> > installed currently and was it installed via ports or packages?  The
> > build is using the bundled compiler now but it's still using previously
> > installed system libraries.
> mono-1.2.2.1_1, installed from ports.
> 
> Full build log and config.log are available at
> http://people.freebsd.org/~kib/mono-20070220

Mind trying the patch below?  This is the recomendation I go from the
Mono folks but i want someone who can reproduce the problem to test it.
Thanks.

tom

--- Makefile19 Feb 2007 04:41:07 -  1.63
+++ Makefile20 Feb 2007 13:21:03 -
@@ -32,6 +32,7 @@
--with-gc=included \
--with-tls=pthread
 MAKE_ARGS= EXTERNAL_MCS=false
+MAKE_ENV=  MONO_PATH=""
 
 MAN1=  al.1 cert2spc.1 certmgr.1 chktrust.1 cilc.1 disco.1 dtd2xsd.1 \
gacutil.1 genxs.1 ilasm.1 jay.1 macpack.1 makecert.1 mcs.1 \



-- 
| tmclaugh at sdf.lonestar.org tmclaugh at FreeBSD.org |
| FreeBSD   http://www.FreeBSD.org |
| BSD#http://www.mono-project.com/Mono:FreeBSD |

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: [Bsd-sharp-list] [ports/lang/mono] crosstalk compiling problem between installed mono and port's mono

2007-02-20 Thread Kostik Belousov
On Tue, Feb 20, 2007 at 08:23:17AM -0500, Tom McLaughlin wrote:
> On Tue, 2007-02-20 at 13:01 +0200, Kostik Belousov wrote:
> > On Mon, Feb 19, 2007 at 01:03:45PM -0500, Tom McLaughlin wrote:
> > > On Mon, 2007-02-19 at 11:21 +0200, Kostik Belousov wrote:
> > > > On Mon, Feb 19, 2007 at 12:16:18AM -0500, Tom McLaughlin wrote:
> > > > > On Sat, 2007-02-17 at 20:42 -0300, Phillip N. wrote:
> > > > > > Hey Nork
> > > > > > 
> > > > > > Do you get the same (port)upgrade problem if you add the following 
> > > > > > in
> > > > > > mono port's Makefile?
> > > > > > 
> > > > > > MAKE_ARGS=  EXTERNAL_MCS=false
> > > > > > 
> > > > > > bye!
> > > > > 
> > > > > I just committed the fix to the FreeBSD tree so all builds attempt to
> > > > > use the bundled mcs and not an already installed mcs.  Thanks Phillip.
> > > > > 
> > > > 
> > > > With rev. 1.63 of lang/mono/Makefile, I got the following error doing
> > > > portupgrade:
> > > > 
> > > 
> > > Can you email me the full build log?  What version of Mono do you have
> > > installed currently and was it installed via ports or packages?  The
> > > build is using the bundled compiler now but it's still using previously
> > > installed system libraries.
> > mono-1.2.2.1_1, installed from ports.
> > 
> > Full build log and config.log are available at
> > http://people.freebsd.org/~kib/mono-20070220
> 
> Mind trying the patch below?  This is the recomendation I go from the
> Mono folks but i want someone who can reproduce the problem to test it.
> Thanks.
> 
> tom
> 
> --- Makefile19 Feb 2007 04:41:07 -  1.63
> +++ Makefile20 Feb 2007 13:21:03 -
> @@ -32,6 +32,7 @@
> --with-gc=included \
> --with-tls=pthread
>  MAKE_ARGS= EXTERNAL_MCS=false
> +MAKE_ENV=  MONO_PATH=""
>  
>  MAN1=  al.1 cert2spc.1 certmgr.1 chktrust.1 cilc.1 disco.1 dtd2xsd.1 
> \
> gacutil.1 genxs.1 ilasm.1 jay.1 macpack.1 makecert.1 mcs.1 \
> 
> 
> 
It seems it ended up with the same (or similar) failure:
http://people.freebsd.org/~kib/mono-20070220/mono.1.log


pgpUMRij7eMUU.pgp
Description: PGP signature


FreeBSD Port: net/nylon

2007-02-20 Thread Alexander Kupferthaler
Hi!

The Port net/nylon is currently at version 1.2. The latest version available
is 1.21.

I successfully installed version 1.21 on FBSD 6.2 by changing PORTVERSION to
1.21 (and changing PORTREVISION, make makesum or course). Installs and runs
fine so far...

If anyone could update it that would be very nice.
Thanks,
Atz

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


libgpg-error version mismatch

2007-02-20 Thread Ranko Sredojevic

Hi all;

I'm not really sure if this belongs exactly here, but here we go:

I was way careless... managed to forget that GNOME (2.14 to 2.16, and I
track RELENG_6) should be upgraded through the upgrade script
and had run portupgrade, which failed. After that I fetched the upgrade
script  and  tried it. It finished successfully but
after reboot GDM was not there (and I was greeted with login prompt in a
console). I don't even remember all that I did,
and I decided to fresh start:

- CVSUP-ed and tried installing GNOME2 port which failed
- deleted /usr/ports and CVSUP-ed again (eventually) and GNOME2 still fails
- did 20060926 from UPGRADING and it still fails (in short: portupgrade -rf
libgpg-error-\*)
- rebuilt kernel and world (at which point I got rid of the ULE scheduler
--- but for the record couldn't see too much difference from 4BSD in
day-to-day desktop use, and it had run for >250 days without a reboot)

So, now I'm out of "shots" :) The problem is:

\begin{quote}

/libexec/ld-elf.so.1: Shared object "libgpg-error.so.2" not found, required
by "xsltproc"
gmake[3]: *** [fdl-C.omf] Error 1
gmake[3]: Leaving directory `/usr/ports/x11/gnome-desktop/work/gnome-
desktop-2.16.3/desktop-docs/fdl'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/x11/gnome-desktop/work/gnome-
desktop-2.16.3/desktop-docs'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11/gnome-desktop/work/gnome-
desktop-2.16.3'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/x11/gnome-desktop.
*** Error code 1

Stop in /usr/ports/x11-toolkits/eel.
*** Error code 1

Stop in /usr/ports/sysutils/gnome-control-center.
*** Error code 1

Stop in /usr/ports/x11/gnome-applets.
*** Error code 1

Stop in /usr/ports/x11/gnome2.

\end{quote}

while

\begin{quote}

sumadinac# ls -al /libexec | grep ld-elf
-r-xr-xr-x   1 root  wheel  201312 Feb 14 15:58 ld-elf.so.1
-r-xr-xr-x   1 root  wheel  172232 Dec 24  2005 ld-elf.so.1.old
-r-xr-xr-x   1 root  wheel  175800 Feb 14 16:00 ld-elf32.so.1
-r-xr-xr-x   1 root  wheel  149312 Dec 24  2005 ld-elf32.so.1.old

\end{quote}

So the library was rebuilt, and installed (I guess this happens when I do
buildworld since it's not in the ports).
Yet, it still doesn't recognize libgpg-error.so.3 which is there, I guess
instead libgpg-error.so.2. I saw that some
people have a hack: make a symbolic link named .so.2 to point to .so.3 but
since I'm upgrading, I thought it'd make
sense to do it properly...

What (apart from doing portupgrade in the beginning :) ) did I do wrong
here? Didn't discover too much googling about this,
except of couple port problems but not something like this...

Thanks,
rasha
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How to turn off Firefox upgrade tab

2007-02-20 Thread Philipp Ost

Lars Eighner wrote:

Since I upgraded, Firefox seems to call home and load it's homepage
in a tab on top every time it fires up, not matter what I do.  Preferences
still say to open firefox with my home page.  I tried blanking every
url in about:config that has the mozilla url, but that won't stop the
behavior.


Close that tab and it should be done.



Also, is there a way to disable both new tabs and new windows (i.e. force
reuse the same window always)?


You mean if you click on a link? If yes, you can configure that in 
Preferences -> Tabs; or the appropriate entry in about:config of course ;)



HTH,
Philipp
--
www.familie-ost.info/~pj
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD Port:sysutils/fusefs-ntfs broken

2007-02-20 Thread Max Khon
Hi!

On Wed, Feb 07, 2007 at 04:37:51PM +, Abdullah Ibn Hamad Al-Marri wrote:

> => ntfs-3g-0.20070118-BETA.tgz doesn't seem to exist in 
> /usr/ports/distfiles/.
> => Attempting to fetch from http://www.ntfs-3g.org/.
> fetch: http://www.ntfs-3g.org/ntfs-3g-0.20070118-BETA.tgz: Not Found
> => Attempting to fetch from 
> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
> fetch: 
> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ntfs-3g-0.20070118-BETA.tgz:
> File unavailable (e.g., file not found, no access)
> => Couldn't fetch it - please try to retrieve this
> => port manually into /usr/ports/distfiles/ and try again.
> *** Error code 1
> 
> The file isn't in the master site and not in the FreeBSD ftp server as well.
> 
> RC1 released as well.

I updated port to RC1 about a week ago.

/fjoe
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: libgpg-error version mismatch

2007-02-20 Thread Doug Barton
Ranko Sredojevic wrote:

> /libexec/ld-elf.so.1: Shared object "libgpg-error.so.2" not found, required
> by "xsltproc"

I think you misunderstand the problem. ld-elf.so.1 doesn't need
libgpg-error.so.2, whatever xsltproc is needs it. You can do:

grep xsltproc /var/db/pkg/*/*

and that should tell you what port to rebuild. Or you could do
'portupgrade -r' and specify whatever version of libgpg-error you have
installed currently.

hth,

Doug

-- 

This .signature sanitized for your protection
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: libgpg-error version mismatch

2007-02-20 Thread Ranko Sredojevic

Thanks, that did it. I was completely on the wrong track... Though, one
would think that

portupgrade -rf libgpg-error-\*

would do the same thing? (rebuild xsltproc?)

Cheers,
rasha

On 2/20/07, Doug Barton <[EMAIL PROTECTED]> wrote:


Ranko Sredojevic wrote:

> /libexec/ld-elf.so.1: Shared object "libgpg-error.so.2" not found,
required
> by "xsltproc"

I think you misunderstand the problem. ld-elf.so.1 doesn't need
libgpg-error.so.2, whatever xsltproc is needs it. You can do:

grep xsltproc /var/db/pkg/*/*

and that should tell you what port to rebuild. Or you could do
'portupgrade -r' and specify whatever version of libgpg-error you have
installed currently.

hth,

Doug

--

This .signature sanitized for your protection


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Portmanager Issue

2007-02-20 Thread Doug Barton
Jay Chandler wrote:
> Just came over to the portmanager boat from portupgrade.
> I attempt to update, and portmanager keeps getting upset that apache 1.3
> isn't installed (as a dependancy for a few ports, such as
> mailscanner-mrtg), yet apache22 is running just fine.
> 
> Is this a problem in the ports dependencies, or is this a portmanager
> problem?  Portupgrade never said much about it...

You might want to try portmaster. As long as each port properly
registers CONFLICTS (which I believe the apache ports do) then you
won't have this issue.

hth,

Doug

-- 

This .signature sanitized for your protection
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


graphics/netpbm and mail/p5-FuzzyOcr-devel ports

2007-02-20 Thread Tom Hedges
I'm running a mail server on FreeBSD 6.2-RELEASE amd64 and want to 
use all the cool latest spamassassin stuff, in particular FuzzyOcr 
(does OCR on image spam).


I have been doing cvsup on my ports tree to get the latest port updates.

The netpbm devel version is 10.31 dated 05.12.23, not really very 
new! They are up to 10.37.0 dated 06.12.31 on SourceForge. In version 
10.34 a new command pamthreshold was added, and fixed through 10.36


FuzzyOcr needs pamthreshold in its latest version 3.5.1, which newer 
than mail/p5-FuzzyOcr-devel which is 3.4.2. It was a major rewrite, 
but easy to manually update since it's written in Perl.


I want to request that p5-FuzzyOcr-devel be updated to 3.5.1 (fairly 
major Makefile redo for port), and that netpbm be updated to at least 
10.36.


This is a biggee for spamassassin users, the new version of FuzzyOcr 
is very well written and works very well.


Thanks,
Tom

netpbm: http://svn.sourceforge.net/viewvc/netpbm/trunk/doc/HISTORY?view=markup

FuzzyOcr: http://fuzzyocr.own-hero.net/wiki/Installation-3.5.x
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD Port: net/nylon

2007-02-20 Thread Boris Samorodov
On Tue, 20 Feb 2007 14:59:12 +0100 Alexander Kupferthaler wrote:

> The Port net/nylon is currently at version 1.2. The latest version available
> is 1.21.

> I successfully installed version 1.21 on FBSD 6.2 by changing PORTVERSION to
> 1.21 (and changing PORTREVISION, make makesum or course). Installs and runs
> fine so far...

> If anyone could update it that would be very nice.

Done, thanks!


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: [Bsd-sharp-list] [ports/lang/mono] crosstalk compiling problem between installed mono and port's mono

2007-02-20 Thread Tom McLaughlin
On Tue, 2007-02-20 at 15:43 +0200, Kostik Belousov wrote:
> On Tue, Feb 20, 2007 at 08:23:17AM -0500, Tom McLaughlin wrote:
> > On Tue, 2007-02-20 at 13:01 +0200, Kostik Belousov wrote:
> > > On Mon, Feb 19, 2007 at 01:03:45PM -0500, Tom McLaughlin wrote:
> > > > On Mon, 2007-02-19 at 11:21 +0200, Kostik Belousov wrote:
> > > > > On Mon, Feb 19, 2007 at 12:16:18AM -0500, Tom McLaughlin wrote:
> > > > > > On Sat, 2007-02-17 at 20:42 -0300, Phillip N. wrote:
> > > > > > > Hey Nork
> > > > > > > 
> > > > > > > Do you get the same (port)upgrade problem if you add the 
> > > > > > > following in
> > > > > > > mono port's Makefile?
> > > > > > > 
> > > > > > > MAKE_ARGS=  EXTERNAL_MCS=false
> > > > > > > 
> > > > > > > bye!
> > > > > > 
> > > > > > I just committed the fix to the FreeBSD tree so all builds attempt 
> > > > > > to
> > > > > > use the bundled mcs and not an already installed mcs.  Thanks 
> > > > > > Phillip.
> > > > > > 
> > > > > 
> > > > > With rev. 1.63 of lang/mono/Makefile, I got the following error doing
> > > > > portupgrade:
> > > > > 
> > > > 
> > > > Can you email me the full build log?  What version of Mono do you have
> > > > installed currently and was it installed via ports or packages?  The
> > > > build is using the bundled compiler now but it's still using previously
> > > > installed system libraries.
> > > mono-1.2.2.1_1, installed from ports.
> > > 
> > > Full build log and config.log are available at
> > > http://people.freebsd.org/~kib/mono-20070220
> > 
> > Mind trying the patch below?  This is the recomendation I go from the
> > Mono folks but i want someone who can reproduce the problem to test it.
> > Thanks.
> > 
> > tom
> > 
> > --- Makefile19 Feb 2007 04:41:07 -  1.63
> > +++ Makefile20 Feb 2007 13:21:03 -
> > @@ -32,6 +32,7 @@
> > --with-gc=included \
> > --with-tls=pthread
> >  MAKE_ARGS= EXTERNAL_MCS=false
> > +MAKE_ENV=  MONO_PATH=""
> >  
> >  MAN1=  al.1 cert2spc.1 certmgr.1 chktrust.1 cilc.1 disco.1 
> > dtd2xsd.1 \
> > gacutil.1 genxs.1 ilasm.1 jay.1 macpack.1 makecert.1 mcs.1 \
> > 
> > 
> > 
> It seems it ended up with the same (or similar) failure:
> http://people.freebsd.org/~kib/mono-20070220/mono.1.log

Since that doesn't work I'll have access to a box where this is
occurring in order to try some things soon.

tom

-- 
| tmclaugh at sdf.lonestar.org tmclaugh at FreeBSD.org |
| FreeBSD   http://www.FreeBSD.org |
| BSD#http://www.mono-project.com/Mono:FreeBSD |

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: [kde-freebsd] Adding a nice kde port "Kwlan"

2007-02-20 Thread Abdullah Ibn Hamad Al-Marri

On 1/7/07, Ion-Mihai IOnut Tetcu <[EMAIL PROTECTED]> wrote:

On Sun, 7 Jan 2007 11:26:43 +0300
"Abdullah Al-Marrie" <[EMAIL PROTECTED]> wrote:

> Hello Guys,
>
> Could someone please make a port for Kwlan which is a great app and
> nice addition for FreeBSD?
>
> It make FreeBSD more friendly for desktop/laptop users :)
>
> http://www.kde-apps.org/content/show.php?content=37041

Either I'm missing something very obvious or the tarball misses files:

In file included from main.cpp:3:
kwlanmainwin.h:11:19: kwlan.h: No such file or directory

Also from what he author writes, at least on Suse, it won't build with
automake-1.9, only 1.7


Greetings Ion-Mihai,

I got this msg from the author last night. :)

quote "Re: some issues
Does the problem still exist with 0.6.0?
If so, can you send be the output of your
configure / make?
It should work with automake 1.9 now, I need to
change this in the documentation.

Regards,
Tom."

So could you please check it out now?:)

--
Regards,

-Abdullah Ibn Hamad Al-Marri
Arab Portal
http://www.WeArab.Net/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice 2 (RC, devel) broken

2007-02-20 Thread Oliver Lehmann
Maho NAKATA wrote:

> Hmm, I don't know. Recently I'm verifying the build with 6.2-RELEASE/amd64.
> Does anybody have same error?

Hm... still not works - are you sure you verified it with the latest gcc
4.1 port installed?

-- 
 Oliver Lehmann
  http://www.pofo.de/
  http://wishlist.ans-netz.de/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Patch to add package-smart target

2007-02-20 Thread Adam Martin

Hello,

	I wasn't sure who to send this to, but Benno Rice suggested ports@  
and kris@, so I've done both.  I've created a patch for a target that  
I've added to bsd.ports.mk (in /usr/ports/Mk/) a while back, to fix  
what I consider a "problem" in package-recursive.  package-recursive  
always re-builds a tarball for every package in the dependancy chain,  
even if said tarball exists.  package-smart will skip that step for  
all tarballs that already exist.  (It's not perfect, but I thought  
somebody should look at it, and see what they can do with it.)


The patch is attached.

Regards,

--
ADAM David Alan Martin



adam.patch
Description: Binary data
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: How to contribute to the pkg_* tools project ?

2007-02-20 Thread Alexander Leidinger

Quoting Lockless <[EMAIL PROTECTED]> (from Tue, 20 Feb 2007 21:30:19 +0100):


We (Lucas  H. and Alexandre  C.) are two young students
from France. We have a quite good theoretical knowledge of C
programing, but we would like to improve our experience in real
projects. So we looked at the Projects Ideas on the FreeBSD website,
and finally found out that contributing to the pkg_* tools could be
great, but there was no e-mail to contact on the page.
So who could we contact to get more informations about this project ?


It is ports related, so the mailinglist dealing with ports (CCed,  
please strip hackers@ on reply) would be the most appropriate, as  
there are the most people which may be able to contribute with  
improvement ideas.


Basically the entry on the ideas list says to have a look at the code  
and find stuff which can be improved. Be creative. Profile the tools  
and try to make them faster. Have a look at the code and try to make  
it better (maybe there's stuff which should be put into a library and  
used in all pkg tools). Google around for stuff other people may have  
done or may want to see.


Don't let people lurk you into making a replacement for portupgrade  
(it may be a goal for the second or third project you want to tackle).  
For what you want to do this may be a little bit too early. First get  
a grasp at the existing features and improve them.


An upcomming entry on the ideas list talks about the use of berkeley  
db in the pkg tools (where it makes sense). This was submitted by  
kris@ (a member of portmgr@), so feel free to talk with him (but he  
reads ports@, so talking about it on ports@ will not only give you  
input from Kris, but also from other people).


Bye,
Alexander.

--
Hideously disfigured by an ancient Indian curse?

WE CAN HELP!

Call (511) 338-0959 for an immediate appointment.

http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org   netchild @ FreeBSD.org  : PGP ID = 72077137
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"