Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/texinfo unhook texinfo



details:   https://anonhg.NetBSD.org/src/rev/48dd29ff0923
branches:  trunk
changeset: 813053:48dd29ff0923
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 14 00:39:05 2016 +0000

description:
unhook texinfo

diffstat:

 gnu/usr.bin/texinfo/Makefile              |   46 ---
 gnu/usr.bin/texinfo/Makefile.inc          |   30 --
 gnu/usr.bin/texinfo/common/Makefile       |   36 --
 gnu/usr.bin/texinfo/common/config.h       |  423 ------------------------------
 gnu/usr.bin/texinfo/info/Makefile         |   20 -
 gnu/usr.bin/texinfo/infokey/Makefile      |   10 -
 gnu/usr.bin/texinfo/install-info/Makefile |   14 -
 gnu/usr.bin/texinfo/makedoc/Makefile      |   15 -
 gnu/usr.bin/texinfo/makeinfo/Makefile     |   17 -
 gnu/usr.bin/texinfo/texi2dvi/Makefile     |    9 -
 gnu/usr.bin/texinfo/texindex/Makefile     |    8 -
 11 files changed, 0 insertions(+), 628 deletions(-)

diffs (truncated from 672 to 300 lines):

diff -r 14d227129da5 -r 48dd29ff0923 gnu/usr.bin/texinfo/Makefile
--- a/gnu/usr.bin/texinfo/Makefile      Thu Jan 14 00:38:30 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,46 +0,0 @@
-#      $NetBSD: Makefile,v 1.23 2008/10/25 22:35:36 apb Exp $
-
-.include <bsd.own.mk>
-
-SUBDIR=                makedoc .WAIT common .WAIT info infokey install-info makeinfo \
-               texi2dvi texindex
-
-.if ${MKSHARE} != "no"
-FILESDIR=      /usr/share/misc
-FILES=         epsf.tex texinfo.cat texinfo.dtd texinfo.tex texinfo.xsl
-VERSION!=      ${TOOL_SED} -n "s/^\#define VERSION \"\(.*\)\"/\1/p" \
-                       ${NETBSDSRCDIR}/gnu/usr.bin/texinfo/common/config.h
-
-texinfo.cat: texinfo-cat.in
-       ${TOOL_SED} 's/__VERSION__/${VERSION}/g' ${.ALLSRC} >${.TARGET}
-
-realall:       texinfo.cat
-
-CLEANFILES+=   texinfo.cat
-.endif
-
-.if ${MKNLS} != "no"
-.for F in cs.gmo da.gmo de.gmo de_AT.gmo eo.gmo fr.gmo he.gmo hr.gmo ja.gmo \
-       nb.gmo nl.gmo no.gmo pl.gmo ro.gmo ru.gmo sv.gmo tr.gmo zh_CN.gmo zh_TW.gmo
-FILES+=                ${F}
-FILESDIR_${F}=  /usr/share/locale/${F:.gmo=}/LC_MESSAGES
-FILESNAME_${F}= texinfo.mo
-.endfor
-# XXX: Do we want to install the following files too?
-#FILES+=       txi-cs.tex txi-de.tex txi-en.tex txi-es.tex txi-fr.tex txi-it.tex \
-#              txi-nl.tex txi-no.tex txi-pt.tex txi-tr.tex
-.endif
-
-MAN=           info.5 texinfo.5
-
-TEXINFO=       info-stnd.texi info.texi texinfo.txi
-
-DIST=          ${NETBSDSRCDIR}/gnu/dist
-IDIST=         ${DIST}/texinfo
-INFOFLAGS=     -I${IDIST}/doc
-
-.PATH: ${IDIST} ${IDIST}/doc ${IDIST}/po ${IDIST}/util
-
-.include <bsd.info.mk>
-.include <bsd.prog.mk>
-.include <bsd.subdir.mk>
diff -r 14d227129da5 -r 48dd29ff0923 gnu/usr.bin/texinfo/Makefile.inc
--- a/gnu/usr.bin/texinfo/Makefile.inc  Thu Jan 14 00:38:30 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-#      $NetBSD: Makefile.inc,v 1.10 2011/05/26 12:56:29 joerg Exp $
-
-.if !defined(__MAKEFILE_INC_INCLUDED__)
-__MAKEFILE_INC_INCLUDED__=1
-
-.include <bsd.own.mk>
-
-DIST=          ${NETBSDSRCDIR}/gnu/dist
-IDIST=         ${DIST}/texinfo
-
-CPPFLAGS+=     -I${.CURDIR}/../common -I${IDIST}/lib \
-               -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H
-
-CWARNFLAGS.clang+=     -Wno-format-security
-
-.if !defined(MAKEDOC)
-DPADD+=                ${LIBCOMMONDIR}/libcommon.a
-LDADD+=                -L${LIBCOMMONDIR} -lcommon
-
-DPADD+=                ${LIBINTL}
-LDADD+=                -lintl
-
-LIBCOMMONDIR!= cd ${.CURDIR}/../common && ${PRINTOBJDIR}
-.endif
-
-.if exists(${.CURDIR}/../../Makefile.inc)
-.include "${.CURDIR}/../../Makefile.inc"
-.endif
-
-.endif # __MAKEFILE_INC_INCLUDED__
diff -r 14d227129da5 -r 48dd29ff0923 gnu/usr.bin/texinfo/common/Makefile
--- a/gnu/usr.bin/texinfo/common/Makefile       Thu Jan 14 00:38:30 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-#      $NetBSD: Makefile,v 1.13 2008/09/03 11:58:30 lukem Exp $
-
-.include "../Makefile.inc"
-LIBISPRIVATE=  yes
-
-LIB=           common
-SRCS+=         substring.c xexit.c xmalloc.c xstrdup.c key.c doc.c
-
-CPPFLAGS+=     -DGNULOCALEDIR=\"/usr/share/locale\" \
-               -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" \
-               -I${IDIST}/info
-
-.include <bsd.lib.mk>
-
-.PATH: ${IDIST}/lib ${IDIST}/po
-
-all: ${FILES}
-.SUFFIXES: .gmo .mo
-.gmo.mo:
-       ${_MKTARGET_CREATE}
-       @cp $< $@
-
-GEN_SRCS =     funs.h key.c doc.c
-CLEANFILES+=   ${GEN_SRCS}
-
-CMD_SRCS = session.c echo-area.c infodoc.c m-x.c indices.c nodemenu.c \
-    footnotes.c variables.c
-
-MAKEDOCDIR!=cd ${.CURDIR}/../makedoc && ${PRINTOBJDIR}
-MAKEDOC=${MAKEDOCDIR}/makedoc
-
-${GEN_SRCS}: ${MAKEDOC} ${CMD_SRCS}
-       ${_MKMSG_CREATE} ${GEN_SRCS}
-       ${.ALLSRC}
-
-.PATH: ${IDIST}/info ${IDIST}/doc
diff -r 14d227129da5 -r 48dd29ff0923 gnu/usr.bin/texinfo/common/config.h
--- a/gnu/usr.bin/texinfo/common/config.h       Thu Jan 14 00:38:30 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,423 +0,0 @@
-/* config.h.  Generated by configure.  */
-/* config.in.  Generated from configure.ac by autoheader.  */
-
-/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
-   systems. This function is required for `alloca.c' support on those systems.
-   */
-/* #undef CRAY_STACKSEG_END */
-
-/* Define to 1 if using `alloca.c'. */
-/* #undef C_ALLOCA */
-
-/* Define to 1 if translation of program messages to the user's native
-   language is requested. */
-#ifndef HOSTTOOL
-#define ENABLE_NLS 1
-#endif
-
-/* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
-/* #undef GWINSZ_IN_SYS_IOCTL */
-
-/* Define to 1 if you have `alloca', as a function or macro. */
-#define HAVE_ALLOCA 1
-
-/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
-   */
-/* #undef HAVE_ALLOCA_H */
-
-/* Define to 1 if you have the <argz.h> header file. */
-/* #undef HAVE_ARGZ_H */
-
-/* Define to 1 if you have the `asprintf' function. */
-#define HAVE_ASPRINTF 1
-
-/* Define to 1 if you have the `bzero' function. */
-#define HAVE_BZERO 1
-
-/* Define if the GNU dcgettext() function is already present or preinstalled.
-   */
-/* #undef HAVE_DCGETTEXT */
-
-/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
-   don't. */
-#define HAVE_DECL_FEOF_UNLOCKED 0
-
-/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
-   you don't. */
-#define HAVE_DECL_FGETS_UNLOCKED 0
-
-/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
-   don't. */
-#define HAVE_DECL_GETC_UNLOCKED 1
-
-/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
-   */
-#define HAVE_DECL_GETENV 1
-
-/* Define to 1 if you have the declaration of `memchr', and to 0 if you don't.
-   */
-#define HAVE_DECL_MEMCHR 1
-
-/* Define to 1 if you have the declaration of `strcoll', and to 0 if you
-   don't. */
-#define HAVE_DECL_STRCOLL 1
-
-/* Define to 1 if you have the declaration of `strerror', and to 0 if you
-   don't. */
-#define HAVE_DECL_STRERROR 1
-
-/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
-   don't. */
-#define HAVE_DECL__SNPRINTF 0
-
-/* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
-   don't. */
-#define HAVE_DECL__SNWPRINTF 0
-
-/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
-/* #undef HAVE_DOPRNT */
-
-/* Define to 1 if you have the <fcntl.h> header file. */
-#define HAVE_FCNTL_H 1
-
-/* Define to 1 if you have the `fwprintf' function. */
-#define HAVE_FWPRINTF 1
-
-/* Define to 1 if you have the `getcwd' function. */
-#define HAVE_GETCWD 1
-
-/* Define to 1 if you have the `getegid' function. */
-#define HAVE_GETEGID 1
-
-/* Define to 1 if you have the `geteuid' function. */
-#define HAVE_GETEUID 1
-
-/* Define to 1 if you have the `getgid' function. */
-#define HAVE_GETGID 1
-
-/* Define to 1 if you have the `getpagesize' function. */
-#define HAVE_GETPAGESIZE 1
-
-/* Define if the GNU gettext() function is already present or preinstalled. */
-/* #undef HAVE_GETTEXT */
-
-/* Define to 1 if you have the `gettimeofday' function. */
-/* #undef HAVE_GETTIMEOFDAY */
-
-/* Define to 1 if you have the `getuid' function. */
-#define HAVE_GETUID 1
-
-/* Define if you have the iconv() function. */
-#define HAVE_ICONV 1
-
-/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
-#define HAVE_INTMAX_T 1
-
-/* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
-#define HAVE_INTTYPES_H 1
-
-/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
-   declares uintmax_t. */
-#define HAVE_INTTYPES_H_WITH_UINTMAX 1
-
-/* Define to 1 if you have the <io.h> header file. */
-/* #undef HAVE_IO_H */
-
-/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
-#define HAVE_LANGINFO_CODESET 1
-
-/* Define if your <locale.h> file defines LC_MESSAGES. */
-#define HAVE_LC_MESSAGES 1
-
-/* Define to 1 if you have the `bsd' library (-lbsd). */
-/* #undef HAVE_LIBBSD */
-
-/* Define to 1 if you have the <limits.h> header file. */
-#define HAVE_LIMITS_H 1
-
-/* Define to 1 if you have the <locale.h> header file. */
-#define HAVE_LOCALE_H 1
-
-/* Define if you have the 'long double' type. */
-#define HAVE_LONG_DOUBLE 1
-
-/* Define if you have the 'long long' type. */
-#define HAVE_LONG_LONG 1
-
-/* Define to 1 if you have the <malloc.h> header file. */
-#define HAVE_MALLOC_H 1
-
-/* Define to 1 if you have the `memcpy' function. */
-#define HAVE_MEMCPY 1
-
-/* Define to 1 if you have the `memmove' function. */
-#define HAVE_MEMMOVE 1
-
-/* Define to 1 if you have the <memory.h> header file. */
-#define HAVE_MEMORY_H 1
-
-/* Define to 1 if you have the `mempcpy' function. */
-/* #undef HAVE_MEMPCPY */
-
-/* Define to 1 if you have the `memset' function. */
-#define HAVE_MEMSET 1
-
-/* Define to 1 if you have the `mkstemp' function. */
-#define HAVE_MKSTEMP 1
-
-/* Define to 1 if you have a working `mmap' system call. */
-#define HAVE_MMAP 1
-
-/* Define to 1 if you have the `munmap' function. */
-#define HAVE_MUNMAP 1



Home | Main Index | Thread Index | Old Index