From d7ff858c7c3076ccd351d888640f6b238e82ba98 Mon Sep 17 00:00:00 2001 From: andreas Date: Sat, 26 Aug 2000 16:34:17 +0000 Subject: old postgresql port has been removed. use postgresql7, which has proven stability now. --- mail/exim-devel/Makefile | 2 +- mail/exim-old/Makefile | 2 +- mail/exim/Makefile | 2 +- mail/teapop-devel/Makefile | 2 +- mail/teapop/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'mail') diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile index f2370732b9c1..d8119216f9fa 100644 --- a/mail/exim-devel/Makefile +++ b/mail/exim-devel/Makefile @@ -99,7 +99,7 @@ SEDLIST+= -e 's,^AUTH_PLAINTEXT,\#AUTH_PLAINTEXT,' .endif .if defined(WITH_PGSQL) -LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgresql +LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgresql7 SEDLIST+= -e 's,XX_PGSQL_LIBS_XX,-L${PREFIX}/pgsql/lib -lpq,' \ -e 's,XX_PGSQL_INCLUDE_XX,-I${PREFIX}/pgsql/include,' \ -e 's,^\# LOOKUP_PGSQL,LOOKUP_PGSQL,' diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index f2370732b9c1..d8119216f9fa 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -99,7 +99,7 @@ SEDLIST+= -e 's,^AUTH_PLAINTEXT,\#AUTH_PLAINTEXT,' .endif .if defined(WITH_PGSQL) -LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgresql +LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgresql7 SEDLIST+= -e 's,XX_PGSQL_LIBS_XX,-L${PREFIX}/pgsql/lib -lpq,' \ -e 's,XX_PGSQL_INCLUDE_XX,-I${PREFIX}/pgsql/include,' \ -e 's,^\# LOOKUP_PGSQL,LOOKUP_PGSQL,' diff --git a/mail/exim/Makefile b/mail/exim/Makefile index f2370732b9c1..d8119216f9fa 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -99,7 +99,7 @@ SEDLIST+= -e 's,^AUTH_PLAINTEXT,\#AUTH_PLAINTEXT,' .endif .if defined(WITH_PGSQL) -LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgresql +LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgresql7 SEDLIST+= -e 's,XX_PGSQL_LIBS_XX,-L${PREFIX}/pgsql/lib -lpq,' \ -e 's,XX_PGSQL_INCLUDE_XX,-I${PREFIX}/pgsql/include,' \ -e 's,^\# LOOKUP_PGSQL,LOOKUP_PGSQL,' diff --git a/mail/teapop-devel/Makefile b/mail/teapop-devel/Makefile index 5c9f1c454513..3a0eb2bcd80b 100644 --- a/mail/teapop-devel/Makefile +++ b/mail/teapop-devel/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-latest MAINTAINER= jim@FreeBSD.org .if defined(WITH_PGSQL) -LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql +LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile index 5c9f1c454513..3a0eb2bcd80b 100644 --- a/mail/teapop/Makefile +++ b/mail/teapop/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-latest MAINTAINER= jim@FreeBSD.org .if defined(WITH_PGSQL) -LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql +LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -- cgit