pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/f2c
Module Name: pkgsrc
Committed By: maya
Date: Tue Nov 20 09:38:26 UTC 2018
Modified Files:
pkgsrc/lang/f2c: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/lang/f2c/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/f2c/Makefile
diff -u pkgsrc/lang/f2c/Makefile:1.65 pkgsrc/lang/f2c/Makefile:1.66
--- pkgsrc/lang/f2c/Makefile:1.65 Thu Sep 12 13:10:19 2013
+++ pkgsrc/lang/f2c/Makefile Tue Nov 20 09:38:26 2018
@@ -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 @@ do-install:
# 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