Date: Sun, 20 Sep 2009 12:24:12 -0300 (BRT) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: scjamorim@bsd.com.br Subject: ports/138988: [PATCH] x11-fm/gnome-commander2: update to 1.2.8.1 Message-ID: <20090920152412.74EC14DA20F@fbsd9.scjamorim.org> Resent-Message-ID: <200909201530.n8KFU2oE010270@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138988 >Category: ports >Synopsis: [PATCH] x11-fm/gnome-commander2: update to 1.2.8.1 >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 Sep 20 15:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 9.0-CURRENT i386 >Organization: >Environment: System: FreeBSD fbsd9.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Sep 14 01:24:51 BRT 2009 >Description: - Update to 1.2.8.1 Removed file(s): - files/patch-src-owner.cc You can see the log in my tinderbox: AMD64 http://www.scjamorim.org/Home/gnome-commander2-1.2.8.1,1-8amd64.log i386 http://www.scjamorim.org/Home/gnome-commander2-1.2.8.1,1-8i386.log Port maintainer (scjamorim@bsd.com.br) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- gnome-commander2-1.2.8.1,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-fm/gnome-commander2/Makefile,v retrieving revision 1.47 diff -u -u -r1.47 Makefile --- Makefile 14 Sep 2009 18:11:55 -0000 1.47 +++ Makefile 20 Sep 2009 15:22:09 -0000 @@ -6,8 +6,7 @@ # PORTNAME= gnome-commander -PORTVERSION= 1.2.8 -PORTREVISION= 1 +PORTVERSION= 1.2.8.1 PORTEPOCH= 1 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11-fm/gnome-commander2/distinfo,v retrieving revision 1.15 diff -u -u -r1.15 distinfo --- distinfo 14 Jul 2009 17:32:52 -0000 1.15 +++ distinfo 20 Sep 2009 15:22:09 -0000 @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-commander-1.2.8.tar.bz2) = 5279bb3825efec3789932663e92fc8d2 -SHA256 (gnome2/gnome-commander-1.2.8.tar.bz2) = 5f7212ad315f46f3887af8bb624a777de7cc58105a01c23790d014f780934a01 -SIZE (gnome2/gnome-commander-1.2.8.tar.bz2) = 3447639 +MD5 (gnome2/gnome-commander-1.2.8.1.tar.bz2) = bb29604eef72e66554151b61db35100f +SHA256 (gnome2/gnome-commander-1.2.8.1.tar.bz2) = 4323cb416b69482272169ffe4deea3a7e8d266f1718f6bd38d22dfb377326778 +SIZE (gnome2/gnome-commander-1.2.8.1.tar.bz2) = 3436627 Index: files/patch-src-owner.cc =================================================================== RCS file: files/patch-src-owner.cc diff -N files/patch-src-owner.cc --- files/patch-src-owner.cc 14 Sep 2009 18:11:55 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,17 +0,0 @@ ---- src/owner.cc.orig 2009-06-29 06:57:46.000000000 -0300 -+++ src/owner.cc 2009-08-10 20:51:05.000000000 -0300 -@@ -62,7 +62,13 @@ - - if (!buff) - { -- buffsize = max(sysconf(_SC_GETPW_R_SIZE_MAX), sysconf(_SC_GETGR_R_SIZE_MAX)); -+ long int pw_size = sysconf(_SC_GETPW_R_SIZE_MAX); -+ long int gr_size = sysconf(_SC_GETGR_R_SIZE_MAX); -+ -+ if (pw_size==-1) pw_size = 4096; // `sysconf' does not support _SC_GETPW_R_SIZE_MAX. Try a moderate value. -+ if (gr_size==-1) gr_size = 4096; // `sysconf' does not support _SC_GETGR_R_SIZE_MAX. Try a moderate value. -+ -+ buffsize = max(pw_size, gr_size); - buff = g_new0 (char, buffsize); - } - --- gnome-commander2-1.2.8.1,1.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?20090920152412.74EC14DA20F>