aboutsummaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2002-04-02 11:40:49 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2002-04-02 11:40:49 +0000
commit4a765861a78dba934a88194c41a1e07be029179d (patch)
tree16a6fc04e532a8cb6ff995a278e3a7b6b9981ea2 /mail/exim
parentd5cc2f7d804d546d157ac2096ec9cfd7db81943b (diff)
downloadports-4a765861a78dba934a88194c41a1e07be029179d.tar.gz
ports-4a765861a78dba934a88194c41a1e07be029179d.zip
Fix the build in the WITH_PGSQL=yes case.
When the databases/postgresql7 port was updated from postgresql-7.1.x to postgresql-7.2, libpq-fe.h moved from PREFIX/include/pgsql to PREFIX/include for reasons I can't figure out. This applies a band-aid until I can get clarification from the postgresql port maintainer <girgen@partitur.se>, but I think the port might be "broken" in its placement of some header files. Reported by: kris
Notes
Notes: svn path=/head/; revision=57189
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/files/patch-src::EDITME13
1 files changed, 7 insertions, 6 deletions
diff --git a/mail/exim/files/patch-src::EDITME b/mail/exim/files/patch-src::EDITME
index 2e25772f2520..4d0d3f202078 100644
--- a/mail/exim/files/patch-src::EDITME
+++ b/mail/exim/files/patch-src::EDITME
@@ -72,16 +72,17 @@
# which results in files with names /var/log/exim_mainlog, etc. The directory
# in which the log files are placed must exist; Exim does not try to create
-@@ -352,6 +352,8 @@
+@@ -352,6 +352,9 @@
# LOOKUP_INCLUDE=-I /usr/local/ldap/include -I /usr/local/mysql/include -I /usr/local/pgsql/include
# LOOKUP_LIBS=-L/usr/local/lib -lldap -llber -lmysqlclient -lpq
++INCLUDE=-I XX_PREFIX_XX/include
+LOOKUP_INCLUDE=XX_MYSQL_INCLUDE_XX XX_PGSQL_INCLUDE_XX XX_LDAP_INCLUDE_XX
+LOOKUP_LIBS=XX_MYSQL_LIBS_XX XX_PGSQL_LIBS_XX XX_LDAP_LIBS_XX
# If you have set LDAP=yes, you should set LDAP_LIB_TYPE to indicate which LDAP
# library you have. Unfortunately, though most of their functions are the
-@@ -365,6 +367,7 @@
+@@ -365,6 +368,7 @@
# LDAP_LIB_TYPE=OPENLDAP2
# LDAP_LIB_TYPE=NETSCAPE
# LDAP_LIB_TYPE=SOLARIS
@@ -89,7 +90,7 @@
# If you don't set any of these, Exim assumes the original University of
# Michigan (OpenLDAP 1) library.
-@@ -411,7 +414,7 @@
+@@ -411,7 +415,7 @@
# the file name, allowing sites that run two separate daemons to distinguish
# them. Some installations may want something like this
@@ -98,7 +99,7 @@
# If PID_FILE_PATH is not defined, Exim writes a file in its spool directory
# (see SPOOL_DIRECTORY below) with the name "exim-daemon.pid" for the standard
-@@ -460,7 +463,7 @@
+@@ -460,7 +464,7 @@
# uid and gid.
# Many installations will want something like this:
@@ -107,7 +108,7 @@
# Others may prefer to keep all Exim things under one directory:
# SPOOL_DIRECTORY=/usr/exim/spool
-@@ -525,7 +528,7 @@
+@@ -525,7 +529,7 @@
# with TLS support.
# SUPPORT_TLS=yes
@@ -116,7 +117,7 @@
# If you are running Exim as a server, note that just building it with TLS
# support is not usually all you need to do. You normally need to set up a
-@@ -575,5 +578,14 @@
+@@ -575,5 +579,14 @@
# chapter on building and installing Exim.
# USE_TCP_WRAPPERS=yes