update to ocaml-postgresql-1.4.6, prodded by bsdlist@mumak.com

This commit is contained in:
avsm 2005-09-22 13:10:47 +00:00
parent b82ec16a14
commit e6f1da782b
3 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2005/05/09 13:51:35 avsm Exp $
# $OpenBSD: Makefile,v 1.8 2005/09/22 13:10:47 avsm Exp $
.if ${MACHINE_ARCH} == "hppa"
BROKEN= "ocamldoc hangs build"
@ -7,13 +7,13 @@ BROKEN= "ocamldoc hangs build"
COMMENT= "Objective Caml bindings for PostgreSQL"
CATEGORIES= databases
V= 1.4.5
V= 1.4.6
DISTNAME= postgresql-ocaml-${V}
PKGNAME= ocaml-postgresql-${V}
MASTER_SITES= http://www.oefai.at/~markus/ocaml_sources/
MASTER_SITES= http://ocaml.info/ocaml_sources/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
HOMEPAGE= http://www.oefai.at/~markus/ocaml_sources/
HOMEPAGE= http://ocaml.info/home/ocaml_sources.html#toc9
# LGPL
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,4 +1,4 @@
MD5 (postgresql-ocaml-1.4.5.tar.gz) = 0f60d11e6f8f62cebf64229d9c711a12
RMD160 (postgresql-ocaml-1.4.5.tar.gz) = f93e396c6967351cdf113f402d0de7028c49a821
SHA1 (postgresql-ocaml-1.4.5.tar.gz) = 9aac302d10fceaae9f76f8005fd1b9900212068a
SIZE (postgresql-ocaml-1.4.5.tar.gz) = 37308
MD5 (postgresql-ocaml-1.4.6.tar.gz) = 91d5603dc23b18a60da67698005fd5ae
RMD160 (postgresql-ocaml-1.4.6.tar.gz) = 00db39760a730e2a8eb22d2c8a2a5a98938b1b83
SHA1 (postgresql-ocaml-1.4.6.tar.gz) = b37fe7309fcab5bca4c48ae8c6a5ad1134c47aa5
SIZE (postgresql-ocaml-1.4.6.tar.gz) = 37359

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-lib_Makefile,v 1.1.1.1 2004/06/12 22:03:12 avsm Exp $
--- lib/Makefile.orig 2004-04-27 10:17:34.000000000 +0100
+++ lib/Makefile 2004-06-12 18:44:23.000000000 +0100
$OpenBSD: patch-lib_Makefile,v 1.2 2005/09/22 13:10:47 avsm Exp $
--- lib/Makefile.orig Tue May 31 17:00:47 2005
+++ lib/Makefile Thu Sep 22 13:46:59 2005
@@ -1,7 +1,10 @@
OCAMLMAKEFILE = ../OCamlMakefile
SOURCES = postgresql_stubs.c postgresql.mli postgresql.ml
SOURCES = postgresql.mli postgresql.ml postgresql_stubs.c
-CFLAGS = -O2
+CFLAGS = ${MY_CFLAGS}
+LIBDIRS = ${MY_LIBDIRS}