When installing qmail-ldap, set WITH_GRTDELAY=yes. it becomes an error at the time of make install. install -o root -g wheel -m 444 /var/tmp/usr/ports/mail/qmail-ldap/work/mailer.conf.sample /var/qmail/doc install -o root -g wheel -m 444 /var/tmp/usr/ports/mail/qmail-ldap/work/doc/README.GREETDELAY /var/qmail/doc install: /var/tmp/usr/ports/mail/qmail-ldap/work/doc/README.GREETDELAY: No such file or directory *** Error code 71 Stop in /usr/ports/mail/qmail-ldap. *** Error code 1 Stop in /usr/ports/mail/qmail-ldap. *** Error code 1 Fix: Because it mistook by the place of README.GREETDELAY, it created patch. With this, the installation completed right. .if defined(SLAVE_LDAP) && defined(WITH_ENHACELOGS)--Jq0TEYVcbCD0ZGiBgo9P6eyqDRB8bU5vY89habvXV3WKnxWA Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" diff -u Makefile.orig Makefile --- Makefile.orig 2009-11-25 20:58:19.193184837 +0900 +++ Makefile 2009-11-25 20:56:51.230342013 +0900 @@ -494,7 +494,7 @@ ${MASTER_SITE_LOCAL:S/$/:grtdelay/} PATCH_SITE_SUBDIR+= garga/qmail/:grtdelay PATCHFILES+= qmail-ldap-${LDAP_PATCH_DATE}-grtdelay.patch:grtdelay -DOCFILES_WRKDIR_doc+= README.GREETDELAY +DOCFILES_WRKSRC+= README.GREETDELAY .endif
Responsible Changed From-To: freebsd-ports-bugs->garga Over to maintainer (via the GNATS Auto Assign Tool)
garga 2009-11-27 10:21:27 UTC FreeBSD ports repository Modified files: mail/qmail Makefile Log: Fix docs installation on qmail-ldap PR: ports/140866 Submitted by: Hiroyuki Seino <seichan-ml@wakhok.ne.jp> Revision Changes Path 1.145 +1 -1 ports/mail/qmail/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!