svn commit: r381625 - head/x11-fonts/tv-fonts

Baptiste Daroussin bapt at FreeBSD.org
Thu Mar 19 17:15:46 UTC 2015


Author: bapt
Date: Thu Mar 19 17:15:44 2015
New Revision: 381625
URL: https://svnweb.freebsd.org/changeset/ports/381625
QAT: https://qat.redports.org/buildarchive/r381625/

Log:
  Convert to USES=fonts
  Cleanup dependencies

Modified:
  head/x11-fonts/tv-fonts/Makefile
  head/x11-fonts/tv-fonts/pkg-plist

Modified: head/x11-fonts/tv-fonts/Makefile
==============================================================================
--- head/x11-fonts/tv-fonts/Makefile	Thu Mar 19 17:07:25 2015	(r381624)
+++ head/x11-fonts/tv-fonts/Makefile	Thu Mar 19 17:15:44 2015	(r381625)
@@ -3,22 +3,17 @@
 
 PORTNAME=	tv-fonts
 PORTVERSION=	1.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-fonts
 MASTER_SITES=	http://dl.bytesex.org/releases/${PORTNAME}/
 
 MAINTAINER=	oliver at FreeBSD.org
 COMMENT=	Number of fonts which are useful for TV applications
 
-BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
-		mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
-		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
-RUN_DEPENDS=	bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
-		mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
-		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \
-		fc-cache:${PORTSDIR}/x11-fonts/fontconfig
+BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
 
-USES=		gmake tar:bzip2
+USES=		gmake fonts tar:bzip2
+MAKE_JOBS_UNSAFE=	yes
 
 FONTSDIR=	${PREFIX}/lib/X11/fonts/misc
 FONTS=		caption.pcf.gz captioni.pcf.gz led-iso10646-1.pcf.gz \

Modified: head/x11-fonts/tv-fonts/pkg-plist
==============================================================================
--- head/x11-fonts/tv-fonts/pkg-plist	Thu Mar 19 17:07:25 2015	(r381624)
+++ head/x11-fonts/tv-fonts/pkg-plist	Thu Mar 19 17:15:44 2015	(r381625)
@@ -20,7 +20,3 @@ lib/X11/fonts/misc/teletext2.pcf.gz
 lib/X11/fonts/misc/teletext2i.pcf.gz
 lib/X11/fonts/misc/teletext4.pcf.gz
 lib/X11/fonts/misc/teletext4i.pcf.gz
- at unexec rm %D/lib/X11/fonts/misc/fonts.cache-1 || true
- at unexec fc-cache -f -v %D/lib/X11/fonts/misc || true
- at unexec if [ ! -s %D/lib/X11/fonts/misc/fonts.cache-1 ]; then rm %D/lib/X11/fonts/misc/fonts.cache-1; fi
- at dirrmtry lib/X11/fonts/misc


More information about the svn-ports-head mailing list