From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 27 10:20:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00EED80B for ; Thu, 27 Dec 2012 10:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C98778FC0C for ; Thu, 27 Dec 2012 10:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBRAK0Kv022663 for ; Thu, 27 Dec 2012 10:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBRAK0Bt022659; Thu, 27 Dec 2012 10:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 27 Dec 2012 10:20:00 GMT Resent-Message-Id: <201212271020.qBRAK0Bt022659@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Fabian M. Borschel" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9FF6A784 for ; Thu, 27 Dec 2012 10:10:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6DF738FC12 for ; Thu, 27 Dec 2012 10:10:46 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qBRAAjC4079932 for ; Thu, 27 Dec 2012 10:10:45 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qBRAAjBu079931; Thu, 27 Dec 2012 10:10:45 GMT (envelope-from nobody) Message-Id: <201212271010.qBRAAjBu079931@red.freebsd.org> Date: Thu, 27 Dec 2012 10:10:45 GMT From: "Fabian M. Borschel" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/174733: devel/gio-fam-backend: Update to 2.35.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2012 10:20:01 -0000 >Number: 174733 >Category: ports >Synopsis: devel/gio-fam-backend: Update to 2.35.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 27 10:20:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Fabian M. Borschel >Release: 9.0 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: Index: distinfo =================================================================== --- distinfo (revision 309416) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (gnome2/glib-2.28.8.tar.xz) = 4d7ca95dbde8e8f60ab428c765b0dbb8a44be9eb9316491803ce5ee7b4748353 -SIZE (gnome2/glib-2.28.8.tar.xz) = 5223564 +SHA256 (gnome2/glib-2.35.1.tar.xz) = 0804dedd207e31ca3051e44f03df2faad9a132a862269ae782c4fdfca472a92d +SIZE (gnome2/glib-2.35.1.tar.xz) = 6325532 Index: files/patch-ae =================================================================== --- files/patch-ae (revision 309416) +++ files/patch-ae (working copy) @@ -1,30 +0,0 @@ ---- configure.orig 2010-03-03 21:31:46.000000000 -0500 -+++ configure 2010-03-03 21:47:47.000000000 -0500 -@@ -714,6 +714,9 @@ ac_includes_default="\ - #ifdef HAVE_SYS_TYPES_H - # include - #endif -+#ifdef HAVE_SYS_PARAM_H -+# include -+#endif - #ifdef HAVE_SYS_STAT_H - # include - #endif -@@ -23020,7 +23023,7 @@ _ACEOF - fi - done - --for ac_func in chown lchmod lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid -+for ac_func in chown lchmod lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid sysctlbyname - do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` - ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -@@ -25631,6 +25634,8 @@ fi - ;; - esac - fi -+ G_THREAD_CFLAGS="${PTHREAD_CFLAGS}" -+ G_THREAD_LIBS="${PTHREAD_LIBS}" - - if test x"$G_THREAD_CFLAGS" = x; then - Index: Makefile =================================================================== --- Makefile (revision 309416) +++ Makefile (working copy) @@ -7,8 +7,7 @@ # PORTNAME= gio-fam-backend -PORTVERSION= 2.28.8 -PORTREVISION= 1 +PORTVERSION= 2.35.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \ ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \ >Release-Note: >Audit-Trail: >Unformatted: