Re: mtools vs X11 (Re: FreeBSD Port: syslinux-3.72)

2009-03-20 Thread Steven Kreuzer
On Mar 19, 2009, at 4:06 AM, per...@pluto.rain.com wrote: Gary Jennejohn wrote: Luigi Rizzo wrote: ... Cynthia Flynn wrote: [snip - syslinux pulls in too much X11 stuff] I think the extra dependencies that you find listed for syslinux: [snip] come directly from mtools ... Yeah. It look

graphics/mirage and localization

2009-03-20 Thread Demelier David
Hi As I said for tagtool too, graphics/mirage has a international localization support but which doesn't seems to work on freebsd. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send an

Re: Samba3 + Jails in FreeBSD

2009-03-20 Thread Felipe Carlo
Hello, I made the instalation with ports (make, make install, make clean) and I tested two version of Samba, the 3.0.x and the 3.3.x both japanese versions and every these I had the same problem, the samba.sh file I moved to /usr/local/etc/rc.d. Could be any wrong config in smb.conf ?? Because I d

sysutils/conky: Make --disable-x11 available in make config

2009-03-20 Thread Christian Walther
Hi, I'm currently configuring conky for my xmonad+dzen2 setup. This means that I want to use conkys variable, but simply send a text string to STDOUT. The problem I have is as follows: - using "output_to_console yes" makes conky still draw to the root window. To make matters worse: dzen2 gets only

Re: mtools vs X11 (Re: FreeBSD Port: syslinux-3.72)

2009-03-20 Thread Cynthia Flynn
Steven Kreuzer wrote: On Mar 19, 2009, at 4:06 AM, per...@pluto.rain.com wrote: Gary Jennejohn wrote: Luigi Rizzo wrote: ... Cynthia Flynn wrote: [snip - syslinux pulls in too much X11 stuff] I think the extra dependencies that you find listed for syslinux: [snip] come directly from mtools

Re: mtools vs X11 (Re: FreeBSD Port: syslinux-3.72)

2009-03-20 Thread Steven Kreuzer
On Mar 20, 2009, at 5:24 PM, Cynthia Flynn wrote: Steven Kreuzer wrote: On Mar 19, 2009, at 4:06 AM, per...@pluto.rain.com wrote: Gary Jennejohn wrote: Luigi Rizzo wrote: ... Cynthia Flynn wrote: [snip - syslinux pulls in too much X11 stuff] I think the extra dependencies that you find

Help needed: 8-CURRENT

2009-03-20 Thread Cezary Morga
Hi there. I've got a build problem with my net/wol port on amd64-8 (though it's not architecture specific, so it will most probably appear on i386 as well). I'm looking for someone running 8-CURRENT who could try building the port with patch that I'll supply. If anyone's willing to help, pleas

lsof

2009-03-20 Thread Larry Rosenman
Yes, I'm aware that sysutils/lsof is busted on very recent -CURRENT. I've already sent mail to the maintainer, and expect fixes in a few days (he's retired, so slack is given). LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail:

Re: mtools vs X11 (Re: FreeBSD Port: syslinux-3.72)

2009-03-20 Thread Michel Talon
Steven Kreuzer wrote: > Personally, I think it makes more sense for mtools to be > the full and complete representation > of the actual program. Personnally i think that such opinion considerably harms the ports system, by transforming some ports (fortunately not many) into a kitchen sink of dep

Re: mtools vs X11 (Re: FreeBSD Port: syslinux-3.72)

2009-03-20 Thread Michel Talon
Steven Kreuzer wrote: > Can we consider people who use the CLI an advanced user? If so, the > expectation that they will be able to build a port with -DWITHOUT_X11 > is not unreasonable. > People who are more likely to use the GUI are the ones who will not be > aware of the WITHOUT_X11 knob.

Re: mtools vs X11 (Re: FreeBSD Port: syslinux-3.72)

2009-03-20 Thread Steven Kreuzer
On Mar 20, 2009, at 6:15 PM, Michel Talon wrote: Steven Kreuzer wrote: Can we consider people who use the CLI an advanced user? If so, the expectation that they will be able to build a port with -DWITHOUT_X11 is not unreasonable. People who are more likely to use the GUI are the ones who will

Re: mtools vs X11 (Re: FreeBSD Port: syslinux-3.72)

2009-03-20 Thread Scott Lambert
Over the years, my default make.conf has accumulated options to tell ports not to include X11 dependencies. It doesn't always work, but I'd never have known that something like mtools had a GUI option. NOX11= yes NO_X11= yes WITHOUT_X11=yes I haven't reaped the older declara

Re: Samba3 + Jails in FreeBSD

2009-03-20 Thread Scot Hetzel
On Fri, Mar 20, 2009 at 2:23 PM, Felipe Carlo wrote: > 2009/3/18 Scot Hetzel >> >> On Wed, Mar 18, 2009 at 2:34 PM, Felipe Carlo >> wrote: >> > Hello, >> > >> > I have one problem with Samba in a Jail. >> > >> > When I try to start the samba I have this message: >> > >> > # /usr/local/etc/rc.d/s

Re: mtools vs X11 (Re: FreeBSD Port: syslinux-3.72)

2009-03-20 Thread Cynthia Flynn
Steven Kreuzer wrote: On Mar 20, 2009, at 5:24 PM, Cynthia Flynn wrote: Can someone confirm for me that a normal port install of mtools brings up a configuration menu in which the WITHOUT_X11 option can be set? I do not remember seeing any such thing, but it has probably been 6 months since I

Re: lsof

2009-03-20 Thread Larry Rosenman
On Fri, 20 Mar 2009, Larry Rosenman wrote: Yes, I'm aware that sysutils/lsof is busted on very recent -CURRENT. I've already sent mail to the maintainer, and expect fixes in a few days (he's retired, so slack is given). The AUTHOR has gotten back to me quicker than I expected, and the PR is i

Re: Samba3 + Jails in FreeBSD

2009-03-20 Thread Felipe Carlo
Hello, With this I have: # make -V SUB_LIST CUPS="@comment " WINBIND="" SAMBA_LOGDIR="/var/log/samba" SAMBA_LOCKDIR="/var/db/samba" SAMBA_CONFDIR="/usr/local/etc" SAMBA_CONFIG="smb.conf" SAMBA_RUNDIR="/var/run" SAMBA_SWATDIR="/usr/local/share/swat" SAMBA_SPOOL="/var/spool/samba" SAMBA_PRIVATED

Re: mtools vs X11 (Re: FreeBSD Port: syslinux-3.72)

2009-03-20 Thread Doug Barton
Steven Kreuzer wrote: > when you do a make install for the mtools port, it does not prompt you > if you would like to build the port without X11. I think enough users have expressed the opinion (which I share) that it would be reasonable to add an OPTION to this effect. We're fairly well into the

FreeBSD Port: avidemux2-2.4.2_2; avidemux2-2.4.4 port request

2009-03-20 Thread Nikolay Tychina
Hi, there's 2.4.4 version of Avidemux available on its site. Could you port it? I had a try building it myself, but it seems to be really difficult :( Current version in ports is good, but i can't hurd-sub UTF-8 subtitles with it. TNA, Nik ___ freebsd-

Re: Samba3 + Jails in FreeBSD

2009-03-20 Thread Scot Hetzel
On Fri, Mar 20, 2009 at 11:22 PM, Felipe Carlo wrote: > Hello, > > With this I have: > > # make -V SUB_LIST > CUPS="@comment " WINBIND="" SAMBA_LOGDIR="/var/log/samba" > SAMBA_LOCKDIR="/var/db/samba"  SAMBA_CONFDIR="/usr/local/etc" > SAMBA_CONFIG="smb.conf"  SAMBA_RUNDIR="/var/run" > SAMBA_SWATDIR

Re: Samba3 + Jails in FreeBSD

2009-03-20 Thread Felipe Carlo
Hello Scot, Thank you very much now it works !!! I tried all day and now with your help I had the solution!!! Thanks again!! Best Regards, 2009/3/21 Scot Hetzel > On Fri, Mar 20, 2009 at 11:22 PM, Felipe Carlo > wrote: > > Hello, > > > > With this I have: > > > > # make -V SUB_LIST > >