diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-03-20 17:10:09 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-03-20 17:10:09 +0000 |
commit | 8f66372557546e5a70c0f3ac5f62ab72d8ebfbe1 (patch) | |
tree | a828373993ee5809ebefc6949af9ad3410ee09e3 /UPDATING | |
parent | 2b188a165bb6582be219b918cae82c4efb36f917 (diff) |
x11/sterm: Update to 0.8
- Fix LICENSE and set it to MIT
- Fix the way we handle the terminfo of x11/sterm. FreeBSD 12,
11-STABLE, and 11.2-RELEASE do not require any additional
configuration (thanks to bapt@) [1]. For older versions, there is a
simple set of instructions on how to configure terminfo for x11/sterm
in pkg-message.
- Create a symbolic link to user-defined config.h instead of making a
copy as is done in other suckless.org ports such as x11-wm/dwm and
www/quark.
- Respect CPPFLAGS
- Add some files to DOCS and DATA
- Eliminate an unnecessary .for loop during install
- Use HTTPS in WWW
- Add UPDATING entry as old config.h files will need to be updated for
the newer version
[1] https://svnweb.freebsd.org/changeset/base/331006
Changes: https://git.suckless.org/st/log/?qt=range&q=0.7..0.8
PR: 226632
Submitted by: 0mp
Approved by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Notes
Notes:
svn path=/head/; revision=465094
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -5,6 +5,13 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20180320: users of x11/sterm + AUTHOR: pkubaj@anongoth.pl + + The user-defined options in config.h have changed. You should + compare your config.h file with the default one and change + appropriately. + 20180319: AFFECTS: users of dns/dnsmasq AUTHOR: mandree@FreeBSD.org |