summaryrefslogtreecommitdiff
path: root/mail/dbmail20/files
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-07 01:17:49 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-07 01:17:49 +0000
commit6eb3d0aa1e4580eb4c6a3e349a94d843f3fd62fb (patch)
tree8045a7832d1679430b49cdd5db6e2184ac99c5e9 /mail/dbmail20/files
parentUpdate to 0.3.1 (diff)
[new port] mail/dbmail: An SQL database-based mail system (POP3 and IMAP)
(author description) The DBMAIL package replaces the normal UNIX mailing system. All emails and users data are stored in a database. You can create an unlimited number of email accounts, which can be checked using the POP3 or IMAP protocol. Users can maintain their own set of email addresses. It is more scalable, more secure, and faster than traditional mail systems. DBMAIL uses PostgreSQL or MySQL. PR: ports/54887 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes
Notes: svn path=/head/; revision=90481
Diffstat (limited to 'mail/dbmail20/files')
-rw-r--r--mail/dbmail20/files/patch-configure29
1 files changed, 29 insertions, 0 deletions
diff --git a/mail/dbmail20/files/patch-configure b/mail/dbmail20/files/patch-configure
new file mode 100644
index 000000000000..87954b042761
--- /dev/null
+++ b/mail/dbmail20/files/patch-configure
@@ -0,0 +1,29 @@
+--- configure.orig Mon Oct 6 18:12:06 2003
++++ configure Mon Oct 6 18:13:28 2003
+@@ -842,19 +842,22 @@
+
+
+ mysqllibpaths="/usr/lib /usr/local/lib /lib /usr/freeware/lib \
+- /usr/freeware/lib32 $HOME/lib $HOME/tcl/lib $HOME"
++ /usr/freeware/lib32 $HOME/lib $HOME/tcl/lib $HOME \
++ $LOCALBASE/lib $PREFIX/lib"
+ mysqlheaderpaths="/usr/include/mysql /usr/include /usr/local/include/mysql \
+ /usr/local/include /usr/freeware/include/mysql \
+ /usr/freeware/include $HOME/include $HOME/mysql/include \
+- $HOME"
++ $HOME $LOCALBASE/include/mysql $PREFIX/include/mysql"
+
+ pgsqllibpaths="/usr/lib /usr/local/lib /lib /usr/freeware/lib \
+- /usr/freeware/lib32 $HOME/lib $HOME/tcl/lib $HOME"
++ /usr/freeware/lib32 $HOME/lib $HOME/tcl/lib $HOME \
++ $LOCALBASE/lib $PREFIX/lib"
+
+ pgsqlheaderpaths="/usr/include/pgsql /usr/include /usr/local/include/pgsql \
+ /usr/local/include /usr/freeware/include/pgsql \
+ /usr/freeware/include $HOME/include $HOME/pgsql/include \
+- /usr/local/pgsql/include $HOME"
++ /usr/local/pgsql/include $HOME \
++ $LOCALBASE/include/pgsql $PREFIX/include/pgsql"
+
+ # Check whether --with-mysql or --without-mysql was given.
+ if test "${with_mysql+set}" = set; then