Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.76 2015/08/18 07:31:12 wiz Exp $
# $NetBSD: Makefile,v 1.78 2016/08/03 10:23:07 adam Exp $
#
DISTNAME= pspp-0.6.2
PKGREVISION= 30
PKGREVISION= 32
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU:=pspp/}

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.17 2011/12/20 16:14:44 wiz Exp $
$NetBSD: distinfo,v 1.18 2015/11/03 23:33:41 agc Exp $
SHA1 (pspp-0.6.2.tar.gz) = c45f721a7ee82aede2106b77eade5e568c0930da
RMD160 (pspp-0.6.2.tar.gz) = 97667eb32b23a1bc7d18b7022649bd973ff01424
SHA512 (pspp-0.6.2.tar.gz) = 0dfadb1fc5087ac0b076559902c08870ce1ad0111fdba23231c71954a675c6ba14b26e631b44cc9097a8c54c8530dba45d88165c6b428b47f1a636303989e84a
Size (pspp-0.6.2.tar.gz) = 3375748 bytes
SHA1 (patch-aa) = c7024562eee77aa558931cab387d250e046f11e4
SHA1 (patch-ad) = cd06383be08b753423ea10f52098135002671385

View File

@@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.1 2009/09/04 21:39:10 asau Exp $
# $NetBSD: options.mk,v 1.2 2015/10/24 21:20:10 joerg Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pspp
PKG_SUPPORTED_OPTIONS= pgsql x11
@@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --without-gui --without-libplot
.if !empty(PKG_OPTIONS:Mpgsql)
CONFIGURE_ARGS+= --with-libpq
.include "../../databases/postgresql84-client/buildlink3.mk"
.include "../../mk/pgsql.buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-libpq
.endif