pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/f2c f2c: strip -Werror for everyone. It's unsuita...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43a0b6773ec5
branches:  trunk
changeset: 315256:43a0b6773ec5
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Nov 20 09:38:26 2018 +0000

description:
f2c: strip -Werror for everyone. It's unsuitable for a release, and it
isn't an upstream choice, but is likely a result of using bsd.prog.mk in
files/

At least one person had an issue with it, although it (mysteriously) builds
fine with GCC 6.5 and -Werror, even now.

PR pkg/48482

diffstat:

 lang/f2c/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 7555a70a743d -r 43a0b6773ec5 lang/f2c/Makefile
--- a/lang/f2c/Makefile Tue Nov 20 09:29:24 2018 +0000
+++ b/lang/f2c/Makefile Tue Nov 20 09:38:26 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2013/09/12 13:10:19 jperkin Exp $
+# $NetBSD: Makefile,v 1.66 2018/11/20 09:38:26 maya Exp $
 
 DISTNAME=      f2c-20100903    # see notes below
 PKGREVISION=   1
@@ -70,10 +70,6 @@
 #   mv f2c.tar f2c-yyyymmdd.tar
 #   gzip --best f2c-yyyymmdd.tar
 
-.include "../../mk/compiler.mk"
-
-.if !empty(PKGSRC_COMPILER:Mclang)
 BUILDLINK_TRANSFORM+=  rm:-Werror
-.endif
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index