ports/124589: Update port: net-im/ayttm to 0.5.0.45

KATO Tsuguru tkato432 at yahoo.com
Sat Jun 14 18:10:04 UTC 2008


>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 <bsd.port.pre.mk>
 
-.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 <bsd.port.post.mk>
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
+ at dirrmtry share/applnk/Internet
+ at dirrmtry share/applnk
+ at dirrmtry share/applications
 @dirrm %%DATADIR%%/sounds
 @dirrm %%DATADIR%%/smileys/Giles Smileys
 @dirrm %%DATADIR%%/smileys/Console Smileys
 @dirrm %%DATADIR%%/smileys
 @dirrm %%DATADIR%%
 @dirrm lib/ayttm
+ at dirrm include/ayttm
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list