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,7 +1,7 @@
# $NetBSD: Makefile,v 1.39 2015/06/12 10:50:15 wiz Exp $
# $NetBSD: Makefile,v 1.40 2016/07/09 06:38:25 wiz Exp $
DISTNAME= gforth-0.7.3
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gforth/}
MASTER_SITES+= http://www.complang.tuwien.ac.at/forth/gforth/

View File

@@ -1,10 +1,11 @@
$NetBSD: distinfo,v 1.10 2015/03/06 23:56:47 ryoon Exp $
$NetBSD: distinfo,v 1.12 2015/12/29 23:34:47 dholland Exp $
SHA1 (gforth-0.7.3.tar.gz) = 4ef40d8427249b4367ac5e8965b55ca113c18baa
RMD160 (gforth-0.7.3.tar.gz) = 6261b9b568695421148063a17e0dbf2983132062
SHA512 (gforth-0.7.3.tar.gz) = f034234acfb0fc727f28b564432219a100b916c6df4b847794a55b2fc3b8ed8714eca6de0df67c7c427b7c2bb4dd00f65cfd34e6eb60181e41ab84fea30304e4
Size (gforth-0.7.3.tar.gz) = 2523433 bytes
SHA1 (patch-aa) = 405a78dab65952f599b3f201053ae73c25da4576
SHA1 (patch-ae) = 5ed4c1b54d6c2af55580183cdc9d66b70fffa955
SHA1 (patch-configure) = f93b18e8602baec9b21c3f78978f652a9796fb31
SHA1 (patch-configure.in) = 4886054414beda7de68323143eecb03ef20c10f9
SHA1 (patch-engine_Makefile.in) = 4ae831fb6f2a7f09f58230a9450985cb2b96ee59
SHA1 (patch-configure) = 405b75bc920f5709fcaa90aa63d91d10c23f5b32
SHA1 (patch-configure.in) = 9f916f1d40817f2781baeed7197d1a6336c39a2a
SHA1 (patch-engine_Makefile.in) = 3403d2c2c5a2594a35894df2950dc28d36a701aa

View File

@@ -1,4 +1,6 @@
$NetBSD: patch-configure,v 1.2 2015/03/06 23:56:47 ryoon Exp $
$NetBSD: patch-configure,v 1.3 2015/12/29 23:34:47 dholland Exp $
-export-dynamic is a linker option, pass it down as such.
--- configure.orig 2014-06-13 22:52:28.000000000 +0000
+++ configure

View File

@@ -1,4 +1,6 @@
$NetBSD: patch-configure.in,v 1.1 2013/06/13 21:43:26 joerg Exp $
$NetBSD: patch-configure.in,v 1.2 2015/12/29 23:34:47 dholland Exp $
-export-dynamic is a linker option, pass it down as such.
--- configure.in.orig 2013-06-13 17:24:38.000000000 +0000
+++ configure.in

View File

@@ -1,4 +1,7 @@
$NetBSD: patch-engine_Makefile.in,v 1.2 2015/03/06 23:56:47 ryoon Exp $
$NetBSD: patch-engine_Makefile.in,v 1.3 2015/12/29 23:34:47 dholland Exp $
Remove -fno-defer-pop -fcaller-saves -fno-inline, which are workarounds
for various ancient GCC versions.
--- engine/Makefile.in.orig 2013-10-11 21:31:28.000000000 +0000
+++ engine/Makefile.in