From owner-svn-ports-all@FreeBSD.ORG Mon Mar 18 13:09:16 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5E15D5F0; Mon, 18 Mar 2013 13:09:16 +0000 (UTC) (envelope-from madpilot@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 50EE89B6; Mon, 18 Mar 2013 13:09:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2ID9GDt048416; Mon, 18 Mar 2013 13:09:16 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2ID9GiD048415; Mon, 18 Mar 2013 13:09:16 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201303181309.r2ID9GiD048415@svn.freebsd.org> From: Guido Falsi Date: Mon, 18 Mar 2013 13:09:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314563 - head/comms/openobex 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: Mon, 18 Mar 2013 13:09:16 -0000 Author: madpilot Date: Mon Mar 18 13:09:15 2013 New Revision: 314563 URL: http://svnweb.freebsd.org/changeset/ports/314563 Log: Use USES=pathfix instead of gnomehack Modified: head/comms/openobex/Makefile Modified: head/comms/openobex/Makefile ============================================================================== --- head/comms/openobex/Makefile Mon Mar 18 13:04:26 2013 (r314562) +++ head/comms/openobex/Makefile Mon Mar 18 13:09:15 2013 (r314563) @@ -12,7 +12,7 @@ COMMENT= Open source implementation of t USE_CMAKE= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack +USES= pathfix MAKE_JOBS_SAFE= yes USE_DOS2UNIX= CMakeLists.txt CMAKE_ARGS+= -DPKGCONFIG_INSTALL_DIR:STRING="${PREFIX}/libdata/pkgconfig"