Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Nov 2020 20:34:20 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555715 - in head/emulators/wine-devel: . files
Message-ID:  <202011192034.0AJKYKQe033327@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Thu Nov 19 20:34:20 2020
New Revision: 555715
URL: https://svnweb.freebsd.org/changeset/ports/555715

Log:
  Remove files/patch-dlls_kernel32_Makefile.in which should be a noop
  based on an exchanged I've had with upstream.
  
  Firstly, commits 55ba3648379d90642f174e74809b84130d6d1ddc and
  e0138c4a6a7a87f1d25badd43e05490e706bc666 should obviate it need.
  
  Secondly, and more importantly, winegcc passes that flag already
  since
  
    commit e59395208d527d1bffb2725efc85fb798aee7610
    Author: Alexandre Julliard <julliard@winehq.org>
    Date:   Mon Mar 28 15:47:19 2016 +0900
  
    makefiles: Reduce the maximum page size for modules that have a base address.
  
    It avoid bumping into the next allocated base address on 64-bit.

Deleted:
  head/emulators/wine-devel/files/patch-dlls_kernel32_Makefile.in
Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Thu Nov 19 20:31:33 2020	(r555714)
+++ head/emulators/wine-devel/Makefile	Thu Nov 19 20:34:20 2020	(r555715)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wine
 DISTVERSION=	5.21
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011192034.0AJKYKQe033327>