diff --git a/Makefile b/Makefile index 0436304c1f..db07eb4b8d 100644 --- a/Makefile +++ b/Makefile @@ -4610,7 +4610,7 @@ SUBDIR+= termbox SUBDIR+= terminology SUBDIR+= termit SUBDIR+= testssl -SUBDIR+= tesseract +SUBDIR+= tesseract-game SUBDIR+= tetrinet SUBDIR+= tex-arabxtex SUBDIR+= tex-arabxtex-doc diff --git a/tesseract/DESCR b/tesseract-game/DESCR similarity index 100% rename from tesseract/DESCR rename to tesseract-game/DESCR diff --git a/tesseract/Makefile b/tesseract-game/Makefile similarity index 97% rename from tesseract/Makefile rename to tesseract-game/Makefile index 9c4852245f..e97ea94789 100644 --- a/tesseract/Makefile +++ b/tesseract-game/Makefile @@ -1,6 +1,6 @@ # $NetBSD$ -PKGNAME= tesseract-0.0.20140512 +PKGNAME= tesseract-game-0.0.20140512 DISTNAME= tesseract_2014_05_12_first_edition_linux CATEGORIES= games MASTER_SITES= https://download.tuxfamily.org/tesseract/ diff --git a/tesseract/PLIST b/tesseract-game/PLIST similarity index 100% rename from tesseract/PLIST rename to tesseract-game/PLIST diff --git a/tesseract-game/TODO b/tesseract-game/TODO new file mode 100644 index 0000000000..fd393c51ef --- /dev/null +++ b/tesseract-game/TODO @@ -0,0 +1 @@ +Segfaults on NetBSD with optimizations, works with -O0. diff --git a/tesseract/distinfo b/tesseract-game/distinfo similarity index 100% rename from tesseract/distinfo rename to tesseract-game/distinfo diff --git a/tesseract/files/tess_wrapper.sh.in b/tesseract-game/files/tess_wrapper.sh.in similarity index 100% rename from tesseract/files/tess_wrapper.sh.in rename to tesseract-game/files/tess_wrapper.sh.in diff --git a/tesseract/patches/patch-src_Makefile b/tesseract-game/patches/patch-src_Makefile similarity index 100% rename from tesseract/patches/patch-src_Makefile rename to tesseract-game/patches/patch-src_Makefile diff --git a/tesseract/patches/patch-src_enet_Makefile b/tesseract-game/patches/patch-src_enet_Makefile similarity index 100% rename from tesseract/patches/patch-src_enet_Makefile rename to tesseract-game/patches/patch-src_enet_Makefile diff --git a/tesseract/TODO b/tesseract/TODO deleted file mode 100644 index c1313673d4..0000000000 --- a/tesseract/TODO +++ /dev/null @@ -1 +0,0 @@ -Segfaults on NetBSD.