Date: Sun, 17 Oct 2004 02:29:59 -0400 (EDT) From: Anish Mistry <amistry@am-productions.biz> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72781: [UPDATE] gtk-smooth-engine 5.8 Message-ID: <200410170629.i9H6Txpn070839@www.united-ware.com> Resent-Message-ID: <200410170650.i9H6oTGG030028@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 72781 >Category: ports >Synopsis: [UPDATE] gtk-smooth-engine 5.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 06:50:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Anish Mistry >Release: FreeBSD 5.3-BETA7 >Organization: AM Productions >Environment: System: FreeBSD bigguy.am-productions.biz 5.3-BETA7 FreeBSD 5.3-BETA7 #3: Fri Oct 15 14:44:00 EDT 2004 amistry@bigguy.am-productions.biz:/usr/obj/usr/src/sys/BIGGUY i386 >Description: Update to 5.8 >How-To-Repeat: Apply patch. >Fix: --- gtk-smooth-engine.patch begins here --- diff -ruN gtk-smooth-engine.orig/Makefile gtk-smooth-engine/Makefile --- gtk-smooth-engine.orig/Makefile Sun Oct 17 02:08:38 2004 +++ gtk-smooth-engine/Makefile Sun Oct 17 02:09:08 2004 @@ -6,8 +6,7 @@ # PORTNAME= gtk-smooth-engine -PORTVERSION= 0.5.6 -PORTREVISION= 1 +PORTVERSION= 0.5.8 CATEGORIES= x11-themes gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= smooth-engine diff -ruN gtk-smooth-engine.orig/distinfo gtk-smooth-engine/distinfo --- gtk-smooth-engine.orig/distinfo Sun Oct 17 02:08:38 2004 +++ gtk-smooth-engine/distinfo Sun Oct 17 02:09:51 2004 @@ -1,2 +1,2 @@ -MD5 (gtk-smooth-engine-0.5.6.tar.gz) = f2d3e1f85652db8e77c725e7b73cff4f -SIZE (gtk-smooth-engine-0.5.6.tar.gz) = 266925 +MD5 (gtk-smooth-engine-0.5.8.tar.gz) = 7b4aebf85040b357124de926807dc22a +SIZE (gtk-smooth-engine-0.5.8.tar.gz) = 365680 diff -ruN gtk-smooth-engine.orig/files/patch-configure gtk-smooth-engine/files/patch-configure --- gtk-smooth-engine.orig/files/patch-configure Sun Oct 17 02:08:38 2004 +++ gtk-smooth-engine/files/patch-configure Sun Oct 17 02:22:15 2004 @@ -1,6 +1,6 @@ ---- configure.orig Tue Dec 16 17:35:58 2003 -+++ configure Sat Jan 3 18:50:45 2004 -@@ -7997,6 +7997,7 @@ +--- configure.orig Sun Oct 17 02:11:36 2004 ++++ configure Sun Oct 17 02:15:38 2004 +@@ -19310,6 +19310,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,7 +8,7 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -8050,7 +8051,7 @@ +@@ -19381,7 +19382,7 @@ ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -17,7 +17,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. -@@ -8101,7 +8102,7 @@ +@@ -19432,7 +19433,7 @@ ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR diff -ruN gtk-smooth-engine.orig/files/patch-gtk1_gtk1_patches.c gtk-smooth-engine/files/patch-gtk1_gtk1_patches.c --- gtk-smooth-engine.orig/files/patch-gtk1_gtk1_patches.c Sun Oct 17 02:08:38 2004 +++ gtk-smooth-engine/files/patch-gtk1_gtk1_patches.c Sun Oct 17 02:22:50 2004 @@ -1,14 +1,25 @@ ---- gtk1/gtk1_patches.c.orig Sat Jan 3 18:40:36 2004 -+++ gtk1/gtk1_patches.c Sat Jan 3 18:41:07 2004 -@@ -1197,6 +1197,7 @@ +--- gtk1/gtk1_patches.c.orig Sun Oct 17 02:18:35 2004 ++++ gtk1/gtk1_patches.c Sun Oct 17 02:21:21 2004 +@@ -934,6 +934,8 @@ + slider_length = SCALE_SLIDER_LENGTH(widget->style); + } + ++ ++ + _scale_calc_request (widget, slider_width, slider_length, stepper_size, trough_border, stepper_spacing, &range_rect); + + requisition->width = MAX(requisition->width, range_rect.width); +@@ -1214,7 +1216,8 @@ GtkRange *range; gint slider_width, slider_length, stepper_size, trough_border, stepper_spacing; GdkRectangle range_rect; +- + int size1, size2; - ++ g_return_if_fail (widget != NULL); g_return_if_fail (GTK_IS_SCROLLBAR (widget)); -@@ -1212,8 +1213,8 @@ + g_return_if_fail (requisition != NULL); +@@ -1229,8 +1232,8 @@ slider_length = SCROLLBAR_MIN_SLIDER_LENGTH(widget->style); } --- gtk-smooth-engine.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410170629.i9H6Txpn070839>