Bug 190937 - sysutils/msyslog - Fails to Install
Summary: sysutils/msyslog - Fails to Install
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Jason E. Hale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-11 17:02 UTC by Bill
Modified: 2014-06-22 12:26 UTC (History)
3 users (show)

See Also:


Attachments
Fix install (1.84 KB, patch)
2014-06-19 15:27 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bill 2014-06-11 17:02:59 UTC
cd /usr/ports/sysutils/msyslog/ && make install 
.....

===>   Registering installation for msyslog-1.08g_2
pkg-static: lstat(/usr/ports/sysutils/msyslog/work/stage/man/man8/om_mysql.8.gz): No such file or directory
*** Error code 74

Stop.
make[1]: stopped in /usr/ports/sysutils/msyslog
*** Error code 1
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2014-06-13 04:26:25 UTC
Notify maintainer.
Comment 2 John Marino freebsd_committer freebsd_triage 2014-06-19 13:00:53 UTC
I think Bill neglected to mention that mysql was selected as an option.  It builds fine in redports, but mysql is off by default there.
Comment 3 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2014-06-19 15:27:05 UTC
Created attachment 143929 [details]
Fix install

- Fixes man page installation
- Optionify EXAMPLES
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-06-22 12:22:49 UTC
A commit references this bug:

Author: jhale
Date: Sun Jun 22 12:22:27 UTC 2014
New revision: 358793
URL: http://svnweb.freebsd.org/changeset/ports/358793

Log:
  - Fix typos in pkg-plist
  - Make EXAMPLES optional
  - Remove useless MANCOMPRESSED
  - Bump PORTREVISION

  PR:		190937
  Submitted by:	Bill <willambender934@yahoo.com>
  Fixed by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)

Changes:
  head/sysutils/msyslog/Makefile
  head/sysutils/msyslog/pkg-plist
Comment 5 Jason E. Hale freebsd_committer freebsd_triage 2014-06-22 12:26:21 UTC
Committed with minor changes.  Thanks! (PORTEXAMPLES and PORTDOCS don't need to be wrapped in a conditional with staging.  There was a leftover MANCOMPRESSED in there too that I got rid of.)