It's been a while since I used FreeBSD, but I remember sometimes
needing to use gmake (vs. just plain make) to get ports up and going.

   -T


On Mon, Oct 20, 2008 at 12:02 PM, Adrian <[EMAIL PROTECTED]> wrote:
> Hello,
> I'm having trouble installing the SQLite3 port on FreeBSD, and I wanted to
> see if my issue is one that is generally known or if it is something
> particular on my end.  If I go into the ports/databases/sqlite3 directory
> and try "make", I get the following error:
> "/usr/ports/Mk/bsd.port.mk", line 3240: Need an operator
> The offending line, according to the line number, is that with the WRKSRC in
> this block of code:
> $$//'
> .else
> .for f in ${USE_DOS2UNIX}
> @${ECHO_MSG} "===>   Converting DOS text file to UNIX text file: ${f}"
> @${REINPLACE_CMD} -i '' -e 's/
> $$//' ${WRKSRC}/${f}
> .endfor
> .endif
>
> I apologize if this has nothing to do with SQLite3, since the error is in a
> file external to the port, but I wanted to see if it looked familiar to
> anyone as I haven't been able to find anything about it on my own.  Please
> let me know if there is any further information that I can provide that
> might help diagnose the issue.
>
> Thanks in advance,
> Adrian
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to