[Midnightbsd-cvs] mports [15772] 2.36.3
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Dec 22 16:08:14 EST 2013
Revision: 15772
http://svnweb.midnightbsd.org/mports/?rev=15772
Author: laffer1
Date: 2013-12-22 16:08:13 -0500 (Sun, 22 Dec 2013)
Log Message:
-----------
2.36.3
Modified Paths:
--------------
trunk/devel/glib20/Makefile
trunk/devel/glib20/distinfo
trunk/devel/glib20/files/patch-ae
trunk/devel/glib20/files/patch-gio_gunixmounts.c
trunk/devel/glib20/files/patch-glib::libcharset::Makefile.in
trunk/devel/glib20/files/patch-glib_tests_gdatetime.c
trunk/devel/glib20/pkg-plist
Property Changed:
----------------
trunk/devel/glib20/files/extra-patch-glib_Makefile.in
trunk/devel/glib20/files/extra-patch-glib_gunicollate.c
trunk/devel/glib20/files/patch-ae
trunk/devel/glib20/files/patch-ah
trunk/devel/glib20/files/patch-config.h.in
trunk/devel/glib20/files/patch-gio_fam_Makefile.in
trunk/devel/glib20/files/patch-gio_glib-compile-schemas.c
trunk/devel/glib20/files/patch-gio_gunixmount.c
trunk/devel/glib20/files/patch-gio_gunixmounts.c
trunk/devel/glib20/files/patch-gio_gunixvolume.c
trunk/devel/glib20/files/patch-gio_tests_gdbus-peer.c
trunk/devel/glib20/files/patch-gio_tests_include.c
trunk/devel/glib20/files/patch-gio_xdgmime_xdgmime.c
trunk/devel/glib20/files/patch-gio_xdgmime_xdgmimecache.h
trunk/devel/glib20/files/patch-glib-2.0.pc.in
trunk/devel/glib20/files/patch-glib::libcharset::Makefile.in
trunk/devel/glib20/files/patch-glib_Makefile.in
trunk/devel/glib20/files/patch-glib_deprecated_gthread.h
trunk/devel/glib20/files/patch-glib_fix_hidden
trunk/devel/glib20/files/patch-glib_gthread-posix.c
trunk/devel/glib20/files/patch-glib_gutils.c
trunk/devel/glib20/files/patch-glib_tests_gdatetime.c
trunk/devel/glib20/files/patch-glib_tests_utils.c
trunk/devel/glib20/files/patch-gmodule::gmodule-dl.c
trunk/devel/glib20/files/patch-gobject_Makefile.in
Modified: trunk/devel/glib20/Makefile
===================================================================
--- trunk/devel/glib20/Makefile 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/Makefile 2013-12-22 21:08:13 UTC (rev 15772)
@@ -1,8 +1,8 @@
# $MidnightBSD$
PORTNAME= glib
-PORTVERSION= 2.34.3
-PORTREVISION?= 4
+PORTVERSION= 2.36.3
+PORTREVISION?= 0
CATEGORIES= devel
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -12,39 +12,44 @@
LICENSE= lgpl
-LATEST_LINK= glib20
+USE_XZ= yes
-USE_XZ= yes
-
.if !defined(REFERENCE_PORT)
LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre \
ffi:${PORTSDIR}/devel/libffi
-USE_GETTEXT= yes
-USE_ICONV= yes
+USES= gettext gmake iconv pathfix pkgconfig shebangfix
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
-USE_PKGCONFIG= build
-USE_GNOME= gnomehack ltverhack
-USE_GMAKE= yes
-MAKE_JOBS_SAFE= yes
-USE_PYTHON= 2.5+
+USE_GNOME= ltverhack
+USE_PYTHON= yes
USE_PERL5= yes
-CONFIGURE_ARGS= --enable-static --with-libiconv=gnu \
+CONFIGURE_ARGS= --enable-static \
--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \
--disable-man --without-xml-catalog \
--disable-dtrace \
--with-pcre=system \
--disable-fam
+CONFIGURE_ENV= ac_cv_header_sys_inotify_h=
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -lintl
+LDFLAGS+= -L${LOCALBASE}/lib
+SHEBANG_FILES= */*.pl glib/gen-iswide-table.py
+
OPTIONS_DEFINE= COLLATION_FIX DEBUG
COLLATION_FIX_DESC= fix string collation
.include <bsd.port.pre.mk>
+CONFIGURE_ARGS+=--disable-dtrace
+
+.if empty(ICONV_LIB)
+CONFIGURE_ARGS+= --with-libiconv=native
+.else
+CONFIGURE_ARGS+= --with-libiconv=gnu
+.endif
+
# Let glib use asm code for implementing atomic ops on i386 and amd64.
.if ${ARCH} == "i386"
GLIB_ARCH= i486
@@ -78,6 +83,7 @@
${WRKSRC}/gio/gdbusaddress.c ${WRKSRC}/gio/gdbusprivate.c \
${WRKSRC}/po/*.po
@${REINPLACE_CMD} -e 's|inotify_support=yes|inotify_support=no| ; \
+ s|-Werror|| ; \
s|#define HAVE_SYS_INOTIFY_H 1||' ${WRKSRC}/configure
post-install:
Modified: trunk/devel/glib20/distinfo
===================================================================
--- trunk/devel/glib20/distinfo 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/distinfo 2013-12-22 21:08:13 UTC (rev 15772)
@@ -1,2 +1,2 @@
-SHA256 (gnome2/glib-2.34.3.tar.xz) = 855fcbf87cb93065b488358e351774d8a39177281023bae58c286f41612658a7
-SIZE (gnome2/glib-2.34.3.tar.xz) = 6334872
+SHA256 (gnome2/glib-2.36.3.tar.xz) = 5ec433bf6ce02e4c436619c3d0b9cecdd1898469398a636bad27c1f5804c761e
+SIZE (gnome2/glib-2.36.3.tar.xz) = 6626972
Index: trunk/devel/glib20/files/extra-patch-glib_Makefile.in
===================================================================
--- trunk/devel/glib20/files/extra-patch-glib_Makefile.in 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/extra-patch-glib_Makefile.in 2013-12-22 21:08:13 UTC (rev 15772)
Property changes on: trunk/devel/glib20/files/extra-patch-glib_Makefile.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/devel/glib20/files/extra-patch-glib_gunicollate.c
===================================================================
--- trunk/devel/glib20/files/extra-patch-glib_gunicollate.c 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/extra-patch-glib_gunicollate.c 2013-12-22 21:08:13 UTC (rev 15772)
Property changes on: trunk/devel/glib20/files/extra-patch-glib_gunicollate.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Modified: trunk/devel/glib20/files/patch-ae
===================================================================
--- trunk/devel/glib20/files/patch-ae 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-ae 2013-12-22 21:08:13 UTC (rev 15772)
@@ -1,5 +1,5 @@
---- configure.orig 2013-02-14 19:12:15.000000000 +0000
-+++ configure 2013-02-14 19:13:51.000000000 +0000
+--- configure.orig 2013-08-29 23:29:13.255661322 +0200
++++ configure 2013-08-29 23:48:08.845647995 +0200
@@ -603,6 +603,9 @@
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
@@ -10,7 +10,7 @@
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
-@@ -5602,7 +5605,7 @@
+@@ -5778,7 +5781,7 @@
fi
GLIB_RUNTIME_LIBDIR="$with_runtime_libdir"
@@ -19,7 +19,31 @@
if test "x$with_runtime_libdir" != "x"; then
-@@ -23647,7 +23650,7 @@
+@@ -7444,13 +7447,12 @@
+
+ ;;
+ native)
+- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv_open in -liconv" >&5
+-$as_echo_n "checking for iconv_open in -liconv... " >&6; }
++ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv_open" >&5
++$as_echo_n "checking for iconv_open... " >&6; }
+ if ${ac_cv_lib_iconv_iconv_open+:} false; then :
+ $as_echo_n "(cached) " >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-liconv $LIBS"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+@@ -8648,6 +8650,7 @@
+ ;;
+ native)
+
++ICONV_LIBS=""
+ $as_echo "#define USE_LIBICONV_NATIVE 1" >>confdefs.h
+
+ ;;
+@@ -23201,7 +23204,7 @@
fi
done
@@ -28,16 +52,16 @@
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"
-@@ -27108,10 +27111,10 @@
+@@ -26741,10 +26744,10 @@
# b) FreeBSD doesn't do this either.
#
case $host in
- *-*-freebsd*|*-*-linux*)
+ *-*-linux*)
- G_THREAD_LIBS_FOR_GTHREAD="`echo $G_THREAD_LIBS | sed s/-pthread/-pthread/`"
+ G_THREAD_LIBS_FOR_GTHREAD="`echo $G_THREAD_LIBS | sed s/-pthread/-lpthread/`"
;;
- *-*-openbsd*)
-+ *-*-freebsd*|*-*-openbsd*)
++ *-*-openbsd*|*-*-freebsd*)
LDFLAGS="$LDFLAGS -pthread"
;;
*)
Property changes on: trunk/devel/glib20/files/patch-ae
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property
Index: trunk/devel/glib20/files/patch-ah
===================================================================
--- trunk/devel/glib20/files/patch-ah 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-ah 2013-12-22 21:08:13 UTC (rev 15772)
Property changes on: trunk/devel/glib20/files/patch-ah
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/devel/glib20/files/patch-config.h.in
===================================================================
--- trunk/devel/glib20/files/patch-config.h.in 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-config.h.in 2013-12-22 21:08:13 UTC (rev 15772)
Property changes on: trunk/devel/glib20/files/patch-config.h.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/devel/glib20/files/patch-gio_fam_Makefile.in
===================================================================
--- trunk/devel/glib20/files/patch-gio_fam_Makefile.in 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-gio_fam_Makefile.in 2013-12-22 21:08:13 UTC (rev 15772)
Property changes on: trunk/devel/glib20/files/patch-gio_fam_Makefile.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/devel/glib20/files/patch-gio_glib-compile-schemas.c
===================================================================
--- trunk/devel/glib20/files/patch-gio_glib-compile-schemas.c 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-gio_glib-compile-schemas.c 2013-12-22 21:08:13 UTC (rev 15772)
Property changes on: trunk/devel/glib20/files/patch-gio_glib-compile-schemas.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/devel/glib20/files/patch-gio_gunixmount.c
===================================================================
--- trunk/devel/glib20/files/patch-gio_gunixmount.c 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-gio_gunixmount.c 2013-12-22 21:08:13 UTC (rev 15772)
Property changes on: trunk/devel/glib20/files/patch-gio_gunixmount.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Modified: trunk/devel/glib20/files/patch-gio_gunixmounts.c
===================================================================
--- trunk/devel/glib20/files/patch-gio_gunixmounts.c 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-gio_gunixmounts.c 2013-12-22 21:08:13 UTC (rev 15772)
@@ -1,6 +1,6 @@
---- gio/gunixmounts.c.orig 2012-05-02 22:02:54.000000000 -0500
-+++ gio/gunixmounts.c 2012-05-02 22:15:35.000000000 -0500
-@@ -155,6 +155,9 @@
+--- gio/gunixmounts.c.orig 2013-06-09 18:03:17.000000000 -0400
++++ gio/gunixmounts.c 2013-12-14 11:45:36.749181267 -0500
+@@ -155,6 +155,9 @@ struct _GUnixMountMonitor {
GFileMonitor *fstab_monitor;
GFileMonitor *mtab_monitor;
@@ -10,7 +10,7 @@
GSource *proc_mounts_watch_source;
};
-@@ -167,6 +170,8 @@
+@@ -167,6 +170,8 @@ static GUnixMountMonitor *the_mount_moni
static GList *_g_get_unix_mounts (void);
static GList *_g_get_unix_mount_points (void);
@@ -19,7 +19,7 @@
G_DEFINE_TYPE (GUnixMountMonitor, g_unix_mount_monitor, G_TYPE_OBJECT);
#define MOUNT_POLL_INTERVAL 4000
-@@ -193,6 +198,7 @@
+@@ -193,6 +198,7 @@ G_DEFINE_TYPE (GUnixMountMonitor, g_unix
#endif
#if (defined(HAVE_GETVFSSTAT) || defined(HAVE_GETFSSTAT)) && defined(HAVE_FSTAB_H) && defined(HAVE_SYS_MOUNT_H)
@@ -27,7 +27,7 @@
#include <sys/ucred.h>
#include <sys/mount.h>
#include <fstab.h>
-@@ -243,22 +249,29 @@
+@@ -243,22 +249,29 @@ g_unix_is_mount_path_system_internal (co
"/", /* we already have "Filesystem root" in Nautilus */
"/bin",
"/boot",
@@ -57,7 +57,7 @@
"/var",
"/var/crash",
"/var/local",
-@@ -299,6 +312,7 @@
+@@ -299,8 +312,10 @@ guess_system_internal (const char *mount
"devfs",
"devpts",
"ecryptfs",
@@ -64,8 +64,11 @@
+ "fdescfs",
"kernfs",
"linprocfs",
++ "nullfs",
"proc",
-@@ -1122,6 +1136,10 @@
+ "procfs",
+ "ptyfs",
+@@ -1126,6 +1141,10 @@ get_mounts_timestamp (void)
if (stat (monitor_file, &buf) == 0)
return (guint64)buf.st_mtime;
}
@@ -76,7 +79,7 @@
return 0;
}
-@@ -1267,6 +1285,13 @@
+@@ -1271,6 +1290,13 @@ g_unix_mount_monitor_finalize (GObject *
g_object_unref (monitor->mtab_monitor);
}
@@ -90,7 +93,7 @@
the_mount_monitor = NULL;
G_OBJECT_CLASS (g_unix_mount_monitor_parent_class)->finalize (object);
-@@ -1348,6 +1373,52 @@
+@@ -1352,6 +1378,52 @@ mtab_file_changed (GFileMonitor *mo
}
static gboolean
@@ -143,7 +146,7 @@
proc_mounts_changed (GIOChannel *channel,
GIOCondition cond,
gpointer user_data)
-@@ -1412,6 +1483,12 @@
+@@ -1416,6 +1488,12 @@ g_unix_mount_monitor_init (GUnixMountMon
g_signal_connect (monitor->mtab_monitor, "changed", (GCallback)mtab_file_changed, monitor);
}
}
Property changes on: trunk/devel/glib20/files/patch-gio_gunixmounts.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Index: trunk/devel/glib20/files/patch-gio_gunixvolume.c
===================================================================
--- trunk/devel/glib20/files/patch-gio_gunixvolume.c 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-gio_gunixvolume.c 2013-12-22 21:08:13 UTC (rev 15772)
Property changes on: trunk/devel/glib20/files/patch-gio_gunixvolume.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/devel/glib20/files/patch-gio_tests_gdbus-peer.c
===================================================================
--- trunk/devel/glib20/files/patch-gio_tests_gdbus-peer.c 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-gio_tests_gdbus-peer.c 2013-12-22 21:08:13 UTC (rev 15772)
Property changes on: trunk/devel/glib20/files/patch-gio_tests_gdbus-peer.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/devel/glib20/files/patch-gio_tests_include.c
===================================================================
--- trunk/devel/glib20/files/patch-gio_tests_include.c 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-gio_tests_include.c 2013-12-22 21:08:13 UTC (rev 15772)
Property changes on: trunk/devel/glib20/files/patch-gio_tests_include.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/devel/glib20/files/patch-gio_xdgmime_xdgmime.c
===================================================================
--- trunk/devel/glib20/files/patch-gio_xdgmime_xdgmime.c 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-gio_xdgmime_xdgmime.c 2013-12-22 21:08:13 UTC (rev 15772)
Property changes on: trunk/devel/glib20/files/patch-gio_xdgmime_xdgmime.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/devel/glib20/files/patch-gio_xdgmime_xdgmimecache.h
===================================================================
--- trunk/devel/glib20/files/patch-gio_xdgmime_xdgmimecache.h 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-gio_xdgmime_xdgmimecache.h 2013-12-22 21:08:13 UTC (rev 15772)
Property changes on: trunk/devel/glib20/files/patch-gio_xdgmime_xdgmimecache.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/devel/glib20/files/patch-glib-2.0.pc.in
===================================================================
--- trunk/devel/glib20/files/patch-glib-2.0.pc.in 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-glib-2.0.pc.in 2013-12-22 21:08:13 UTC (rev 15772)
Property changes on: trunk/devel/glib20/files/patch-glib-2.0.pc.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Modified: trunk/devel/glib20/files/patch-glib::libcharset::Makefile.in
===================================================================
--- trunk/devel/glib20/files/patch-glib::libcharset::Makefile.in 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-glib::libcharset::Makefile.in 2013-12-22 21:08:13 UTC (rev 15772)
@@ -1,25 +1,5 @@
--- glib/libcharset/Makefile.in.orig 2010-08-08 12:46:01.000000000 +0200
+++ glib/libcharset/Makefile.in 2010-08-08 12:46:01.000000000 +0200
-@@ -328,7 +328,7 @@ EXTRA_DIST = README config.charset ref-a
- codeset.m4 update.sh make-patch.sh libcharset-glib.patch
- TEST_PROGS =
- INCLUDES = \
-- -DLIBDIR=\"$(libdir)\" $(config_h_INCLUDES)
-+ -DLIBDIR=\"$(prefix)/libdata\" $(config_h_INCLUDES)
-
- noinst_LTLIBRARIES = libcharset.la
- libcharset_la_SOURCES = \
-@@ -336,8 +336,8 @@ libcharset_la_SOURCES = \
- localcharset.h \
- localcharset.c
-
--charset_alias = $(DESTDIR)$(libdir)/charset.alias
--charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
-+charset_alias = $(DESTDIR)$(prefix)/libdata/charset.alias
-+charset_tmp = $(DESTDIR)$(prefix)/libdata/charset.tmp
- SUFFIXES = .sed .sin
- CLEANFILES = charset.alias ref-add.sed ref-del.sed
- all: all-am
@@ -566,7 +566,7 @@ install-dvi: install-dvi-am
install-dvi-am:
Property changes on: trunk/devel/glib20/files/patch-glib::libcharset::Makefile.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/devel/glib20/files/patch-glib_Makefile.in
===================================================================
--- trunk/devel/glib20/files/patch-glib_Makefile.in 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-glib_Makefile.in 2013-12-22 21:08:13 UTC (rev 15772)
Property changes on: trunk/devel/glib20/files/patch-glib_Makefile.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/devel/glib20/files/patch-glib_deprecated_gthread.h
===================================================================
--- trunk/devel/glib20/files/patch-glib_deprecated_gthread.h 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-glib_deprecated_gthread.h 2013-12-22 21:08:13 UTC (rev 15772)
Property changes on: trunk/devel/glib20/files/patch-glib_deprecated_gthread.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/devel/glib20/files/patch-glib_fix_hidden
===================================================================
--- trunk/devel/glib20/files/patch-glib_fix_hidden 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-glib_fix_hidden 2013-12-22 21:08:13 UTC (rev 15772)
Property changes on: trunk/devel/glib20/files/patch-glib_fix_hidden
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/devel/glib20/files/patch-glib_gthread-posix.c
===================================================================
--- trunk/devel/glib20/files/patch-glib_gthread-posix.c 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-glib_gthread-posix.c 2013-12-22 21:08:13 UTC (rev 15772)
Property changes on: trunk/devel/glib20/files/patch-glib_gthread-posix.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/devel/glib20/files/patch-glib_gutils.c
===================================================================
--- trunk/devel/glib20/files/patch-glib_gutils.c 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-glib_gutils.c 2013-12-22 21:08:13 UTC (rev 15772)
Property changes on: trunk/devel/glib20/files/patch-glib_gutils.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Modified: trunk/devel/glib20/files/patch-glib_tests_gdatetime.c
===================================================================
--- trunk/devel/glib20/files/patch-glib_tests_gdatetime.c 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-glib_tests_gdatetime.c 2013-12-22 21:08:13 UTC (rev 15772)
@@ -1,20 +1,20 @@
---- glib/tests/gdatetime.c.orig 2012-08-17 00:06:25.000000000 +0000
-+++ glib/tests/gdatetime.c 2012-10-23 12:38:55.000000000 +0000
-@@ -1230,7 +1230,7 @@
- gint64 u;
+--- glib/tests/gdatetime.c.orig 2013-03-13 13:39:09.000000000 +0000
++++ glib/tests/gdatetime.c 2013-03-28 10:15:49.000000000 +0000
+@@ -1276,7 +1276,7 @@
gint i1, i2;
+ #ifdef G_OS_UNIX
- tz = g_time_zone_new ("Canada/Eastern");
+ tz = g_time_zone_new ("America/Montreal");
- dt = g_date_time_new_utc (2010, 11, 7, 1, 30, 0);
- u = g_date_time_to_unix (dt);
-
-@@ -1259,7 +1259,7 @@
- gint64 u, u2;
+ #elif defined G_OS_WIN32
+ tz = g_time_zone_new ("Eastern Standard Time");
+ #endif
+@@ -1309,7 +1309,7 @@
gint i1, i2;
+ #ifdef G_OS_UNIX
- tz = g_time_zone_new ("Canada/Eastern");
+ tz = g_time_zone_new ("America/Montreal");
- dt = g_date_time_new_utc (2010, 11, 7, 1, 30, 0);
- u = g_date_time_to_unix (dt);
- u2 = u;
+ #elif defined G_OS_WIN32
+ tz = g_time_zone_new ("Eastern Standard Time");
+ #endif
Property changes on: trunk/devel/glib20/files/patch-glib_tests_gdatetime.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/devel/glib20/files/patch-glib_tests_utils.c
===================================================================
--- trunk/devel/glib20/files/patch-glib_tests_utils.c 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-glib_tests_utils.c 2013-12-22 21:08:13 UTC (rev 15772)
Property changes on: trunk/devel/glib20/files/patch-glib_tests_utils.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/devel/glib20/files/patch-gmodule::gmodule-dl.c
===================================================================
--- trunk/devel/glib20/files/patch-gmodule::gmodule-dl.c 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-gmodule::gmodule-dl.c 2013-12-22 21:08:13 UTC (rev 15772)
Property changes on: trunk/devel/glib20/files/patch-gmodule::gmodule-dl.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Index: trunk/devel/glib20/files/patch-gobject_Makefile.in
===================================================================
--- trunk/devel/glib20/files/patch-gobject_Makefile.in 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/files/patch-gobject_Makefile.in 2013-12-22 21:08:13 UTC (rev 15772)
Property changes on: trunk/devel/glib20/files/patch-gobject_Makefile.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Modified: trunk/devel/glib20/pkg-plist
===================================================================
--- trunk/devel/glib20/pkg-plist 2013-12-22 20:47:54 UTC (rev 15771)
+++ trunk/devel/glib20/pkg-plist 2013-12-22 21:08:13 UTC (rev 15772)
@@ -105,6 +105,7 @@
include/glib-2.0/gio/gmountoperation.h
include/glib-2.0/gio/gnativevolumemonitor.h
include/glib-2.0/gio/gnetworkaddress.h
+include/glib-2.0/gio/gnetworking.h
include/glib-2.0/gio/gnetworkmonitor.h
include/glib-2.0/gio/gnetworkservice.h
include/glib-2.0/gio/goutputstream.h
@@ -125,6 +126,7 @@
include/glib-2.0/gio/gsettingsschema.h
include/glib-2.0/gio/gsimpleaction.h
include/glib-2.0/gio/gsimpleactiongroup.h
+include/glib-2.0/gio/gsimpleproxyresolver.h
include/glib-2.0/gio/gsimpleasyncresult.h
include/glib-2.0/gio/gsimplepermission.h
include/glib-2.0/gio/gsocket.h
@@ -137,6 +139,7 @@
include/glib-2.0/gio/gsocketlistener.h
include/glib-2.0/gio/gsocketservice.h
include/glib-2.0/gio/gsrvtarget.h
+include/glib-2.0/gio/gtask.h
include/glib-2.0/gio/gtcpconnection.h
include/glib-2.0/gio/gtcpwrapperconnection.h
include/glib-2.0/gio/gtestdbus.h
@@ -258,30 +261,6 @@
include/glib-2.0/gobject/gvaluearray.h
include/glib-2.0/gobject/gvaluecollector.h
include/glib-2.0/gobject/gvaluetypes.h
-lib/gdbus-2.0/codegen/__init__.py
-lib/gdbus-2.0/codegen/__init__.pyc
-lib/gdbus-2.0/codegen/__init__.pyo
-lib/gdbus-2.0/codegen/codegen.py
-lib/gdbus-2.0/codegen/codegen.pyc
-lib/gdbus-2.0/codegen/codegen.pyo
-lib/gdbus-2.0/codegen/codegen_docbook.py
-lib/gdbus-2.0/codegen/codegen_docbook.pyc
-lib/gdbus-2.0/codegen/codegen_docbook.pyo
-lib/gdbus-2.0/codegen/codegen_main.py
-lib/gdbus-2.0/codegen/codegen_main.pyc
-lib/gdbus-2.0/codegen/codegen_main.pyo
-lib/gdbus-2.0/codegen/config.py
-lib/gdbus-2.0/codegen/config.pyc
-lib/gdbus-2.0/codegen/config.pyo
-lib/gdbus-2.0/codegen/dbustypes.py
-lib/gdbus-2.0/codegen/dbustypes.pyc
-lib/gdbus-2.0/codegen/dbustypes.pyo
-lib/gdbus-2.0/codegen/parser.py
-lib/gdbus-2.0/codegen/parser.pyc
-lib/gdbus-2.0/codegen/parser.pyo
-lib/gdbus-2.0/codegen/utils.py
-lib/gdbus-2.0/codegen/utils.pyc
-lib/gdbus-2.0/codegen/utils.pyo
lib/libgio-2.0.a
lib/libgio-2.0.la
lib/libgio-2.0.so
@@ -313,7 +292,30 @@
share/aclocal/glib-2.0.m4
share/aclocal/glib-gettext.m4
share/aclocal/gsettings.m4
-share/glib-2.0/gettext/mkinstalldirs
+share/glib-2.0/codegen/__init__.py
+share/glib-2.0/codegen/__init__.pyc
+share/glib-2.0/codegen/__init__.pyo
+share/glib-2.0/codegen/codegen.py
+share/glib-2.0/codegen/codegen.pyc
+share/glib-2.0/codegen/codegen.pyo
+share/glib-2.0/codegen/codegen_docbook.py
+share/glib-2.0/codegen/codegen_docbook.pyc
+share/glib-2.0/codegen/codegen_docbook.pyo
+share/glib-2.0/codegen/codegen_main.py
+share/glib-2.0/codegen/codegen_main.pyc
+share/glib-2.0/codegen/codegen_main.pyo
+share/glib-2.0/codegen/config.py
+share/glib-2.0/codegen/config.pyc
+share/glib-2.0/codegen/config.pyo
+share/glib-2.0/codegen/dbustypes.py
+share/glib-2.0/codegen/dbustypes.pyc
+share/glib-2.0/codegen/dbustypes.pyo
+share/glib-2.0/codegen/parser.py
+share/glib-2.0/codegen/parser.pyc
+share/glib-2.0/codegen/parser.pyo
+share/glib-2.0/codegen/utils.py
+share/glib-2.0/codegen/utils.pyc
+share/glib-2.0/codegen/utils.pyo
share/glib-2.0/gettext/po/Makefile.in.in
share/glib-2.0/schemas/gschema.dtd
share/locale/af/LC_MESSAGES/glib20.mo
@@ -397,6 +399,7 @@
share/locale/sv/LC_MESSAGES/glib20.mo
share/locale/ta/LC_MESSAGES/glib20.mo
share/locale/te/LC_MESSAGES/glib20.mo
+share/locale/tg/LC_MESSAGES/glib20.mo
share/locale/th/LC_MESSAGES/glib20.mo
share/locale/tl/LC_MESSAGES/glib20.mo
share/locale/tr/LC_MESSAGES/glib20.mo
@@ -469,6 +472,7 @@
@dirrm share/glib-2.0/schemas
@dirrm share/glib-2.0/gettext/po
@dirrm share/glib-2.0/gettext
+ at dirrm share/glib-2.0/codegen
@dirrm share/glib-2.0
@dirrmtry share/bash-completion/completions
@dirrmtry share/bash-completion
@@ -479,8 +483,6 @@
@exec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true
@dirrmtry lib/gio/modules
@dirrmtry lib/gio
- at dirrm lib/gdbus-2.0/codegen
- at dirrm lib/gdbus-2.0
@dirrm include/glib-2.0/gobject
@dirrm include/glib-2.0/glib/deprecated
@dirrm include/glib-2.0/glib
More information about the Midnightbsd-cvs
mailing list