Bug 192853 - [STAGE] net-mgmt/wmi-client: Add STAGE support
Summary: [STAGE] net-mgmt/wmi-client: Add STAGE support
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-08-20 13:26 UTC by KIKUCHI Koichiro
Modified: 2014-08-23 16:45 UTC (History)
1 user (show)

See Also:


Attachments
patch for net-mgmt/wmi-client (8.25 KB, patch)
2014-08-20 13:27 UTC, KIKUCHI Koichiro
no flags Details | Diff
poudriere testport log (10.0-RELEASE, i386) (181.94 KB, text/plain)
2014-08-20 13:30 UTC, KIKUCHI Koichiro
no flags Details
poudriere testport log (9.3-RELEASE, amd64) (134.12 KB, text/plain)
2014-08-20 13:31 UTC, KIKUCHI Koichiro
no flags Details
poudriere testport log (10.0-RELEASE, i386, PYTHON=on) (184.74 KB, text/plain)
2014-08-20 13:32 UTC, KIKUCHI Koichiro
no flags Details
poudriere testport log (9.3-RELEASE, amd64,PYTHON=on) (136.82 KB, text/plain)
2014-08-20 13:33 UTC, KIKUCHI Koichiro
no flags Details
patch for net-mgmt/wmi-client (8.28 KB, patch)
2014-08-20 14:13 UTC, KIKUCHI Koichiro
no flags Details | Diff
patch for net-mgmt/wmi-client (7.81 KB, patch)
2014-08-21 12:11 UTC, KIKUCHI Koichiro
no flags Details | Diff
poudriere testport log (9.3-RELEASE, amd64,PYTHON=on) (137.20 KB, text/plain)
2014-08-21 12:14 UTC, KIKUCHI Koichiro
no flags Details
poudriere testport log (10.0-RELEASE, i386, PYTHON=on) (184.71 KB, text/plain)
2014-08-21 12:15 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 2014-08-20 13:26:19 UTC
- Add STAGE support
- (re)take maintainership
- Add patch to fix "Failed to install service" issue occurs in recent windows
  (see http://community.zenoss.org/message/48714)
- Make python bindings optional. it's mainly used in ZENOSS internally
  and should be optional.
Comment 1 KIKUCHI Koichiro 2014-08-20 13:27:23 UTC
Created attachment 146070 [details]
patch for net-mgmt/wmi-client
Comment 2 KIKUCHI Koichiro 2014-08-20 13:30:35 UTC
Created attachment 146071 [details]
poudriere testport log (10.0-RELEASE, i386)
Comment 3 KIKUCHI Koichiro 2014-08-20 13:31:24 UTC
Created attachment 146072 [details]
poudriere testport log (9.3-RELEASE, amd64)
Comment 4 KIKUCHI Koichiro 2014-08-20 13:32:50 UTC
Created attachment 146073 [details]
poudriere testport log (10.0-RELEASE, i386, PYTHON=on)
Comment 5 KIKUCHI Koichiro 2014-08-20 13:33:29 UTC
Created attachment 146074 [details]
poudriere testport log (9.3-RELEASE, amd64,PYTHON=on)
Comment 6 KIKUCHI Koichiro 2014-08-20 14:13:20 UTC
Created attachment 146076 [details]
patch for net-mgmt/wmi-client

I forgot to bump PORTREVISION
Comment 7 John Marino freebsd_committer freebsd_triage 2014-08-20 16:33:40 UTC
Can you fix this too?

=======================<phase: check-sanity   >============================
/!\ wmi-client-1.3.16: Makefile warnings, please consider fixing /!\

USE_PYTHON_BUILD is deprecated, please use USES=python:build
Comment 8 KIKUCHI Koichiro 2014-08-21 12:11:46 UTC
Created attachment 146111 [details]
patch for net-mgmt/wmi-client

fixed!
Comment 9 KIKUCHI Koichiro 2014-08-21 12:14:21 UTC
Created attachment 146112 [details]
poudriere testport log (9.3-RELEASE, amd64,PYTHON=on)
Comment 10 KIKUCHI Koichiro 2014-08-21 12:15:14 UTC
Created attachment 146113 [details]
poudriere testport log (10.0-RELEASE, i386, PYTHON=on)
Comment 11 John Marino freebsd_committer freebsd_triage 2014-08-21 12:18:45 UTC
perfect, thanks! moving to patch-ready status now.
Comment 12 commit-hook freebsd_committer freebsd_triage 2014-08-23 16:39:21 UTC
A commit references this bug:

Author: adamw
Date: Sat Aug 23 16:38:44 UTC 2014
New revision: 365756
URL: http://svnweb.freebsd.org/changeset/ports/365756

Log:
  - Add STAGE support
  - (re)take maintainership
  - Add patch to fix "Failed to install service" issue occurs in recent windows
    (see http://community.zenoss.org/message/48714)
  - Make python bindings optional. it's mainly used in ZENOSS internally
    and should be optional.

  PR:		192853
  Submitted by:	KIKUCHI Koichiro

Changes:
  head/net-mgmt/wmi-client/Makefile
  head/net-mgmt/wmi-client/files/patch-GNUmakefile
  head/net-mgmt/wmi-client/files/patch-Samba_source_winexe_service.c
  head/net-mgmt/wmi-client/pkg-plist
Comment 13 Adam Weinberger freebsd_committer freebsd_triage 2014-08-23 16:45:21 UTC
Committed, thanks!