Bug 140866 - ports/mail/qmail-ldap install error
Summary: ports/mail/qmail-ldap install error
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-25 16:30 UTC by Hiroyuki Seino
Modified: 2009-11-27 10:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroyuki Seino 2009-11-25 16:30:04 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-11-25 16:30:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-11-27 10:21:37 UTC
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"
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2009-11-27 10:21:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!