misc/143665: lang/vala update to 0.7.10 [PATCH]

Dmitry dmitry2006 at yandex.ru
Mon Feb 8 10:40:02 UTC 2010


>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
+ at dirrmtry %%DATADIR%%/vapi
+ at 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:


More information about the freebsd-bugs mailing list