pkgsrc/databases/guile-pg/Makefile
gdt e845c97404 Update to 0.46.
- 0.46 | 2013-03-14

  - bugfix: handle connection options w/o "backup" env var

	Previously, ‘pg-conndefaults’ expected every option to have a
	backup env var (e.g., option ‘#:host’ and env var ‘PGHOST’).
	For later versions of PostgreSQL which no longer maintain this
	1:1 correspondance, Guile-PG would segfault.

	Now, in such cases, the value associated w/ the key ‘#:envvar’
	in the alist returned by ‘pg-conndefaults’ is ‘#f’.

  - planned retirement
    - procedure ‘(database postgres) pg-getline’
    - procedure ‘(database postgres) pg-getlineasync’
    - procedure ‘(database postgres) pg-putline’
    - procedure ‘(database postgres) pg-endcopy’

	These procedures are obsoleted by ‘pg-get-copy-data’ and
	‘pg-put-copy-data’.  They WILL BE REMOVED by 2013-12-31.

	Actually, the first two were originally -- in Guile-PG 0.41
	(2011-09-29) -- planned to be removed by 2012-12-31.
	Support has been extended for solidarity w/ the latter two.

  - bootstrap tools upgraded
    - GNU Texinfo 5.1

Copyright (C) 2002-2013 Thien-Thi Nguyen

Copying and distribution of this file, with or without modification,
are permitted provided the copyright notice and this notice are preserved.
2013-05-03 15:23:35 +00:00

25 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.47 2013/05/03 15:23:35 gdt Exp $
#
DISTNAME= guile-pg-0.46
CATEGORIES= databases
MASTER_SITES= http://download.savannah.nongnu.org/releases/guile-pg/
EXTRACT_SUFX= .tar.xz
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://savannah.nongnu.org/projects/guile-pg/
COMMENT= PostgreSQL interface for Guile
LICENSE= gnu-gpl-v3
USE_LIBTOOL= YES
USE_TOOLS+= gmake
GNU_CONFIGURE= YES
INFO_FILES= YES
CONFIGURE_ARGS+= --with-libpq=${PREFIX}
TEST_TARGET= check
.include "../../lang/guile/buildlink3.mk"
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"