pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors Remove special case for DragonFly (termcap vs ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/946514c3fd92
branches:  trunk
changeset: 356441:946514c3fd92
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 31 14:16:14 2016 +0000

description:
Remove special case for DragonFly (termcap vs curses).

Not needed any longer, tested with emacs25-nox11 on monster; others
copy look quite the same.

I suspect this is not needed on FreeBSD, OpenBSD, or Linux either, but
don't have test hosts.

diffstat:

 editors/emacs-snapshot/Makefile.common |  4 ++--
 editors/emacs23/Makefile.common        |  4 ++--
 editors/emacs24/Makefile.common        |  4 ++--
 editors/emacs25/Makefile.common        |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r 5892d60e395c -r 946514c3fd92 editors/emacs-snapshot/Makefile.common
--- a/editors/emacs-snapshot/Makefile.common    Sat Dec 31 11:52:17 2016 +0000
+++ b/editors/emacs-snapshot/Makefile.common    Sat Dec 31 14:16:14 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.68 2015/07/21 14:32:18 mef Exp $
+# $NetBSD: Makefile.common,v 1.69 2016/12/31 14:16:14 wiz Exp $
 #
 # used by editors/emacs-snapshot/Makefile
 
@@ -58,7 +58,7 @@
 CPPFLAGS+=             -DDFLY_CRT_USRLIB
 .endif
 
-.if ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
+.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
 .include "../../mk/curses.buildlink3.mk"
 .else
 .include "../../mk/termcap.buildlink3.mk"
diff -r 5892d60e395c -r 946514c3fd92 editors/emacs23/Makefile.common
--- a/editors/emacs23/Makefile.common   Sat Dec 31 11:52:17 2016 +0000
+++ b/editors/emacs23/Makefile.common   Sat Dec 31 14:16:14 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2016/02/25 12:22:40 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.8 2016/12/31 14:16:14 wiz Exp $
 #
 # used by editors/emacs23/Makefile
 # used by editors/emacs23-nox11/Makefile
@@ -70,7 +70,7 @@
 
 .if (${OPSYS} == "NetBSD") && exists(/usr/include/term.h)
 CPPFLAGS+=     -DTERMINFO
-.elif ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
+.elif ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
 .include "../../mk/curses.buildlink3.mk"
 .else
 .include "../../mk/termcap.buildlink3.mk"
diff -r 5892d60e395c -r 946514c3fd92 editors/emacs24/Makefile.common
--- a/editors/emacs24/Makefile.common   Sat Dec 31 11:52:17 2016 +0000
+++ b/editors/emacs24/Makefile.common   Sat Dec 31 14:16:14 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2016/12/03 05:00:46 marino Exp $
+# $NetBSD: Makefile.common,v 1.14 2016/12/31 14:16:14 wiz Exp $
 #
 # used by editors/emacs24/Makefile
 # used by editors/emacs24-nox11/Makefile
@@ -68,7 +68,7 @@
 
 .if (${OPSYS} == "NetBSD") && exists(/usr/include/term.h)
 CPPFLAGS+=     -DTERMINFO
-.elif ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
+.elif ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
 .include "../../mk/curses.buildlink3.mk"
 .else
 .include "../../mk/termcap.buildlink3.mk"
diff -r 5892d60e395c -r 946514c3fd92 editors/emacs25/Makefile.common
--- a/editors/emacs25/Makefile.common   Sat Dec 31 11:52:17 2016 +0000
+++ b/editors/emacs25/Makefile.common   Sat Dec 31 14:16:14 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2016/09/18 13:36:18 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.2 2016/12/31 14:16:14 wiz Exp $
 #
 # used by editors/emacs25/Makefile
 # used by editors/emacs25-nox11/Makefile
@@ -64,7 +64,7 @@
 
 .if (${OPSYS} == "NetBSD") && exists(/usr/include/term.h)
 CPPFLAGS+=     -DTERMINFO
-.elif ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
+.elif ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
 .include "../../mk/curses.buildlink3.mk"
 .else
 .include "../../mk/termcap.buildlink3.mk"



Home | Main Index | Thread Index | Old Index