mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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
This commit is contained in:
parent
a2475db721
commit
920d90fb6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36843
@ -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
|
||||
|
10
mail/icqmail/files/patch-aa
Normal file
10
mail/icqmail/files/patch-aa
Normal file
@ -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"
|
11
mail/icqmail/files/patch-ab
Normal file
11
mail/icqmail/files/patch-ab
Normal file
@ -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)
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user