pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Dec 31 14:16:14 UTC 2016

Modified Files:
        pkgsrc/editors/emacs-snapshot: Makefile.common
        pkgsrc/editors/emacs23: Makefile.common
        pkgsrc/editors/emacs24: Makefile.common
        pkgsrc/editors/emacs25: Makefile.common

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/editors/emacs-snapshot/Makefile.common
cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/emacs23/Makefile.common
cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/emacs24/Makefile.common
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/emacs25/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/emacs-snapshot/Makefile.common
diff -u pkgsrc/editors/emacs-snapshot/Makefile.common:1.68 pkgsrc/editors/emacs-snapshot/Makefile.common:1.69
--- pkgsrc/editors/emacs-snapshot/Makefile.common:1.68  Tue Jul 21 14:32:18 2015
+++ pkgsrc/editors/emacs-snapshot/Makefile.common       Sat Dec 31 14:16:14 2016
@@ -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 @@ CHECK_WRKREF_SKIP+=   bin/emacs-${EMACS_VE
 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"

Index: pkgsrc/editors/emacs23/Makefile.common
diff -u pkgsrc/editors/emacs23/Makefile.common:1.7 pkgsrc/editors/emacs23/Makefile.common:1.8
--- pkgsrc/editors/emacs23/Makefile.common:1.7  Thu Feb 25 12:22:40 2016
+++ pkgsrc/editors/emacs23/Makefile.common      Sat Dec 31 14:16:14 2016
@@ -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 @@ fake-libgcc:
 
 .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"

Index: pkgsrc/editors/emacs24/Makefile.common
diff -u pkgsrc/editors/emacs24/Makefile.common:1.13 pkgsrc/editors/emacs24/Makefile.common:1.14
--- pkgsrc/editors/emacs24/Makefile.common:1.13 Sat Dec  3 05:00:46 2016
+++ pkgsrc/editors/emacs24/Makefile.common      Sat Dec 31 14:16:14 2016
@@ -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 @@ fake-libgcc:
 
 .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"

Index: pkgsrc/editors/emacs25/Makefile.common
diff -u pkgsrc/editors/emacs25/Makefile.common:1.1 pkgsrc/editors/emacs25/Makefile.common:1.2
--- pkgsrc/editors/emacs25/Makefile.common:1.1  Sun Sep 18 13:36:18 2016
+++ pkgsrc/editors/emacs25/Makefile.common      Sat Dec 31 14:16:14 2016
@@ -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 @@ fake-libgcc:
 
 .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