On Monday 19 April 2010 22:56:34 patrick keshishian wrote:
> Hi,
>
> A (long?) while ago I said, "let me play with sqlite3", since it was
> introduced into the ports. First thing I noticed was there was no man
> page for it. Looking closer it seems there is a man page but it isn't
> getting installed. This simple man page was helpful in getting me
> started with sqlite3. Not sure if this is on purpose or just an
> oversight.
>
> Below patch installs sqlite3.1 man page included in tar-ball.
>
> comments/OK?
>
> --patrick
>
>
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/obsd/ports/databases/sqlite3/Makefile,v
> retrieving revision 1.49
> diff -u -p Makefile
> --- Makefile  2 Apr 2010 20:07:11 -0000       1.49
> +++ Makefile  20 Apr 2010 02:49:04 -0000
> @@ -3,7 +3,7 @@
>  COMMENT-main=        embedded SQL implementation
>  COMMENT-tcl= TCL bindings for Sqlite3
>  COMMENT-lemon=       LEMON LALR(1) parser generator
> -V=           3.6.23
> +V=           3.6.23p0
>  DISTNAME=    sqlite-${V}
>  PKGNAME-main=        sqlite3-${V}
>  PKGNAME-tcl= sqlite3-tcl-${V}

don't add p0 to V. add it to the end of PKGNAME-main.

The patch you provided to the Makefile really should be
submitted upstream. But for the current port instead
of patching the Makefile within sqlite3 just add this to
the ports post-install target.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply via email to