[Bug 200750] [NEW PORT] www/sogo: Groupware server with a focus on scalability and open standards

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 16 13:01:10 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200750

--- Comment #4 from Matthew Bowman <mgb at otr.mx> ---
Just tried a fresh poudriere build and discovered a few minor issues:

1) Makefile post-stage

(cp ${FILESDIR}/sieve.creds.sample ${STAGEDIR}${ETCDIR}/)

sieve.cred.sample does not exist in files/

2) files/expire-autoreply.creds.sample

It appears this file is not used as part of the port. Maybe you made a typo in
the Makefile and pkg-plist?

3) Missing UIDs / GIDs

I had to add the following:

echo "sogod:*:994:994::0:0:SOGo user:/nonexistent:/usr/sbin/nologin" >> UIDs
echo "sogod:*:994:" >> GIDs

I took this from https://github.com/ethoms/freebsd-ports

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list