From owner-svn-ports-all@FreeBSD.ORG Thu Dec 25 01:58:49 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9FCE34FE; Thu, 25 Dec 2014 01:58:49 +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 7243E3465; Thu, 25 Dec 2014 01:58:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBP1wnHE086942; Thu, 25 Dec 2014 01:58:49 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBP1wnFr086940; Thu, 25 Dec 2014 01:58:49 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201412250158.sBP1wnFr086940@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 25 Dec 2014 01:58:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375517 - head/misc/xiphos 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: Thu, 25 Dec 2014 01:58:49 -0000 Author: bapt Date: Thu Dec 25 01:58:48 2014 New Revision: 375517 URL: https://svnweb.freebsd.org/changeset/ports/375517 QAT: https://qat.redports.org/buildarchive/r375517/ Log: Fix staging Remove useless gnomehack Modified: head/misc/xiphos/Makefile head/misc/xiphos/pkg-plist Modified: head/misc/xiphos/Makefile ============================================================================== --- head/misc/xiphos/Makefile Thu Dec 25 01:51:13 2014 (r375516) +++ head/misc/xiphos/Makefile Thu Dec 25 01:58:48 2014 (r375517) @@ -2,7 +2,7 @@ PORTNAME= xiphos PORTVERSION= 3.1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc gnome MASTER_SITES= SF/gnomesword/Xiphos/${PORTVERSION} @@ -22,19 +22,20 @@ LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTS USES= gettext pkgconfig python:build INSTALLS_OMF= yes INSTALLS_ICONS= yes -USE_GNOME= gnomehack gnomeprefix gtkhtml3 intlhack libgsf +USE_GNOME= gnomeprefix gtkhtml3 intlhack libgsf OPTIONS_DEFINE= DOCS do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./waf configure \ - --prefix=${STAGEDIR}${PREFIX} --destdir=${STAGEDIR}${PREFIX} \ + --prefix=${PREFIX} --destdir=${STAGEDIR} \ ${WAF_CONFIGURE_ARGS} do-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf build + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf build --prefix=${PREFIX} --destdir=${STAGEDIR} do-install: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf install + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf install --prefix=${PREFIX} --destdir=${STAGEDIR} + @${RM} ${STAGEDIR}${PREFIX}/share/icons/hicolor/icon-theme.cache .include Modified: head/misc/xiphos/pkg-plist ============================================================================== --- head/misc/xiphos/pkg-plist Thu Dec 25 01:51:13 2014 (r375516) +++ head/misc/xiphos/pkg-plist Thu Dec 25 01:58:48 2014 (r375517) @@ -121,7 +121,6 @@ share/gnome/help/xiphos/fr/figures/sword share/gnome/help/xiphos/fr/figures/sword_remove.png share/gnome/help/xiphos/fr/figures/sword_sources.png share/gnome/help/xiphos/fr/xiphos.xml -share/icons/hicolor/icon-theme.cache share/icons/hicolor/scalable/apps/xiphos.svg share/locale/ar/LC_MESSAGES/xiphos.mo share/locale/cs/LC_MESSAGES/xiphos.mo