From owner-svn-ports-head@freebsd.org Tue Oct 30 19:17:35 2018 Return-Path: Delivered-To: svn-ports-head@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 C8EAF10F1D4A; Tue, 30 Oct 2018 19:17:35 +0000 (UTC) (envelope-from jpaetzel@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 7EDAC756F3; Tue, 30 Oct 2018 19:17:35 +0000 (UTC) (envelope-from jpaetzel@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 5F7DD219A4; Tue, 30 Oct 2018 19:17:35 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9UJHZ1j034495; Tue, 30 Oct 2018 19:17:35 GMT (envelope-from jpaetzel@FreeBSD.org) Received: (from jpaetzel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9UJHZDm034494; Tue, 30 Oct 2018 19:17:35 GMT (envelope-from jpaetzel@FreeBSD.org) Message-Id: <201810301917.w9UJHZDm034494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jpaetzel set sender to jpaetzel@FreeBSD.org using -f From: Josh Paetzel Date: Tue, 30 Oct 2018 19:17:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483517 - head/emulators/open-vm-tools X-SVN-Group: ports-head X-SVN-Commit-Author: jpaetzel X-SVN-Commit-Paths: head/emulators/open-vm-tools X-SVN-Commit-Revision: 483517 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2018 19:17:36 -0000 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