From owner-svn-ports-head@FreeBSD.ORG Thu Mar 19 19:40:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED24CD84; Thu, 19 Mar 2015 19:40:58 +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 CD5C1D0F; Thu, 19 Mar 2015 19:40:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2JJewqr034558; Thu, 19 Mar 2015 19:40:58 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2JJevIZ034555; Thu, 19 Mar 2015 19:40:57 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201503191940.t2JJevIZ034555@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 19 Mar 2015 19:40:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381680 - in head/x11-fonts: font-sun-misc font-winitzki-cyrillic font-xfree86-type1 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.18-1 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: Thu, 19 Mar 2015 19:40:59 -0000 Author: antoine Date: Thu Mar 19 19:40:56 2015 New Revision: 381680 URL: https://svnweb.freebsd.org/changeset/ports/381680 QAT: https://qat.redports.org/buildarchive/r381680/ Log: Add missing BUILD_DEPENDS and CONFIGURE_ARGS Modified: head/x11-fonts/font-sun-misc/Makefile head/x11-fonts/font-winitzki-cyrillic/Makefile head/x11-fonts/font-xfree86-type1/Makefile Modified: head/x11-fonts/font-sun-misc/Makefile ============================================================================== --- head/x11-fonts/font-sun-misc/Makefile Thu Mar 19 19:38:48 2015 (r381679) +++ head/x11-fonts/font-sun-misc/Makefile Thu Mar 19 19:40:56 2015 (r381680) @@ -4,15 +4,18 @@ PORTNAME= font-sun-misc PORTVERSION= 1.0.3 PORTREVISION= 2 -MASTER_SITES= XORG -MASTER_SITE_SUBDIR= individual/font +MASTER_SITES= XORG/individual/font CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org COMMENT= X.Org miscellaneous Sun fonts +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ + mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir + USES= fonts tar:bzip2 FONTNAME= misc GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-fontrootdir=${PREFIX}/lib/X11/fonts .include Modified: head/x11-fonts/font-winitzki-cyrillic/Makefile ============================================================================== --- head/x11-fonts/font-winitzki-cyrillic/Makefile Thu Mar 19 19:38:48 2015 (r381679) +++ head/x11-fonts/font-winitzki-cyrillic/Makefile Thu Mar 19 19:40:56 2015 (r381680) @@ -4,16 +4,19 @@ PORTNAME= font-winitzki-cyrillic PORTVERSION= 1.0.3 PORTREVISION= 2 -MASTER_SITES= XORG -MASTER_SITE_SUBDIR= individual/font +MASTER_SITES= XORG/individual/font CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org COMMENT= X.Org Winitzki Cyrillic font -USES= fonts +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ + mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir + +USES= fonts FONTNAME= cyrillic GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-fontrootdir=${PREFIX}/lib/X11/fonts PLIST_FILES= ${FONTSDIR}/proof9x16.pcf.gz .include Modified: head/x11-fonts/font-xfree86-type1/Makefile ============================================================================== --- head/x11-fonts/font-xfree86-type1/Makefile Thu Mar 19 19:38:48 2015 (r381679) +++ head/x11-fonts/font-xfree86-type1/Makefile Thu Mar 19 19:40:56 2015 (r381680) @@ -4,16 +4,18 @@ PORTNAME= font-xfree86-type1 PORTVERSION= 1.0.4 PORTREVISION= 1 -MASTER_SITES= XORG -MASTER_SITE_SUBDIR= individual/font +MASTER_SITES= XORG/individual/font CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org COMMENT= X.Org XFree86 Type1 font +BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir + USES= fonts FONTNAME= Type1 GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-fontrootdir=${PREFIX}/lib/X11/fonts PLIST_FILES= ${FONTSDIR}/cursor.pfa .include