svn commit: r381680 - in head/x11-fonts: font-sun-misc font-winitzki-cyrillic font-xfree86-type1

Antoine Brodin antoine at FreeBSD.org
Thu Mar 19 19:40:59 UTC 2015


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 at 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 at 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 at 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>


More information about the svn-ports-head mailing list