From owner-svn-ports-all@FreeBSD.ORG Sun Mar 9 08:10:18 2014 Return-Path: Delivered-To: svn-ports-all@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 F0D4561F; Sun, 9 Mar 2014 08:10:18 +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 DE011FFD; Sun, 9 Mar 2014 08:10:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s298AI5v031125; Sun, 9 Mar 2014 08:10:18 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s298AINQ031124; Sun, 9 Mar 2014 08:10:18 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201403090810.s298AINQ031124@svn.freebsd.org> From: Frederic Culot Date: Sun, 9 Mar 2014 08:10:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347553 - head/lang/squeak/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-all@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 09 Mar 2014 08:10:19 -0000 Author: culot Date: Sun Mar 9 08:10:18 2014 New Revision: 347553 URL: http://svnweb.freebsd.org/changeset/ports/347553 QAT: https://qat.redports.org/buildarchive/r347553/ Log: - Add a patch to fix header conflicts PR: ports/183361 Submitted by: Henri Hennebert Approved by: Takeshi MUTOH (maintainer) Added: head/lang/squeak/files/patch-unix__plugins_UUIDPlugin_config.cmake (contents, props changed) Added: head/lang/squeak/files/patch-unix__plugins_UUIDPlugin_config.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/squeak/files/patch-unix__plugins_UUIDPlugin_config.cmake Sun Mar 9 08:10:18 2014 (r347553) @@ -0,0 +1,12 @@ +--- unix/plugins/UUIDPlugin/config.cmake.orig 2012-09-13 21:09:00.000000000 +0200 ++++ unix/plugins/UUIDPlugin/config.cmake 2013-10-27 14:10:07.948211424 +0100 +@@ -4,8 +4,8 @@ + PLUGIN_FIND_INCLUDE (SYS_UUID sys/uuid.h) + CONFIG_DEFINE (HAVE_SYS_UUID_H) + +-PLUGIN_FIND_INCLUDE (UUID_UUID uuid/uuid.h) +-CONFIG_DEFINE (HAVE_UUID_UUID_H) ++#---PLUGIN_FIND_INCLUDE (UUID_UUID uuid/uuid.h) ++#---CONFIG_DEFINE (HAVE_UUID_UUID_H) + + PLUGIN_FIND_LIBRARY (UUID uuid)