mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Update to 0.7.10.
PR: 143665 Submitted by: Dmitry <dmitry2006@yandex.ru>
This commit is contained in:
parent
d02233f4b4
commit
d0e44df2ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249739
5 changed files with 28 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= vala
|
||||
PORTVERSION= 0.7.9
|
||||
PORTVERSION= 0.7.10
|
||||
CATEGORIES= lang gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
11
lang/vala/files/patch-vapi_glib-2.0.vapi
Normal file
11
lang/vala/files/patch-vapi_glib-2.0.vapi
Normal file
|
@ -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, ...);
|
11
lang/vala/files/patch-vapi_libpq.vapi
Normal file
11
lang/vala/files/patch-vapi_libpq.vapi
Normal file
|
@ -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_")]
|
|
@ -204,3 +204,5 @@ share/devhelp/books/vala/vala.devhelp2
|
|||
@dirrmtry share/devhelp
|
||||
%%VAPIGEN%%@dirrm lib/vala
|
||||
@dirrm include/vala-1.0
|
||||
@dirrmtry %%DATADIR%%/vapi
|
||||
@dirrmtry %%DATADIR%%
|
||||
|
|
Loading…
Add table
Reference in a new issue