[Midnightbsd-cvs] src [11479] fix build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jul 7 13:23:19 EDT 2018


Revision: 11479
          http://svnweb.midnightbsd.org/src/?rev=11479
Author:   laffer1
Date:     2018-07-07 13:23:19 -0400 (Sat, 07 Jul 2018)
Log Message:
-----------
fix build

Modified Paths:
--------------
    trunk/usr.bin/mkcsmapper/Makefile
    trunk/usr.bin/mkcsmapper/Makefile.inc
    trunk/usr.bin/mkcsmapper/ldef.h
    trunk/usr.bin/mkcsmapper/lex.l
    trunk/usr.bin/mkcsmapper/mkcsmapper.1
    trunk/usr.bin/mkcsmapper/yacc.y
    trunk/usr.bin/mkcsmapper_static/Makefile

Property Changed:
----------------
    trunk/usr.bin/mkcsmapper/Makefile.inc
    trunk/usr.bin/mkcsmapper/lex.l
    trunk/usr.bin/mkcsmapper/mkcsmapper.1
    trunk/usr.bin/mkcsmapper/yacc.y

Modified: trunk/usr.bin/mkcsmapper/Makefile
===================================================================
--- trunk/usr.bin/mkcsmapper/Makefile	2018-07-07 17:22:35 UTC (rev 11478)
+++ trunk/usr.bin/mkcsmapper/Makefile	2018-07-07 17:23:19 UTC (rev 11479)
@@ -1,3 +1,4 @@
+# $MidnightBSD$
 # $FreeBSD: stable/10/usr.bin/mkcsmapper/Makefile 250938 2013-05-23 18:07:01Z ed $
 
 .PATH: ${.CURDIR}/../../lib/libc/iconv

Modified: trunk/usr.bin/mkcsmapper/Makefile.inc
===================================================================
--- trunk/usr.bin/mkcsmapper/Makefile.inc	2018-07-07 17:22:35 UTC (rev 11478)
+++ trunk/usr.bin/mkcsmapper/Makefile.inc	2018-07-07 17:23:19 UTC (rev 11479)
@@ -1,3 +1,4 @@
+# $MidnightBSD$
 # $FreeBSD: stable/10/usr.bin/mkcsmapper/Makefile.inc 260096 2013-12-30 20:15:46Z dim $
 
 .include <bsd.compiler.mk>
@@ -6,6 +7,4 @@
 CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../mkcsmapper \
 	 -I${.CURDIR}/../../lib/libc/iconv \
 	 -I${.CURDIR}/../../lib/libiconv_modules/mapper_std
-.if ${COMPILER_TYPE} == "gcc"
-CFLAGS+= --param max-inline-insns-single=64
-.endif
+CFLAGS.gcc+= --param max-inline-insns-single=64


Property changes on: trunk/usr.bin/mkcsmapper/Makefile.inc
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/usr.bin/mkcsmapper/ldef.h
===================================================================
--- trunk/usr.bin/mkcsmapper/ldef.h	2018-07-07 17:22:35 UTC (rev 11478)
+++ trunk/usr.bin/mkcsmapper/ldef.h	2018-07-07 17:23:19 UTC (rev 11479)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* $FreeBSD: stable/10/usr.bin/mkcsmapper/ldef.h 250984 2013-05-25 15:36:15Z ed $ */
 /* $NetBSD: ldef.h,v 1.2 2006/09/09 14:35:17 tnozaki Exp $	*/
 

Modified: trunk/usr.bin/mkcsmapper/lex.l
===================================================================
--- trunk/usr.bin/mkcsmapper/lex.l	2018-07-07 17:22:35 UTC (rev 11478)
+++ trunk/usr.bin/mkcsmapper/lex.l	2018-07-07 17:23:19 UTC (rev 11479)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* $FreeBSD: stable/10/usr.bin/mkcsmapper/lex.l 252582 2013-07-03 18:25:27Z peter $ */
 /* $NetBSD: lex.l,v 1.4 2006/02/09 22:03:15 dogcow Exp $	*/
 


Property changes on: trunk/usr.bin/mkcsmapper/lex.l
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/usr.bin/mkcsmapper/mkcsmapper.1
===================================================================
--- trunk/usr.bin/mkcsmapper/mkcsmapper.1	2018-07-07 17:22:35 UTC (rev 11478)
+++ trunk/usr.bin/mkcsmapper/mkcsmapper.1	2018-07-07 17:23:19 UTC (rev 11479)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
 .\" Copyright (c) 2009 Gabor Kovesdan <gabor at FreeBSD.org>
 .\" All rights reserved.
 .\"


Property changes on: trunk/usr.bin/mkcsmapper/mkcsmapper.1
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/usr.bin/mkcsmapper/yacc.y
===================================================================
--- trunk/usr.bin/mkcsmapper/yacc.y	2018-07-07 17:22:35 UTC (rev 11478)
+++ trunk/usr.bin/mkcsmapper/yacc.y	2018-07-07 17:23:19 UTC (rev 11479)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* $FreeBSD: stable/10/usr.bin/mkcsmapper/yacc.y 250984 2013-05-25 15:36:15Z ed $ */
 /* $NetBSD: yacc.y,v 1.7 2006/09/09 14:35:17 tnozaki Exp $	*/
 


Property changes on: trunk/usr.bin/mkcsmapper/yacc.y
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/usr.bin/mkcsmapper_static/Makefile
===================================================================
--- trunk/usr.bin/mkcsmapper_static/Makefile	2018-07-07 17:22:35 UTC (rev 11478)
+++ trunk/usr.bin/mkcsmapper_static/Makefile	2018-07-07 17:23:19 UTC (rev 11479)
@@ -1,4 +1,5 @@
-# $FreeBSD$
+# $MidnightBSD$
+# $FreeBSD: stable/10/usr.bin/mkcsmapper_static/Makefile 296740 2016-03-12 18:54:02Z bdrewery $
 
 .PATH: ${.CURDIR}/../../lib/libc/iconv ${.CURDIR}/../mkcsmapper
 
@@ -5,8 +6,9 @@
 PROG=	mkcsmapper_static
 SRCS=	citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
 	citrus_lookup_factory.c citrus_pivot_factory.c
-NO_MAN=	yes
+MAN=
 NO_SHARED= yes
+NO_WMISSING_VARIABLE_DECLARATIONS=
 
 build-tools: mkcsmapper_static
 



More information about the Midnightbsd-cvs mailing list