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 /math | |
parent | fbf38e8840be11bf05366e3d5753230a5969222f (diff) | |
download | pkgsrc-ef5c8ed42b5f83bfa34699052d684f23e761e43e.tar.gz |
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 4 | ||||
-rw-r--r-- | math/R/Makefile.extension | 4 | ||||
-rw-r--r-- | math/fftw/Makefile | 4 | ||||
-rw-r--r-- | math/fftw2/Makefile | 4 | ||||
-rw-r--r-- | math/lapack/Makefile.common | 4 | ||||
-rw-r--r-- | math/libffm/Makefile | 4 | ||||
-rw-r--r-- | math/ltm/Makefile | 4 | ||||
-rw-r--r-- | math/mathomatic/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-Base85/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-BaseCnv/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-BigInteger/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Number-Compare/Makefile | 4 | ||||
-rw-r--r-- | math/prng/Makefile | 4 |
13 files changed, 13 insertions, 39 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index fd20563d8ed..a9510346b3c 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.152 2014/09/24 10:53:22 jperkin Exp $ +# $NetBSD: Makefile,v 1.153 2014/10/09 14:06:41 wiz Exp $ DISTNAME= R-3.1.1 CATEGORIES= math @@ -13,8 +13,6 @@ LICENSE= gnu-gpl-v2 NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \ NetBSD-1.5.*-alpha NetBSD-1.5[A-U]-alpha -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_GCC_RUNTIME= yes BUILD_TARGET= all info diff --git a/math/R/Makefile.extension b/math/R/Makefile.extension index 9000b0f6f76..e195b07d7fb 100644 --- a/math/R/Makefile.extension +++ b/math/R/Makefile.extension @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.extension,v 1.18 2013/01/17 11:09:44 mishka Exp $ +# $NetBSD: Makefile.extension,v 1.19 2014/10/09 14:06:41 wiz Exp $ # # This Makefile fragment is included by packages for R library packages. # @@ -14,8 +14,6 @@ MASTER_SITES?= ${MASTER_SITE_R_CRAN:=contrib/} DIST_SUBDIR?= R CATEGORIES+= math -PKG_INSTALLATION_TYPES= overwrite pkgviews - WRKSRC= ${WRKDIR}/${R_PKGNAME} INSTALLATION_DIRS= ${R_LIB} diff --git a/math/fftw/Makefile b/math/fftw/Makefile index d7038b244d6..ef4c40875f8 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2014/05/29 23:36:53 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2014/10/09 14:06:41 wiz Exp $ DISTNAME= fftw-3.3.4 PKGREVISION= 1 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.fftw.org/ COMMENT= Collection of fast C routines to compute DFTs LICENSE= gnu-gpl-v2 -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_LANGUAGES= c USE_LIBTOOL= yes USE_TOOLS+= gmake diff --git a/math/fftw2/Makefile b/math/fftw2/Makefile index f20470eb817..cf651a0713e 100644 --- a/math/fftw2/Makefile +++ b/math/fftw2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2013/04/06 20:27:24 rodent Exp $ +# $NetBSD: Makefile,v 1.25 2014/10/09 14:06:41 wiz Exp $ DISTNAME= fftw-2.1.5 PKGNAME= fftw2-2.1.5 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.fftw.org/ COMMENT= Collection of fast C routines to compute DFTs -PKG_INSTALLATION_TYPES= overwrite pkgviews - GNU_CONFIGURE= yes USE_LIBTOOL= yes CONFIGURE_ARGS+= --enable-shared diff --git a/math/lapack/Makefile.common b/math/lapack/Makefile.common index 34d71f34f22..58e880d1fe3 100644 --- a/math/lapack/Makefile.common +++ b/math/lapack/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2014/02/28 09:41:22 adam Exp $ +# $NetBSD: Makefile.common,v 1.2 2014/10/09 14:06:41 wiz Exp $ # used by math/blas/Makefile # used by math/lapack/Makefile @@ -11,8 +11,6 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.netlib.org/lapack/ LICENSE= modified-bsd -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_LANGUAGES= c fortran USE_LIBTOOL= yes diff --git a/math/libffm/Makefile b/math/libffm/Makefile index fce5fe76411..4f182c6852e 100644 --- a/math/libffm/Makefile +++ b/math/libffm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/09/11 23:04:22 asau Exp $ +# $NetBSD: Makefile,v 1.17 2014/10/09 14:06:41 wiz Exp $ DISTNAME= libffm.0.28 PKGNAME= libffm-0.28 @@ -9,8 +9,6 @@ MASTER_SITES= # ftp://ftp.unix-ag.org/user/nils/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Fast alpha-optimized replacement for some libm routines -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_TOOLS+= gmake ONLY_FOR_PLATFORM= NetBSD-*-alpha diff --git a/math/ltm/Makefile b/math/ltm/Makefile index 2354396f9fd..70de895b73a 100644 --- a/math/ltm/Makefile +++ b/math/ltm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/09/11 23:04:23 asau Exp $ +# $NetBSD: Makefile,v 1.17 2014/10/09 14:06:41 wiz Exp $ # DISTNAME= ltm-0.42.0 @@ -12,8 +12,6 @@ HOMEPAGE= http://libtom.org/ COMMENT= Number theoretic multiple-precision integer library LICENSE= public-domain -PKG_INSTALLATION_TYPES= overwrite pkgviews - WRKSRC= ${WRKDIR}/libtommath-0.42.0 USE_LIBTOOL= yes MAKE_FILE= makefile.shared diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 3c133966db9..085fad07593 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 2012/09/13 09:13:09 asau Exp $ +# $NetBSD: Makefile,v 1.102 2014/10/09 14:06:41 wiz Exp $ # DISTNAME= mathomatic-16.0.4 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.mathomatic.org/ COMMENT= Small portable symbolic math program LICENSE= gnu-lgpl-v2.1 -PKG_INSTALLATION_TYPES= overwrite pkgviews - NO_CONFIGURE= yes MAKE_FILE= makefile USE_TOOLS+= gmake diff --git a/math/p5-Math-Base85/Makefile b/math/p5-Math-Base85/Makefile index a7e5ba7882e..f016568ed2a 100644 --- a/math/p5-Math-Base85/Makefile +++ b/math/p5-Math-Base85/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/05/29 23:36:53 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/10/09 14:06:41 wiz Exp $ DISTNAME= Math-Base85-0.2 PKGNAME= p5-${DISTNAME} @@ -11,8 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/Math-Base85/ COMMENT= Perl extension for base 85 numbers, as referenced by RFC 1924 LICENSE= ${PERL5_LICENSE} -PKG_INSTALLATION_TYPES= overwrite pkgviews - PERL5_PACKLIST= auto/Math/Base85/.packlist .include "../../lang/perl5/module.mk" diff --git a/math/p5-Math-BaseCnv/Makefile b/math/p5-Math-BaseCnv/Makefile index 9b61378b7e1..c49ae01ac19 100644 --- a/math/p5-Math-BaseCnv/Makefile +++ b/math/p5-Math-BaseCnv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/05/29 23:36:53 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/10/09 14:06:41 wiz Exp $ # DISTNAME= Math-BaseCnv-1.8.B59BrZX @@ -17,8 +17,6 @@ LICENSE= gnu-gpl-v3 BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod BUILD_DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage -PKG_INSTALLATION_TYPES= overwrite pkgviews - PERL5_PACKLIST= auto/Math/BaseCnv/.packlist .include "../../lang/perl5/module.mk" diff --git a/math/p5-Math-BigInteger/Makefile b/math/p5-Math-BigInteger/Makefile index b7610c258d0..634513886dc 100644 --- a/math/p5-Math-BigInteger/Makefile +++ b/math/p5-Math-BigInteger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/10/09 13:44:49 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2014/10/09 14:06:41 wiz Exp $ DISTNAME= Math-BigInteger-1.0 PKGNAME= p5-${DISTNAME} @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Arbitrary length integer extension module for Perl HOMEPAGE= http://search.cpan.org/dist/Math-BigInteger/ -PKG_INSTALLATION_TYPES= overwrite pkgviews - PERL5_PACKLIST= auto/Math/BigInteger/.packlist .include "../../lang/perl5/module.mk" diff --git a/math/p5-Number-Compare/Makefile b/math/p5-Number-Compare/Makefile index 136ad23b345..c76aa09a627 100644 --- a/math/p5-Number-Compare/Makefile +++ b/math/p5-Number-Compare/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/10/09 13:44:50 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/10/09 14:06:41 wiz Exp $ DISTNAME= Number-Compare-0.03 PKGNAME= p5-${DISTNAME} @@ -11,8 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/Number-Compare/ COMMENT= Compiles a simple comparison to an anonymous subroutine LICENSE= ${PERL5_LICENSE} -PKG_INSTALLATION_TYPES= overwrite pkgviews - PERL5_PACKLIST= auto/Number/Compare/.packlist .include "../../lang/perl5/module.mk" diff --git a/math/prng/Makefile b/math/prng/Makefile index fe095c61e93..089eed598c1 100644 --- a/math/prng/Makefile +++ b/math/prng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/09/11 23:04:30 asau Exp $ +# $NetBSD: Makefile,v 1.3 2014/10/09 14:06:42 wiz Exp $ DISTNAME= prng-3.0.2 CATEGORIES= math @@ -10,8 +10,6 @@ COMMENT= Portable, high-performance ANSI-C pseudorandom number generators LICENSE= gnu-gpl-v2 -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_TOOLS+= makeinfo GNU_CONFIGURE= yes INFO_FILES= yes |