Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id EE6E87A2B0 for ; Sat, 2 Jul 2016 14:41:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9B01A85E6F; Sat, 2 Jul 2016 14:41:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2C7D285E5B for ; Sat, 2 Jul 2016 14:41:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id LgTwDsvphhjN for ; Sat, 2 Jul 2016 14:41:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id ABCE485E58 for ; Sat, 2 Jul 2016 14:41:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A9EC5FBB5; Sat, 2 Jul 2016 14:41:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_146747048414150" MIME-Version: 1.0 Date: Sat, 2 Jul 2016 14:41:24 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20160702144124.A9EC5FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_146747048414150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sat Jul 2 14:41:24 UTC 2016 Modified Files: pkgsrc/devel/libindicator: distinfo pkgsrc/devel/libindicator-tools: Makefile Added Files: pkgsrc/devel/libindicator/patches: patch-tools_Makefile.in Log Message: Fix dependency of libindicator-tools. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libindicator/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libindicator-tools/Makefile cvs rdiff -u -r0 -r1.1 \ pkgsrc/devel/libindicator/patches/patch-tools_Makefile.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_146747048414150 Content-Disposition: inline Content-Length: 2251 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libindicator/distinfo diff -u pkgsrc/devel/libindicator/distinfo:1.1 pkgsrc/devel/libindicator/distinfo:1.2 --- pkgsrc/devel/libindicator/distinfo:1.1 Fri May 20 21:32:24 2016 +++ pkgsrc/devel/libindicator/distinfo Sat Jul 2 14:41:24 2016 @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1 2016/05/20 21:32:24 youri Exp $ +$NetBSD: distinfo,v 1.2 2016/07/02 14:41:24 joerg Exp $ SHA1 (libindicator-12.10.1.tar.gz) = 25c8a0a150651ee6b2198df3f36fcbb49f0295c2 RMD160 (libindicator-12.10.1.tar.gz) = c5353a3ee5b9b24fac0cb2a7b620a23c406055af Size (libindicator-12.10.1.tar.gz) = 427764 bytes SHA1 (patch-configure) = 3af0c7c242613fac3727620dcca1aa5e51d0fa6f +SHA1 (patch-tools_Makefile.in) = 9988879025dd4cc541407958e83b0d69eea1926c Index: pkgsrc/devel/libindicator-tools/Makefile diff -u pkgsrc/devel/libindicator-tools/Makefile:1.1 pkgsrc/devel/libindicator-tools/Makefile:1.2 --- pkgsrc/devel/libindicator-tools/Makefile:1.1 Fri May 20 22:23:43 2016 +++ pkgsrc/devel/libindicator-tools/Makefile Sat Jul 2 14:41:24 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/05/20 22:23:43 youri Exp $ +# $NetBSD: Makefile,v 1.2 2016/07/02 14:41:24 joerg Exp $ USE_GTK_VERSION=2 @@ -10,5 +10,6 @@ PKGNAME= ${DISTNAME:S/-/-tools-/} INSTALL_DIRS= tools +.include "../../devel/libindicator/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Added files: Index: pkgsrc/devel/libindicator/patches/patch-tools_Makefile.in diff -u /dev/null pkgsrc/devel/libindicator/patches/patch-tools_Makefile.in:1.1 --- /dev/null Sat Jul 2 14:41:24 2016 +++ pkgsrc/devel/libindicator/patches/patch-tools_Makefile.in Sat Jul 2 14:41:24 2016 @@ -0,0 +1,13 @@ +$NetBSD: patch-tools_Makefile.in,v 1.1 2016/07/02 14:41:24 joerg Exp $ + +--- tools/Makefile.in.orig 2016-07-02 13:52:36.000000000 +0000 ++++ tools/Makefile.in +@@ -291,7 +291,7 @@ target_alias = @target_alias@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-@USE_GTK3_FALSE@INDICATOR_LIB = -lindicator ++@USE_GTK3_FALSE@INDICATOR_LIB = ${COMPILER_RPATH_FLAG}${PREFIX}/lib -lindicator + @USE_GTK3_TRUE@INDICATOR_LIB = -lindicator3 + @USE_GTK3_FALSE@VER = + @USE_GTK3_TRUE@VER = 3 --_----------=_146747048414150--