Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2000 15:18:38 +0200 (EET)
From:      never@nevermind.kiev.ua
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23157: Fix of icqmail port (assuming oldicqlib now is named icqlib-0.1) [MAINTAINER]
Message-ID:  <200011281318.eASDIc576837@nevermind.kiev.ua>

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

>Number:         23157
>Category:       ports
>Synopsis:       Fix of icqmail port [MAINTAINER]
>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 05:20:00 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 icqmail port, requires icqlib-0.1 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 14:46:51 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/icqlib-0.1/libicq.la:${PORTSDIR}/devel/icqlib-0.1 \
+               ${LOCALBASE}/lib/icqlib-0.1/libicq.a:${PORTSDIR}/devel/icqlib-0.1 \
+               ${LOCALBASE}/include/icqlib-0.1/icq.h:${PORTSDIR}/devel/icqlib-0.1 
+
+RUN_DEPENDS=   ${LOCALBASE}/lib/icqlib-0.1/libicq.la:${PORTSDIR}/devel/icqlib-0.1 \
+               ${LOCALBASE}/lib/icqlib-0.1/libicq.a:${PORTSDIR}/devel/icqlib-0.1 
+
 
 USE_NEWGCC=    yes
 GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include/icqlib-0.1 -L${LOCALBASE}/lib/icqlib-0.1 -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?200011281318.eASDIc576837>