From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 8 10:40:02 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4471E106568B for ; Mon, 8 Feb 2010 10:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0A35E8FC2E for ; Mon, 8 Feb 2010 10:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o18Ae17S058203 for ; Mon, 8 Feb 2010 10:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o18Ae1Fg058202; Mon, 8 Feb 2010 10:40:01 GMT (envelope-from gnats) Resent-Date: Mon, 8 Feb 2010 10:40:01 GMT Resent-Message-Id: <201002081040.o18Ae1Fg058202@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, Dmitry Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3912106568D for ; Mon, 8 Feb 2010 10:38:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id C475F8FC18 for ; Mon, 8 Feb 2010 10:38:29 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o18AcTvu093634 for ; Mon, 8 Feb 2010 10:38:29 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o18AcTve093633; Mon, 8 Feb 2010 10:38:29 GMT (envelope-from nobody) Message-Id: <201002081038.o18AcTve093633@www.freebsd.org> Date: Mon, 8 Feb 2010 10:38:29 GMT From: Dmitry To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/143665: lang/vala update to 0.7.10 [PATCH] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2010 10:40:02 -0000 >Number: 143665 >Category: misc >Synopsis: lang/vala update to 0.7.10 [PATCH] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 08 10:40:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Dmitry >Release: 8.0-STABLE >Organization: >Environment: FreeBSD *** 8.0-STABLE FreeBSD 8.0-STABLE #0: Wed Feb 3 23:35:57 YEKT 2010 root@***:/usr/obj/usr/src/sys/GENERIC_debug amd64 >Description: Vala 0.7.10 released on February 4, 2010 Changes * Support coalescing operator ??. * Support to_string and bitwise complement with enums. * Return handler id when connecting signal handlers. * Support struct comparison. * Support constructor chaining in structs. * Enforce protected member restrictions. * Improve performance of flow analysis. * Support automatic line continuations in Genie. * Improvements to the .gir reader and writer. * Add --enable-mem-profiler commandline option. * Many bug fixes and binding updates. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile 2010-02-08 15:27:08.000000000 +0500 +++ Makefile.new 2010-02-08 15:09:06.000000000 +0500 @@ -7,7 +7,7 @@ # PORTNAME= vala -PORTVERSION= 0.7.9 +PORTVERSION= 0.7.10 CATEGORIES= lang gnome MASTER_SITES= GNOME --- distinfo 2010-02-08 15:27:08.000000000 +0500 +++ distinfo.new 2010-02-08 15:09:06.000000000 +0500 @@ -1,3 +1,3 @@ -MD5 (vala-0.7.9.tar.bz2) = f2f8b2914361db599fd6392ec27f7042 -SHA256 (vala-0.7.9.tar.bz2) = a71d59cfed750ff402fece5e7d4b656caf3377d5a6bfe5339894f1b13769d58d -SIZE (vala-0.7.9.tar.bz2) = 1960847 +MD5 (vala-0.7.10.tar.bz2) = 6e807644f500d6605a5ee4e1612dd187 +SHA256 (vala-0.7.10.tar.bz2) = 902392d95e20e8c3e18ad739e24c6727dd90fe281b1ffdbbf509a8d7c50aa8c5 +SIZE (vala-0.7.10.tar.bz2) = 1976085 --- pkg-plist 2010-02-08 15:36:31.000000000 +0500 +++ pkg-plist.new 2010-02-08 15:36:32.000000000 +0500 @@ -204,3 +204,5 @@ @dirrmtry share/devhelp %%VAPIGEN%%@dirrm lib/vala @dirrm include/vala-1.0 +@dirrmtry %%DATADIR%%/vapi +@dirrmtry %%DATADIR%% --- /dev/null 2010-02-08 15:22:59.000000000 +0500 +++ files/patch-vapi_libpq.vapi 2010-02-08 15:09:06.000000000 +0500 @@ -0,0 +1,11 @@ +--- vapi/libpq.vapi.orig 2009-07-17 21:34:39.000000000 +0600 ++++ vapi/libpq.vapi 2009-11-23 01:18:21.000000000 +0500 +@@ -22,7 +22,7 @@ + + using GLib; + +-[CCode (cprefix = "PQ", cheader_filename = "postgresql/libpq-fe.h")] ++[CCode (cprefix = "PQ", cheader_filename = "libpq-fe.h")] + namespace Postgres { + + [CCode (cname = "ConnStatusType", cprefix = "CONNECTION_")] --- /dev/null 2010-02-08 15:22:59.000000000 +0500 +++ files/patch-vapi_glib-2.0.vapi 2010-02-08 15:09:06.000000000 +0500 @@ -0,0 +1,11 @@ +--- vapi/glib-2.0.vapi.orig 2009-11-23 01:21:30.000000000 +0500 ++++ vapi/glib-2.0.vapi 2009-12-03 14:12:42.840631369 +0500 +@@ -2452,6 +2452,8 @@ + public static FileStream? open (string path, string mode); + [CCode (cname = "fdopen")] + public static FileStream? fdopen (int fildes, string mode); ++ [CCode (cname = "freopen", instance_pos = -1)] ++ public void reopen (string path, string mode); + [CCode (cname = "fprintf")] + [PrintfFormat ()] + public void printf (string format, ...); >Release-Note: >Audit-Trail: >Unformatted: