aboutsummaryrefslogtreecommitdiff
path: root/emulators/klh10/files
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-28 08:45:59 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-28 08:45:59 +0000
commit96fda31bb811043560c8cb7e9a8bcfa75db2e356 (patch)
tree377e85c171a6910a9964766c8df5877c4e39c1ab /emulators/klh10/files
parent7643bdb6a69b5756ce4bc107105568f38f4f0059 (diff)
downloadports-96fda31bb811043560c8cb7e9a8bcfa75db2e356.tar.gz
ports-96fda31bb811043560c8cb7e9a8bcfa75db2e356.zip
Notes
Diffstat (limited to 'emulators/klh10/files')
-rw-r--r--emulators/klh10/files/patch-aa2
-rw-r--r--emulators/klh10/files/patch-src-Makefile.mk10
-rw-r--r--emulators/klh10/files/pkg-message.in4
3 files changed, 5 insertions, 11 deletions
diff --git a/emulators/klh10/files/patch-aa b/emulators/klh10/files/patch-aa
index d3079d97bc85..66ef7d4f6eb7 100644
--- a/emulators/klh10/files/patch-aa
+++ b/emulators/klh10/files/patch-aa
@@ -5,7 +5,7 @@
# Build definitions
SRC = ../../src
-CFLAGS = -c -g3 -O -I. -I$(SRC)
-+CFLAGS += -c -g3 -O -I. -I$(SRC)
++CFLAGS += -c -I. -I$(SRC)
CFLAGS_LINT = -ansi -pedantic -Wall -Wshadow \
-Wstrict-prototypes -Wmissing-prototypes \
-Wmissing-declarations -Wredundant-decls
diff --git a/emulators/klh10/files/patch-src-Makefile.mk b/emulators/klh10/files/patch-src-Makefile.mk
deleted file mode 100644
index 6d4d54cba807..000000000000
--- a/emulators/klh10/files/patch-src-Makefile.mk
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/Makefile.mk.orig Thu Sep 28 18:05:30 2006
-+++ src/Makefile.mk Thu Sep 28 18:05:41 2006
-@@ -44,7 +44,6 @@
-
- # Generic compile/link flags
- # Suitable for plain vanilla Unix but normally overridden.
--CC = cc
- CFLAGS = -c -I. -I$(SRC)
- CFLAGS_AUX =
- CFLAGS_LINT =
diff --git a/emulators/klh10/files/pkg-message.in b/emulators/klh10/files/pkg-message.in
new file mode 100644
index 000000000000..c651ef8ef8e3
--- /dev/null
+++ b/emulators/klh10/files/pkg-message.in
@@ -0,0 +1,4 @@
+!!! KLH10 contains a setuid that accepts network connections.
+!!! Consider using a firewall to limit access to KLH10.
+!!! See the %%DOCSDIR%%/pubits/adm
+!!! for firewall documentation.