From owner-svn-ports-all@freebsd.org Sat Sep 1 13:18:22 2018 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 5C4AAFEF37D; Sat, 1 Sep 2018 13:18:22 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 11F078B45E; Sat, 1 Sep 2018 13:18:22 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0CA7B2A60; Sat, 1 Sep 2018 13:18:22 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w81DILkV042342; Sat, 1 Sep 2018 13:18:21 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w81DILe1042341; Sat, 1 Sep 2018 13:18:21 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201809011318.w81DILe1042341@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 1 Sep 2018 13:18:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478690 - head/emulators/wine X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/emulators/wine X-SVN-Commit-Revision: 478690 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Sat, 01 Sep 2018 13:18:22 -0000 Author: gerald Date: Sat Sep 1 13:18:21 2018 New Revision: 478690 URL: https://svnweb.freebsd.org/changeset/ports/478690 Log: Backport r464959 | gerald | 2018-03-18 22:24:42 from emulators/wine-devel: Fully disable building Kerberos components. We already had --without-krb5, alas when someone had krb5 installed in their build environment, the build still failed. This takes care using a bigger hammer. PR: 226396 Analyzed by: John Hein Modified: head/emulators/wine/Makefile head/emulators/wine/pkg-plist Modified: head/emulators/wine/Makefile ============================================================================== --- head/emulators/wine/Makefile Sat Sep 1 13:12:37 2018 (r478689) +++ head/emulators/wine/Makefile Sat Sep 1 13:18:21 2018 (r478690) @@ -25,7 +25,9 @@ CONFLICTS_INSTALL= wine-staging-[0-9]* wine-devel-[0-9 i386-wine-staging-[0-9]* i386-wine-devel-[0-9]* GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--verbose --disable-tests \ +CONFIGURE_ARGS+=--verbose \ + --disable-kerberos \ + --disable-tests \ --without-alsa --without-capi --without-dbus \ --without-gettext --without-gettextpo \ --without-gphoto --without-gsm --without-gstreamer \ Modified: head/emulators/wine/pkg-plist ============================================================================== --- head/emulators/wine/pkg-plist Sat Sep 1 13:12:37 2018 (r478689) +++ head/emulators/wine/pkg-plist Sat Sep 1 13:18:21 2018 (r478690) @@ -1772,7 +1772,6 @@ lib/wine/fakedlls/itss.dll lib/wine/fakedlls/joy.cpl lib/wine/fakedlls/jscript.dll lib/wine/fakedlls/jsproxy.dll -lib/wine/fakedlls/kerberos.dll lib/wine/fakedlls/kernel32.dll lib/wine/fakedlls/kernelbase.dll %%WINE32%%lib/wine/fakedlls/keyboard.drv16 @@ -2235,7 +2234,6 @@ lib/wine/itss.dll.so lib/wine/joy.cpl.so lib/wine/jscript.dll.so lib/wine/jsproxy.dll.so -lib/wine/kerberos.dll.so lib/wine/kernel32.dll.so lib/wine/kernelbase.dll.so %%WINE32%%lib/wine/keyboard.drv16.so