From owner-svn-ports-all@FreeBSD.ORG Sun Aug 17 17:45:42 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84BB8881; Sun, 17 Aug 2014 17:45:42 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7061622BA; Sun, 17 Aug 2014 17:45:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7HHjghq030945; Sun, 17 Aug 2014 17:45:42 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7HHjgxw030944; Sun, 17 Aug 2014 17:45:42 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201408171745.s7HHjgxw030944@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 17 Aug 2014 17:45:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365212 - head/misc/ossp-uuid 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.18-1 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, 17 Aug 2014 17:45:42 -0000 Author: antoine Date: Sun Aug 17 17:45:41 2014 New Revision: 365212 URL: http://svnweb.freebsd.org/changeset/ports/365212 QAT: https://qat.redports.org/buildarchive/r365212/ Log: Unbreak misc/p5-OSSP-uuid slave Modified: head/misc/ossp-uuid/Makefile Modified: head/misc/ossp-uuid/Makefile ============================================================================== --- head/misc/ossp-uuid/Makefile Sun Aug 17 17:44:23 2014 (r365211) +++ head/misc/ossp-uuid/Makefile Sun Aug 17 17:45:41 2014 (r365212) @@ -13,7 +13,7 @@ MAINTAINER= vd@FreeBSD.org COMMENT= ISO-C API and CLI for generating Universally Unique Identifiers GNU_CONFIGURE= yes -USES= libtool pathfix +USES+= libtool pathfix USE_LDCONFIG= yes CONFIGURE_ARGS= --with-cxx \ --includedir=${PREFIX}/include/ossp