diff options
47 files changed, 151 insertions, 151 deletions
diff --git a/math/R/Makefile.extension b/math/R/Makefile.extension index 1f1042ae7e9..79affc19791 100644 --- a/math/R/Makefile.extension +++ b/math/R/Makefile.extension @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.extension,v 1.25 2019/10/13 12:21:23 rillig Exp $ +# $NetBSD: Makefile.extension,v 1.26 2019/11/02 16:16:18 rillig Exp $ # # This Makefile fragment is included by packages for R library packages. # @@ -22,14 +22,14 @@ _IGN_VARS.R= INSTALLATION_DIRS MAKE_ENV INSTALL_ENV MASTER_SITES \ R_PKGNAME?= ${DISTNAME:C/_.*//} R_PKGVER?= ${DISTNAME:C/.*_//} .else -DISTNAME?= ${R_PKGNAME}_${R_PKGVER} +DISTNAME?= ${R_PKGNAME}_${R_PKGVER} .endif -PKGNAME?= R-${R_PKGNAME}-${R_PKGVER:S/-/./} -MASTER_SITES?= ${MASTER_SITE_R_CRAN:=contrib/} \ - ${MASTER_SITE_R_CRAN:=contrib/Archive/${R_PKGNAME}/} -DIST_SUBDIR?= R -CATEGORIES+= math R -HOMEPAGE?= https://CRAN.R-project.org/package=${R_PKGNAME} +PKGNAME?= R-${R_PKGNAME}-${R_PKGVER:S/-/./} +MASTER_SITES?= ${MASTER_SITE_R_CRAN:=contrib/} \ + ${MASTER_SITE_R_CRAN:=contrib/Archive/${R_PKGNAME}/} +DIST_SUBDIR?= R +CATEGORIES+= math R +HOMEPAGE?= https://CRAN.R-project.org/package=${R_PKGNAME} WRKSRC= ${WRKDIR}/${R_PKGNAME} diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile index 12e394ef4c4..4e5b33caed8 100644 --- a/math/blitz++/Makefile +++ b/math/blitz++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2014/12/29 01:41:09 obache Exp $ +# $NetBSD: Makefile,v 1.21 2019/11/02 16:16:18 rillig Exp $ DISTNAME= blitz-0.8 PKGNAME= blitz++-0.8 @@ -33,8 +33,8 @@ COMPILER_SPECIFIC_HEADER= sgi COMPILER_SPECIFIC_HEADER= gnu .endif .if defined(COMPILER_SPECIFIC_HEADER) -CONFIGURE_ENV+=COMPILER_SPECIFIC_HEADER=${COMPILER_SPECIFIC_HEADER}/bzconfig.h +CONFIGURE_ENV+= COMPILER_SPECIFIC_HEADER=${COMPILER_SPECIFIC_HEADER}/bzconfig.h .endif -PLIST_SUBST+=COMPILER_SPECIFIC_HEADER=${COMPILER_SPECIFIC_HEADER:Dinclude/blitz/${COMPILER_SPECIFIC_HEADER}/bzconfig.h:U@comment} +PLIST_SUBST+= COMPILER_SPECIFIC_HEADER=${COMPILER_SPECIFIC_HEADER:Dinclude/blitz/${COMPILER_SPECIFIC_HEADER}/bzconfig.h:U@comment} .include "../../mk/bsd.pkg.mk" diff --git a/math/clisp-pari/Makefile b/math/clisp-pari/Makefile index cce5b6f5ede..ba2e2b8c9ad 100644 --- a/math/clisp-pari/Makefile +++ b/math/clisp-pari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/12/11 22:12:33 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2019/11/02 16:16:18 rillig Exp $ # CLISP_MODULE= pari @@ -18,9 +18,9 @@ MAKE_JOBS_SAFE= no .include "../../math/pari/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" -ac_cv_libpari_libs= -L${BUILDLINK_PREFIX.pari}/lib -l${PARI_LIB} +ac_cv_libpari_libs= -L${BUILDLINK_PREFIX.pari}/lib -l${PARI_LIB} .if ${PARI_LIB} == "pari-gmp" -ac_cv_libpari_libs+= -L${BUILDLINK_PREFIX.gmp}/lib -lgmp +ac_cv_libpari_libs+= -L${BUILDLINK_PREFIX.gmp}/lib -lgmp .endif CONFIGURE_ENV+= "ac_cv_libpari_libs=${ac_cv_libpari_libs} ${COMPILER_RPATH_FLAG}${LOCALBASE}/lib" diff --git a/math/coinmp/Makefile b/math/coinmp/Makefile index 54abf816776..8cfcfa7585e 100644 --- a/math/coinmp/Makefile +++ b/math/coinmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2019/03/25 13:26:12 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2019/11/02 16:16:18 rillig Exp $ DISTNAME= CoinMP-1.8.4 PKGNAME= ${DISTNAME:tl} @@ -33,11 +33,11 @@ PKGCONFIG_OVERRIDE+= Osi/src/OsiGrb/osi-gurobi.pc.in PKGCONFIG_OVERRIDE+= Osi/osi-unittests.pc.in PKGCONFIG_OVERRIDE+= Osi/osi.pc.in -SUBST_CLASSES+= pkgconfig -SUBST_STAGE.pkgconfig= pre-configure -SUBST_MESSAGE.pkgconfig=Set temporary pkg-config directory -SUBST_FILES.pkgconfig+= */Makefile.in -SUBST_SED.pkgconfig+= -e 's,PKG_CONFIG_PATH=@COIN_PKG_CONFIG_PATH@,PKG_CONFIG_PATH=@COIN_PKG_CONFIG_PATH@:${DESTDIR}${PREFIX}/lib/pkgconfig,' -SUBST_SED.pkgconfig+= -e 's,PKG_CONFIG_PATH="@COIN_PKG_CONFIG_PATH@",PKG_CONFIG_PATH=@COIN_PKG_CONFIG_PATH@:${DESTDIR}${PREFIX}/lib/pkgconfig,' +SUBST_CLASSES+= pkgconfig +SUBST_STAGE.pkgconfig= pre-configure +SUBST_MESSAGE.pkgconfig= Set temporary pkg-config directory +SUBST_FILES.pkgconfig+= */Makefile.in +SUBST_SED.pkgconfig+= -e 's,PKG_CONFIG_PATH=@COIN_PKG_CONFIG_PATH@,PKG_CONFIG_PATH=@COIN_PKG_CONFIG_PATH@:${DESTDIR}${PREFIX}/lib/pkgconfig,' +SUBST_SED.pkgconfig+= -e 's,PKG_CONFIG_PATH="@COIN_PKG_CONFIG_PATH@",PKG_CONFIG_PATH=@COIN_PKG_CONFIG_PATH@:${DESTDIR}${PREFIX}/lib/pkgconfig,' .include "../../mk/bsd.pkg.mk" diff --git a/math/dcdflib.c/Makefile b/math/dcdflib.c/Makefile index db1ab881824..7d1baf0835a 100644 --- a/math/dcdflib.c/Makefile +++ b/math/dcdflib.c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2017/08/01 17:40:13 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2019/11/02 16:16:18 rillig Exp $ DISTNAME= dcdflib.c-1.1 PKGREVISION= 1 @@ -9,11 +9,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://odin.mdacc.tmc.edu/anonftp/ COMMENT= Library of C Routines for Cumulative Distribution Functions -WRKSRC= ${WRKDIR}/dcdflib.c -BUILD_DIRS= src -DIST_SUBDIR= ${PKGNAME_NOREV} +WRKSRC= ${WRKDIR}/dcdflib.c +BUILD_DIRS= src +DIST_SUBDIR= ${PKGNAME_NOREV} CWARNFLAGS.clang= -Wno-error=logical-op-parentheses -MAKE_ENV+= LIBOWN=${LIBOWN:Q} LIBGRP=${LIBGRP:Q} \ +MAKE_ENV+= LIBOWN=${LIBOWN:Q} LIBGRP=${LIBGRP:Q} \ CWARNFLAGS.clang=${CWARNFLAGS.clang:Q} USE_BSD_MAKEFILE= yes diff --git a/math/double-conversion/buildlink3.mk b/math/double-conversion/buildlink3.mk index 5c1ae32237b..58d7677772e 100644 --- a/math/double-conversion/buildlink3.mk +++ b/math/double-conversion/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2019/06/02 14:15:45 mef Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2019/11/02 16:16:18 rillig Exp $ BUILDLINK_TREE+= double-conversion @@ -7,7 +7,7 @@ DOUBLE_CONVERSION_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.double-conversion+= double-conversion>=3.0.0 BUILDLINK_ABI_DEPENDS.double-conversion+= double-conversion>=3.0.0 -BUILDLINK_PKGSRCDIR.double-conversion?= ../../math/double-conversion +BUILDLINK_PKGSRCDIR.double-conversion?= ../../math/double-conversion .endif # DOUBLE_CONVERSION_BUILDLINK3_MK diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile index 53e7badcbfe..4e2a1fbbf6d 100644 --- a/math/eigen3/Makefile +++ b/math/eigen3/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2019/03/09 14:14:39 wen Exp $ +# $NetBSD: Makefile,v 1.11 2019/11/02 16:16:18 rillig Exp $ DISTNAME= 3.3.7 PKGNAME= eigen3-${DISTNAME} CATEGORIES= math -MASTER_SITES= http://bitbucket.org/eigen/eigen/get/ +MASTER_SITES= http://bitbucket.org/eigen/eigen/get/ DIST_SUBDIR= eigen3 EXTRACT_SUFX= .tar.bz2 @@ -12,16 +12,16 @@ HOMEPAGE= http://eigen.tuxfamily.org/ COMMENT= C++ template library for linear algebra LICENSE= mpl-2.0 -USE_LANGUAGES+= c c++ -USE_CMAKE= yes -CMAKE_ARG_PATH= .. -CONFIGURE_DIRS= _build +USE_LANGUAGES+= c c++ +USE_CMAKE= yes +CMAKE_ARG_PATH= .. +CONFIGURE_DIRS= _build WRKSRC= ${WRKDIR}/eigen-eigen-323c052e1731 CMAKE_ARGS+= -DCMAKEPACKAGE_INSTALL_DIR=${PREFIX}/lib/cmake/eigen3 CMAKE_ARGS+= -DPKGCONFIG_INSTALL_DIR=${PREFIX}/lib/pkgconfig -PKGCONFIG_OVERRIDE+= eigen.pc.in +PKGCONFIG_OVERRIDE+= eigen.pc.in pre-configure: ${MKDIR} ${WRKSRC}/_build diff --git a/math/fityk/Makefile b/math/fityk/Makefile index f66a6ad40c5..99d21369f2d 100644 --- a/math/fityk/Makefile +++ b/math/fityk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2019/07/21 22:25:19 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2019/11/02 16:16:19 rillig Exp $ DISTNAME= fityk-0.9.7 PKGREVISION= 26 @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes # XXX: xyconvert requires wxWidgets >= 2.9 CONFIGURE_ARGS+= --disable-xyconvert -CFLAGS.FreeBSD+= -D_WITH_GETLINE +CFLAGS.FreeBSD+= -D_WITH_GETLINE .include "../../devel/boost-headers/buildlink3.mk" .include "../../mk/readline.buildlink3.mk" diff --git a/math/gap/gap.package.mk b/math/gap/gap.package.mk index 940d2beddd7..e70052ca644 100644 --- a/math/gap/gap.package.mk +++ b/math/gap/gap.package.mk @@ -1,14 +1,14 @@ -# $NetBSD: gap.package.mk,v 1.14 2007/02/22 19:26:47 wiz Exp $ +# $NetBSD: gap.package.mk,v 1.15 2019/11/02 16:16:19 rillig Exp $ # # Set GAP_PKG_NAME in your Makefile. More may appear here later. # Note that between 4.3nb1 == bug fix 3 and 4.3nb2 == bug fix 4 there are # some interface changes -DEPENDS+= gap>=4.3.5:../../math/gap -GAP_DIRECTORY= ${LOCALBASE}/lib/gap4.3 +DEPENDS+= gap>=4.3.5:../../math/gap +GAP_DIRECTORY= ${LOCALBASE}/lib/gap4.3 GAP_PKG_ROOT= ${GAP_DIRECTORY}/pkg GAP_PKG_DIRECTORY= ${GAP_PKG_ROOT}/${GAP_PKG_NAME} -GAP_PLATFORM= ${MACHINE_GNU_PLATFORM}-${CC} +GAP_PLATFORM= ${MACHINE_GNU_PLATFORM}-${CC} PLIST_SUBST+= GAP_PLATFORM=${GAP_PLATFORM:Q} diff --git a/math/gnumeric112/Makefile b/math/gnumeric112/Makefile index 0a3d24570d1..e89fac830ec 100644 --- a/math/gnumeric112/Makefile +++ b/math/gnumeric112/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2019/09/02 13:20:00 adam Exp $ +# $NetBSD: Makefile,v 1.61 2019/11/02 16:16:19 rillig Exp $ DISTNAME= gnumeric-1.12.45 PKGREVISION= 1 @@ -27,8 +27,8 @@ TEST_TARGET= check .include "options.mk" -CONFIGURE_ARGS+= --with-python -CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} +CONFIGURE_ARGS+= --with-python +CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.12.9 #CONFIGURE_ARGS+= --with-gnome diff --git a/math/go-stats/Makefile b/math/go-stats/Makefile index a89e245feeb..43e4f8c8670 100644 --- a/math/go-stats/Makefile +++ b/math/go-stats/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2019/10/18 14:58:53 bsiegert Exp $ +# $NetBSD: Makefile,v 1.17 2019/11/02 16:16:19 rillig Exp $ DISTNAME= stats-0.2.0.20170729 PKGNAME= go-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 13 MASTER_SITES= ${MASTER_SITE_GITHUB:=montanaflynn/} CATEGORIES= math GITHUB_TAG= 4a163274fa4ca0b524ccee24757d7bec79475aca -GITHUB_PROJECT= ${PKGBASE:S/^go-//} +GITHUB_PROJECT= ${PKGBASE:S/^go-//} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/montanaflynn/stats diff --git a/math/gtklife/Makefile b/math/gtklife/Makefile index f968dd797cb..29ac35f1a50 100644 --- a/math/gtklife/Makefile +++ b/math/gtklife/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2019/07/21 22:25:19 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2019/11/02 16:16:19 rillig Exp $ DISTNAME= gtklife-5.1 PKGREVISION= 29 @@ -9,11 +9,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ironphoenix.org/tril/gtklife/ COMMENT= The game of life -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-gtk2 -CONFIGURE_ARGS+=--with-docdir=${PREFIX}/share/doc/gtklife -USE_TOOLS+= gmake pkg-config -LDFLAGS+= -lX11 # direct link required by ld v2.22 +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-gtk2 +CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/gtklife +USE_TOOLS+= gmake pkg-config +LDFLAGS+= -lX11 # direct link required by ld v2.22 .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/harminv/Makefile b/math/harminv/Makefile index a2a44470805..7f4346f8389 100644 --- a/math/harminv/Makefile +++ b/math/harminv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2018/01/28 16:24:14 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2019/11/02 16:16:19 rillig Exp $ DISTNAME= harminv-1.3.1 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config -USE_LANGUAGES= c c++ fortran77 +USE_LANGUAGES= c c++ fortran77 PKGCONFIG_OVERRIDE+= harminv.pc.in diff --git a/math/libshorttext/Makefile b/math/libshorttext/Makefile index d2fd7b44271..1629131d2ca 100644 --- a/math/libshorttext/Makefile +++ b/math/libshorttext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2019/04/25 07:33:05 maya Exp $ +# $NetBSD: Makefile,v 1.4 2019/11/02 16:16:19 rillig Exp $ DISTNAME= libshorttext-1.1 PKGREVISION= 1 @@ -15,8 +15,8 @@ DEPENDS+= liblinear-[0-9]*:../../math/liblinear \ USE_LANGUAGES= c c++ -REPLACE_PYTHON= *.py demo/*.py ${PYUTILS} -PLIST_SUBST+= PYSITELIB=${PYSITELIB} +REPLACE_PYTHON= *.py demo/*.py ${PYUTILS} +PLIST_SUBST+= PYSITELIB=${PYSITELIB} INSTALLATION_DIRS= bin share/examples/libshorttext/demo \ share/doc/libshorttext ${ADDITIONAL_FILES:H:S,^,${PYSITELIB}/,:O:u} diff --git a/math/libsvm/Makefile b/math/libsvm/Makefile index 73567991d11..b8b324a22f6 100644 --- a/math/libsvm/Makefile +++ b/math/libsvm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/04/25 07:33:05 maya Exp $ +# $NetBSD: Makefile,v 1.9 2019/11/02 16:16:19 rillig Exp $ DISTNAME= libsvm-3.20 PKGREVISION= 1 @@ -18,7 +18,7 @@ AUTO_MKDIRS= yes REPLACE_PYTHON= tools/*.py -SUBST_CLASSES+= paths +SUBST_CLASSES+= paths SUBST_SED.paths= -e 's,[.][.]/svm-train,${PREFIX}/bin/svm-train,' SUBST_SED.paths+= -e 's,[.][.]/svm-scale,${PREFIX}/bin/svm-scale,' SUBST_SED.paths+= -e 's,[.][.]/svm-predict,${PREFIX}/bin/svm-predict,' diff --git a/math/linpack/Makefile b/math/linpack/Makefile index 593a70bc50d..6025872aa38 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/09/11 23:04:23 asau Exp $ +# $NetBSD: Makefile,v 1.15 2019/11/02 16:16:19 rillig Exp $ DISTNAME= linpack-20010510 PKGREVISION= 2 @@ -10,9 +10,9 @@ COMMENT= Library of linear algebra Fortran routines DEPENDS+= blas-[0-9]*:../../math/blas -NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL -USE_LANGUAGES= fortran77 -WRKSRC= ${WRKDIR}/linpack +NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL +USE_LANGUAGES= fortran77 +WRKSRC= ${WRKDIR}/linpack INSTALLATION_DIRS= lib .include "../../mk/bsd.pkg.mk" diff --git a/math/mpcomplex/buildlink3.mk b/math/mpcomplex/buildlink3.mk index 044a25fafa0..137c90964ca 100644 --- a/math/mpcomplex/buildlink3.mk +++ b/math/mpcomplex/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2018/01/28 16:24:11 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2019/11/02 16:16:20 rillig Exp $ BUILDLINK_TREE+= mpcomplex @@ -6,7 +6,7 @@ BUILDLINK_TREE+= mpcomplex MPCOMPLEX_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.mpcomplex+= mpcomplex>=0.8.2 -BUILDLINK_ABI_DEPENDS.mpcomplex?= mpcomplex>=1.0.3nb1 +BUILDLINK_ABI_DEPENDS.mpcomplex?= mpcomplex>=1.0.3nb1 BUILDLINK_PKGSRCDIR.mpcomplex?= ../../math/mpcomplex BUILDLINK_API_DEPENDS.gmp+= gmp>=4.3.2 diff --git a/math/mpcomplex/builtin.mk b/math/mpcomplex/builtin.mk index 538e9386dd0..ba1628b1f5e 100644 --- a/math/mpcomplex/builtin.mk +++ b/math/mpcomplex/builtin.mk @@ -1,11 +1,11 @@ -# $NetBSD: builtin.mk,v 1.1 2011/07/08 09:40:57 drochner Exp $ +# $NetBSD: builtin.mk,v 1.2 2019/11/02 16:16:20 rillig Exp $ BUILTIN_PKG:= mpcomplex PKGCONFIG_FILE.mpcomplex= /usr/include/mpc.h PKGCONFIG_BASE.mpcomplex= /usr -BUILTIN_VERSION_SCRIPT.mpcomplex= ${AWK} \ +BUILTIN_VERSION_SCRIPT.mpcomplex= ${AWK} \ '/\#define[ \t]*MPC_VERSION_STRING[ \t]/ { \ v = substr($$3, 2, length($$3)-2); } \ END { print v; }' diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index cfca8b4db27..62f2aa63dda 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2019/02/13 22:26:50 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2019/11/02 16:16:20 rillig Exp $ DISTNAME= mpfr-4.0.2 CATEGORIES= math @@ -26,5 +26,5 @@ BUILDLINK_API_DEPENDS.gmp+= gmp>=5.0 .include "../../mk/bsd.pkg.mk" .if (${MACHINE_ARCH} == alpha) -CONFIGURE_ENV+=CFLAGS="${CFLAGS:N-mieee}" +CONFIGURE_ENV+= CFLAGS="${CFLAGS:N-mieee}" .endif diff --git a/math/mpfr/builtin.mk b/math/mpfr/builtin.mk index bb610e242c4..93b83a16c21 100644 --- a/math/mpfr/builtin.mk +++ b/math/mpfr/builtin.mk @@ -1,11 +1,11 @@ -# $NetBSD: builtin.mk,v 1.4 2019/05/31 08:36:12 dholland Exp $ +# $NetBSD: builtin.mk,v 1.5 2019/11/02 16:16:20 rillig Exp $ BUILTIN_PKG:= mpfr BUILTIN_FIND_HEADERS_VAR:= H_MPFR BUILTIN_FIND_HEADERS.H_MPFR= mpfr.h mpfr/mpfr.h -BUILTIN_VERSION_SCRIPT.mpfr= ${AWK} \ +BUILTIN_VERSION_SCRIPT.mpfr= ${AWK} \ '/\#define[ \t]*MPFR_VERSION_STRING[ \t]/ { \ v = substr($$3, 2, length($$3)-2) } \ END { gsub("-p",".",v); print v }' @@ -22,7 +22,7 @@ IS_BUILTIN.mpfr= no IS_BUILTIN.mpfr= yes . endif .endif -MAKEVARS+= IS_BUILTIN.mpfr +MAKEVARS+= IS_BUILTIN.mpfr ### ### If there is a built-in implementation, then set BUILTIN_PKG.<pkg> to @@ -34,7 +34,7 @@ MAKEVARS+= IS_BUILTIN.mpfr BUILTIN_VERSION.mpfr!= ${BUILTIN_VERSION_SCRIPT.mpfr} ${H_MPFR} BUILTIN_PKG.mpfr= mpfr-${BUILTIN_VERSION.mpfr} .endif -MAKEVARS+= BUILTIN_PKG.mpfr +MAKEVARS+= BUILTIN_PKG.mpfr ### ### Determine whether we should use the built-in implementation if it @@ -60,7 +60,7 @@ USE_BUILTIN.mpfr!= \ . endif . endif # PREFER.mpfr .endif -MAKEVARS+= USE_BUILTIN.mpfr +MAKEVARS+= USE_BUILTIN.mpfr CHECK_BUILTIN.mpfr?= no .if !empty(CHECK_BUILTIN.mpfr:M[Nn][Oo]) diff --git a/math/newmat/Makefile b/math/newmat/Makefile index 88436919b21..69c1a99c34f 100644 --- a/math/newmat/Makefile +++ b/math/newmat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/09/11 23:04:25 asau Exp $ +# $NetBSD: Makefile,v 1.16 2019/11/02 16:16:20 rillig Exp $ # DISTNAME= newmat11 @@ -19,7 +19,7 @@ HEADERS= controlw.h include.h myexcept.h newmat.h \ newmatap.h newmatio.h newmatnl.h newmatrc.h precisio.h \ solution.h tmt.h newmatrm.h -INSTALLATION_DIRS= lib include/newmat share/doc/newmat +INSTALLATION_DIRS= lib include/newmat share/doc/newmat do-install: .for header in ${HEADERS} diff --git a/math/ocaml-num/Makefile b/math/ocaml-num/Makefile index 9f4bd8f9f0d..0639166a501 100644 --- a/math/ocaml-num/Makefile +++ b/math/ocaml-num/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2018/11/12 16:10:24 jaapb Exp $ +# $NetBSD: Makefile,v 1.5 2019/11/02 16:16:20 rillig Exp $ GITHUB_PROJECT= num GITHUB_TAG= v${PKGVERSION_NOREV} DISTNAME= ${GITHUB_PROJECT}-1.1 -PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 3 +PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} @@ -16,7 +16,7 @@ LICENSE= gnu-lgpl-v2.1 USE_LANGUAGES= # none USE_TOOLS+= gmake -BUILD_TARGET= all +BUILD_TARGET= all INSTALLATION_DIRS+= lib/ocaml/stublibs OCAML_USE_FINDLIB= yes diff --git a/math/ocaml-num/buildlink3.mk b/math/ocaml-num/buildlink3.mk index 4c971f4371e..fa4c041f869 100644 --- a/math/ocaml-num/buildlink3.mk +++ b/math/ocaml-num/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2018/07/19 15:15:26 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2019/11/02 16:16:20 rillig Exp $ BUILDLINK_TREE+= ocaml-num @@ -7,7 +7,7 @@ OCAML_NUM_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-num+= ocaml-num>=1.1 BUILDLINK_ABI_DEPENDS.ocaml-num+= ocaml-num>=1.1nb2 -BUILDLINK_PKGSRCDIR.ocaml-num?= ../../math/ocaml-num +BUILDLINK_PKGSRCDIR.ocaml-num?= ../../math/ocaml-num .endif # OCAML_NUM_BUILDLINK3_MK BUILDLINK_TREE+= -ocaml-num diff --git a/math/ocaml-zarith/Makefile b/math/ocaml-zarith/Makefile index 47fbfb277f3..b5430c9b396 100644 --- a/math/ocaml-zarith/Makefile +++ b/math/ocaml-zarith/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2019/08/11 13:21:44 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2019/11/02 16:16:20 rillig Exp $ # VERSION= 1.7 @@ -18,9 +18,9 @@ LICENSE= gnu-lgpl-v2 # zarith library creation is racy MAKE_JOBS_SAFE= no -HAS_CONFIGURE= yes -CONFIGURE_ENV+= DESTDIR=${DESTDIR} -USE_TOOLS+= gmake perl +HAS_CONFIGURE= yes +CONFIGURE_ENV+= DESTDIR=${DESTDIR} +USE_TOOLS+= gmake perl INSTALLATION_DIRS+= ${OCAML_SITELIBDIR}/zarith OCAML_USE_FINDLIB= yes diff --git a/math/octave/Makefile b/math/octave/Makefile index 269fd9cb4ba..2094c318547 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.194 2019/09/18 14:17:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.195 2019/11/02 16:16:20 rillig Exp $ DISTNAME= octave-5.1.0 PKGREVISION= 8 @@ -55,8 +55,8 @@ CONFIGURE_ENV+= INSTALL_LIB=${INSTALL_LIB:Q} .include "options.mk" -INFO_FILES= yes -OCTAVE_DOC= doc/interpreter/octave.pdf doc/liboctave/liboctave.pdf \ +INFO_FILES= yes +OCTAVE_DOC= doc/interpreter/octave.pdf doc/liboctave/liboctave.pdf \ doc/refcard/refcard-a4.pdf doc/refcard/refcard-legal.pdf \ doc/refcard/refcard-letter.pdf INSTALLATION_DIRS+= share/octave/${PKGVERSION_NOREV}/doc diff --git a/math/openfst/Makefile b/math/openfst/Makefile index 583dda72b08..6eee1d01409 100644 --- a/math/openfst/Makefile +++ b/math/openfst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2018/07/18 00:06:21 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2019/11/02 16:16:20 rillig Exp $ # DISTNAME= openfst-1.1 @@ -16,6 +16,6 @@ GNU_CONFIGURE= yes .include "../../mk/dlopen.buildlink3.mk" -BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:M*} +BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:M*} .include "../../mk/bsd.pkg.mk" diff --git a/math/ordCalc/Makefile b/math/ordCalc/Makefile index 7eb28a9c6bc..7674c56f57c 100644 --- a/math/ordCalc/Makefile +++ b/math/ordCalc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/02/14 21:27:04 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2019/11/02 16:16:20 rillig Exp $ # ORDCALCVER= 0.2 @@ -21,9 +21,9 @@ USE_LIBTOOL= yes BUILD_TARGET= EXE TEST_TARGET= TEST -DOCS= ${DESTDIR}${PREFIX}/share/doc/ordCalc +DOCS= ${DESTDIR}${PREFIX}/share/doc/ordCalc -AUTO_MKDIRS=yes +AUTO_MKDIRS= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/ord ${DESTDIR}${PREFIX}/bin diff --git a/math/p5-Math-BigInt-Pari/Makefile b/math/p5-Math-BigInt-Pari/Makefile index 28393ad8016..94e19d093dc 100644 --- a/math/p5-Math-BigInt-Pari/Makefile +++ b/math/p5-Math-BigInt-Pari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/08/11 13:21:46 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2019/11/02 16:16:20 rillig Exp $ DISTNAME= Math-BigInt-Pari-1.3004 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Perl5 library to use Math::Pari for Math::BigInt routines LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Math-Pari>=2.010709:../../math/p5-Math-Pari -DEPENDS+= p5-Math-BigInt>=1.999808:../../math/p5-Math-BigInt +DEPENDS+= p5-Math-BigInt>=1.999808:../../math/p5-Math-BigInt PERL5_REQD+= 5.12.2nb1 diff --git a/math/p5-Math-Random-ISAAC-XS/Makefile b/math/p5-Math-Random-ISAAC-XS/Makefile index 2125abad45c..16c60e750f4 100644 --- a/math/p5-Math-Random-ISAAC-XS/Makefile +++ b/math/p5-Math-Random-ISAAC-XS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/08/11 13:21:48 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2019/11/02 16:16:21 rillig Exp $ # DISTNAME= Math-Random-ISAAC-XS-1.004 @@ -14,8 +14,8 @@ LICENSE= cc0-1.0-universal BUILD_DEPENDS+= p5-Test-NoWarnings>=0.084:../../devel/p5-Test-NoWarnings -USE_LANGUAGES= c -PERL5_PACKLIST= auto/Math/Random/ISAAC/XS/.packlist +USE_LANGUAGES= c +PERL5_PACKLIST= auto/Math/Random/ISAAC/XS/.packlist PERL5_MODULE_TYPE= Module::Build .include "../../lang/perl5/module.mk" diff --git a/math/p5-Spreadsheet-XLSX/Makefile b/math/p5-Spreadsheet-XLSX/Makefile index 9474cf8c477..2606efe5480 100644 --- a/math/p5-Spreadsheet-XLSX/Makefile +++ b/math/p5-Spreadsheet-XLSX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2019/08/11 13:21:51 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2019/11/02 16:16:21 rillig Exp $ # DISTNAME= Spreadsheet-XLSX-0.15 @@ -16,8 +16,8 @@ DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip DEPENDS+= p5-Spreadsheet-ParseExcel-[0-9]*:../../math/p5-Spreadsheet-ParseExcel WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/p5-//} -USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/Spreadsheet/XLSX/.packlist +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Spreadsheet/XLSX/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/php-stats/Makefile b/math/php-stats/Makefile index e70460a3864..741d095f06a 100644 --- a/math/php-stats/Makefile +++ b/math/php-stats/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2019/01/14 13:06:11 taca Exp $ +# $NetBSD: Makefile,v 1.5 2019/11/02 16:16:21 rillig Exp $ -MODNAME= stats +MODNAME= stats PECL_VERSION= 2.0.3 CATEGORIES+= math -COMMENT= PHP extension for statistical computation +COMMENT= PHP extension for statistical computation PHP_VERSIONS_ACCEPTED= 71 72 diff --git a/math/ppl/Makefile b/math/ppl/Makefile index b15d986aa8b..f10311dd9ea 100644 --- a/math/ppl/Makefile +++ b/math/ppl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/08/11 13:21:52 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2019/11/02 16:16:21 rillig Exp $ DISTNAME= ppl-1.2 PKGREVISION= 1 @@ -17,7 +17,7 @@ DEPENDS+= gsed-[0-9]*:../../textproc/gsed USE_LANGUAGES= c gnu++03 GNU_CONFIGURE= yes -MAKE_ENV+= lt_cv_path_SED=${PREFIX}/bin/gsed +MAKE_ENV+= lt_cv_path_SED=${PREFIX}/bin/gsed CONFIGURE_ARGS+= --with-gmp-prefix=${PREFIX} #CONFIGURE_ARGS+= --enable-interfaces=c,cxx diff --git a/math/pspp/Makefile b/math/pspp/Makefile index e249e720ff5..b108f5db774 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.88 2019/08/11 13:21:52 wiz Exp $ +# $NetBSD: Makefile,v 1.89 2019/11/02 16:16:21 rillig Exp $ # DISTNAME= pspp-0.6.2 @@ -20,9 +20,9 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} .include "options.mk" PKG_SYSCONFSUBDIR= pspp -EGDIR= ${PREFIX}/share/examples/pspp -CONF_FILES= ${EGDIR}/devices ${PKG_SYSCONFDIR}/devices -INFO_FILES= YES +EGDIR= ${PREFIX}/share/examples/pspp +CONF_FILES= ${EGDIR}/devices ${PKG_SYSCONFDIR}/devices +INFO_FILES= YES TEST_TARGET= check diff --git a/math/py-bottleneck/Makefile b/math/py-bottleneck/Makefile index b188ce801a8..00ebdfe0b1f 100644 --- a/math/py-bottleneck/Makefile +++ b/math/py-bottleneck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/06/07 08:12:47 adam Exp $ +# $NetBSD: Makefile,v 1.2 2019/11/02 16:16:21 rillig Exp $ DISTNAME= Bottleneck-1.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/kwgoodman/bottleneck COMMENT= Collection of fast NumPy array functions written in C LICENSE= 2-clause-bsd -#DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil +#DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil #BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose USE_LANGUAGES= c diff --git a/math/py-cdecimal/Makefile b/math/py-cdecimal/Makefile index d3ab230959f..b2795c92afd 100644 --- a/math/py-cdecimal/Makefile +++ b/math/py-cdecimal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/09/02 13:20:00 adam Exp $ +# $NetBSD: Makefile,v 1.10 2019/11/02 16:16:21 rillig Exp $ DISTNAME= cdecimal-2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,8 +16,8 @@ USE_TOOLS+= gmake USE_LANGUAGES= c GNU_CONFIGURE= yes -#PKG_FAIL_REASON+= "${DISTNAME} is obsoleted by the builtin \`decimal\` in python3.3." -PYTHON_VERSIONS_ACCEPTED= 27 +#PKG_FAIL_REASON+= "${DISTNAME} is obsoleted by the builtin \`decimal\` in python3.3." +PYTHON_VERSIONS_ACCEPTED= 27 #.include "../../devel/gmp/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/math/py-fftw/Makefile b/math/py-fftw/Makefile index 9f20c15623a..d4034e34273 100644 --- a/math/py-fftw/Makefile +++ b/math/py-fftw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/09/02 13:20:00 adam Exp $ +# $NetBSD: Makefile,v 1.10 2019/11/02 16:16:21 rillig Exp $ DISTNAME= PyFFTW3-0.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//S/FFTW/fftw/S/3//} @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v3 USE_LANGUAGES= c -PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.2.1 +PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.2.1 MAKE_ENV+= FFTW_PATH=${PREFIX}/lib diff --git a/math/py-pandas-datareader/Makefile b/math/py-pandas-datareader/Makefile index 32f24f2cf85..f9aada9e5de 100644 --- a/math/py-pandas-datareader/Makefile +++ b/math/py-pandas-datareader/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2019/06/17 20:28:55 adam Exp $ +# $NetBSD: Makefile,v 1.6 2019/11/02 16:16:21 rillig Exp $ DISTNAME= pandas-datareader-0.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-requests>=2.3.0:../../devel/py-requests DEPENDS+= ${PYPKGPREFIX}-requests-file-[0-9]*:../../devel/py-requests-file DEPENDS+= ${PYPKGPREFIX}-requests-ftp-[0-9]*:../../devel/py-requests-ftp -PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-pandas +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-pandas .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/py-quadprog/Makefile b/math/py-quadprog/Makefile index cee716768ab..f3aa957eecf 100644 --- a/math/py-quadprog/Makefile +++ b/math/py-quadprog/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2019/08/27 06:03:39 adam Exp $ +# $NetBSD: Makefile,v 1.3 2019/11/02 16:16:22 rillig Exp $ DISTNAME= quadprog-0.1.7 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=q/quadprog/} diff --git a/math/py-scipy/Makefile b/math/py-scipy/Makefile index f3035b0c204..faceba1d596 100644 --- a/math/py-scipy/Makefile +++ b/math/py-scipy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2019/06/14 14:53:29 adam Exp $ +# $NetBSD: Makefile,v 1.39 2019/11/02 16:16:22 rillig Exp $ DISTNAME= scipy-1.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,7 +22,7 @@ PYSETUPBUILDARGS+= --fcompiler=g95 PYSETUPBUILDARGS+= --fcompiler=gnu95 LDFLAGS.Darwin+= -undefined dynamic_lookup .else -BROKEN= Requires fortran 95 +BROKEN= Requires fortran 95 .endif CPPFLAGS+= -D__STDC_FORMAT_MACROS diff --git a/math/py-scipy12/Makefile b/math/py-scipy12/Makefile index edad3c30add..6be176f484c 100644 --- a/math/py-scipy12/Makefile +++ b/math/py-scipy12/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/06/15 17:51:13 adam Exp $ +# $NetBSD: Makefile,v 1.2 2019/11/02 16:16:22 rillig Exp $ DISTNAME= scipy-1.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,7 +22,7 @@ PYSETUPBUILDARGS+= --fcompiler=g95 PYSETUPBUILDARGS+= --fcompiler=gnu95 LDFLAGS.Darwin+= -undefined dynamic_lookup .else -BROKEN= Requires fortran 95 +BROKEN= Requires fortran 95 .endif CPPFLAGS+= -D__STDC_FORMAT_MACROS diff --git a/math/py-z3/Makefile b/math/py-z3/Makefile index 3e97865128f..c117e445d55 100644 --- a/math/py-z3/Makefile +++ b/math/py-z3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2018/12/23 12:27:34 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2019/11/02 16:16:22 rillig Exp $ .include "../../math/z3/Makefile.common" @@ -8,8 +8,8 @@ GITHUB_PROJECT= z3 COMMENT= Python bindings for the Z3 theorem prover / SMT solver CONFIGURE_ARGS+= --python -NO_BUILD= yes -PY_PATCHPLIST= yes +NO_BUILD= yes +PY_PATCHPLIST= yes PYTHON_VERSIONS_ACCEPTED= 27 diff --git a/math/randlib/Makefile b/math/randlib/Makefile index 5c4b61c9dd8..eb5038cb6c9 100644 --- a/math/randlib/Makefile +++ b/math/randlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/09/11 23:04:33 asau Exp $ +# $NetBSD: Makefile,v 1.19 2019/11/02 16:16:22 rillig Exp $ DISTNAME= randlib.c-1.3 PKGNAME= randlib-1.3 @@ -12,7 +12,7 @@ COMMENT= Library of C Routines for Random Number Generation DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR}/randlib.c/src -MAKE_ENV+= LIBOWN=${LIBOWN:Q} LIBGRP=${LIBGRP:Q} +MAKE_ENV+= LIBOWN=${LIBOWN:Q} LIBGRP=${LIBGRP:Q} USE_BSD_MAKEFILE= yes INSTALLATION_DIRS= include lib share/doc/randlib share/examples/randlib diff --git a/math/ranger/Makefile b/math/ranger/Makefile index a765f19a818..812f935b8c5 100644 --- a/math/ranger/Makefile +++ b/math/ranger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/08/26 17:17:22 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2019/11/02 16:16:22 rillig Exp $ DISTNAME= ranger-0.4.2 CATEGORIES= math @@ -9,10 +9,10 @@ HOMEPAGE= https://github.com/imbs-hl/ranger COMMENT= Fast Implementation of Random Forests LICENSE= gnu-gpl-v3 -WRKSRC= ${WRKDIR}/${DISTNAME}/source -USE_LANGUAGES= c c++ -USE_CMAKE= yes -PTHREAD_AUTO_VARS= yes +WRKSRC= ${WRKDIR}/${DISTNAME}/source +USE_LANGUAGES= c c++ +USE_CMAKE= yes +PTHREAD_AUTO_VARS= yes INSTALLATION_DIRS+= bin diff --git a/math/snns/Makefile b/math/snns/Makefile index 051f7a40405..f6d5b2dae80 100644 --- a/math/snns/Makefile +++ b/math/snns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2016/05/07 10:04:00 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2019/11/02 16:16:22 rillig Exp $ DISTNAME= SNNSv4.3 PKGNAME= snns-4.3 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www-ra.informatik.uni-tuebingen.de/SNNS/ COMMENT= Software simulator for neural networks -GNU_CONFIGURE= YES +GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-global XGUILOADPATH= ${PREFIX}/share/snns diff --git a/math/sundials/Makefile b/math/sundials/Makefile index 91268b4e461..57b2db7effe 100644 --- a/math/sundials/Makefile +++ b/math/sundials/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2019/04/25 07:33:05 maya Exp $ +# $NetBSD: Makefile,v 1.5 2019/11/02 16:16:22 rillig Exp $ DISTNAME= sundials-4.1.0 PKGREVISION= 1 @@ -11,8 +11,8 @@ COMMENT= Suite of nonlinear and differential/algrbraic equation solvers LICENSE= modified-bsd PYTHON_FOR_BUILD_ONLY= yes -USE_CMAKE= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/build +USE_CMAKE= yes +WRKSRC= ${WRKDIR}/${DISTNAME}/build CMAKE_ARG_PATH= .. CMAKE_ARGS+= -DEXAMPLES_INSTALL_PATH=${PREFIX}/share/examples/sundials diff --git a/math/yices2/Makefile b/math/yices2/Makefile index 8424932d6b2..df0e3a163f4 100644 --- a/math/yices2/Makefile +++ b/math/yices2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/08/26 21:11:28 alnsn Exp $ +# $NetBSD: Makefile,v 1.3 2019/11/02 16:16:22 rillig Exp $ PKGNAME= yices2-2.6.1 DISTNAME= Yices-${PKGVERSION} @@ -11,13 +11,13 @@ HOMEPAGE= https://yices.csl.sri.com/ COMMENT= Yices 2 SMT solver LICENSE= gnu-gpl-v3 -BUILD_DEPENDS+= gperf-[0-9]*:../../devel/gperf +BUILD_DEPENDS+= gperf-[0-9]*:../../devel/gperf -USE_TOOLS+= autoconf bash gmake -USE_LANGUAGES= c -GNU_CONFIGURE= yes +USE_TOOLS+= autoconf bash gmake +USE_LANGUAGES= c +GNU_CONFIGURE= yes USE_GNU_CONFIGURE_HOST= no -TEST_TARGET= check +TEST_TARGET= check REPLACE_BASH+= tests/regress/check.sh diff --git a/math/yorick/Makefile b/math/yorick/Makefile index c274bc7bc30..f952fff5908 100644 --- a/math/yorick/Makefile +++ b/math/yorick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2013/04/06 20:27:25 rodent Exp $ +# $NetBSD: Makefile,v 1.30 2019/11/02 16:16:23 rillig Exp $ DISTNAME= yorick-1.6.02 PKGREVISION= 2 @@ -12,9 +12,9 @@ COMMENT= Numerical algebra system (similar to Matlab) MAKE_JOBS_SAFE= no -WRKSRC= ${WRKDIR}/yorick-1.6 -BUILD_DIRS= ${WRKSRC} doc -INSTALL_DIRS= ${WRKSRC} +WRKSRC= ${WRKDIR}/yorick-1.6 +BUILD_DIRS= ${WRKSRC} doc +INSTALL_DIRS= ${WRKSRC} INSTALLATION_DIRS= bin ${PKGINFODIR} ${PKGMANDIR}/man1 share/doc share/emacs/site-lisp INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR} |