Received: by mail.netbsd.org (Postfix, from userid 605) id 8D76284D85; Wed, 21 Jun 2017 01:12:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1F302855BD for ; Wed, 21 Jun 2017 01:12:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id OPsx6w2jacgI for ; Wed, 21 Jun 2017 01:12:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8FCE384D85 for ; Wed, 21 Jun 2017 01:12:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8E1D4FAE8; Wed, 21 Jun 2017 01:12:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149800757648180" MIME-Version: 1.0 Date: Wed, 21 Jun 2017 01:12:56 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/lang/g95 To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170621011256.8E1D4FAE8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_149800757648180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Wed Jun 21 01:12:56 UTC 2017 Modified Files: pkgsrc/lang/g95: Makefile distinfo Added Files: pkgsrc/lang/g95/patches: patch-gcc_config_rs600_netbsd.h Log Message: g95: don't try to link against a non-existent file on netbsd/powerpc. untested but obvious change. currently showing up as a build failure of math/blas as it attempts to link with crtsavres which is a linux file. Bump PKGREVISION as the build succeeds. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/g95/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/g95/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/lang/g95/patches/patch-gcc_config_rs600_netbsd.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149800757648180 Content-Disposition: inline Content-Length: 2502 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/g95/Makefile diff -u pkgsrc/lang/g95/Makefile:1.27 pkgsrc/lang/g95/Makefile:1.28 --- pkgsrc/lang/g95/Makefile:1.27 Tue Aug 16 00:53:41 2016 +++ pkgsrc/lang/g95/Makefile Wed Jun 21 01:12:56 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2016/08/16 00:53:41 dholland Exp $ +# $NetBSD: Makefile,v 1.28 2017/06/21 01:12:56 maya Exp $ DISTNAME= g95_source PKGNAME= g95-0.93 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= lang MASTER_SITES= http://ftp.g95.org/v${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tgz Index: pkgsrc/lang/g95/distinfo diff -u pkgsrc/lang/g95/distinfo:1.28 pkgsrc/lang/g95/distinfo:1.29 --- pkgsrc/lang/g95/distinfo:1.28 Sun Oct 2 23:26:39 2016 +++ pkgsrc/lang/g95/distinfo Wed Jun 21 01:12:56 2017 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.28 2016/10/02 23:26:39 maya Exp $ +$NetBSD: distinfo,v 1.29 2017/06/21 01:12:56 maya Exp $ SHA1 (g95_source.tgz) = b5e503fd6459b65cbda73190685f9490230d9cff RMD160 (g95_source.tgz) = 98d03e9a1835f4b3553a72a798bdf1d90a757176 @@ -18,6 +18,7 @@ SHA1 (patch-gcc_config_dragonfly.h) = 6d SHA1 (patch-gcc_config_freebsd-spec.h) = 508304b26b592518c3d3f43f466ac0a6542b2704 SHA1 (patch-gcc_config_i386_dragonfly.h) = 7d60d29b5ae636d69650e8c412a94f7a6045f6d9 SHA1 (patch-gcc_config_i386_dragonfly64.h) = 9d2d8512a913e58055fa5c1b7d85a109117dcfba +SHA1 (patch-gcc_config_rs600_netbsd.h) = 2e568e48f84024b7182762107c4ee76ee87fe43c SHA1 (patch-gcc_config_t-dragonfly) = dd8d5919af737dfb9e3c18be9a41b4e2c6f31155 SHA1 (patch-gcc_config_t-dragonfly-thread) = ebdb58dacf0dc5d0bf2f1f1707a7c6ab29ee308c SHA1 (patch-gcc_ginclude_stddef.h) = 60f51a470e03173803b5e20b1fa4d6882e8d1fe9 Added files: Index: pkgsrc/lang/g95/patches/patch-gcc_config_rs600_netbsd.h diff -u /dev/null pkgsrc/lang/g95/patches/patch-gcc_config_rs600_netbsd.h:1.1 --- /dev/null Wed Jun 21 01:12:56 2017 +++ pkgsrc/lang/g95/patches/patch-gcc_config_rs600_netbsd.h Wed Jun 21 01:12:56 2017 @@ -0,0 +1,16 @@ +$NetBSD: patch-gcc_config_rs600_netbsd.h,v 1.1 2017/06/21 01:12:56 maya Exp $ + +Don't try to link against a non-existent file on netbsd/powerpc + +--- ../gcc-4.1.2/gcc/config/rs6000/netbsd.h.orig 2005-06-25 01:22:41.000000000 +0000 ++++ ../gcc-4.1.2/gcc/config/rs6000/netbsd.h +@@ -76,8 +76,7 @@ + #define STARTFILE_SPEC NETBSD_STARTFILE_SPEC + + #undef ENDFILE_SPEC +-#define ENDFILE_SPEC \ +- "crtsavres%O%s %(netbsd_endfile_spec)" ++#define ENDFILE_SPEC "%(netbsd_endfile_spec)" + + #undef LIB_SPEC + #define LIB_SPEC NETBSD_LIB_SPEC --_----------=_149800757648180--