Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 22:24:42 +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: r464959 - head/emulators/wine-devel
Message-ID:  <201803182224.w2IMOgqw043372@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Mar 18 22:24:42 2018
New Revision: 464959
URL: https://svnweb.freebsd.org/changeset/ports/464959

Log:
  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 <z7dr6ut7gs@snkmail.com>

Modified:
  head/emulators/wine-devel/Makefile
  head/emulators/wine-devel/pkg-plist

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Sun Mar 18 21:59:05 2018	(r464958)
+++ head/emulators/wine-devel/Makefile	Sun Mar 18 22:24:42 2018	(r464959)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wine
 DISTVERSION=	3.4
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	http://mirrors.ibiblio.org/wine/source/3.x/ \
@@ -29,7 +30,9 @@ CONFLICTS_INSTALL=	wine-[0-9]* wine-staging-[0-9]* i38
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 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-devel/pkg-plist
==============================================================================
--- head/emulators/wine-devel/pkg-plist	Sun Mar 18 21:59:05 2018	(r464958)
+++ head/emulators/wine-devel/pkg-plist	Sun Mar 18 22:24:42 2018	(r464959)
@@ -1868,7 +1868,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
@@ -2347,7 +2346,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



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