From owner-freebsd-ports@freebsd.org Thu May 20 10:41:27 2021 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4CFF863AF35 for ; Thu, 20 May 2021 10:41:27 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fm5rQ1P0wz4TFl for ; Thu, 20 May 2021 10:41:25 +0000 (UTC) (envelope-from ronald-lists@klop.ws) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=klop.ws; s=mail; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version: Date:Message-ID:From:References:To:Subject:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=aRcwAnBE85JZO0t9uOnbzdaYHwQJ+yBifhk0DvRVQK4=; b=olGMJd8d5rdq94UMHgI4bDz3dJ gShZzv0KFo9lbyeulHyQcH/SsR3VvxMZ+0IYyRemy2YNG8tgBDtQ85/QvLRWYiR4inXMLf3KnyTdm +zGnd7HRFmtO8mHs3OsJL74ykjHbruMRyMXfPA9LJ0eor3CITun+m3VFj5JBw6SumCgs=; Subject: Re: looking for ports committer (net/ldapbrowser) To: freebsd-ports@freebsd.org References: <1564514235.10.1621500532435@localhost> From: Ronald Klop Message-ID: <1d5629c6-896d-c724-57e9-ef14cc72630b@klop.ws> Date: Thu, 20 May 2021 12:41:21 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2 MIME-Version: 1.0 In-Reply-To: <1564514235.10.1621500532435@localhost> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.greenhost.nl X-Spam-Level: --- X-Spam-Score: -3.1 X-Spam-Status: No, score=-3.1 required=5.0 tests=ALL_TRUSTED, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A autolearn=disabled version=3.4.2 X-Scan-Signature: 645486d610a00fe5591aab0f6aa1616b X-Rspamd-Queue-Id: 4Fm5rQ1P0wz4TFl X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=klop.ws header.s=mail header.b=olGMJd8d; dmarc=pass (policy=none) header.from=klop.ws; spf=pass (mx1.freebsd.org: domain of ronald-lists@klop.ws designates 195.190.28.88 as permitted sender) smtp.mailfrom=ronald-lists@klop.ws X-Spamd-Result: default: False [-4.00 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[klop.ws:s=mail]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:195.190.28.64/27]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCPT_COUNT_ONE(0.00)[1]; DKIM_TRACE(0.00)[klop.ws:+]; DMARC_POLICY_ALLOW(-0.50)[klop.ws,none]; RCVD_IN_DNSWL_NONE(0.00)[195.190.28.88:from]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RWL_MAILSPIKE_VERYGOOD(0.00)[195.190.28.88:from]; ASN(0.00)[asn:47172, ipnet:195.190.28.0/24, country:NL]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-ports] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2021 10:41:27 -0000 On 5/20/21 10:48 AM, Ronald Klop wrote: > Hi, > > Somebody changed the LICENSE* stuff in my net/ldapbrowser port. It does not compile anymore. > > This change fixes it. > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255752 > > I mailed mat@ about his change breaking my port, but did not hear anything from him for about ten days. (no offense) So I'm trying the ML. > > Ronald. Never mind, somebody else committed a fix in the meantime. (I got a conflict on git pull.) https://cgit.freebsd.org/ports/commit/?id=a0c694d15d97dfefdda209823d47440fbfa02d3a Ronald.