From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 14 18:10:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9905106566C for ; Sat, 14 Jun 2008 18:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8AA968FC25 for ; Sat, 14 Jun 2008 18:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5EIA4uN019253 for ; Sat, 14 Jun 2008 18:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5EIA4sM019252; Sat, 14 Jun 2008 18:10:04 GMT (envelope-from gnats) Resent-Date: Sat, 14 Jun 2008 18:10:04 GMT Resent-Message-Id: <200806141810.m5EIA4sM019252@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3804A1065671 for ; Sat, 14 Jun 2008 18:01:37 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165]) by mx1.freebsd.org (Postfix) with ESMTP id 062EF8FC18 for ; Sat, 14 Jun 2008 18:01:36 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from localhost.localdomain (U049054.ppp.dion.ne.jp [218.222.49.54]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id EDDCD4AC031 for ; Sun, 15 Jun 2008 03:01:29 +0900 (JST) Message-Id: <20080615030031.1ca4251c.tkato432@yahoo.com> Date: Sun, 15 Jun 2008 03:00:31 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/124589: Update port: net-im/ayttm to 0.5.0.45 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2008 18:10:04 -0000 >Number: 124589 >Category: ports >Synopsis: Update port: net-im/ayttm to 0.5.0.45 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 14 18:10:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 6.3-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.5.0.45 >How-To-Repeat: >Fix: diff -urN /usr/ports/net-im/ayttm/Makefile net-im/ayttm/Makefile --- /usr/ports/net-im/ayttm/Makefile 2008-06-07 00:27:10.000000000 +0900 +++ net-im/ayttm/Makefile 2008-06-15 00:52:07.000000000 +0900 @@ -6,8 +6,7 @@ # PORTNAME= ayttm -PORTVERSION= 0.4.6.17 -PORTREVISION= 6 +PORTVERSION= 0.5.0.45 CATEGORIES= net-im MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} @@ -17,68 +16,48 @@ LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \ jasper.4:${PORTSDIR}/graphics/jasper \ - gpgme03.9:${PORTSDIR}/security/gpgme03 \ + gpgme.17:${PORTSDIR}/security/gpgme \ pspell.16:${PORTSDIR}/textproc/aspell -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} +OPTIONS= ARTS "Enable aRts support" off \ + ESOUND "Enable EsounD support" off -USE_XORG= xpm USE_BZIP2= yes -USE_GCC= 3.4 -WANT_GNOME= yes -USE_GNOME= gdkpixbuf gnometarget +USE_XORG= xpm xscrnsaver +USE_GNOME= gnometarget gtk20 USE_OPENSSL= yes -USE_AUTOTOOLS= libltdl:15 libtool:15 USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libltdl:15 libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --enable-smtp --enable-jasper-filter +CONFIGURE_ARGS= --enable-oscar --disable-workwizu --enable-smtp --enable-lj MAN1= ayttm.1 -CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib .include -.if ${HAVE_GNOME:Mesound}!="" -USE_GNOME+= esound -PKGNAMESUFFIX= -esound -PLIST_SUB+= ESOUND="" -.else -CONFIGURE_ARGS+= --disable-esd -PLIST_SUB+= ESOUND="@comment " -.endif - -.if defined(WITH_LIBARTS) -LIB_DEPENDS+= artsc:${PORTSDIR}/audio/libarts -PLIST_SUB+= LIBARTS="" +.if defined(WITH_ARTS) +LIB_DEPENDS+= artsc:${PORTSDIR}/audio/arts .else CONFIGURE_ARGS+= --disable-arts -PLIST_SUB+= LIBARTS="@comment " .endif -.if !defined(WITHOUT_XFT) -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft -CONFIGURE_ARGS+= --enable-xft -CPPFLAGS+= `freetype-config --cflags` -LDFLAGS+= `freetype-config --libs` +.if defined(WITH_ESOUND) +USE_GNOME+= esound +.else +CONFIGURE_ARGS+= --disable-esd .endif -pre-everything:: - @${ECHO_MSG} "Ayttm has the following tunable option(s):" - @${ECHO_MSG} "" - @${ECHO_MSG} " WITHOUT_GNOME=esound Truns off EsounD support" - @${ECHO_MSG} " WITH_LIBARTS=yes Turns on libArts support" - @${ECHO_MSG} " WITHOUT_XFT=yes Turns off Xft support" - @${ECHO_MSG} "" - post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ - s|-pthread|${PTHREAD_CFLAGS:S/"//g}|g; \ - s|gpgme-config|gpgme03-config|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|= pixmaps|=|g ; \ - s|^Utilities|#Utilities|g ; \ - s|^gnome|#gnome|g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|-L/usr/local/lib||g ; \ + s|-lpthread|${PTHREAD_LIBS}|g ; \ + /CFLAGS=/s|-pthread|${PTHREAD_CFLAGS}|g ; \ + /LIBS=/s|-L/usr/X11R6/lib||g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's|/gnome/apps/Internet|/applications|g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e \ + 's|-L/usr/local/lib/pth/||g' ${WRKSRC}/src/Makefile.in .include diff -urN /usr/ports/net-im/ayttm/distinfo net-im/ayttm/distinfo --- /usr/ports/net-im/ayttm/distinfo 2005-11-26 19:30:03.000000000 +0900 +++ net-im/ayttm/distinfo 2008-06-12 03:20:08.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (ayttm-0.4.6-17.tar.bz2) = 50c62c447f85ac51db46df7a5ae77d6b -SHA256 (ayttm-0.4.6-17.tar.bz2) = 071aed07491a786fe747be069756dcf392b17e129bcdd863af989c566d94db69 -SIZE (ayttm-0.4.6-17.tar.bz2) = 1365168 +MD5 (ayttm-0.5.0-45.tar.bz2) = b609a148cd36ecb219c2b3f1513bfbd0 +SHA256 (ayttm-0.5.0-45.tar.bz2) = 4c732c742205f04023b09c2a884ace558ec2bd58ddcf3e9db1bd56395cbc48b9 +SIZE (ayttm-0.5.0-45.tar.bz2) = 1408451 diff -urN /usr/ports/net-im/ayttm/pkg-plist net-im/ayttm/pkg-plist --- /usr/ports/net-im/ayttm/pkg-plist 2005-06-10 03:33:30.000000000 +0900 +++ net-im/ayttm/pkg-plist 2008-06-13 00:45:04.000000000 +0900 @@ -1,6 +1,15 @@ bin/ayttm bin/ayttm_streamer_wrapper.sh etc/ayttmrc +include/ayttm/yahoo2.h +include/ayttm/yahoo2_callbacks.h +include/ayttm/yahoo2_types.h +include/ayttm/yahoo_fn.h +include/ayttm/yahoo_httplib.h +include/ayttm/yahoo_list.h +lib/ayttm/aim-oscar.a +lib/ayttm/aim-oscar.la +lib/ayttm/aim-oscar.so lib/ayttm/aim-toc.a lib/ayttm/aim-toc.la lib/ayttm/aim-toc.so @@ -10,6 +19,9 @@ lib/ayttm/aycryption.a lib/ayttm/aycryption.la lib/ayttm/aycryption.so +lib/ayttm/custmsg.a +lib/ayttm/custmsg.la +lib/ayttm/custmsg.so lib/ayttm/icq-toc.a lib/ayttm/icq-toc.la lib/ayttm/icq-toc.so @@ -37,6 +49,9 @@ lib/ayttm/jabber.a lib/ayttm/jabber.la lib/ayttm/jabber.so +lib/ayttm/lj.a +lib/ayttm/lj.la +lib/ayttm/lj.so lib/ayttm/middle.a lib/ayttm/middle.la lib/ayttm/middle.so @@ -61,6 +76,8 @@ lib/ayttm/yahoo2.a lib/ayttm/yahoo2.la lib/ayttm/yahoo2.so +share/applications/ayttm.desktop +share/applnk/Internet/ayttm.desktop %%DATADIR%%/smileys/Console Smileys/aysmile.rc %%DATADIR%%/smileys/Console Smileys/blank.xpm %%DATADIR%%/smileys/Console Smileys/blush.xpm @@ -95,9 +112,14 @@ %%DATADIR%%/sounds/BuddyLeave.au %%DATADIR%%/sounds/Receive.au %%DATADIR%%/sounds/Send.au +share/pixmaps/ayttm.png +@dirrmtry share/applnk/Internet +@dirrmtry share/applnk +@dirrmtry share/applications @dirrm %%DATADIR%%/sounds @dirrm %%DATADIR%%/smileys/Giles Smileys @dirrm %%DATADIR%%/smileys/Console Smileys @dirrm %%DATADIR%%/smileys @dirrm %%DATADIR%% @dirrm lib/ayttm +@dirrm include/ayttm >Release-Note: >Audit-Trail: >Unformatted: