aboutsummaryrefslogtreecommitdiff
path: root/x11/sterm
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-11-02 13:32:34 +0000
committerRene Ladan <rene@FreeBSD.org>2018-11-02 13:32:34 +0000
commit8a502cb2d43b4059a5678ee4539ca03603104107 (patch)
tree2c2c3d0def8d9d1ad349013f7b532f0065f57789 /x11/sterm
parentf60d4bacdc58ec061406d72cace1ac1266952e39 (diff)
downloadports-8a502cb2d43b4059a5678ee4539ca03603104107.tar.gz
ports-8a502cb2d43b4059a5678ee4539ca03603104107.zip
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724
Notes
Notes: svn path=/head/; revision=483807
Diffstat (limited to 'x11/sterm')
-rw-r--r--x11/sterm/Makefile2
-rw-r--r--x11/sterm/files/pkg-message.in14
2 files changed, 0 insertions, 16 deletions
diff --git a/x11/sterm/Makefile b/x11/sterm/Makefile
index cbd3319849ad..1e58e15e896e 100644
--- a/x11/sterm/Makefile
+++ b/x11/sterm/Makefile
@@ -41,8 +41,6 @@ SOLARIZED_EXTRA_PATCHES= ${PATCHDIR}/extra-solarized-patch-config.def.h \
${PATCHDIR}/extra-solarized-patch-x.c \
${PATCHDIR}/extra-solarized-patch-st.h
-SUB_FILES= pkg-message
-
pre-everything::
@${ECHO_MSG} "You can build st with your own config.h using the ST_CONF knob:"
@${ECHO_MSG} "make ST_CONF=/path/to/st/config.h install clean"
diff --git a/x11/sterm/files/pkg-message.in b/x11/sterm/files/pkg-message.in
deleted file mode 100644
index 85616e94b470..000000000000
--- a/x11/sterm/files/pkg-message.in
+++ /dev/null
@@ -1,14 +0,0 @@
-If you are running FreeBSD 11.1 or older then in order to add st.info
-to the terminal capability database it is required to
-
- * Install tic (included in devel/ncurses)
- * Run
-
- # tic -C -K -s -x %%DATADIR%%/st.info >> /usr/share/misc/termcap
- # cd /usr/share/misc
- # cap_mkdb termcap
-
-Thanks to [1], this hack is not necessary on FreeBSD 11.2-RELEASE,
-11-STABLE, and 12-CURRENT.
-
-[1] https://svnweb.freebsd.org/changeset/base/331006