Received: by mail.netbsd.org (Postfix, from userid 605) id A846584DCE; Mon, 6 Nov 2017 18:59:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3379484D97 for ; Mon, 6 Nov 2017 18:59:30 +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 E3wbtz8a0HGY for ; Mon, 6 Nov 2017 18:59:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6B65084CFB for ; Mon, 6 Nov 2017 18:59:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 61F51FBDE; Mon, 6 Nov 2017 18:59:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1509994769278470" MIME-Version: 1.0 Date: Mon, 6 Nov 2017 18:59:29 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2017Q3] pkgsrc/sysutils/hal To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20171106185929.61F51FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1509994769278470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Mon Nov 6 18:59:29 UTC 2017 Modified Files: pkgsrc/sysutils/hal [pkgsrc-2017Q3]: PLIST.Linux Log Message: Pullup ticket #5603 - requested by sevan sysutils/hal: build fix Revisions pulled up: - sysutils/hal/PLIST.Linux 1.7 --- Module Name: pkgsrc Committed By: triaxx Date: Fri Oct 20 08:20:30 UTC 2017 Modified Files: pkgsrc/sysutils/hal: PLIST.Linux Log Message: Fix missing macbook/macbookpro files in PLIST To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.6.12.1 pkgsrc/sysutils/hal/PLIST.Linux Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1509994769278470 Content-Disposition: inline Content-Length: 1251 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/hal/PLIST.Linux diff -u pkgsrc/sysutils/hal/PLIST.Linux:1.6 pkgsrc/sysutils/hal/PLIST.Linux:1.6.12.1 --- pkgsrc/sysutils/hal/PLIST.Linux:1.6 Sat Sep 17 15:33:59 2016 +++ pkgsrc/sysutils/hal/PLIST.Linux Mon Nov 6 18:59:29 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.Linux,v 1.6 2016/09/17 15:33:59 richard Exp $ +@comment $NetBSD: PLIST.Linux,v 1.6.12.1 2017/11/06 18:59:29 bsiegert Exp $ bin/hal-setup-keymap libexec/hal-system-sonypic libexec/hald-addon-acpi @@ -6,6 +6,8 @@ libexec/hald-addon-cpufreq libexec/hald-addon-generic-backlight libexec/hald-addon-hid-ups ${PLIST.imac}libexec/hald-addon-imac-backlight +${PLIST.imac}libexec/hald-addon-macbook-backlight +${PLIST.imac}libexec/hald-addon-macbookpro-backlight libexec/hald-addon-input libexec/hald-addon-ipw-killswitch libexec/hald-addon-leds @@ -43,4 +45,6 @@ libexec/scripts/linux/hal-system-wol-sup share/examples/hal/90-hal.rules share/hal/fdi/policy/10osvendor/10-cpufreq.fdi ${PLIST.imac}share/hal/fdi/policy/10osvendor/10-imac-backlight.fdi +${PLIST.imac}share/hal/fdi/policy/10osvendor/10-macbook-backlight.fdi +${PLIST.imac}share/hal/fdi/policy/10osvendor/10-macbookpro-utils.fdi share/hal/fdi/policy/10osvendor/10-keymap.fdi --_----------=_1509994769278470--