From owner-freebsd-gnome Fri Apr 26 9:55: 5 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from gyros.marcuscom.com (dhcp-64-102-60-52.cisco.com [64.102.60.52]) by hub.freebsd.org (Postfix) with ESMTP id A036837B417 for ; Fri, 26 Apr 2002 09:54:58 -0700 (PDT) Received: from gyros.marcuscom.com (localhost [127.0.0.1]) by gyros.marcuscom.com (8.12.3/8.12.3) with ESMTP id g3QGsY9C058379; Fri, 26 Apr 2002 12:54:34 -0400 (EDT) (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by gyros.marcuscom.com (8.12.3/8.12.3/Submit) id g3QGsXoC058378; Fri, 26 Apr 2002 12:54:33 -0400 (EDT) X-Authentication-Warning: gyros.marcuscom.com: marcus set sender to marcus@FreeBSD.org using -f Subject: Re: Updated Port net/gaim to 0.5.7 From: Joe Marcus Clarke To: Tilman Linneweh Cc: gnome@FreeBSD.org In-Reply-To: <1019840024.82272.3.camel@tl.kom.tuwien.ac.at> References: <1019840024.82272.3.camel@tl.kom.tuwien.ac.at> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.3 Date: 26 Apr 2002 13:54:33 -0300 Message-Id: <1019840073.312.62.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 2002-04-26 at 13:53, Tilman Linneweh wrote: > Hi marcus, > > Here is a diff to update gaim to 0.5.7 > > It includes USE_LIBTOOL again. > So patch-ltmain.sh is removed. > New po Files in pkg-plist for danish and Japanese Thanks! Joe > > regards > arved > > > ---- > > Binary files gaim/.pkg-plist.swp and gaim-new/.pkg-plist.swp differ > diff -ruN gaim/Makefile gaim-new/Makefile > --- gaim/Makefile Tue Apr 16 08:01:43 2002 > +++ gaim-new/Makefile Fri Apr 26 17:10:59 2002 > @@ -6,7 +6,7 @@ > # > > PORTNAME= gaim > -PORTVERSION= 0.56 > +PORTVERSION= 0.57 > CATEGORIES?= net > MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \ > ${MASTER_SITE_SOURCEFORGE} > @@ -20,7 +20,7 @@ > USE_GTK= yes > WANT_ESOUND= yes > WANT_GNOME= yes > -GNU_CONFIGURE= yes > +USE_LIBTOOL= yes > CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ > LIBS="-L${LOCALBASE}/lib" > CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} > diff -ruN gaim/distinfo gaim-new/distinfo > --- gaim/distinfo Tue Apr 16 08:01:43 2002 > +++ gaim-new/distinfo Fri Apr 26 16:35:14 2002 > @@ -1 +1 @@ > -MD5 (gaim-0.56.tar.bz2) = fd7c5cbea0a862d0bcefbf16e4a27db1 > +MD5 (gaim-0.57.tar.bz2) = c3b60e140e76b02f600075671ae745fb > diff -ruN gaim/files/patch-ltmain.sh gaim-new/files/patch-ltmain.sh > --- gaim/files/patch-ltmain.sh Thu Dec 20 10:53:18 2001 > +++ gaim-new/files/patch-ltmain.sh Thu Jan 1 01:00:00 1970 > @@ -1,28 +0,0 @@ > - > -$FreeBSD: ports/net/gaim/files/patch-ltmain.sh,v 1.5 2001/12/20 06:19:02 sobomax Exp $ > - > ---- ltmain.sh 2001/08/27 09:51:26 1.1 > -+++ ltmain.sh 2001/08/27 09:51:42 > -@@ -2408,6 +2408,9 @@ > - *-*-netbsd*) > - # Don't link with libc until the a.out ld.so is fixed. > - ;; > -+ *-*-freebsd*) > -+ # FreeBSD doesn't need this... > -+ ;; > - *) > - # Add libc to deplibs on all other systems if necessary. > - if test "$build_libtool_need_lc" = "yes"; then > -@@ -4175,10 +4178,12 @@ > - fi > - > - # Install the pseudo-library for information purposes. > -+ if /usr/bin/false; then > - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` > - instname="$dir/$name"i > - $show "$install_prog $instname $destdir/$name" > - $run eval "$install_prog $instname $destdir/$name" || exit $? > -+ fi > - > - # Maybe install the static library, too. > - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" > diff -ruN gaim/pkg-plist gaim-new/pkg-plist > --- gaim/pkg-plist Sat Mar 16 08:01:46 2002 > +++ gaim-new/pkg-plist Fri Apr 26 17:07:48 2002 > @@ -23,11 +23,13 @@ > %%GNOME:%%share/gnome/pixmaps/gaim/msgpend.png > %%GNOME:%%share/gnome/pixmaps/gaim/offline.png > %%GNOME:%%share/gnome/pixmaps/gaim/online.png > +share/locale/da/LC_MESSAGES/gaim.mo > share/locale/de/LC_MESSAGES/gaim.mo > share/locale/es/LC_MESSAGES/gaim.mo > share/locale/fi/LC_MESSAGES/gaim.mo > share/locale/fr/LC_MESSAGES/gaim.mo > share/locale/it/LC_MESSAGES/gaim.mo > +share/locale/ja/LC_MESSAGES/gaim.mo > share/locale/ko/LC_MESSAGES/gaim.mo > share/locale/nl/LC_MESSAGES/gaim.mo > share/locale/pl/LC_MESSAGES/gaim.mo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message