pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap-auth-postgresql Fix build with newer PostgreSQL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33f16aa8d063
branches:  trunk
changeset: 509975:33f16aa8d063
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Mar 20 19:59:21 2006 +0000

description:
Fix build with newer PostgreSQL versions, remove requirement for 7.3.

diffstat:

 www/ap-auth-postgresql/Makefile         |   4 +---
 www/ap-auth-postgresql/distinfo         |   3 ++-
 www/ap-auth-postgresql/patches/patch-aa |  13 +++++++++++++
 3 files changed, 16 insertions(+), 4 deletions(-)

diffs (46 lines):

diff -r 5a9db40db4b5 -r 33f16aa8d063 www/ap-auth-postgresql/Makefile
--- a/www/ap-auth-postgresql/Makefile   Mon Mar 20 19:51:40 2006 +0000
+++ b/www/ap-auth-postgresql/Makefile   Mon Mar 20 19:59:21 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/02/05 23:11:17 joerg Exp $
+# $NetBSD: Makefile,v 1.27 2006/03/20 19:59:21 joerg Exp $
 
 DISTNAME=      AuthPG-1.4
 PKGNAME=       ap-auth-postgresql-1.4
@@ -13,8 +13,6 @@
 CONFLICTS=     ap-auth-pgsql-[0-9]*
 
 
-PGSQL_VERSION_REQD=    73
-
 APACHE_MODULE_NAME=    mod_auth_pg.so
 
 CPPFLAGS+=     -I${PGSQL_PREFIX}/include/postgresql
diff -r 5a9db40db4b5 -r 33f16aa8d063 www/ap-auth-postgresql/distinfo
--- a/www/ap-auth-postgresql/distinfo   Mon Mar 20 19:51:40 2006 +0000
+++ b/www/ap-auth-postgresql/distinfo   Mon Mar 20 19:59:21 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 14:08:27 wiz Exp $
+$NetBSD: distinfo,v 1.5 2006/03/20 19:59:21 joerg Exp $
 
 SHA1 (AuthPG-1.4.tar.gz) = 06c73b8ea8b5e6145e351d5575d26eef4527532e
 RMD160 (AuthPG-1.4.tar.gz) = 7fcfeb2ff1321f7bf128321f54da8210e04bc1be
 Size (AuthPG-1.4.tar.gz) = 12681 bytes
+SHA1 (patch-aa) = 4654bae71c324c9614c3c8334717d8638c57ac42
diff -r 5a9db40db4b5 -r 33f16aa8d063 www/ap-auth-postgresql/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap-auth-postgresql/patches/patch-aa   Mon Mar 20 19:59:21 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/03/20 19:59:22 joerg Exp $
+
+--- mod_auth_pg.c.orig 2006-03-20 19:56:45.000000000 +0000
++++ mod_auth_pg.c
+@@ -2,7 +2,7 @@
+ /*  mod_auth_pg.c       Copyright 1998-2003 Min Sik Kim <minskim%bawi.org@localhost> */
+ /*                                                                         */
+ 
+-#include <postgresql/libpq-fe.h>
++#include <libpq-fe.h>
+ 
+ #include "httpd.h"
+ #include "http_config.h"



Home | Main Index | Thread Index | Old Index