Re: Question for mail/nmh users

2019-07-03 Thread Bakul Shah
On Wed, 03 Jul 2019 15:28:56 -0700 Cy Schubert wrote: > As of today mail/nmh has a new radio button option to select a > text-based browser for HTML rendering. At present none of the options > are default however there was a proposal from our upstream to make one, > preferably w3m, default.

Re: Using stderr in an initialization?

2008-05-02 Thread Bakul Shah
On Fri, 02 May 2008 13:23:56 PDT Steve Kargl [EMAIL PROTECTED] wrote: I'm porting a piece of code to FreeBSD, and I've run into a problem that I currently don't know how to solve. I scanned both the Porter's Handbook and the Developer's Handbook, but came up empty. A reduce testcase is

Re: Caldav calendar server for freebsd

2008-02-10 Thread Bakul Shah
On Sun, 10 Feb 2008 14:28:39 GMT Da Rock [EMAIL PROTECTED] wrote: Hi guys. This may be old news, but I'm looking for a calendar server for fr= eebsd. I've searched the ports but found nothing suitable (I'm having an is= sue with webcalendar which I've posted on their forums, plus I'm not

Re: TeTeX and TeXLive

2007-12-16 Thread Bakul Shah
It is because we cannot make a port of software that is not in TeXLive. Some localized TeX variants use non-standard software and sometimes it conflicts ones in TeXLive for example, so a TeXLive port as it is does not work there (the current teTeX port and the related ports work, btw).

Re: apache13+ssl on 64bit system on amd64

2007-08-09 Thread Bakul Shah
This used to work under 32 bit kernel+userland on the same machine. After I switched to a 64 bit kernel+userland, I used original 32 httpsd until now. Today I decided to compile it for 64 bit and now it dies with: # /usr/local/etc/rc.d/apache.sh start Syntax error on line 208 of

Re: Moving ports around?

2007-07-14 Thread Bakul Shah
Can't you do something like pkg_create ... /dev/stdout | pkg_add -f -C /mnt - Hmm, recreating a package from the installed port and installing it again in chroot() sounds pretty straightforward to me... It has the indispensable quality that it works. The downsides are the overhead in CPU

apache13+ssl on 64bit system on amd64

2007-07-12 Thread Bakul Shah
This used to work under 32 bit kernel+userland on the same machine. After I switched to a 64 bit kernel+userland, I used original 32 httpsd until now. Today I decided to compile it for 64 bit and now it dies with: # /usr/local/etc/rc.d/apache.sh start Syntax error on line 208 of

Re: Issue with 9term in devel/plan9port

2007-06-12 Thread Bakul Shah
I'm noticing a peculiar behavior in 9term where '%' gets printed in between every prompt. I built the same on Linux and I didn't see this, so either there's an issue with my setup or a bonafide bugs. What is your prompt? Could you show a snippet of terminal window demonstrating the

Re: Looking for speed increases in make index and pkg_version for ports

2007-05-30 Thread Bakul Shah
Peter Jeremy [EMAIL PROTECTED] wrote: On 2007-May-27 16:12:54 -0700, Bakul Shah [EMAIL PROTECTED] wrote: Given the size and complexity of the port system I have long felt that rather than do everything via more and more complex Mk/*.mk what is is needed is a ports server and a thin CLI

Re: Looking for speed increases in make index and pkg_version for ports

2007-05-27 Thread Bakul Shah
Not quite what you asked for but... Given the size and complexity of the port system I have long felt that rather than do everything via more and more complex Mk/*.mk what is is needed is a ports server and a thin CLI frontend to it. This server can store dependency data in an efficient manner,

Re: More speed increases for make-ing ports

2007-05-22 Thread Bakul Shah
Would it be possible to check in some of these speedups? Hoping that helps the xorg-7.2 upgrade some Thanks! ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to [EMAIL

Re: Qemu crash...

2006-11-23 Thread Bakul Shah
I thought the following would do the trick: kldstat -m aio /devnull 21 || kldload aio Ugh I forgot about the -q switch. kldstat -qm aio || kldload aio ___ freebsd-ports@freebsd.org mailing list