Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2000 14:10:25 +0200 (EET)
From:      never@nevermind.kiev.ua
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23154: mail/icqmail: fix [MAINTAINER]
Message-ID:  <200011281210.eASCAPR75801@nevermind.kiev.ua>

next in thread | raw e-mail | index | archive | help

>Number:         23154
>Category:       ports
>Synopsis:       mail/icqmail: fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 28 04:20:10 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Nevermind
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
Interactive Media Technologies Ltd. UA
>Environment:

FreeBSD nevermind.kiev.ua 4.2-STABLE FreeBSD 4.2-STABLE #0: Wed Nov 22 18:39:47 EET 2000     never@nevermind.kiev.ua:/usr/src/sys/i386/conf/nevermind  i386

>Description:

	Fix for broken icqmail port. (!) Requires oldicqmail port.

>How-To-Repeat:


>Fix:

diff -ruN /usr/ports/mail/icqmail/Makefile ./Makefile
--- /usr/ports/mail/icqmail/Makefile    Mon Nov 27 11:12:17 2000
+++ ./Makefile  Tue Nov 28 13:37:38 2000
@@ -13,13 +13,19 @@
 
 MAINTAINER=    never@nevermind.kiev.ua
 
-LIB_DEPENDS=   icq.1:${PORTSDIR}/net/icqlib \
-               mimelib.3:${PORTSDIR}/converters/kdesupport2 \
-               guile.9:${PORTSDIR}/lang/guile
+LIB_DEPENDS=   guile.9:${PORTSDIR}/lang/guile
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/oldicqlib/libicq.la:${PORTSDIR}/devel/oldicqlib \
+               ${LOCALBASE}/lib/oldicqlib/libicq.a:${PORTSDIR}/devel/oldicqlib \
+               ${LOCALBASE}/include/oldicqlib/icq.h:${PORTSDIR}/devel/oldicqlib 
+
+RUN_DEPENDS=   ${LOCALBASE}/lib/oldicqlib/libicq.la:${PORTSDIR}/devel/oldicqlib \
+               ${LOCALBASE}/lib/oldicqlib/libicq.a:${PORTSDIR}/devel/oldicqlib 
+
 
 USE_NEWGCC=    yes
 GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include/oldicqlib -L${LOCALBASE}/lib/oldicqlib -I${LOCALBASE}/include" \
                LIBS="-L${LOCALBASE}/lib -lguile -lqthreads"
 
 MAN1=          icqmail.1
diff -ruN /usr/ports/mail/icqmail/pkg-descr ./pkg-descr
--- /usr/ports/mail/icqmail/pkg-descr   Tue Sep  5 04:43:18 2000
+++ ./pkg-descr Tue Nov 28 13:39:52 2000
@@ -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



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011281210.eASCAPR75801>