Re: textproc/sphinx rc.d script

2019-01-09 Thread Jay Williams
ports daemon="/usr/local/bin/searchd" daemon_flags="--nodetach" # daemon_user="www" # force start the daemon in background rc_bg=YES . /etc/rc.d/rc.subr rc_cmd $1 -- Jay Williams

Re: textproc/sphinx rc.d script

2019-01-09 Thread Jay Williams
only proved partially successful or failed completely. -- Jay Williams

textproc/sphinx rc.d script

2019-01-08 Thread Jay Williams
e the port, would you want to include this rc.d script, or something similar? That way if someone wants to setup a Sphinx Search daemon, they won't have to spend all the time debugging as I did. -- Jay Williams #!/bin/ksh # # searchd - Sphinxsearch network daemon daemon="/usr/local/bin/s

Re: bsd.port.mk, stuff to kill

2012-02-20 Thread jay
s. But don't keep it just for me, I think there are other ways to find what I need. Jay Huldeen j...@huldeen.com

Re: another got overflow

2010-08-03 Thread Jay K
Thanks Stu. I removed the gtk2 => cups dependency as you suggested and then was able to build iodbc. make install is still running. (I didn't test the diff, I just removed it unconditionally; presumably the diff is "obvious" then.)  - Jay --

wpa_supplicant 0.6.10p0 testing needed

2010-01-24 Thread Jay Reffner
/ -MAINTAINER=Reyk Floeter +MAINTAINER=Jay Reffner <1cc386ea8e4...@gmail.com> # Dual BSD/GPL PERMIT_PACKAGE_CDROM= Yes @@ -21,6 +21,8 @@ USE_GMAKE= Yes NO_REGRESS=Yes + +WRKBUILD = ${WRKDIR}/${DISTNAME}/wpa_supplicant MAN5= wpa_supplicant.conf.5

Confirm your subscription to The Parlaywheel

2009-05-10 Thread Jay Sumlin
The parlay wheel has a full live person video tutorial showing you how the system work. Also check out Jay's video podcast giving you smart money tips. Confirm to list: The Parlaywheel https://app.icontact.com/icp/confirm.php?r=39568481&s=Q

Re: gcc 4.3 on OpenBSD?

2008-06-12 Thread Jay
0, then a change would be needed. I'd also have to check if NULL can be any integral type, or if the standard mandates it is the size of a pointer. It's possible #define NULL 0 on a 64 bit system with 32 bit int is not standard-legal. Thanks. - Jay> Date: Mon, 9 Jun 2008 17:56

gcc 4.3 on OpenBSD?

2008-05-20 Thread Jay
I think is around rs6000/openbsd1.h or such. I also thought the use of freebsd.h surprising, but upon a closer look, not for nothing. Yes I searched the web but it's hard to scope this down. Lots of stuff about gcc and OpenBSD, but hard to find about gcc 4.3 on OpenBSD. And "4.3" is also an OpenBSD version. Thanks for any information, - Jay