summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-02-19 10:01:14 +0000
committerknu <knu@FreeBSD.org>2002-02-19 10:01:14 +0000
commit3c85139e4404900a0371fa3fa2e3032a638d1dba (patch)
treee8374dd1798cfaf5133f8c15dd91bc753a9b176f /databases
parent45b8dee76eb2e23586a2a83f9fe8b26bac9e5408 (diff)
downloadFreeBSD-ports-3c85139e4404900a0371fa3fa2e3032a638d1dba.zip
FreeBSD-ports-3c85139e4404900a0371fa3fa2e3032a638d1dba.tar.gz
Support the new layout of PostgreSQL 7.2 and drop the WITH_OLD_LAYOUT
support. Submitted by: Palle Girgensohn <girgen@partitur.se> Bump PORTREVISION just in case.
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-postgres/Makefile8
-rw-r--r--databases/rubygem-postgres/Makefile8
2 files changed, 4 insertions, 12 deletions
diff --git a/databases/ruby-postgres/Makefile b/databases/ruby-postgres/Makefile
index 1d7651d..42940ea 100644
--- a/databases/ruby-postgres/Makefile
+++ b/databases/ruby-postgres/Makefile
@@ -7,6 +7,7 @@
PORTNAME= postgres
PORTVERSION= 0.6.5
+PORTREVISION= 1
CATEGORIES= databases ruby
MASTER_SITES= http://www.postgresql.jp/interfaces/ruby/archive/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -20,12 +21,7 @@ LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
-.if defined(WITH_OLD_LAYOUT)
-CONFIGURE_ARGS= --with-pgsql-include-dir="${LOCALBASE}/pgsql/include" \
- --with-pgsql-lib-dir="${LOCALBASE}/pgsql/lib"
-.else
-CONFIGURE_ARGS= --with-pgsql-include-dir="${LOCALBASE}/include/pgsql"
-.endif
+CONFIGURE_ARGS= --with-pgsql-include-dir="${LOCALBASE}/include"
INSTALL_TARGET= site-install
DOCS_EN= ChangeLog README doc/postgres.html
diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile
index 1d7651d..42940ea 100644
--- a/databases/rubygem-postgres/Makefile
+++ b/databases/rubygem-postgres/Makefile
@@ -7,6 +7,7 @@
PORTNAME= postgres
PORTVERSION= 0.6.5
+PORTREVISION= 1
CATEGORIES= databases ruby
MASTER_SITES= http://www.postgresql.jp/interfaces/ruby/archive/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -20,12 +21,7 @@ LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
-.if defined(WITH_OLD_LAYOUT)
-CONFIGURE_ARGS= --with-pgsql-include-dir="${LOCALBASE}/pgsql/include" \
- --with-pgsql-lib-dir="${LOCALBASE}/pgsql/lib"
-.else
-CONFIGURE_ARGS= --with-pgsql-include-dir="${LOCALBASE}/include/pgsql"
-.endif
+CONFIGURE_ARGS= --with-pgsql-include-dir="${LOCALBASE}/include"
INSTALL_TARGET= site-install
DOCS_EN= ChangeLog README doc/postgres.html
OpenPOWER on IntegriCloud