Source-Changes-HG archive

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

[src/trunk]: src/external/mit/ctwm revert; use system.ctwmrc from xsrc until ...



details:   https://anonhg.NetBSD.org/src/rev/19849d4ff477
branches:  trunk
changeset: 939054:19849d4ff477
user:      nia <nia%NetBSD.org@localhost>
date:      Thu Sep 24 06:52:48 2020 +0000

description:
revert; use system.ctwmrc from xsrc until I understand why the build fails

diffstat:

 external/mit/ctwm/Makefile          |  4 ++--
 external/mit/ctwm/bin/ctwm/Makefile |  6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 3151346f55af -r 19849d4ff477 external/mit/ctwm/Makefile
--- a/external/mit/ctwm/Makefile        Thu Sep 24 06:45:59 2020 +0000
+++ b/external/mit/ctwm/Makefile        Thu Sep 24 06:52:48 2020 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.3 2020/09/24 05:43:30 nia Exp $
+#      $NetBSD: Makefile,v 1.4 2020/09/24 06:52:48 nia Exp $
 
 # Top level Makefile to cross build xorg inside the NetBSD tree.
 
 .include <bsd.own.mk>
 
-SUBDIR=                bin etc libexec
+SUBDIR=                bin libexec
 
 .if ${MKUPDATE} == "no" && !defined(NOCLEANDIR)
 BUILDTARGETS+=  cleandir
diff -r 3151346f55af -r 19849d4ff477 external/mit/ctwm/bin/ctwm/Makefile
--- a/external/mit/ctwm/bin/ctwm/Makefile       Thu Sep 24 06:45:59 2020 +0000
+++ b/external/mit/ctwm/bin/ctwm/Makefile       Thu Sep 24 06:52:48 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2020/09/24 05:43:29 nia Exp $
+#      $NetBSD: Makefile,v 1.7 2020/09/24 06:52:48 nia Exp $
 
 .include <bsd.own.mk>
 
@@ -44,7 +44,9 @@
                        xedit.xpm xftp.xpm xgopher.xpm xgrab.xpm xhpcalc.xpm \
                        xirc.xpm xmail.xpm xman.xpm xmosaic.xpm xnomail.xpm \
                        xrn-compose.xpm xrn.goodnews.xpm xrn.nonews.xpm xrn.xpm \
-                       xterm.xpm
+                       xterm.xpm system.ctwmrc
+
+FILESDIR_system.ctwmrc = ${CTWMCONFIGDIR}
 
 LDADD+=        -lXpm  -lXmu -lXt -lSM -lICE -lXext -lX11
 DPADD+=        ${LIBXPM} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}



Home | Main Index | Thread Index | Old Index