pkgsrc-WIP-changes archive

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

(emacs-git) drop patch-configure.ac, upstream seems to have adopted



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-SX2) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sat Aug 5 15:23:13 2017 +0900
Changeset:	326577a2bc3540914d4d2b3af8e41dace0b9f98f

Removed Files:
	emacs-git/patches/patch-configure.ac

Log Message:
(emacs-git) drop patch-configure.ac, upstream seems to have adopted

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=326577a2bc3540914d4d2b3af8e41dace0b9f98f

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

diffstat:
 emacs-git/patches/patch-configure.ac | 44 ------------------------------------
 1 file changed, 44 deletions(-)

diffs:
diff --git a/emacs-git/patches/patch-configure.ac b/emacs-git/patches/patch-configure.ac
deleted file mode 100644
index cab9d15cc0..0000000000
--- a/emacs-git/patches/patch-configure.ac
+++ /dev/null
@@ -1,44 +0,0 @@
-$NetBSD$
-
-Do not use paxctl on NetBSD-current.
-From Paul Eggert.
-
---- configure.ac.orig	2017-07-25 05:44:03.000000000 +0000
-+++ configure.ac
-@@ -175,6 +175,7 @@ esac
- 
- canonical=$host
- configuration=${host_alias-${build_alias-$host}}
-+emacs_uname_r=`uname -r`
- 
- dnl Support for --program-prefix, --program-suffix and
- dnl --program-transform-name options
-@@ -1222,8 +1223,8 @@ if test $opsys = gnu-linux; then
-     AC_SUBST([SETFATTR])
-   fi
- fi
--case $opsys,$PAXCTL_notdumped in
--  gnu-linux, | netbsd,)
-+case $opsys,$PAXCTL_notdumped,$emacs_uname_r in
-+  gnu-linux,,* | netbsd,,[0-7].*)
-     AC_PATH_PROG([PAXCTL], [paxctl], [],
-       [$PATH$PATH_SEPARATOR/sbin$PATH_SEPARATOR/usr/sbin])
-     if test -n "$PAXCTL"; then
-@@ -5509,13 +5510,12 @@ to run if these resources are not instal
-    echo
- fi
- 
--if test "${opsys}" = "cygwin"; then
--  case `uname -r` in
--    1.5.*) AC_MSG_WARN([[building Emacs on Cygwin 1.5 is not supported.]])
-+case $opsys,$emacs_uname_r in
-+  cygwin,1.5.*)
-+    AC_MSG_WARN([[building Emacs on Cygwin 1.5 is not supported.]])
-            echo
- 	   ;;
--  esac
--fi
-+esac
- 
- # Remove any trailing slashes in these variables.
- case $prefix in


Home | Main Index | Thread Index | Old Index