From 86b76f5c8bc6fa69c82aa809962bc0fd5b12169c Mon Sep 17 00:00:00 2001 From: cjones Date: Sun, 27 Oct 2002 01:14:09 +0000 Subject: Imported guile-pg: Guile-pg is a Guile module providing access and allowing updates to PostgreSQL databases from Guile scripts. Guile is the GNU interpreter for the Scheme language and PostgreSQL is a free relational database management system. --- databases/guile-pg/patches/patch-aa | 13 +++++++++++++ databases/guile-pg/patches/patch-ab | 13 +++++++++++++ databases/guile-pg/patches/patch-ac | 13 +++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 databases/guile-pg/patches/patch-aa create mode 100644 databases/guile-pg/patches/patch-ab create mode 100644 databases/guile-pg/patches/patch-ac (limited to 'databases/guile-pg/patches') diff --git a/databases/guile-pg/patches/patch-aa b/databases/guile-pg/patches/patch-aa new file mode 100644 index 00000000000..be8a2875399 --- /dev/null +++ b/databases/guile-pg/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/10/27 01:14:10 cjones Exp $ + +--- Makefile.am.orig Sat Oct 26 12:41:49 2002 ++++ Makefile.am +@@ -43,7 +43,7 @@ libpostgres_la_LDFLAGS = -export-dynamic + + SUFFIXES = .x + .c.x: +- guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@ ++ guile-snarf $< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) > $@ + + ## Add -MG to make the .x magic work with auto-dep code. + MKDEP = gcc -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) diff --git a/databases/guile-pg/patches/patch-ab b/databases/guile-pg/patches/patch-ab new file mode 100644 index 00000000000..937de6bab71 --- /dev/null +++ b/databases/guile-pg/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2002/10/27 01:14:10 cjones Exp $ + +--- Makefile.in.orig Sat Oct 26 12:42:06 2002 ++++ Makefile.in +@@ -528,7 +528,7 @@ installdirs mostlyclean-generic distclea + maintainer-clean-generic clean mostlyclean distclean maintainer-clean + + .c.x: +- guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@ ++ guile-snarf $< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) > $@ + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/databases/guile-pg/patches/patch-ac b/databases/guile-pg/patches/patch-ac new file mode 100644 index 00000000000..bcefacfadac --- /dev/null +++ b/databases/guile-pg/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1.1.1 2002/10/27 01:14:10 cjones Exp $ + +--- libpostgres.c.orig Sat Oct 26 12:46:07 2002 ++++ libpostgres.c Sat Oct 26 12:46:08 2002 +@@ -37,7 +37,7 @@ + #include + + #include +-#include ++/* #include */ + #include + + #include -- cgit v1.2.3