diff options
author | Brandon Scott <xeons@users.noreply.github.com> | 2019-12-01 04:38:30 -0600 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-12-01 11:52:17 +0100 |
commit | c7f2fc8a29c7b25c2979913072b11a9236f1dbc7 (patch) | |
tree | 79c6b674a3fb76fcd57e8433bf765c0f7aa2fd41 /Ports | |
parent | fd15c7e8db8acc38768c9e3725a1ac9e291e1d7f (diff) | |
download | serenity-c7f2fc8a29c7b25c2979913072b11a9236f1dbc7.zip |
Ports: vttest
Test application designed to test various VT's.
Diffstat (limited to 'Ports')
-rwxr-xr-x | Ports/vttest/package.sh | 5 | ||||
-rw-r--r-- | Ports/vttest/patches/fix-autoconf.patch | 13 |
2 files changed, 18 insertions, 0 deletions
diff --git a/Ports/vttest/package.sh b/Ports/vttest/package.sh new file mode 100755 index 0000000000..31b5d2128f --- /dev/null +++ b/Ports/vttest/package.sh @@ -0,0 +1,5 @@ +#!/bin/bash ../.port_include.sh +port=vttest +version=20190710 +useconfigure=true +files="https://invisible-island.net/datafiles/release/vttest.tar.gz vttest.tar.gz" diff --git a/Ports/vttest/patches/fix-autoconf.patch b/Ports/vttest/patches/fix-autoconf.patch new file mode 100644 index 0000000000..6cd5946ca3 --- /dev/null +++ b/Ports/vttest/patches/fix-autoconf.patch @@ -0,0 +1,13 @@ +diff -ru vttest-original/vttest-20190710/config.sub vttest-20190710/config.sub +--- vttest-original/vttest-20190710/config.sub 2019-06-30 01:32:41.000000000 -0500 ++++ vttest-20190710/config.sub 2019-12-01 03:10:47.708867392 -0600 +@@ -1347,7 +1347,7 @@ + | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \ + | clix* | riscos* | uniplus* | iris* | isc* | rtu* | xenix* \ + | knetbsd* | mirbsd* | netbsd* \ +- | bitrig* | openbsd* | solidbsd* | libertybsd* | os108* \ ++ | bitrig* | openbsd* | solidbsd* | libertybsd* | os108* | serenity* \ + | ekkobsd* | kfreebsd* | freebsd* | riscix* | lynxos* \ + | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \ + | ptx* | coff* | ecoff* | winnt* | domain* | vsta* \ + |