diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
commit | ef5c8ed42b5f83bfa34699052d684f23e761e43e (patch) | |
tree | 82ab845b1db083e88ed835d07dece15a80699928 /fonts | |
parent | fbf38e8840be11bf05366e3d5753230a5969222f (diff) | |
download | pkgsrc-ef5c8ed42b5f83bfa34699052d684f23e761e43e.tar.gz |
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/Xft2/Makefile | 4 | ||||
-rw-r--r-- | fonts/encodings/Makefile | 4 | ||||
-rw-r--r-- | fonts/fontconfig/Makefile | 4 | ||||
-rw-r--r-- | fonts/ghostscript-fonts/Makefile | 4 | ||||
-rw-r--r-- | fonts/harfbuzz/Makefile | 4 | ||||
-rw-r--r-- | fonts/mkfontdir/Makefile | 4 | ||||
-rw-r--r-- | fonts/mkfontscale/Makefile | 4 | ||||
-rw-r--r-- | fonts/p5-Font-AFM/Makefile | 4 | ||||
-rw-r--r-- | fonts/t1lib/Makefile | 4 |
9 files changed, 9 insertions, 27 deletions
diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile index 74b3ecd3c7a..633d4596ddd 100644 --- a/fonts/Xft2/Makefile +++ b/fonts/Xft2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2013/06/05 08:23:27 tron Exp $ +# $NetBSD: Makefile,v 1.56 2014/10/09 14:06:33 wiz Exp $ DISTNAME= libXft-2.1.7 PKGNAME= Xft2-2.1.7 @@ -13,8 +13,6 @@ COMMENT= Library for configuring and customizing font access CONFLICTS+= libXft-[0-9]* -PKG_INSTALLATION_TYPES= overwrite pkgviews - GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_TOOLS+= gmake pkg-config diff --git a/fonts/encodings/Makefile b/fonts/encodings/Makefile index b8ac8c2046d..560af5a785e 100644 --- a/fonts/encodings/Makefile +++ b/fonts/encodings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/11/07 14:47:37 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/10/09 14:06:33 wiz Exp $ DISTNAME= encodings-1.0.4 PKGREVISION= 1 @@ -10,8 +10,6 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= X11 Font Index Generator -PKG_INSTALLATION_TYPES= overwrite pkgviews - GNU_CONFIGURE= yes USE_TOOLS+= gzip mkfontscale diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile index 58f17e4c05c..aa87959ba1c 100644 --- a/fonts/fontconfig/Makefile +++ b/fonts/fontconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2014/07/15 14:48:34 ryoon Exp $ +# $NetBSD: Makefile,v 1.93 2014/10/09 14:06:33 wiz Exp $ DISTNAME= fontconfig-2.11.1 PKGREVISION= 1 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.fontconfig.org/ COMMENT= Library for configuring and customizing font access #LICENSE= x11? -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes diff --git a/fonts/ghostscript-fonts/Makefile b/fonts/ghostscript-fonts/Makefile index c289e06f667..775ff6b4466 100644 --- a/fonts/ghostscript-fonts/Makefile +++ b/fonts/ghostscript-fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2012/10/03 18:28:23 asau Exp $ +# $NetBSD: Makefile,v 1.21 2014/10/09 14:06:33 wiz Exp $ DISTNAME= ghostscript-fonts-8.11 PKGREVISION= 3 @@ -15,8 +15,6 @@ GS_FONTS_OTHER= ghostscript-fonts-other-6.0.tar.gz CONFLICTS= ghostscript-[0-5]* ghostscript-x11-[0-5]* -PKG_INSTALLATION_TYPES= overwrite pkgviews - DIST_SUBDIR= ghostscript NO_CONFIGURE= YES NO_BUILD= YES diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile index 8a36fcd78af..3055f358bbc 100644 --- a/fonts/harfbuzz/Makefile +++ b/fonts/harfbuzz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2014/10/07 16:47:25 adam Exp $ +# $NetBSD: Makefile,v 1.42 2014/10/09 14:06:33 wiz Exp $ DISTNAME= harfbuzz-0.9.35 PKGREVISION= 1 @@ -11,8 +11,6 @@ HOMEPAGE= http://harfbuzz.org/ COMMENT= OpenType text shaping engine LICENSE= mit -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config diff --git a/fonts/mkfontdir/Makefile b/fonts/mkfontdir/Makefile index d3e9f8585dd..a8c180f2aaa 100644 --- a/fonts/mkfontdir/Makefile +++ b/fonts/mkfontdir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/10/03 18:28:27 asau Exp $ +# $NetBSD: Makefile,v 1.10 2014/10/09 14:06:33 wiz Exp $ # DISTNAME= mkfontdir-1.0.7 @@ -10,8 +10,6 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= X11 Font Index Generator -PKG_INSTALLATION_TYPES= overwrite pkgviews - DEPENDS+= mkfontscale>=1.0.1:../../fonts/mkfontscale GNU_CONFIGURE= yes diff --git a/fonts/mkfontscale/Makefile b/fonts/mkfontscale/Makefile index 935cbd5538f..4ee9bd9d231 100644 --- a/fonts/mkfontscale/Makefile +++ b/fonts/mkfontscale/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2013/07/17 21:46:49 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2014/10/09 14:06:33 wiz Exp $ DISTNAME= mkfontscale-1.1.1 CATEGORIES= fonts x11 @@ -9,8 +9,6 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= X11 Scalable Font Index Generator -PKG_INSTALLATION_TYPES= overwrite pkgviews - GNU_CONFIGURE= yes USE_TOOLS+= pkg-config USE_FEATURES+= vsnprintf diff --git a/fonts/p5-Font-AFM/Makefile b/fonts/p5-Font-AFM/Makefile index a5fdf70e86a..32dbefbb4df 100644 --- a/fonts/p5-Font-AFM/Makefile +++ b/fonts/p5-Font-AFM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/10/09 13:44:46 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2014/10/09 14:06:33 wiz Exp $ DISTNAME= Font-AFM-1.20 PKGNAME= p5-${DISTNAME} @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Font-AFM/ COMMENT= Perl5 modules for parsing PostScript font metrics files -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Font/AFM/.packlist diff --git a/fonts/t1lib/Makefile b/fonts/t1lib/Makefile index ca1e8fe0647..098cfe6a7f7 100644 --- a/fonts/t1lib/Makefile +++ b/fonts/t1lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2012/10/03 18:28:30 asau Exp $ +# $NetBSD: Makefile,v 1.51 2014/10/09 14:06:33 wiz Exp $ DISTNAME= t1lib-5.1.2 PKGREVISION= 6 @@ -8,8 +8,6 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=libs/graphics/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Library for generating bitmaps from Adobe Type 1 fonts -PKG_INSTALLATION_TYPES= overwrite pkgviews - MAKE_JOBS_SAFE= no USE_LIBTOOL= yes |