summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-09-23 11:33:11 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-09-23 11:33:11 +0000
commit9ec71c12ba618fcc3c9dde6ace0e4c66e6414f0f (patch)
tree674508f02fabed308cbc26a61ac6c4c877288c5e /sysutils
parentsysutils/screen: install error if world compiled with NO_INFO (diff)
sysutils/screen: install error if world compiled with NO_INFO
The program /usr/bin/install-info doesn't exist in case the base system has been compiled with NO_INFO. This causes an error during installation of sysutils/screen because one of screen's make files rely on this program. I added handling of NO_INFO (and NO_MAN by the way). I suggest to let screen depend on print/texinfo if the user doesn't define NO_INFO and /usr/bin/install-info doesn't exist. PR: ports/115048 Submitted by: Bj\xf6rn K\xf6nig <bkoenig@cs.tu-berlin.de> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=199977
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/screen/files/patch-screen.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/screen/files/patch-screen.h b/sysutils/screen/files/patch-screen.h
new file mode 100644
index 000000000000..a5a370f62ef2
--- /dev/null
+++ b/sysutils/screen/files/patch-screen.h
@@ -0,0 +1,11 @@
+--- screen.h.orig 2003-08-22 14:28:43.000000000 +0200
++++ screen.h 2007-07-30 10:25:45.000000000 +0200
+@@ -22,6 +22,8 @@
+ * $Id: screen.h,v 1.12 1994/05/31 12:32:54 mlschroe Exp $ FAU
+ */
+
++#include <string.h>
++
+ #include "os.h"
+
+ #if defined(__STDC__)