pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/hydra Switch to postgresql82 and hope it work...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e08a52f28761
branches:  trunk
changeset: 398267:e08a52f28761
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 27 19:40:44 2009 +0000

description:
Switch to postgresql82 and hope it works. postgresql81 is gone.

diffstat:

 security/hydra/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b6a7af7179a6 -r e08a52f28761 security/hydra/options.mk
--- a/security/hydra/options.mk Thu Aug 27 19:39:54 2009 +0000
+++ b/security/hydra/options.mk Thu Aug 27 19:40:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2008/10/30 14:49:42 bad Exp $
+# $NetBSD: options.mk,v 1.5 2009/08/27 19:40:44 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.hydra
 PKG_SUPPORTED_OPTIONS= gtkfe svn pgsql
@@ -28,7 +28,7 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Mpgsql)
-.include "../../databases/postgresql81-client/buildlink3.mk"
+.include "../../databases/postgresql82-client/buildlink3.mk"
 CONFIGURE_ENV+=        WITH_PGSQL=1
 .else
 CONFIGURE_ENV+=        WITH_PGSQL=0



Home | Main Index | Thread Index | Old Index