diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-12 12:14:44 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-12 12:14:44 +0800 |
commit | 78c67435613f5ae1113fd1c4f1770973b274158a (patch) | |
tree | b34f0acb48e767fee5ac41ca125dfe9e42fd85e4 /databases | |
parent | efdac1b4dc37b4c5fee2e130e6ea3f2ea6a7550f (diff) | |
download | freebsd-ports-gnome-78c67435613f5ae1113fd1c4f1770973b274158a.tar.gz freebsd-ports-gnome-78c67435613f5ae1113fd1c4f1770973b274158a.tar.zst freebsd-ports-gnome-78c67435613f5ae1113fd1c4f1770973b274158a.zip |
Mark ports that depends on postgresql BROKEN for ELF
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-Pg-13/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBD-Pg/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-Pg/Makefile | 4 | ||||
-rw-r--r-- | databases/py-PyGreSQL/Makefile | 4 |
4 files changed, 12 insertions, 4 deletions
diff --git a/databases/p5-DBD-Pg-13/Makefile b/databases/p5-DBD-Pg-13/Makefile index c6966c2229fd..288e85d0eea3 100644 --- a/databases/p5-DBD-Pg-13/Makefile +++ b/databases/p5-DBD-Pg-13/Makefile @@ -3,7 +3,7 @@ # Date created: June 17th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.7 1998/08/23 04:08:44 jseger Exp $ +# $Id: Makefile,v 1.8 1998/09/15 21:31:31 asami Exp $ # DISTNAME= DBD-Pg-0.72 @@ -17,6 +17,8 @@ MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${PREFIX}/pgsql/lib/libpq.so.1.1:${PORTSDIR}/databases/postgresql +BROKEN_ELF= depends on postgresql + USE_PERL5= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile index c6966c2229fd..288e85d0eea3 100644 --- a/databases/p5-DBD-Pg/Makefile +++ b/databases/p5-DBD-Pg/Makefile @@ -3,7 +3,7 @@ # Date created: June 17th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.7 1998/08/23 04:08:44 jseger Exp $ +# $Id: Makefile,v 1.8 1998/09/15 21:31:31 asami Exp $ # DISTNAME= DBD-Pg-0.72 @@ -17,6 +17,8 @@ MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${PREFIX}/pgsql/lib/libpq.so.1.1:${PORTSDIR}/databases/postgresql +BROKEN_ELF= depends on postgresql + USE_PERL5= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/databases/p5-Pg/Makefile b/databases/p5-Pg/Makefile index 727d85638b9b..34f29ba3bd44 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.12 1998/08/23 14:21:41 jseger Exp $ +# $Id: Makefile,v 1.13 1998/09/15 21:31:32 asami 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_ELF= depends on postgresql + USE_PERL5= YES MAN3= Pg.3 diff --git a/databases/py-PyGreSQL/Makefile b/databases/py-PyGreSQL/Makefile index d3fd33cb6b33..e386708f1af5 100644 --- a/databases/py-PyGreSQL/Makefile +++ b/databases/py-PyGreSQL/Makefile @@ -3,7 +3,7 @@ # Date created: 6/25/1998 # Whom: n@nectar.com # -# $Id: Makefile,v 1.6 1998/07/23 17:13:47 nectar Exp $ +# $Id: Makefile,v 1.7 1998/10/09 10:05:48 asami Exp $ # DISTNAME= PyGreSQL-2.1 @@ -18,6 +18,8 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/python RUN_DEPENDS= python:${PORTSDIR}/lang/python LIB_DEPENDS= pq.1:${PORTSDIR}/databases/postgresql +BROKEN_ELF= depends on postgresql + WRKSRC= ${WRKDIR} HAS_CONFIGURE= YES GNU_CONFIGURE= YES |