Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/bin/missing-apps delete obsolete reachovers.



details:   https://anonhg.NetBSD.org/src/rev/808c69e733cd
branches:  trunk
changeset: 809589:808c69e733cd
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jul 23 07:33:33 2015 +0000

description:
delete obsolete reachovers.

diffstat:

 external/mit/xorg/bin/missing-apps/dpsexec/Makefile               |  13 ---
 external/mit/xorg/bin/missing-apps/dpsinfo/Makefile               |  20 -----
 external/mit/xorg/bin/missing-apps/gccmakedep/Makefile            |  16 ----
 external/mit/xorg/bin/missing-apps/lndir/Makefile                 |  10 --
 external/mit/xorg/bin/missing-apps/makepsres/Makefile             |  12 ---
 external/mit/xorg/bin/missing-apps/mkcfm/Makefile                 |  25 ------
 external/mit/xorg/bin/missing-apps/pswrap/Makefile                |  21 -----
 external/mit/xorg/bin/missing-apps/rman/Makefile                  |  16 ----
 external/mit/xorg/bin/missing-apps/rstart/Makefile                |  39 ----------
 external/mit/xorg/bin/missing-apps/rstart/Makefile.rstart         |  21 -----
 external/mit/xorg/bin/missing-apps/rstart/commands/Makefile       |  18 ----
 external/mit/xorg/bin/missing-apps/rstart/commands/x11r6/Makefile |  12 ---
 external/mit/xorg/bin/missing-apps/rstart/contexts/Makefile       |  14 ---
 external/mit/xorg/bin/missing-apps/scripts/Makefile               |  11 --
 external/mit/xorg/bin/missing-apps/showfont/Makefile              |  13 ---
 external/mit/xorg/bin/missing-apps/texteroids/Makefile            |  20 -----
 16 files changed, 0 insertions(+), 281 deletions(-)

diffs (truncated from 345 to 300 lines):

diff -r b7a426a6dfdf -r 808c69e733cd external/mit/xorg/bin/missing-apps/dpsexec/Makefile
--- a/external/mit/xorg/bin/missing-apps/dpsexec/Makefile       Thu Jul 23 05:46:39 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-#      $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
-
-.include <bsd.own.mk>
-
-PROG=  dpsexec
-
-LDADD+=        -ldps -lXt -lSM -lICE -lXext -lX11
-DPADD+=        ${LIBDPS} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
-
-.PATH: ${X11SRCDIR.xc}/programs/${PROG}
-
-.include <bsd.x11.mk>
-.include <bsd.prog.mk>
diff -r b7a426a6dfdf -r 808c69e733cd external/mit/xorg/bin/missing-apps/dpsinfo/Makefile
--- a/external/mit/xorg/bin/missing-apps/dpsinfo/Makefile       Thu Jul 23 05:46:39 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-#      $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
-
-.include <bsd.own.mk>
-
-PROG=  dpsinfo
-SRCS=  iwraps.c dpsinfo.c
-
-DPSRCS+=       iwraps.c iwraps.h
-CLEANFILES+=   iwraps.c iwraps.h
-CPPFLAGS+=     -I.
-
-LDADD+=        -ldps -lXt -lSM -lICE -lXext -lX11
-DPADD+=        ${LIBDPS} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
-
-.include "${NETBSDSRCDIR}/external/mit/xorg/tools/pswrap/Makefile.pswrap"
-
-.PATH: ${X11SRCDIR.xc}/programs/${PROG}
-
-.include <bsd.x11.mk>
-.include <bsd.prog.mk>
diff -r b7a426a6dfdf -r 808c69e733cd external/mit/xorg/bin/missing-apps/gccmakedep/Makefile
--- a/external/mit/xorg/bin/missing-apps/gccmakedep/Makefile    Thu Jul 23 05:46:39 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-#      $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
-
-.include <bsd.own.mk>
-
-CPPSCRIPTS=    gccmakedep
-CPPSCRIPTFLAGS=        -DCCCMD='"gcc"' -DRMCMD='"rm -f"' -DLNCMD='"ln -s"' \
-               -DMVCMD='"mv -f"'
-SCRIPTS=       ${CPPSCRIPTS}
-MAN=           gccmakedep.1
-
-BUILDSYMLINKS= gccmdep.cpp gccmakedep.cpp
-
-.PATH: ${X11SRCDIR.xc}/config/util
-
-.include <bsd.x11.mk>
-.include <bsd.prog.mk>
diff -r b7a426a6dfdf -r 808c69e733cd external/mit/xorg/bin/missing-apps/lndir/Makefile
--- a/external/mit/xorg/bin/missing-apps/lndir/Makefile Thu Jul 23 05:46:39 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-#      $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
-
-.include <bsd.own.mk>
-
-PROG=  lndir
-
-.PATH: ${X11SRCDIR.xc}/config/util
-
-.include <bsd.x11.mk>
-.include <bsd.prog.mk>
diff -r b7a426a6dfdf -r 808c69e733cd external/mit/xorg/bin/missing-apps/makepsres/Makefile
--- a/external/mit/xorg/bin/missing-apps/makepsres/Makefile     Thu Jul 23 05:46:39 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-#      $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
-
-.include <bsd.own.mk>
-
-PROG=  makepsres
-
-CPPFLAGS+=-DXENVIRONMENT
-
-.PATH: ${X11SRCDIR.xc}/programs/${PROG}
-
-.include <bsd.x11.mk>
-.include <bsd.prog.mk>
diff -r b7a426a6dfdf -r 808c69e733cd external/mit/xorg/bin/missing-apps/mkcfm/Makefile
--- a/external/mit/xorg/bin/missing-apps/mkcfm/Makefile Thu Jul 23 05:46:39 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-#      $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
-
-.include <bsd.own.mk>
-
-PROG=  mkcfm
-SRCS=  mkcfm.c arith.c curves.c fontfcn.c hints.c lines.c objects.c \
-       paths.c regions.c scanfont.c spaces.c t1funcs.c t1info.c \
-       t1io.c t1malloc.c t1snap.c t1stub.c token.c type1.c util.c \
-       afm.c cidchar.c
-
-CPPFLAGS+=     -DBUILDCID -DCID_ALL_CHARS
-CPPFLAGS+=     -I${X11SRCDIR.xc}/lib/font/Type1 \
-               -I${X11SRCDIR.xc}/include/fonts \
-               -I${X11SRCDIR.xc}/lib/font/include \
-               -I${DESTDIR}${X11INCDIR}/X11 \
-               -I${X11SRCDIR.xc}/programs/Xserver/include
-
-LDADD+=        -lm
-DPADD+=        ${LIBM}
-
-.PATH: ${X11SRCDIR.xc}/programs/${PROG}
-.PATH: ${X11SRCDIR.xc}/lib/font/Type1
-
-.include <bsd.x11.mk>
-.include <bsd.prog.mk>
diff -r b7a426a6dfdf -r 808c69e733cd external/mit/xorg/bin/missing-apps/pswrap/Makefile
--- a/external/mit/xorg/bin/missing-apps/pswrap/Makefile        Thu Jul 23 05:46:39 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-#      $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
-
-.include <bsd.own.mk>
-
-PROG=  pswrap
-SRCS=  main.c pswparser.y lexer.l pswdict.c pswfile.c \
-       systemnames.c psw.c pswstring.c pswsemantics.c
-
-YHEADER=1
-
-CPPFLAGS+=     -DXENVIRONMENT \
-               -DFRIENDSFILE='"<DPS/dpsfriends.h>"' \
-               -I. \
-               -I${X11SRCDIR.xc}/config/pswrap
-
-pswpriv.h: pswparser.h
-
-.PATH: ${X11SRCDIR.xc}/config/pswrap
-
-.include <bsd.x11.mk>
-.include <bsd.prog.mk>
diff -r b7a426a6dfdf -r 808c69e733cd external/mit/xorg/bin/missing-apps/rman/Makefile
--- a/external/mit/xorg/bin/missing-apps/rman/Makefile  Thu Jul 23 05:46:39 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-#      $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
-
-.include <bsd.own.mk>
-
-PROG=          rman
-
-CPPFLAGS+=     -DVOLLIST='"1:2:3:4:5:6:7:8:9:o:l:n:p"' \
-               -DMANTITLEPRINTF='"%s(%s) manual page"' \
-               -DMANREFPRINTF='"%s.%s.html"' \
-               -DPOLYGLOTMANVERSION='"3.0.8+XFree86"' \
-               -DXFree86
-
-.PATH:         ${X11SRCDIR.xc}/extras/rman
-
-.include <bsd.x11.mk>
-.include <bsd.prog.mk>
diff -r b7a426a6dfdf -r 808c69e733cd external/mit/xorg/bin/missing-apps/rstart/Makefile
--- a/external/mit/xorg/bin/missing-apps/rstart/Makefile        Thu Jul 23 05:46:39 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-#      $NetBSD: Makefile,v 1.2 2008/10/14 23:37:19 cube Exp $
-
-.include <bsd.own.mk>
-
-PROG=                  rstartd.real
-SRCS=                  auth.c server.c
-RSTARTDBINDIR=         ${X11ROOTDIR}/libexec
-RSTARTCONFIGDIR=       ${X11ETCDIR}/rstart
-
-CPPFLAGS.server.c=     -DSERVERNAME=\"rstartd\" \
-                       -DDEFAULT_CONFIG=\"${RSTARTCONFIGDIR}/config\"
-
-MAN=                   rstart.1 rstartd.1
-
-X11EXTRAMANDEFS+=      -e 's,RSTARTCONFIGDIR,${RSTARTCONFIGDIR},g'
-
-BUILDSYMLINKS=         client.cpp rstart.cpp \
-                       server.cpp rstartd.cpp
-
-CPPSCRIPTS=            config rstart rstartd
-CPPSCRIPTFLAGS_config= -DBINDIR=${X11BINDIR} -DLIBDIR=${RSTARTCONFIGDIR} \
-                       -DPACKAGEname=rstart -DENVPREFIX=RSTART
-CPPSCRIPTFLAGS_rstart= -DRSHCMD=rsh -DSERVERNAME=rstartd
-CPPSCRIPTFLAGS_rstartd=        -DLIBDIR=${RSTARTCONFIGDIR} -DSERVERNAME=rstartd \
-                       -DBINDIR=${RSTARTDBINDIR}
-SCRIPTS=               rstart rstartd
-SCRIPTSDIR=            ${X11BINDIR}
-CONFIGFILES=           config
-FILESDIR=              ${RSTARTCONFIGDIR}
-
-SUBDIR=                        commands contexts
-TARGETS+=              configinstall
-
-.PATH:                 ${X11SRCDIR.xc}/programs/rstart
-
-.include <bsd.x11.mk>
-BINDIR=                        ${RSTARTDBINDIR}
-.include <bsd.prog.mk>
-.include <bsd.subdir.mk>
diff -r b7a426a6dfdf -r 808c69e733cd external/mit/xorg/bin/missing-apps/rstart/Makefile.rstart
--- a/external/mit/xorg/bin/missing-apps/rstart/Makefile.rstart Thu Jul 23 05:46:39 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-#      $NetBSD: Makefile.rstart,v 1.2 2008/10/25 22:27:34 apb Exp $
-
-.include <bsd.own.mk>
-
-.PATH:         ${X11SRCDIR.xc}/programs/rstart/${CFDIR}
-FILESDIR=      ${X11ETCDIR}/rstart/${CFDIR}
-
-.for _F in ${CFFILES}
-${_F}.sed: ${_F}
-       ${_MKTARGET_CREATE}
-       rm -f ${.TARGET}
-       ${TOOL_SED} ${CFSED} < ${.ALLSRC} > ${.TARGET}
-
-CONFIGFILES+=          ${_F}.sed
-CLEANFILES+=           ${_F}.sed
-FILESNAME_${_F}.sed=   ${_F}
-.endfor
-
-TARGETS+=      configinstall
-
-realall: ${CONFIGFILES}
diff -r b7a426a6dfdf -r 808c69e733cd external/mit/xorg/bin/missing-apps/rstart/commands/Makefile
--- a/external/mit/xorg/bin/missing-apps/rstart/commands/Makefile       Thu Jul 23 05:46:39 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-#      $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
-
-.include <bsd.own.mk>
-
-CFDIR=         commands
-CFFILES=       @List ListContexts ListGenericCommands
-CFSED=         -e 's,ENVPREFIX,RSTART,g'
-
-CONFIGSYMLINKS=        x11r6 ${FILESDIR}/x \
-               x11r6 ${FILESDIR}/x11 \
-
-SUBDIR=                x11r6
-
-.include "../Makefile.rstart"
-
-.include <bsd.x11.mk>
-.include <bsd.prog.mk>
-.include <bsd.subdir.mk>
diff -r b7a426a6dfdf -r 808c69e733cd external/mit/xorg/bin/missing-apps/rstart/commands/x11r6/Makefile
--- a/external/mit/xorg/bin/missing-apps/rstart/commands/x11r6/Makefile Thu Jul 23 05:46:39 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-#      $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
-
-.include <bsd.own.mk>
-
-CFDIR=         commands/x11r6
-CFFILES=       @List LoadMonitor Terminal
-CFSED=         -e 's,ENVPREFIX,RSTART,g'
-
-.include "../../Makefile.rstart"
-
-.include <bsd.x11.mk>
-.include <bsd.prog.mk>
diff -r b7a426a6dfdf -r 808c69e733cd external/mit/xorg/bin/missing-apps/rstart/contexts/Makefile
--- a/external/mit/xorg/bin/missing-apps/rstart/contexts/Makefile       Thu Jul 23 05:46:39 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-#      $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
-
-CFDIR=         contexts
-CFFILES=       @List default x11r6
-CFSED=         -e 's,_PATH,/bin:/usr/bin:/usr/pkg/bin:/usr/local/bin:${X11BINDIR},g' \
-               -e 's,_MANPATH,${X11MANDIR}:/usr/man,g'
-
-CONFIGSYMLINKS=        x11r6 ${FILESDIR}/x \
-               x11r6 ${FILESDIR}/x11 \
-
-.include "../Makefile.rstart"
-
-.include <bsd.x11.mk>
-.include <bsd.prog.mk>
diff -r b7a426a6dfdf -r 808c69e733cd external/mit/xorg/bin/missing-apps/scripts/Makefile
--- a/external/mit/xorg/bin/missing-apps/scripts/Makefile       Thu Jul 23 05:46:39 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-#      $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
-
-.include <bsd.own.mk>
-
-SCRIPTS=xon.sh
-MAN=   xon.1
-



Home | Main Index | Thread Index | Old Index