Bug 190768 - [PATCH] mail/metamail: Package fails to build when X11 option is unset.
Summary: [PATCH] mail/metamail: Package fails to build when X11 option is unset.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-08 01:36 UTC by Dave Duchscher
Modified: 2014-06-21 21:54 UTC (History)
1 user (show)

See Also:


Attachments
pkg-plist patch (342 bytes, patch)
2014-06-08 01:38 UTC, Dave Duchscher
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Duchscher 2014-06-08 01:36:57 UTC
Package fails to build when X11 option is unset. pkg-plist looks to be incorrect.

make WITHOUT=X11 package

===>  Building package for metamail-2.7_10
pkg-static: lstat(/usr/ports/mail/metamail/work/stage/usr/local/lib/metamail/fonts/): No such file or directory
pkg-static: lstat(/usr/ports/mail/metamail/work/stage/usr/local/lib/metamail/): No such file or directory
*** [do-package] Error code 1

Stop in /usr/ports/mail/metamail.
*** [package] Error code 1

Stop in /usr/ports/mail/metamail.
Comment 1 Dave Duchscher 2014-06-08 01:38:24 UTC
Created attachment 143505 [details]
pkg-plist patch
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-06-21 21:54:01 UTC
A commit references this bug:

Author: rakuco
Date: Sat Jun 21 21:53:21 UTC 2014
New revision: 358750
URL: http://svnweb.freebsd.org/changeset/ports/358750

Log:
  Do not try to remove directories used only when the X11 option is on.

  Fixes check-plist errors with the X11 option unset.

  PR:		190768
  Submitted by:	Dave Duchscher <daved@tamu.edu>

Changes:
  head/mail/metamail/Makefile
  head/mail/metamail/pkg-plist
Comment 3 Raphael Kubo da Costa freebsd_committer freebsd_triage 2014-06-21 21:54:17 UTC
Committed, thank you!