Bug 110942 - [mail/dovecot] fix make package if NOPORTDOCS is defined
Summary: [mail/dovecot] fix make package if NOPORTDOCS is defined
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-27 20:10 UTC by Sunpoet Po-Chuan Hsieh
Modified: 2007-03-28 22:00 UTC (History)
0 users

See Also:


Attachments
file.diff (941 bytes, patch)
2007-03-27 20:10 UTC, Sunpoet Po-Chuan Hsieh
no flags Details | Diff
file.dat (1 bytes, multipart/appledouble; boundary=Apple-Mail-4--841092798)
2007-03-27 23:30 UTC, Robin Breathe
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sunpoet Po-Chuan Hsieh 2007-03-27 20:10:05 UTC
The following files are not installed if NOPORTDOCS is defined:
1. etc/dovecot-ldap-example.conf
2. etc/dovecot-sql-example.conf

How-To-Repeat: % cd /usr/ports/mail/dovecot
% make package

...

===>  Building package for dovecot-1.0.r28
Creating package /usr/ports/packages/All/dovecot-1.0.r28.tbz
Registering depends: libiconv-1.9.2_2.
Creating bzip'd tar ball in '/usr/ports/packages/All/dovecot-1.0.r28.tbz'
tar: etc/dovecot-ldap-example.conf: Cannot stat: No such file or directory
tar: etc/dovecot-sql-example.conf: Cannot stat: No such file or directory
pkg_create: make_dist: tar command failed with code 256
*** Error code 1

Stop in /usr/ports/mail/dovecot.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-27 20:10:16 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Robin Breathe 2007-03-27 23:30:02 UTC
Thanks for the notification of breakage.

Please apply the attached patch in preference to that originally  
submitted with this PR.

Regards, Robin (maintainer)
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-03-28 21:59:44 UTC
miwi        2007-03-28 20:59:38 UTC

  FreeBSD ports repository

  Modified files:
    mail/dovecot         Makefile pkg-plist 
  Log:
  - Set NOPORTDOCS
  
  PR:             110942
  Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.68      +1 -0      ports/mail/dovecot/Makefile
  1.26      +3 -3      ports/mail/dovecot/pkg-plist
_______________________________________________
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 4 Martin Wilke freebsd_committer freebsd_triage 2007-03-28 21:59:57 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!