summaryrefslogtreecommitdiff
path: root/java/sigar (follow)
Commit message (Collapse)AuthorAgeFilesLines
* java/sigar: the port had been updated and improved (+)Alexey Dokuchaev2021-07-162-23/+22
| | | | | | | | | | | | | | | | - Switch (temporarily?) to somewhat more developed GitHub fork - Add Java 11 support, `do-test' target, and remove GCC dependency - Optimize away PLATFORM_VER variable and just set the LIBNAME (without the suffix to make it more obvious that it's a shared object when we install things, and in the PLIST_FILES) - Utilize BUILD_WRKSRC and introduce INVOKE_ANT variable to reduce the tautology in targets' recipes - When symlinking to ${CC} as local compiler, do not assume it lives as ${LOCALBASE}/bin/${CC} and call `which ${CC}` explicitly - Garbage-collect commented out `post-patch' target while we're here PR: 245867 Submitted by: Angelo Polo
* */*: Replace USE_GCC=any with USE_GCC=yesGerald Pfeifer2021-06-041-1/+1
| | | | | | | | | | | | | | | USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such as i386 and amd64 since 12.x and depending on configuration 11.x, most newer installations on other platforms, and 13.x across the board). Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as different spellings of the same, so continue the deorbiting of the USE_GCC=any form and simply replace it with USE_GCC=yes. This should not make any functional difference at all. Discussed with: mat, linimon, pkubaj
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Restrict to Java 8, since this doesn't compile with Java 11Greg Lewis2020-12-271-0/+1
| | | | PR: 251774
* java/sigar: fix build on powerpc64Piotr Kubaj2020-11-271-3/+2
| | | | MFH: 2020Q4 (fix build blanket)
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
* java/sigar: Spell USE_PERL5 correctlyTobias Kortkamp2019-05-281-2/+2
| | | | Remove bogus perl run dependency.
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
* Return tj's ports to the pool after his commit bit got safekept.Rene Ladan2018-11-061-1/+1
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
* Mark as broken on powerpc64.Mark Linimon2018-06-041-3/+4
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | version 1.1.0 (via revision 464079).
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* Mark some ports failing on armv6, for errors classified as "???".Mark Linimon2017-05-261-0/+2
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* - Remove obsolete OSVERSION conditionDmitry Marakasov2017-04-121-5/+1
| | | | Approved by: portmgr blanket
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-1/+1
| | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-2/+2
| | | | Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* - Disable ccache for this port: it fails to build by not respecting the ↵Dmitry Marakasov2016-02-041-0/+2
| | | | | | | | environment: [cc] ccache: error: Failed to create directory /nonexistent/.ccache/tmp: Permission denied Approved by: portmgr blanket
* java/sigar: Fix typo from previous commit (LATFORM => PLATFORM)John Marino2015-10-301-2/+2
| | | | | | | While here, replace "freebsd" in LIBNAME with ${OPSYS:tl} to facilitate DragonFly support. Approved by: Just fix it
* Drop 8 support.Mathieu Arnold2015-10-151-4/+2
| | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694
* Update ports in the [i-m]* category to not use GH_COMMIT.Mathieu Arnold2015-05-072-7/+3
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-031-7/+1
| | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-191-1/+1
| | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr
* java/sigar: Check OSVERSION with OPSYS and break non-FreeBSD platformsJohn Marino2014-11-221-6/+11
|
* Fix to use new build process and link against main libsigar.so.Tom Judge2014-11-172-5/+7
|
* New port: java/sigarTom Judge2014-11-143-0/+90
The Sigar API provides a portable interface for gathering system information such as: * System memory, swap, cpu, load average, uptime, loginsi * Per-process memory, cpu, credential info, state, arguments, environment, open files * File system detection and metrics * Network interface detection, configuration info and metrics * TCP and UDP connection tables * Network route table This information is available in most operating systems, but each OS has their own way(s) providing it. SIGAR provides developers with one API to access this information regardless of the underlying platform. The core API is implemented in pure C with bindings currently implemented for Java, Perl, Ruby, Python, Erlang, PHP and C#. This port provides the Java bindings. WWW: https://support.hyperic.com/display/SIGAR/Home