From owner-freebsd-bugs@FreeBSD.ORG Thu Aug 19 05:10:21 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 880F416A4D0 for ; Thu, 19 Aug 2004 05:10:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70E4443D31 for ; Thu, 19 Aug 2004 05:10:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7J5ALn6041064 for ; Thu, 19 Aug 2004 05:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7J5AL94041063; Thu, 19 Aug 2004 05:10:21 GMT (envelope-from gnats) Resent-Date: Thu, 19 Aug 2004 05:10:21 GMT Resent-Message-Id: <200408190510.i7J5AL94041063@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "ports@c0decafe.net" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 143B016A4CE for ; Thu, 19 Aug 2004 05:09:26 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02FBD43D31 for ; Thu, 19 Aug 2004 05:09:26 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i7J59Pau001597 for ; Thu, 19 Aug 2004 05:09:25 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i7J59Pvc001596; Thu, 19 Aug 2004 05:09:25 GMT (envelope-from nobody) Message-Id: <200408190509.i7J59Pvc001596@www.freebsd.org> Date: Thu, 19 Aug 2004 05:09:25 GMT From: "ports@c0decafe.net" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/70651: [MAINTAINER] misc/gaim-guifications: update to 2.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2004 05:10:21 -0000 >Number: 70651 >Category: misc >Synopsis: [MAINTAINER] misc/gaim-guifications: update to 2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 19 05:10:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: ports@c0decafe.net >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD atlantis.local 4.10-STABLE FreeBSD 4.10-STABLE #0: Tue Aug 10 20:27:17 EEST 200 >Description: - Update to 2.0 Removed file(s): - files/patch-src-guifications.c Generated with FreeBSD Port Tools 0.6 >How-To-Repeat: >Fix: --- gaim-guifications-2.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/misc/gaim-guifications.orig/Makefile /usr/ports/misc/gaim-guifications/Makefile --- gaim-guifications.orig/Makefile Mon Aug 9 03:08:20 2004 +++ gaim-guifications/Makefile Thu Aug 19 07:55:07 2004 @@ -6,8 +6,7 @@ # PORTNAME= guifications -PORTVERSION= 1.10 -PORTREVISION= 1 +PORTVERSION= 2.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,5 +22,21 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk20 USE_LIBTOOL_VER=15 +USE_REINPLACE= yes + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +CONFIGURE_ARGS+=--with-libintl-prefix=${LOCALBASE} +CONFIGURE_ENV+="CPPFLAGS=-I${LOCALBASE}/include" "LIBS=-L${LOCALBASE}/lib" +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +post-extract: + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \ + -e 's#\([@(]\)GAIM_LIBDIR\([@)]\)#\1libdir\2#' \ + -e 's#\([@(]\)GAIM_DATADIR\([@)]\)#\1datadir\2#' .include diff -ruN --exclude=CVS /usr/ports/misc/gaim-guifications.orig/distinfo /usr/ports/misc/gaim-guifications/distinfo --- gaim-guifications.orig/distinfo Tue Jul 20 12:51:21 2004 +++ gaim-guifications/distinfo Wed Aug 18 11:01:16 2004 @@ -1,2 +1,2 @@ -MD5 (guifications-1.10.tar.gz) = 91110f09327dcda28b443e544aa5a290 -SIZE (guifications-1.10.tar.gz) = 347924 +MD5 (guifications-2.0.tar.gz) = 7f813600bb9f6d5afe16d07f778cfcf0 +SIZE (guifications-2.0.tar.gz) = 604018 diff -ruN --exclude=CVS /usr/ports/misc/gaim-guifications.orig/files/patch-src-guifications.c /usr/ports/misc/gaim-guifications/files/patch-src-guifications.c --- /usr/ports/misc/gaim-guifications.orig/files/patch-src-guifications.c Mon Aug 9 14:52:19 2004 +++ /usr/ports/misc/gaim-guifications/files/patch-src-guifications.c Thu Jan 1 02:00:00 1970 @@ -1,11 +0,0 @@ ---- src/guifications.c.orig Sun Jul 11 13:22:37 2004 -+++ src/guifications.c Mon Aug 9 14:48:46 2004 -@@ -402,7 +402,7 @@ - g_object_unref(G_OBJECT(protocol_scaled)); - - if (gaim_prefs_get_bool(GF_PREF_BEHAVIOR_ALIAS)) -- name = g_strdup(gaim_get_buddy_alias(buddy)); -+ name = g_strdup(gaim_buddy_get_alias(buddy)); - else - name = g_strdup(buddy->name); - diff -ruN --exclude=CVS /usr/ports/misc/gaim-guifications.orig/pkg-plist /usr/ports/misc/gaim-guifications/pkg-plist --- gaim-guifications.orig/pkg-plist Sun Jun 27 09:03:22 2004 +++ gaim-guifications/pkg-plist Thu Aug 19 03:12:04 2004 @@ -1,30 +1,49 @@ lib/gaim/guifications.so -share/gnome/pixmaps/gaim/guifications/backgrounds/background_default.png -share/gnome/pixmaps/gaim/guifications/conf/icon_size_huge.png -share/gnome/pixmaps/gaim/guifications/conf/icon_size_large.png -share/gnome/pixmaps/gaim/guifications/conf/icon_size_normal.png -share/gnome/pixmaps/gaim/guifications/conf/icon_size_small.png -share/gnome/pixmaps/gaim/guifications/conf/icon_size_tiny.png +%%NLS%%share/locale/de/LC_MESSAGES/guifications.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/guifications.mo +%%NLS%%share/locale/es/LC_MESSAGES/guifications.mo +%%NLS%%share/locale/fr/LC_MESSAGES/guifications.mo +%%NLS%%share/locale/he/LC_MESSAGES/guifications.mo +%%NLS%%share/locale/nl/LC_MESSAGES/guifications.mo +%%NLS%%share/locale/en_AU/LC_MESSAGES/guifications.mo +%%NLS%%share/locale/no/LC_MESSAGES/guifications.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/guifications.mo +share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_big.png +share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_huge.png +share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_large.png +share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_little.png +share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_normal.png +share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_small.png +share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_tiny.png share/gnome/pixmaps/gaim/guifications/conf/item_position_center.png share/gnome/pixmaps/gaim/guifications/conf/item_position_east.png -share/gnome/pixmaps/gaim/guifications/conf/item_position_north.png share/gnome/pixmaps/gaim/guifications/conf/item_position_north_east.png +share/gnome/pixmaps/gaim/guifications/conf/item_position_north.png share/gnome/pixmaps/gaim/guifications/conf/item_position_north_west.png -share/gnome/pixmaps/gaim/guifications/conf/item_position_south.png share/gnome/pixmaps/gaim/guifications/conf/item_position_south_east.png +share/gnome/pixmaps/gaim/guifications/conf/window_zoom_in.png +share/gnome/pixmaps/gaim/guifications/conf/item_position_south.png share/gnome/pixmaps/gaim/guifications/conf/item_position_south_west.png share/gnome/pixmaps/gaim/guifications/conf/item_position_west.png -share/gnome/pixmaps/gaim/guifications/conf/text_clipping_ellipsis_end.png -share/gnome/pixmaps/gaim/guifications/conf/text_clipping_ellipsis_middle.png -share/gnome/pixmaps/gaim/guifications/conf/text_clipping_ellipsis_start.png -share/gnome/pixmaps/gaim/guifications/conf/text_clipping_truncate.png +share/gnome/pixmaps/gaim/guifications/conf/item_text_clipping_ellipsis_end.png +share/gnome/pixmaps/gaim/guifications/conf/item_text_clipping_ellipsis_middle.png +share/gnome/pixmaps/gaim/guifications/conf/item_text_clipping_ellipsis_start.png +share/gnome/pixmaps/gaim/guifications/conf/item_text_clipping_truncate.png share/gnome/pixmaps/gaim/guifications/conf/window_position_north_east.png share/gnome/pixmaps/gaim/guifications/conf/window_position_north_west.png share/gnome/pixmaps/gaim/guifications/conf/window_position_south_east.png share/gnome/pixmaps/gaim/guifications/conf/window_position_south_west.png -share/gnome/pixmaps/gaim/guifications/conf/window_zoom_in.png share/gnome/pixmaps/gaim/guifications/conf/window_zoom_normal.png share/gnome/pixmaps/gaim/guifications/conf/window_zoom_out.png @dirrm share/gnome/pixmaps/gaim/guifications/conf -@dirrm share/gnome/pixmaps/gaim/guifications/backgrounds +share/gnome/pixmaps/gaim/guifications/themes/default/background.png +share/gnome/pixmaps/gaim/guifications/themes/default/theme.xml +@dirrm share/gnome/pixmaps/gaim/guifications/themes/default +share/gnome/pixmaps/gaim/guifications/themes/mini/background.png +share/gnome/pixmaps/gaim/guifications/themes/mini/theme.xml +@dirrm share/gnome/pixmaps/gaim/guifications/themes/mini +share/gnome/pixmaps/gaim/guifications/themes/Penguins/penguin.png +share/gnome/pixmaps/gaim/guifications/themes/Penguins/theme.xml +@dirrm share/gnome/pixmaps/gaim/guifications/themes/Penguins +@dirrm share/gnome/pixmaps/gaim/guifications/themes @dirrm share/gnome/pixmaps/gaim/guifications --- gaim-guifications-2.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: