Bug 198953 - [MAINTAINER] net-mgmt/wmi-client: fix installation when PYTHON=on
Summary: [MAINTAINER] net-mgmt/wmi-client: fix installation when PYTHON=on
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: Jan Beich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-27 19:15 UTC by KIKUCHI Koichiro
Modified: 2015-05-03 07:31 UTC (History)
1 user (show)

See Also:
oi4io5me.cesium3: maintainer-feedback+


Attachments
patch (3.50 KB, patch)
2015-03-27 19:15 UTC, KIKUCHI Koichiro
no flags Details | Diff
poudriere test port log (PYTHON=on) (184.27 KB, text/plain)
2015-03-27 19:16 UTC, KIKUCHI Koichiro
no flags Details
poudriere test port log (PYTHON=off) (181.56 KB, text/plain)
2015-03-27 19:16 UTC, KIKUCHI Koichiro
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description KIKUCHI Koichiro 2015-03-27 19:15:12 UTC
Created attachment 154873 [details]
patch

net-mgmt/wmi-client is broken when PYTHON=on.
Attached patch fixes this problem
Comment 1 KIKUCHI Koichiro 2015-03-27 19:16:03 UTC
Created attachment 154874 [details]
poudriere test port log (PYTHON=on)
Comment 2 KIKUCHI Koichiro 2015-03-27 19:16:36 UTC
Created attachment 154875 [details]
poudriere test port log (PYTHON=off)
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-05-03 07:30:36 UTC
A commit references this bug:

Author: jbeich
Date: Sun May  3 07:30:19 UTC 2015
New revision: 385233
URL: https://svnweb.freebsd.org/changeset/ports/385233

Log:
  net-mgmt/wmi-client: fix installation when PYTHON=on

  /usr/bin/strip: '/usr/ports/net-mgmt/wmi-client/work/stage/bin/wmic': No such file

  PR:		198953
  Submitted by:	KIKUCHI Koichiro (maintainer)

Changes:
  head/net-mgmt/wmi-client/Makefile
  head/net-mgmt/wmi-client/files/patch-GNUmakefile
Comment 4 Jan Beich freebsd_committer freebsd_triage 2015-05-03 07:31:40 UTC
Thanks. Committed while wrapping the line exceeding 80 characters.