aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-28 00:55:35 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-28 00:55:35 +0000
commited16ea014b559e69f648a8b8c69ab87b3854a258 (patch)
tree35d7b5e00ebad0ad783f0747f251b7a7f3a2f35b
parent26e16a36b51e66d4124135afc48046b6785675f5 (diff)
downloadports-ed16ea014b559e69f648a8b8c69ab87b3854a258.tar.gz
ports-ed16ea014b559e69f648a8b8c69ab87b3854a258.zip
Mark this broken.
------- cc -c -I/usr/local/pgsql/include -I/usr/local/include -O -pipe -DVERSION=\"1.6.1\" -DXS_VERSION=\"1.6.1\" -DPIC -fpic -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE Pg.c In file included from /usr/local/pgsql/include/postgres.h:40, from Pg.xs:25: /usr/local/pgsql/include/config.h:247: warning: `USE_LOCALE' redefined /usr/local/lib/perl5/5.00502/i386-freebsd/CORE/perl.h:342: warning: this is the location of the previous definition Pg.xs: In function `XS_Pg_PQexec': Pg.xs:300: sizeof applied to an incomplete type Pg.xs: In function `XS_PG_conn_exec': Pg.xs:702: sizeof applied to an incomplete type *** Error code 1 Stop.
Notes
Notes: svn path=/head/; revision=14924
-rw-r--r--databases/p5-Pg/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-Pg/Makefile b/databases/p5-Pg/Makefile
index b9b6640d60c3..40186db26ed6 100644
--- a/databases/p5-Pg/Makefile
+++ b/databases/p5-Pg/Makefile
@@ -3,7 +3,7 @@
# Date created: October 19th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.14 1998/10/12 04:14:44 jseger Exp $
+# $Id: Makefile,v 1.15 1998/10/20 01:29:07 steve Exp $
#
DISTNAME= pgsql_perl5-1.6.1
@@ -16,6 +16,8 @@ MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/pgsql/lib/libpq.a:${PORTSDIR}/databases/postgresql
+BROKEN= build
+
USE_PERL5= YES
MAN3= Pg.3