From owner-svn-ports-all@FreeBSD.ORG Sat Mar 9 12:26:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3CF0F468; Sat, 9 Mar 2013 12:26:18 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 254C3D8C; Sat, 9 Mar 2013 12:26:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r29CQH1o048114; Sat, 9 Mar 2013 12:26:17 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r29CQH8G048113; Sat, 9 Mar 2013 12:26:17 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201303091226.r29CQH8G048113@svn.freebsd.org> From: Koop Mast Date: Sat, 9 Mar 2013 12:26:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313709 - head/emulators/open-vm-tools X-SVN-Group: ports-head 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.14 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, 09 Mar 2013 12:26:18 -0000 Author: kwm Date: Sat Mar 9 12:26:17 2013 New Revision: 313709 URL: http://svnweb.freebsd.org/changeset/ports/313709 Log: Add USE_PKGCONFIG=build to fix the build. Submitted by: olgeni@ Modified: head/emulators/open-vm-tools/Makefile Modified: head/emulators/open-vm-tools/Makefile ============================================================================== --- head/emulators/open-vm-tools/Makefile Sat Mar 9 12:24:28 2013 (r313708) +++ head/emulators/open-vm-tools/Makefile Sat Mar 9 12:26:17 2013 (r313709) @@ -21,6 +21,7 @@ BUILD_VER= 425873 WRKSRC= ${WRKDIR}/open-vm-tools-${RELEASE_VER}-${BUILD_VER} GNU_CONFIGURE= yes USE_LDCONFIG= yes +USE_PKGCONFIG= build CPPFLAGS+= -Wno-deprecated-declarations CONFIGURE_ARGS+= --without-procps --sysconfdir=${LOCALBASE}/etc