pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May 15 13:01:52 UTC 2020

Modified Files:
        pkgsrc/cross/nios2: Makefile.common
        pkgsrc/cross/nios2-gcc: Makefile

Log Message:
cross/nios2: skip check for unknown configure script and portability


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/cross/nios2/Makefile.common
cvs rdiff -u -r1.16 -r1.17 pkgsrc/cross/nios2-gcc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cross/nios2/Makefile.common
diff -u pkgsrc/cross/nios2/Makefile.common:1.5 pkgsrc/cross/nios2/Makefile.common:1.6
--- pkgsrc/cross/nios2/Makefile.common:1.5      Sun Jun 19 16:20:28 2016
+++ pkgsrc/cross/nios2/Makefile.common  Fri May 15 13:01:52 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2016/06/19 16:20:28 wiz Exp $ -*- Makefile -*-
+# $NetBSD: Makefile.common,v 1.6 2020/05/15 13:01:52 rillig Exp $ -*- Makefile -*-
 #
 # used by cross/nios2-binutils/Makefile
 # used by cross/nios2-gcc/Makefile
@@ -12,6 +12,7 @@ MASTER_SITES=         https://sourcery.mentor.c
 EXTRACT_SUFX=           .tar.bz2
 
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # has sub-configures
 INFO_FILES=            yes
 
 NIOS2_TARGET?=         nios2-elf

Index: pkgsrc/cross/nios2-gcc/Makefile
diff -u pkgsrc/cross/nios2-gcc/Makefile:1.16 pkgsrc/cross/nios2-gcc/Makefile:1.17
--- pkgsrc/cross/nios2-gcc/Makefile:1.16        Sun Aug 11 13:18:18 2019
+++ pkgsrc/cross/nios2-gcc/Makefile     Fri May 15 13:01:52 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/08/11 13:18:18 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2020/05/15 13:01:52 rillig Exp $
 .include               "../../cross/nios2/Makefile.common"
 PKGNAME=               nios2-gcc-${PKG_VERSION}
 PKG_VERSION=           4.7.3
@@ -18,6 +18,7 @@ WRKSRC=                       ${WRKDIR}/gcc-nios2
 
 # libcpp wants to directly grep in the output
 OVERRIDE_DIRDEPTH.depcomp=     -1
+CHECK_PORTABILITY_SKIP+=       contrib/*
 
 CONFIGURE_ARGS+=       --enable-languages=c
 #CONFIGURE_ARGS+=      --disable-multilib



Home | Main Index | Thread Index | Old Index