aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-01-06 12:18:15 +0800
committerlioux <lioux@FreeBSD.org>2001-01-06 12:18:15 +0800
commitcf6e84a60c6d0f7ef7dd7b6dbb749da51ee12806 (patch)
tree69141b14e1c2c59866141d5f20952a7a1f026749 /mail
parent4fcbcb4bf4c854408c1d7f3c9c3b6acd6360f9d5 (diff)
downloadfreebsd-ports-gnome-cf6e84a60c6d0f7ef7dd7b6dbb749da51ee12806.tar.gz
freebsd-ports-gnome-cf6e84a60c6d0f7ef7dd7b6dbb749da51ee12806.tar.zst
freebsd-ports-gnome-cf6e84a60c6d0f7ef7dd7b6dbb749da51ee12806.zip
Have it correctly depend on port icqlib0.
icqlib0 holds old branch 0.x.x of icqlib required by this version 1.2 of icqmail. Also, pkg-descr was updated with new maintainer information. PR: ports/23157 Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r--mail/icqmail/Makefile10
-rw-r--r--mail/icqmail/files/patch-aa10
-rw-r--r--mail/icqmail/files/patch-ab11
-rw-r--r--mail/icqmail/pkg-descr7
4 files changed, 31 insertions, 7 deletions
diff --git a/mail/icqmail/Makefile b/mail/icqmail/Makefile
index fd19fb2ec1df..f1e18d00d99b 100644
--- a/mail/icqmail/Makefile
+++ b/mail/icqmail/Makefile
@@ -7,19 +7,21 @@
PORTNAME= icqmail
PORTVERSION= 1.2
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= never@nevermind.kiev.ua
-LIB_DEPENDS= icq.1:${PORTSDIR}/net/icqlib \
- mimelib.3:${PORTSDIR}/converters/kdesupport2 \
- guile.9:${PORTSDIR}/lang/guile
+LIB_DEPENDS= icq0.1:${PORTSDIR}/net/icqlib0 \
+ guile.9:${PORTSDIR}/lang/guile \
+ mimelib.3:${PORTSDIR}/converters/kdesupport2
USE_NEWGCC= yes
+USE_AUTOCONF= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" \
LIBS="-L${LOCALBASE}/lib -lguile -lqthreads"
MAN1= icqmail.1
diff --git a/mail/icqmail/files/patch-aa b/mail/icqmail/files/patch-aa
new file mode 100644
index 000000000000..b9877626c50c
--- /dev/null
+++ b/mail/icqmail/files/patch-aa
@@ -0,0 +1,10 @@
+--- src/icqmail.c.orig Fri Dec 29 17:06:21 2000
++++ src/icqmail.c Fri Dec 29 17:06:34 2000
+@@ -46,7 +46,7 @@
+
+ /* Our headers */
+ #include "cfg.h"
+-#include "icq.h"
++#include <icq0.h>
+ #include "icqbyteorder.h"
+ #include "subst.h"
diff --git a/mail/icqmail/files/patch-ab b/mail/icqmail/files/patch-ab
new file mode 100644
index 000000000000..7a0affedb44a
--- /dev/null
+++ b/mail/icqmail/files/patch-ab
@@ -0,0 +1,11 @@
+--- configure.in.orig Fri Dec 29 17:08:15 2000
++++ configure.in Fri Dec 29 17:08:20 2000
+@@ -6,7 +6,7 @@
+ AC_PROG_INSTALL
+
+ dnl Checks for libraries.
+-AC_CHECK_LIB(icq, icq_Init)
++AC_CHECK_LIB(icq0, icq_Init)
+ AC_CHECK_LIB(nsl, gethostbyname)
+ AC_CHECK_LIB(socket, connect)
+ AC_CHECK_LIB(guile, gh_procedure_p)
diff --git a/mail/icqmail/pkg-descr b/mail/icqmail/pkg-descr
index ca9395fab3a2..e9a8d18f9c19 100644
--- a/mail/icqmail/pkg-descr
+++ b/mail/icqmail/pkg-descr
@@ -1,8 +1,9 @@
ICQMail is a simple ICQ client which forwards all messages to given
email address.
-WWW: http://sourceforge.net/projects/icqmail/
+WWW: http://sourceforge.net/projects/icqmail/
+Author: Vadim Zaliva <lord@crocodile.org>
--
-Michael Vasilenko
-acid@cn.ua
+Alexandr Kovalenko
+never@nevermind.kiev.ua