aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/wmi-client
Commit message (Collapse)AuthorAgeFilesLines
* net-mgmt/wmi-client: backport three fixes to nbtsocket.c from upstreamAlexey Dokuchaev2021-04-292-4/+84
| | | | | | | | | | | | | | | to address some known issues with the port, namely: - Prevent segmentation fault in certain scenarios - Fix busy loop on empty UDP packet (CVE-2020-14303) - Plug memory leak in nbt_name_request_destructor() While here, remove needless .include <bsd.port.options.mk> and vocalize the installation command. Commits: ebab6d6, 3cc0f1e Obtained from: https://git.samba.org/?p=samba.git;a=history;f=libcli/nbt/nbtsocket.c PR: 237038
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net-mgmt/wmi-client: remove python supportSteve Wills2020-12-162-38/+1
| | | | | | | | PR: 249741 Submitted by: KIKUCHI Koichiro <koichiro@rworks.jp> (maintainer) Notes: svn path=/head/; revision=558232
* Convert to USES=autoreconf:build.Tijl Coosemans2017-12-231-2/+1
| | | | Notes: svn path=/head/; revision=457095
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* net-mgmt/wmi-client: fix installation when PYTHON=onJan Beich2015-05-032-13/+27
| | | | | | | | | | /usr/bin/strip: '/usr/ports/net-mgmt/wmi-client/work/stage/bin/wmic': No such file PR: 198953 Submitted by: KIKUCHI Koichiro (maintainer) Notes: svn path=/head/; revision=385233
* Fix build with Perl 5.21.1+Mathieu Arnold2015-04-201-0/+11
| | | | | | | | | | | | "defined(@array)" and "defined(%hash)" are now fatal errors These have been deprecated since v5.6.1 and have raised deprecation warnings since v5.16. With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=384375
* Cleanup plistAntoine Brodin2014-11-241-5/+0
| | | | Notes: svn path=/head/; revision=373380
* - Add STAGE supportAdam Weinberger2014-08-234-52/+102
| | | | | | | | | | | | | | - (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 Notes: svn path=/head/; revision=365756
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-241-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362806
* - Convert gmake, bzip2, xz to USESMartin Wilke2014-05-261-3/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355356
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* - Fix the usage of 'python' to get rid of the implicit lang/pythonMarcus von Appen2013-12-141-1/+1
| | | | | | | | | | dependency Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336434
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* - Fix bad MASTER_SITES to resolve fetch issues [1]Ryan Steinmetz2013-08-131-16/+5
| | | | | | | | | | - Convert to new 'created by' header+Makefile cleanup while here PR: ports/180584 [1] Submitted by: brd@ [1] Notes: svn path=/head/; revision=324643
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* Add Pandora FMS 4.0.1 - a Flexible Monitoring System.Motoyuki Konno2012-04-215-0/+108
WMI client 1.3.16 - a WMI (Windows Management Instrumentation) client which is needed for Pandora FMS. Submitted by: KIKUCHI Koichiro <koichiro@rworks.jp> Junichi Satoh <junichi@junichi.org> WWW; http://pandorafms.org/ Feature safe: yes Notes: svn path=/head/; revision=295185