From owner-svn-ports-head@FreeBSD.ORG Wed Feb 19 19:37:14 2014 Return-Path: Delivered-To: svn-ports-head@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 43D988FA; Wed, 19 Feb 2014 19:37:14 +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 2DE7B1B3E; Wed, 19 Feb 2014 19:37:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1JJbEnp029401; Wed, 19 Feb 2014 19:37:14 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1JJbEcW029400; Wed, 19 Feb 2014 19:37:14 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201402191937.s1JJbEcW029400@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Wed, 19 Feb 2014 19:37:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345136 - head/graphics/rawstudio 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.17 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: Wed, 19 Feb 2014 19:37:14 -0000 Author: rm Date: Wed Feb 19 19:37:13 2014 New Revision: 345136 URL: http://svnweb.freebsd.org/changeset/ports/345136 QAT: https://qat.redports.org/buildarchive/r345136/ Log: - replace gnomehack with pathfix while here Modified: head/graphics/rawstudio/Makefile Modified: head/graphics/rawstudio/Makefile ============================================================================== --- head/graphics/rawstudio/Makefile Wed Feb 19 19:29:49 2014 (r345135) +++ head/graphics/rawstudio/Makefile Wed Feb 19 19:37:13 2014 (r345136) @@ -26,8 +26,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fftw GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= desktop-file-utils gettext gmake pkgconfig -USE_GNOME= gtk20 libxml2 gconf2 gnomehack +USES= desktop-file-utils gettext gmake pathfix pkgconfig +USE_GNOME= gtk20 libxml2 gconf2 USE_SQLITE= 3 USE_LDCONFIG= yes