Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2018 19:17:35 +0000 (UTC)
From:      Josh Paetzel <jpaetzel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483517 - head/emulators/open-vm-tools
Message-ID:  <201810301917.w9UJHZDm034494@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jpaetzel
Date: Tue Oct 30 19:17:34 2018
New Revision: 483517
URL: https://svnweb.freebsd.org/changeset/ports/483517

Log:
  Remove DNET option and hardwire the libdnet dependency
  
  It hasn't actually been optional for a
  very long time.
  
  PR:	231872
  Reported by:	Olli Hauer

Modified:
  head/emulators/open-vm-tools/Makefile

Modified: head/emulators/open-vm-tools/Makefile
==============================================================================
--- head/emulators/open-vm-tools/Makefile	Tue Oct 30 19:15:45 2018	(r483516)
+++ head/emulators/open-vm-tools/Makefile	Tue Oct 30 19:17:34 2018	(r483517)
@@ -3,6 +3,7 @@
 
 PORTNAME=		open-vm-tools
 PORTVERSION=		${RELEASE_VER}
+PORTREVISION=		1
 DISTVERSIONPREFIX=	stable-
 PORTEPOCH=		2
 CATEGORIES=		emulators
@@ -15,17 +16,17 @@ LICENSE_FILE=		${WRKSRC}/COPYING
 
 ONLY_FOR_ARCHS=		amd64 i386
 
-LIB_DEPENDS=		libmspack.so:archivers/libmspack
+LIB_DEPENDS=		libmspack.so:archivers/libmspack \
+			libdnet.so:net/libdnet
 
 RELEASE_VER=		10.3.0
 BUILD_VER=		8931395
 
-OPTIONS_DEFINE=		DNET LIBNOTIFY OPENSSL X11
-OPTIONS_DEFAULT=	DNET LIBNOTIFY OPENSSL X11
+OPTIONS_DEFINE=		LIBNOTIFY OPENSSL X11
+OPTIONS_DEFAULT=	LIBNOTIFY OPENSSL X11
 
 OPTIONS_SUB=
 
-DNET_DESC=		libdnet support
 LIBNOTIFY_DESC=		Desktop notification support
 
 X11_CONFIGURE_WITH=	x gtk2 gtkmm
@@ -34,8 +35,6 @@ X11_USE=		xorg=ice,sm,x11,xext,xi,xinerama,xorgproto,x
 X11_LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 			libfreetype.so:print/freetype2
 LIBNOTIFY_LIB_DEPENDS=	libnotify.so:devel/libnotify
-DNET_CONFIGURE_WITH=	dnet
-DNET_LIB_DEPENDS=	libdnet.so:net/libdnet
 OPENSSL_CONFIGURE_WITH=	ssl
 
 WRKSRC_SUBDIR=		open-vm-tools



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