Tue Feb 14 06:03:11 2012 UTC ()
Replace deprecated G_CONST_RETURN with plain "const".

Bump PKGREVISION.


(obache)
diff -r1.16 -r1.17 pkgsrc/x11/libunique/Makefile
diff -r1.7 -r1.8 pkgsrc/x11/libunique/distinfo
diff -r1.1 -r0 pkgsrc/x11/libunique/patches/patch-unique_Makefile.am
diff -r1.1 -r0 pkgsrc/x11/libunique/patches/patch-unique_Makefile.in

cvs diff -r1.16 -r1.17 pkgsrc/x11/libunique/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/libunique/Makefile 2012/02/06 12:42:18 1.16
+++ pkgsrc/x11/libunique/Makefile 2012/02/14 06:03:11 1.17
@@ -1,35 +1,46 @@ @@ -1,35 +1,46 @@
1# $NetBSD: Makefile,v 1.16 2012/02/06 12:42:18 wiz Exp $ 1# $NetBSD: Makefile,v 1.17 2012/02/14 06:03:11 obache Exp $
2# 2#
3 3
4DISTNAME= libunique-1.1.6 4DISTNAME= libunique-1.1.6
5PKGREVISION= 7 5PKGREVISION= 8
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libunique/1.1/} 7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libunique/1.1/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://live.gnome.org/LibUnique 10HOMEPAGE= http://live.gnome.org/LibUnique
11COMMENT= Library for writing single instance applications 11COMMENT= Library for writing single instance applications
12LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes
18USE_TOOLS+= pkg-config gmake 18USE_TOOLS+= pkg-config gmake
19 19
20PKGCONFIG_OVERRIDE+= unique.pc.in 20PKGCONFIG_OVERRIDE+= unique.pc.in
21 21
22# Workaround for Upstream Bug#562310. 22# Workaround for Upstream Bug#562310.
23# for more detail, see also PR#41475. 23# for more detail, see also PR#41475.
24TOOLS_NOOP+= gtkdoc-rebase 24TOOLS_NOOP+= gtkdoc-rebase
25 25
 26SUBST_CLASSES+= g_const
 27SUBST_STAGE.g_const= post-configure
 28SUBST_MESSAGE.g_const= Replace deprecated G_CONST_RETURN with plain "const".
 29SUBST_FILES.g_const= unique/uniqueapp.c
 30SUBST_FILES.g_const+= unique/uniquebackend.c
 31SUBST_FILES.g_const+= unique/uniquebackend.h
 32SUBST_FILES.g_const+= unique/uniqueinternals.h
 33SUBST_FILES.g_const+= unique/uniquemessage.c
 34SUBST_FILES.g_const+= unique/uniquemessage.h
 35SUBST_SED.g_const= -e 's/G_CONST_RETURN /const /g'
 36
26.include "../../mk/compiler.mk" 37.include "../../mk/compiler.mk"
27 38
28.if !empty(PKGSRC_COMPILER:Mclang) 39.if !empty(PKGSRC_COMPILER:Mclang)
29CFLAGS+= -Wno-tautological-compare 40CFLAGS+= -Wno-tautological-compare
30.endif 41.endif
31 42
32.include "options.mk" 43.include "options.mk"
33 44
34.include "../../x11/gtk2/buildlink3.mk" 45.include "../../x11/gtk2/buildlink3.mk"
35.include "../../mk/bsd.pkg.mk" 46.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/x11/libunique/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/libunique/distinfo 2012/02/03 00:57:59 1.7
+++ pkgsrc/x11/libunique/distinfo 2012/02/14 06:03:11 1.8
@@ -1,9 +1,7 @@ @@ -1,9 +1,7 @@
1$NetBSD: distinfo,v 1.7 2012/02/03 00:57:59 sbd Exp $ 1$NetBSD: distinfo,v 1.8 2012/02/14 06:03:11 obache Exp $
2 2
3SHA1 (libunique-1.1.6.tar.gz) = ff9a50781291212d97df0d21ac4bbdbd8443d210 3SHA1 (libunique-1.1.6.tar.gz) = ff9a50781291212d97df0d21ac4bbdbd8443d210
4RMD160 (libunique-1.1.6.tar.gz) = 15ae8cc81f978554395fcb194ecb11c7bc6a1938 4RMD160 (libunique-1.1.6.tar.gz) = 15ae8cc81f978554395fcb194ecb11c7bc6a1938
5Size (libunique-1.1.6.tar.gz) = 450569 bytes 5Size (libunique-1.1.6.tar.gz) = 450569 bytes
6SHA1 (patch-aa) = 03304df00cc8a793c4937f32daa4cd0719d7e8c0 6SHA1 (patch-aa) = 03304df00cc8a793c4937f32daa4cd0719d7e8c0
7SHA1 (patch-unique_Makefile.am) = 6b1678c82fb8a96b6e0c43c9229910faee187b72 
8SHA1 (patch-unique_Makefile.in) = 3c4032b13f96284e0ca4a5386b2d969f5acc0622 
9SHA1 (patch-unique_dbus_uniquebackend-dbus.c) = 4599bba61aa6ff585016330a89b506cac72a03e9 7SHA1 (patch-unique_dbus_uniquebackend-dbus.c) = 4599bba61aa6ff585016330a89b506cac72a03e9

File Deleted: pkgsrc/x11/libunique/patches/Attic/patch-unique_Makefile.am

File Deleted: pkgsrc/x11/libunique/patches/Attic/patch-unique_Makefile.in