pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
universalcodegrep: patch not necessary
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Mon Oct 3 00:53:35 2016 +0200
Changeset: 3dc1b1c9abcf8123915972d3544531091775415b
Modified Files:
universalcodegrep/distinfo
Removed Files:
universalcodegrep/patches/patch-configure.ac
Log Message:
universalcodegrep: patch not necessary
just mount ptyfs into the sandbox and script(1) works
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3dc1b1c9abcf8123915972d3544531091775415b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
universalcodegrep/distinfo | 1 -
universalcodegrep/patches/patch-configure.ac | 48 ----------------------------
2 files changed, 49 deletions(-)
diffs:
diff --git a/universalcodegrep/distinfo b/universalcodegrep/distinfo
index 9855ee5..09e40cb 100644
--- a/universalcodegrep/distinfo
+++ b/universalcodegrep/distinfo
@@ -4,4 +4,3 @@ SHA1 (universalcodegrep-0.2.2-038e498679dcce932469089ff794176e44d7024c.tar.gz) =
RMD160 (universalcodegrep-0.2.2-038e498679dcce932469089ff794176e44d7024c.tar.gz) = 448d52a3a413996aa71d2365c59293cc539080e4
SHA512 (universalcodegrep-0.2.2-038e498679dcce932469089ff794176e44d7024c.tar.gz) = fe2ec25dde1743ec57539a9aa0a1def2b73fce56266579e20940a19a2696930b115b8cd256d397f98cf7784266e0991781ee02c5a5668fe4336e2cdc43f97a30
Size (universalcodegrep-0.2.2-038e498679dcce932469089ff794176e44d7024c.tar.gz) = 171356 bytes
-SHA1 (patch-configure.ac) = afc28eb7dd5d618f08631c8c92ed2e353d8488d5
diff --git a/universalcodegrep/patches/patch-configure.ac b/universalcodegrep/patches/patch-configure.ac
deleted file mode 100644
index 44656eb..0000000
--- a/universalcodegrep/patches/patch-configure.ac
+++ /dev/null
@@ -1,48 +0,0 @@
-$NetBSD$
-
-Disable broken script(1) test.
-https://github.com/gvansickle/ucg/issues/99
-
---- configure.ac.orig 2016-09-30 13:40:33.000000000 +0000
-+++ configure.ac
-@@ -126,23 +126,23 @@ AS_IF([ test "x$ac_path_ESED_found" = "x
- # The testsuite needs a way to invoke "script", to fool ucg into thinking it's outputting to a tty.
- # Of course, Linux and *BSD (including OSX) "script"'s take different options and parameters, so we
- # try to sort it out here.
--AC_PATH_PROG([PROG_SCRIPT], [script], [:])
--AC_MSG_CHECKING([$PROG_SCRIPT's command line type])
--AS_IF([$PROG_SCRIPT -qfc "echo hello" /dev/null > /dev/null 2>&1],
-- [
-- AC_SUBST([PROG_SCRIPT_TYPE], [linux])
-- AC_SUBST([PROG_SCRIPT_PRE_TEXT], ['-qfc'])
-- AC_SUBST([PROG_SCRIPT_POST_TEXT], ['/dev/null'])
-- AC_MSG_RESULT([Linux style])
-- ],
-- [$PROG_SCRIPT -q /dev/null echo "hello" > /dev/null 2>&1],
-- [
-- AC_SUBST([PROG_SCRIPT_TYPE], [bsd])
-- AC_SUBST([PROG_SCRIPT_PRE_TEXT], ['-q /dev/null'])
-- AC_SUBST([PROG_SCRIPT_POST_TEXT], [])
-- AC_MSG_RESULT([BSD style])
-- ],
-- [AC_MSG_ERROR([could not determine how to invoke $PROG_SCRIPT])])
-+#AC_PATH_PROG([PROG_SCRIPT], [script], [:])
-+#AC_MSG_CHECKING([$PROG_SCRIPT's command line type])
-+#AS_IF([$PROG_SCRIPT -qfc "echo hello" /dev/null > /dev/null 2>&1],
-+ #[
-+ #AC_SUBST([PROG_SCRIPT_TYPE], [linux])
-+ #AC_SUBST([PROG_SCRIPT_PRE_TEXT], ['-qfc'])
-+ #AC_SUBST([PROG_SCRIPT_POST_TEXT], ['/dev/null'])
-+ #AC_MSG_RESULT([Linux style])
-+ #],
-+ #[$PROG_SCRIPT -q /dev/null echo "hello" > /dev/null 2>&1],
-+ #[
-+ #AC_SUBST([PROG_SCRIPT_TYPE], [bsd])
-+ #AC_SUBST([PROG_SCRIPT_PRE_TEXT], ['-q /dev/null'])
-+ #AC_SUBST([PROG_SCRIPT_POST_TEXT], [])
-+ #AC_MSG_RESULT([BSD style])
-+ #],
-+ #[AC_MSG_ERROR([could not determine how to invoke $PROG_SCRIPT])])
-
- AC_PROG_MKDIR_P
- AC_PROG_EGREP
Home |
Main Index |
Thread Index |
Old Index