Date: Thu, 16 Jul 2015 15:43:30 +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-pGCBwDSSOL@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 #5 from Euan Thoms <euan@potensol.com> --- (In reply to Matthew Bowman from comment #4) > 1) Makefile post-stage > > (cp ${FILESDIR}/sieve.creds.sample ${STAGEDIR}${ETCDIR}/) > > sieve.cred.sample does not exist in files/ Thanks for pointing this out, I've fixed it now. The sieve.cred.sample was renamed to expire-autoreply.creds.sample. > > 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? > Same as above, it was renamed but not changed in Makefile. Read the pkg-message to see what it's used for. > 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 That's normal, you have to add it manually until it get's accepted in official porfs tree. It is mentioned in the README.md instructions. -- 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-pGCBwDSSOL>