This port had a few problems:
* The package list tried to remove the wrong directory
* The pkg-install script installs font.dir and font.scale files but
never tries to remove them. This causes orphan checks to fail
* The EXTRACTS_BEFORE_ARGS may not be additive (don't use +=)
* The EXTRACTS_BEFORE_ARGS definition came after <bsd.port.mk> so it
was never seen anyway
* The latter may mean that the font never installed properly if the
file didn't get transformed to lower case.
After staging, I added a pkg-deinstall script. I'm not 100% sure it's
correct if there are more than one Truetype font installed, but it's a
lot better than it was and it removes the font.* stuff upon deinstall.
This passes testport in poudriere.
- add stage support
- use @sample macro
Changes:
Mon Dec 23rd 2013 - Bug fix from Colin Stolley.
Writing past end of a buffer.
Fri May 24th 2013 - Steve Rader (the author) died.
We miss him. http://www.news.wisc.edu/21829
From README:
Currently, cnagios is not being actively maintained.
We continue to accept simple patches from the community.
PR: ports/189198
Submitted by: ohauer
Approved by: Alexander <alexander.4mail@gmail.com> (maintainer)
public distfiles", however it never had nor needed distfiles to
begin with.
- Stagify
CUPS smb backend allows *nix users to print
to Windows-attached printers via smbspool
program, which comes with Samba.
WWW: http://www.cups.org/articles.php?L294
Pointyhat to: bapt
- Support STAGEDIR
- Convert to OptionsNG
- Convert to new LIB_DEPENDS syntax
- Add license
- Pass maintainership to submitter
PR: ports/190392
Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (new maintainer)
Something in the dependency chain for dnsip6 rebuilds when conf-home
is updated. By creating it before the build and then moving it over
later the timestamp is before all the built binaries. Since we
purposely remove all installer-related files, only those will be
rebuilt.
Reported by: brd
unexpectedly getting readline from ports if it's already installed.
- Add patch to work with newer libreadline
- Provide an option to use libedit from ports, avoiding the libedit in base.
- Note 1: The patch to work with newer libreadline is only applied in the
libreadline case since it actually breaks building with libedit.
- Note 2: libreadline is not BSD licensed and while libedit would be
preferable, it seems to have issues with UTF8 still, see ruby bug 9204. Once
that's resolved, we can make libedit the default.
PR: ports/187928 [1] (based on)
PR: ports/188077 [2] (based on)
Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> [1]
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> [2]
Obtained from: http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/readline/readline.c?r1=43458&r2=45225 (ruby upstream)
MFH: 2014Q2