Date: Thu, 19 Mar 2015 19:40:57 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> 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 Message-ID: <201503191940.t2JJevIZ034555@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503191940.t2JJevIZ034555>