Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jul 2015 13:01:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200750] [NEW PORT] www/sogo: Groupware server with a focus on scalability and open standards
Message-ID:  <bug-200750-13-ATEka6vjkZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200750-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-200750-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200750

--- Comment #4 from Matthew Bowman <mgb@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200750-13-ATEka6vjkZ>