Date: 26 Apr 2002 13:54:33 -0300 From: Joe Marcus Clarke <marcus@FreeBSD.org> To: Tilman Linneweh <tilman@arved.de> Cc: gnome@FreeBSD.org Subject: Re: Updated Port net/gaim to 0.5.7 Message-ID: <1019840073.312.62.camel@gyros.marcuscom.com> In-Reply-To: <1019840024.82272.3.camel@tl.kom.tuwien.ac.at> References: <1019840024.82272.3.camel@tl.kom.tuwien.ac.at>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1019840073.312.62.camel>