From owner-svn-src-all@FreeBSD.ORG Fri May 2 19:45:20 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD8465BD for ; Fri, 2 May 2014 19:45:20 +0000 (UTC) Received: from mail-qc0-x22d.google.com (mail-qc0-x22d.google.com [IPv6:2607:f8b0:400d:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 67D7213B7 for ; Fri, 2 May 2014 19:45:20 +0000 (UTC) Received: by mail-qc0-f173.google.com with SMTP id r5so5329393qcx.32 for ; Fri, 02 May 2014 12:45:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=XDJQ83qxZ5etx6cgjkU7CvO75kSEsWCJAQIaCkVNEqg=; b=g8p8zhkSlSDL8ok9uHtI0xk3tklEnsPUhRQGhGjd1+nEAi1AaaDEW0LhpW4MTrmywE /y2+6PzzGKxR888w8TYtaIprD8YGRwEQgOKpoSxTwiihVuVCFD/WgHbxRTHJv/dkrqfY k1/b4QNUcWZcQOnK8PMAN3Yzbpk/z3OkcstxE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=XDJQ83qxZ5etx6cgjkU7CvO75kSEsWCJAQIaCkVNEqg=; b=aOAnRrs+6rz1XCJJDJAdvSXJZkFgMvcshGSvmzv9byW8foteqsrnUGBpicYftnKq0N c9UrBurDkh0U0pCTM36+ntGppH/irTJvoxzRaNthP/2oqaIyFmHfum3JuzBEHS/oX1IZ jG5PhLO9YqVHpSBBxlqCWo6NdFbDPgjF4sOKDWvEAd6l6E9B4w+NMNUJ3jdbl59nWvWY mq2vxx8cMk1ZZXQwtpbhj8iVm6lybaYP1dHinUv7hliVpR0IwRghXrk08YmJ6eeqgv7W DD2MtfGAtVOMpmShcOVeFqdFZM9BtgBKbGaTdYLtorCEkJRQzwW3rJ0icA152doSy8ED exPw== X-Gm-Message-State: ALoCoQlE5bXZMnnogk+G4LLwlmBf7jgHI6DZHMf33/3yvhGRBQmDp5UnkPOt1cJvmmhlK7NtM3rl X-Received: by 10.140.31.10 with SMTP id e10mr23376904qge.101.1399059919330; Fri, 02 May 2014 12:45:19 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.96.54.102 with HTTP; Fri, 2 May 2014 12:44:49 -0700 (PDT) In-Reply-To: <201405020924.s429O7sW051742@svn.freebsd.org> References: <201405020924.s429O7sW051742@svn.freebsd.org> From: Eitan Adler Date: Fri, 2 May 2014 12:44:49 -0700 X-Google-Sender-Auth: WE9Jz7RJ2cAZJNs0gkdYJJT7Taw Message-ID: Subject: Re: svn commit: r265217 - in head/sys/modules: . lindev To: Christian Brueffer Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 19:45:20 -0000 On 2 May 2014 02:24, Christian Brueffer wrote: > Author: brueffer > Date: Fri May 2 09:24:06 2014 > New Revision: 265217 > URL: http://svnweb.freebsd.org/changeset/base/265217 > > Log: > libdev(4) has been removed, get rid of the module as well to fix the build. Thanks. My cleanup of lindev(4) was much too incomplete. :( -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams