diff options
author | tobik <tobik@FreeBSD.org> | 2018-03-21 01:10:09 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-03-21 01:10:09 +0800 |
commit | 5e93acd73a44ade2bbb8992ee93a3b473d4590b2 (patch) | |
tree | a828373993ee5809ebefc6949af9ad3410ee09e3 /UPDATING | |
parent | 8ec2136476fcd0ae763ed19cbbb5c6bf5ee516e8 (diff) | |
download | freebsd-ports-gnome-5e93acd73a44ade2bbb8992ee93a3b473d4590b2.tar.gz freebsd-ports-gnome-5e93acd73a44ade2bbb8992ee93a3b473d4590b2.tar.zst freebsd-ports-gnome-5e93acd73a44ade2bbb8992ee93a3b473d4590b2.zip |
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)
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 |