Re: installing gFTP with gtk12 instead of gtk20

2004-06-20 Thread Geert Hendrickx
The Makefile in ports/ftp/gftp has the option WITH_GTK2, which should of
course be unset if you want to compile with gtk12 (that seems to be the
default).  Maybe you have some saved options in /var/db/ports/gftp/ ?
Then remove that file and try again.  

GH

On Sun, Jun 20, 2004 at 12:54:13PM +0200, Marco Beishuizen wrote:
 
 I'm trying to install gFTP from the ports. When I do a make install, it 
 constantly wants to install gtk20 instead of gtk12. Gtk20 isn't installed 
 on my machine due to errors during the build, but gtk12 is installed.
 
 According to the gFTP website it shouldn't be a problem to install gFTP 
 with gtk12, so how do I force the gFTP-port to install it with gtk12 
 instead of gtk20?
 
 PS I'm running FreeBSD-i386 4.10-STABLE.
 
 Thanks in advance,
 Marco
 
 -- 
 The wages of sin are death; but after they're done taking out taxes,
 it's just a tired feeling:
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
Iedereen is van de wereld,
 de wereld is van iedereen. 
(The Scene)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: installing gFTP with gtk12 instead of gtk20

2004-06-20 Thread Marco Beishuizen
On stardate Sun, 20 Jun 2004, the wise Jan Muenther entered:
I'm trying to install gFTP from the ports. When I do a make install, it
constantly wants to install gtk20 instead of gtk12. Gtk20 isn't installed
on my machine due to errors during the build, but gtk12 is installed.
According to the gFTP website it shouldn't be a problem to install gFTP
with gtk12, so how do I force the gFTP-port to install it with gtk12
instead of gtk20?
Interesting, from how I interpret the Makefile, I'd think 1.2 would be the
default... anyway try 'make -DWITH_GTK2=NO' and see if it works...
Unfortunately, it still wants to build and install gtk20, which doesn't 
work.

Marco
--
The income tax has made more liars out of the American people than golf
has.  Even when you make a tax form out on the level, you don't know
when it's through if you are a crook or a martyr.
-- Will Rogers
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


installing gFTP with gtk12 instead of gtk20

2004-06-20 Thread Marco Beishuizen
I'm trying to install gFTP from the ports. When I do a make install, it 
constantly wants to install gtk20 instead of gtk12. Gtk20 isn't installed 
on my machine due to errors during the build, but gtk12 is installed.

According to the gFTP website it shouldn't be a problem to install gFTP 
with gtk12, so how do I force the gFTP-port to install it with gtk12 
instead of gtk20?

PS I'm running FreeBSD-i386 4.10-STABLE.
Thanks in advance,
Marco
--
The wages of sin are death; but after they're done taking out taxes,
it's just a tired feeling:
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: installing gFTP with gtk12 instead of gtk20

2004-06-20 Thread Jan Muenther
 I'm trying to install gFTP from the ports. When I do a make install, it 
 constantly wants to install gtk20 instead of gtk12. Gtk20 isn't installed 
 on my machine due to errors during the build, but gtk12 is installed.
 
 According to the gFTP website it shouldn't be a problem to install gFTP 
 with gtk12, so how do I force the gFTP-port to install it with gtk12 
 instead of gtk20?

Interesting, from how I interpret the Makefile, I'd think 1.2 would be the 
default... anyway try 'make -DWITH_GTK2=NO' and see if it works...


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


Re: installing gFTP with gtk12 instead of gtk20

2004-06-20 Thread Kent Stewart
On Sunday 20 June 2004 03:54 am, Marco Beishuizen wrote:
 I'm trying to install gFTP from the ports. When I do a make install,
 it constantly wants to install gtk20 instead of gtk12. Gtk20 isn't
 installed on my machine due to errors during the build, but gtk12 is
 installed.

 According to the gFTP website it shouldn't be a problem to install
 gFTP with gtk12, so how do I force the gFTP-port to install it with
 gtk12 instead of gtk20?

 PS I'm running FreeBSD-i386 4.10-STABLE.



Look at the Makefile. It defaults to gtk12 unless you have gtk2 defined 
some place such as /etc/make.conf. Kill the define and it should use 
1.2.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: installing gFTP with gtk12 instead of gtk20

2004-06-20 Thread Marco Beishuizen
On stardate Sun, 20 Jun 2004, the wise Geert Hendrickx entered:
The Makefile in ports/ftp/gftp has the option WITH_GTK2, which should of
course be unset if you want to compile with gtk12 (that seems to be the
default).  Maybe you have some saved options in /var/db/ports/gftp/ ?
Then remove that file and try again.
Yes, that did the trick!
Thanks,
Marco
--
A computer, to print out a fact,
Will divide, multiply, and subtract.
But this output can be
No more than debris,
If the input was short of exact.
-- Gigo
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: installing gFTP with gtk12 instead of gtk20

2004-06-20 Thread Marco Beishuizen
On stardate Sun, 20 Jun 2004, the wise Kent Stewart entered:
On Sunday 20 June 2004 03:54 am, Marco Beishuizen wrote:
I'm trying to install gFTP from the ports. When I do a make install,
it constantly wants to install gtk20 instead of gtk12. Gtk20 isn't
installed on my machine due to errors during the build, but gtk12 is
installed.
According to the gFTP website it shouldn't be a problem to install
gFTP with gtk12, so how do I force the gFTP-port to install it with
gtk12 instead of gtk20?
PS I'm running FreeBSD-i386 4.10-STABLE.

Look at the Makefile. It defaults to gtk12 unless you have gtk2 defined
some place such as /etc/make.conf. Kill the define and it should use
1.2.
The solution was not the makefile but in the file 
/var/db/ports/gftp/options. I deleted it and after that it installed 
correctly.

Thanks,
Marco
--
Real computer scientists only write specs for languages that might run
on future hardware.  Nobody trusts them to write specs for anything homo
sapiens will ever be able to fit on a single planet.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]