[Midnightbsd-cvs] src [9760] trunk/gnu/usr.bin/gperf: update gperf build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jan 20 16:04:03 EST 2018


Revision: 9760
          http://svnweb.midnightbsd.org/src/?rev=9760
Author:   laffer1
Date:     2018-01-20 16:04:03 -0500 (Sat, 20 Jan 2018)
Log Message:
-----------
update gperf build

Modified Paths:
--------------
    trunk/gnu/usr.bin/gperf/Makefile
    trunk/gnu/usr.bin/gperf/config.h

Removed Paths:
-------------
    trunk/gnu/usr.bin/gperf/doc/

Modified: trunk/gnu/usr.bin/gperf/Makefile
===================================================================
--- trunk/gnu/usr.bin/gperf/Makefile	2018-01-20 20:55:37 UTC (rev 9759)
+++ trunk/gnu/usr.bin/gperf/Makefile	2018-01-20 21:04:03 UTC (rev 9760)
@@ -1,17 +1,17 @@
-# $FreeBSD: src/gnu/usr.bin/gperf/Makefile,v 1.11 2004/02/17 01:49:20 ache Exp $
+# $MidnightBSD$
 
-GPROFDIR=	${.CURDIR}/../../../contrib/gperf
+.include <bsd.own.mk>
+GPERFDIR=	${.CURDIR}/../../../contrib/gperf
 
-.PATH: ${GPROFDIR}/src ${GPROFDIR}/lib ${GPROFDIR}/doc
+.PATH: ${GPERFDIR}/src ${GPERFDIR}/lib ${GPERFDIR}/doc
 
-SUBDIR=	doc
-
 PROG_CXX=	gperf
-SRCS=	bool-array.cc gen-perf.cc hash-table.cc iterator.cc key-list.cc \
-	list-node.cc main.cc new.cc options.cc read-line.cc trace.cc \
-	vectors.cc version.cc
-SRCS+=  hash.cc
+SRCS=	bool-array.cc hash-table.cc input.cc keyword-list.cc keyword.cc \
+	main.cc options.cc output.cc positions.cc search.cc version.cc \
+	getline.cc hash.cc
+WARNS=	1
+MAN=	gperf.1 gperf.7
 
-CXXFLAGS+=	-I${GPROFDIR}/lib -I${.CURDIR}
+CXXFLAGS+=	-I${GPERFDIR}/lib -I${.CURDIR}
 
 .include <bsd.prog.mk>

Modified: trunk/gnu/usr.bin/gperf/config.h
===================================================================
--- trunk/gnu/usr.bin/gperf/config.h	2018-01-20 20:55:37 UTC (rev 9759)
+++ trunk/gnu/usr.bin/gperf/config.h	2018-01-20 21:04:03 UTC (rev 9760)
@@ -1,21 +1,22 @@
-/* $FreeBSD: src/gnu/usr.bin/gperf/config.h,v 1.1 2000/03/25 07:49:58 kris Exp $ */
-/* config.h.  Generated automatically by configure.  */
-/* config.h.in.  Generated automatically from configure.in by autoheader.  */
+/* config.h.  Generated from config.h.in by configure.  */
+/* config.h.in.  Generated from configure.ac by autoheader.  */
+/* $MidnightBSD$ */
 
-/* Define if the C++ compiler supports "throw ()" declarations.  */
-#define HAVE_THROW_DECL 1
+/* Define if the C++ compiler supports stack-allocated variable-size arrays.
+   */
+#define HAVE_DYNAMIC_ARRAY 1
 
-/* Define if you have the getrlimit function.  */
-#define HAVE_GETRLIMIT 1
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT ""
 
-/* Define if you have the setrlimit function.  */
-#define HAVE_SETRLIMIT 1
+/* Define to the full name of this package. */
+#define PACKAGE_NAME ""
 
-/* Define if you have the <sys/resource.h> header file.  */
-#define HAVE_SYS_RESOURCE_H 1
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING ""
 
-/* Define if you have the <sys/time.h> header file.  */
-#define HAVE_SYS_TIME_H 1
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME ""
 
-/* Define if you have the <unistd.h> header file.  */
-#define HAVE_UNISTD_H 1
+/* Define to the version of this package. */
+#define PACKAGE_VERSION ""



More information about the Midnightbsd-cvs mailing list