Unbreak after Kerberos update.

From MAINTAINER David Schaefer, ok kili@
This commit is contained in:
dcoppa 2013-06-23 11:20:27 +00:00
parent e2180704b4
commit 098093fb23
3 changed files with 8 additions and 6 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2013/03/11 02:52:05 espie Exp $
# $OpenBSD: Makefile,v 1.5 2013/06/23 11:20:27 dcoppa Exp $
COMMENT = low-level binding to libpq
DISTNAME = postgresql-libpq-0.8.2.2
REVISION = 0
CATEGORIES = databases
HOMEPAGE = https://github.com/lpsmith/postgresql-libpq

View File

@ -1,15 +1,15 @@
$OpenBSD: patch-postgresql-libpq_cabal,v 1.1.1.1 2013/01/11 20:19:49 kili Exp $
$OpenBSD: patch-postgresql-libpq_cabal,v 1.2 2013/06/23 11:20:27 dcoppa Exp $
Unbreak when used within GHCi
--- postgresql-libpq.cabal.orig Thu Jan 3 20:18:57 2013
+++ postgresql-libpq.cabal Thu Jan 3 20:21:37 2013
--- postgresql-libpq.cabal.orig Wed Jan 30 09:12:28 2013
+++ postgresql-libpq.cabal Thu Jun 20 16:43:26 2013
@@ -27,7 +27,7 @@ Library
, bytestring
GHC-Options: -Wall
- Extra-Libraries: pq
+ Extra-Libraries: pq crypto ssl com_err
+ Extra-Libraries: pq crypto ssl com_err asn1 krb5 wind roken heimbase
-- Other-modules:
Build-tools: hsc2hs

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2013/06/11 17:54:40 kili Exp $
# $OpenBSD: Makefile,v 1.9 2013/06/23 11:20:27 dcoppa Exp $
COMMENT = mid-level PostgreSQL client library
DISTNAME = postgresql-simple-0.3.3.1
REVISION = 0
CATEGORIES = databases
HOMEPAGE = https://github.com/lpsmith/postgresql-simple