mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 07:47:48 +00:00
Ports: vttest
Test application designed to test various VT's.
This commit is contained in:
parent
fd15c7e8db
commit
c7f2fc8a29
2 changed files with 18 additions and 0 deletions
5
Ports/vttest/package.sh
Executable file
5
Ports/vttest/package.sh
Executable file
|
@ -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"
|
13
Ports/vttest/patches/fix-autoconf.patch
Normal file
13
Ports/vttest/patches/fix-autoconf.patch
Normal file
|
@ -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* \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue