From owner-svn-ports-all@FreeBSD.ORG Mon Jul 8 11:42:03 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 2737B6E3; Mon, 8 Jul 2013 11:42:03 +0000 (UTC) (envelope-from bapt@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 D1A261629; Mon, 8 Jul 2013 11:42:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r68Bg27l049612; Mon, 8 Jul 2013 11:42:02 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r68Bg2xu049608; Mon, 8 Jul 2013 11:42:02 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201307081142.r68Bg2xu049608@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 8 Jul 2013 11:42:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322490 - in head: x11-toolkits/pango x11-toolkits/qt4-gui x11/kdelibs3 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, 08 Jul 2013 11:42:03 -0000 Author: bapt Date: Mon Jul 8 11:42:01 2013 New Revision: 322490 URL: http://svnweb.freebsd.org/changeset/ports/322490 Log: Remove latest usage of X_FONTS_ENCODINGS_PORT and X_FONTS_TTF_PORT Modified: head/x11-toolkits/pango/Makefile head/x11-toolkits/qt4-gui/Makefile head/x11/kdelibs3/Makefile Modified: head/x11-toolkits/pango/Makefile ============================================================================== --- head/x11-toolkits/pango/Makefile Mon Jul 8 11:31:23 2013 (r322489) +++ head/x11-toolkits/pango/Makefile Mon Jul 8 11:42:01 2013 (r322490) @@ -19,8 +19,8 @@ USE_XZ= yes BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/freetype2.pc:${PORTSDIR}/print/freetype2 \ g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo -RUN_DEPENDS= ${FONTSCALE}:${X_FONTS_TTF_PORT} \ - ${FONTENCOD}:${X_FONTS_ENCODINGS_PORT} \ +RUN_DEPENDS= ${FONTSCALE}:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \ + ${FONTENCOD}:${PORTSDIR}/x11-fonts/encodings \ ${LOCALBASE}/lib/girepository-1.0/GObject-2.0.typelib:${PORTSDIR}/devel/gobject-introspection USE_GMAKE= yes Modified: head/x11-toolkits/qt4-gui/Makefile ============================================================================== --- head/x11-toolkits/qt4-gui/Makefile Mon Jul 8 11:31:23 2013 (r322489) +++ head/x11-toolkits/qt4-gui/Makefile Mon Jul 8 11:42:01 2013 (r322490) @@ -74,8 +74,8 @@ CONFIGURE_ARGS+=-no-gtkstyle .endif .if defined(PACKAGE_BUILDING) -RUN_DEPENDS+= ${FONTSCALE}:${X_FONTS_TTF_PORT} \ - ${FONTENCOD}:${X_FONTS_ENCODINGS_PORT} +RUN_DEPENDS+= ${FONTSCALE}:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \ + ${FONTENCOD}:${PORTSDIR}/x11-fonts/encodings .endif .include Modified: head/x11/kdelibs3/Makefile ============================================================================== --- head/x11/kdelibs3/Makefile Mon Jul 8 11:31:23 2013 (r322489) +++ head/x11/kdelibs3/Makefile Mon Jul 8 11:42:01 2013 (r322490) @@ -27,8 +27,8 @@ LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics xslt.2:${PORTSDIR}/textproc/libxslt BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir RUN_DEPENDS= kdehier>0:${PORTSDIR}/misc/kdehier \ - ${FONTSCALE}:${X_FONTS_TTF_PORT} \ - ${FONTENCOD}:${X_FONTS_ENCODINGS_PORT} \ + ${FONTSCALE}:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \ + ${FONTENCOD}:${PORTSDIR}/x11-fonts/encodings \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ iceauth:${PORTSDIR}/x11/iceauth