From owner-svn-ports-all@freebsd.org Mon Apr 29 13:23:45 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70C80158CC8B; Mon, 29 Apr 2019 13:23:45 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.issp.ac.ru", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D5A93776BF; Mon, 29 Apr 2019 13:23:44 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail-vs1-f46.google.com [209.85.217.46:37994] (HELO/EHLO mail-vs1-f46.google.com, authenticated with PLAIN) by mail.issp.ac.ru with ESMTPSA/inet id x3TDNX1U077314 (using TLSv1.2, with cipher ECDHE-RSA-AES128-GCM-SHA256 (128 bits), verified FAIL) Mon, 29 Apr 2019 16:23:34 +0300 (MSK) Received: by mail-vs1-f46.google.com with SMTP id s2so5861525vsi.5; Mon, 29 Apr 2019 06:23:33 -0700 (PDT) X-Gm-Message-State: APjAAAV8Fai0ozRQ1h0CQ5KmMY7exL/JNOKRGq/VyhWFen1v4J1bgWOm qMi8KBaR6t78LoH2YOdkMx2sorLG6mja5c0dYs4= X-Google-Smtp-Source: APXvYqwGi118Fl9qBsr6yh1D5SUUSSlDKTZvjepz8KSFjEvGAvyTT0Q4IP9Z+N7jeMSGQ5ceuynqAHLD+yeYbH0MnE4= X-Received: by 2002:a67:99c3:: with SMTP id b186mr22258827vse.50.1556544212572; Mon, 29 Apr 2019 06:23:32 -0700 (PDT) MIME-Version: 1.0 References: <201904282244.x3SMiH3x019371@repo.freebsd.org> In-Reply-To: <201904282244.x3SMiH3x019371@repo.freebsd.org> From: Max Brazhnikov Date: Mon, 29 Apr 2019 16:23:21 +0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r500375 - in head/emulators/wine-devel: . files To: Gerald Pfeifer Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: D5A93776BF X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.93 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.93)[-0.933,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2019 13:23:45 -0000 On Mon, 29 Apr 2019 at 01:44, Gerald Pfeifer wrote: > > Author: gerald > Date: Sun Apr 28 22:44:16 2019 > New Revision: 500375 > URL: https://svnweb.freebsd.org/changeset/ports/500375 > > Log: > Update to Wine 4.7. This includes the following changes: > - Support for builtin libraries in PE format even on Unix. > - More implementation of the Debug Engine DLL. > - Support for the Command Link standard control. > - Improved Edit control sizing in CJK locales. > - Various bug fixes. > > Officially this also brought an updated version of the Mono engine, > which we got two days ago via revision 500271 already, though. > > My local patch files/patch-libinotify is not required any longer [1] > (and would not apply to begin with) after the following upstream commit: > > commit 07c2e8581a2745725cd7ce4282eedb9a8084a1e4 > Author: Damjan Jovanovic > Date: Sat Apr 20 15:14:53 2019 +0200 > > configure: Link wineserver to libinotify if necessary. > > Outside Linux, wineserver fails to link when sys/inotify.h > is present, as it tries to find inotify symbols in libc, > which doesn't have them. The inotify symbols are in libinotify.so. > Detect it properly, and link to it where available. > > Signed-off-by: Damjan Jovanovic > Signed-off-by: Alexandre Julliard > > PR: 202564 [1], 168617 [1] > > Deleted: > head/emulators/wine-devel/files/patch-libinotify > Modified: > head/emulators/wine-devel/distinfo > > Modified: head/emulators/wine-devel/distinfo > ============================================================================== > --- head/emulators/wine-devel/distinfo Sun Apr 28 22:43:59 2019 (r500374) > +++ head/emulators/wine-devel/distinfo Sun Apr 28 22:44:16 2019 (r500375) > @@ -1,4 +1,4 @@ > -TIMESTAMP = 1555280387 > +TIMESTAMP = 1556488605 > SHA256 (wine-4.6.tar.xz) = 329001f924d3f825121a1b28cae8e36515405f2a1d22bc266897d3d926b562da > SIZE (wine-4.6.tar.xz) = 21940848 > SHA256 (v4.6.tar.gz) = c9164ef486b3a0b947251910318de6fffb7fdcd8c311ec8ccca5dab399700592 Hi, Gerald! Did you forget to update distinfo for 4.7?