ANNOUNCE: [FreeBSD-Announce] Ports scheduled for
removal on Feb 2
Dirk Meyer
dirk.meyer at dinoex.sub.org
Mon Nov 3 05:35:36 PST 2003
Hallo Hajimu UMEMOTO,
> This is noticed from you before, but I cannot reproduce the problem,
> here. So, I cannot fix this problem. Further, I didn't hear any
> problem from anyone other than bento. I suspect it is bento issue.
> Any idea?
===> Installing for cyrus-sasl-saslauthd-2.1.15_3
/usr/sbin/chown cyrus:mail /var/state/saslauthd
chown: cyrus: Invalid argument
*** Error code 1
Please check that the user "cyrus" is created while installation
I could reproduce it after the cyrus user was removed.
PKGINSTALL is nor added to the package.
It does not exist at the time bsd.portk.mk is included.
See bsd.portk.mk:
.if exists(${PKGINSTALL})
PKG_ARGS+= -i ${PKGINSTALL}
.endif
add in the Makefile after:
.include <bsd.port.post.mk
+PKG_ARGS+= -i ${PKGINSTALL} -k ${PKGDEINSTALL} -D ${PKGMESSAGE}
kind regards Dirk
- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
- [dirk.meyer at dinoex.sub.org],[dirk.meyer at guug.de],[dinoex at FreeBSD.org]
------------------------------------
build# rmuser cyrus
build# pkg_add /usr/ports/packages/All/cyrus-sasl-2.1.15.tgz
Copy /usr/local/openssl/openssl.cnf.sample to /usr/local/openssl/openssl.cnf
and edit it to fit your needs.
build# id cyrus
id: cyrus: no such user
build# tar -tvzf /usr/ports/packages/All/cyrus-sasl-2.1.15.tgz | less
------------------------------------
More information about the freebsd-ports
mailing list