From owner-svn-ports-head@FreeBSD.ORG Sun Nov 17 23:25:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8490563B; Sun, 17 Nov 2013 23:25:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5AC9E2C64; Sun, 17 Nov 2013 23:25:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAHNPmtn014328; Sun, 17 Nov 2013 23:25:48 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAHNPmnN014327; Sun, 17 Nov 2013 23:25:48 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201311172325.rAHNPmnN014327@svn.freebsd.org> From: Steve Wills Date: Sun, 17 Nov 2013 23:25:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334136 - head/emulators/open-vm-tools/files X-SVN-Group: ports-head 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.16 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: Sun, 17 Nov 2013 23:25:48 -0000 Author: swills Date: Sun Nov 17 23:25:47 2013 New Revision: 334136 URL: http://svnweb.freebsd.org/changeset/ports/334136 Log: - Add patch to fix build when devel/libunwind is installed - While here, rename patch to better name. All the patches probably need renaming. Reported by: Andrzej Tobola Added: head/emulators/open-vm-tools/files/patch-configure - copied, changed from r333981, head/emulators/open-vm-tools/files/patch-arch Deleted: head/emulators/open-vm-tools/files/patch-arch Copied and modified: head/emulators/open-vm-tools/files/patch-configure (from r333981, head/emulators/open-vm-tools/files/patch-arch) ============================================================================== --- head/emulators/open-vm-tools/files/patch-arch Sat Nov 16 04:35:59 2013 (r333981, copy source) +++ head/emulators/open-vm-tools/files/patch-configure Sun Nov 17 23:25:47 2013 (r334136) @@ -1,6 +1,6 @@ ---- configure.orig 2008-03-28 10:36:13.000000000 +0100 -+++ configure 2008-03-28 10:36:45.000000000 +0100 -@@ -2259,6 +2259,9 @@ +--- ./configure.orig 2013-09-23 15:51:43.000000000 +0000 ++++ ./configure 2013-11-17 22:40:51.197285671 +0000 +@@ -2823,6 +2823,9 @@ x86_64) userSpaceBitness="64" ;; @@ -8,5 +8,24 @@ + userSpaceBitness="64" + ;; *) - { { echo "$as_me:$LINENO: error: Unknown architecture." >&5 - echo "$as_me: error: Unknown architecture." >&2;} + as_fn_error $? "Unknown architecture." "$LINENO" 5 + ;; +@@ -21733,18 +21736,6 @@ + + done + +-for ac_header in unwind.h +-do : +- ac_fn_c_check_header_mongrel "$LINENO" "unwind.h" "ac_cv_header_unwind_h" "$ac_includes_default" +-if test "x$ac_cv_header_unwind_h" = xyes; then : +- cat >>confdefs.h <<_ACEOF +-#define HAVE_UNWIND_H 1 +-_ACEOF +- +-fi +- +-done +- + + ac_fn_c_check_header_mongrel "$LINENO" "wchar.h" "ac_cv_header_wchar_h" "$ac_includes_default" + if test "x$ac_cv_header_wchar_h" = xyes; then :