diff options
Diffstat (limited to 'net-analyzer/nagios-plugins')
-rw-r--r-- | net-analyzer/nagios-plugins/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/nagios-plugins/nagios-plugins-2.4.12-r2.ebuild (renamed from net-analyzer/nagios-plugins/nagios-plugins-2.4.12-r1.ebuild) | 11 |
2 files changed, 10 insertions, 3 deletions
diff --git a/net-analyzer/nagios-plugins/Manifest b/net-analyzer/nagios-plugins/Manifest index d96be2fac06f..5e1bbe1532f5 100644 --- a/net-analyzer/nagios-plugins/Manifest +++ b/net-analyzer/nagios-plugins/Manifest @@ -1,6 +1,6 @@ AUX nagios-plugins-2.4.12-postgresql-detection.patch 5855 BLAKE2B 31c680ded0b5fbdee12696931f2c878c79f46a403c0ff5ea84fd2088e8c9ed592bdce5203f93c3f7dec59700d32ca889f1643cc332975a14074c5ed11e26bc32 SHA512 fb21c0681cca866ce9223f253ff37633673604e0ec15062087ae806a158dc2c30db123220c12faec00499811ba63a5e0612a00c5b36c5343a4e90975183687ae AUX nagios-plugins-2.4.12-snmpgetnext.patch 4906 BLAKE2B 1b8e90857ed9e6b8af14ecaac7b32f620c128e22c6aa9121387bd259bd34321b0362207c5415fc6bf69c3f1be143c121d9432c8f48a1dbee5768fb3de8b48d00 SHA512 4f176f222c575691f4f3ddb435220f81d1a6da7f948b7497a888d19a43091006d2619fdb63d0c3327e5c7d55f31ab521ffff58c576a6689f83518dfcd191a6e3 DIST nagios-plugins-2.4.12.tar.gz 2752829 BLAKE2B b72b9350e9c72c9cbe0cbca3effce16ec753887945455a1ac47975105e68f516923020cc88ee42da0c8cd815fe841a82ff5053c3ba5688888bec7be12c08fb8c SHA512 fbff697d0cea1cbeb83737f240a42c00e18bf443b8af303b5d7f7f735eb6faa5305d8740fb27472876dc1398735204e0d7a0e5863c2064ec2a37541253f91502 -EBUILD nagios-plugins-2.4.12-r1.ebuild 3413 BLAKE2B 677c4a0c0c025d97280c43f5b93d1618a41acf677892af4efd612bb10df9346c6a81a528810ca087471acd5f9200a6205f098f2d0d4c2c5f2d8a9499bc62cdcd SHA512 4772b858b014c1c10cca0ff2648d505afe8b83cef1952cf9490e1cbd8922d3fe23800434f92e2e9397ece0fed590d0266be73433a6deb8091874a5f4ccd6c256 +EBUILD nagios-plugins-2.4.12-r2.ebuild 3626 BLAKE2B d4e105a5ff38c8bfe2eaea8980f5939a7fff9c986cc5dbe569de29695c7b6ef1eb6ad76ae9bf7648af2a2f3134f1267bc5cc386ae7a58e30c4dbcb9f12428382 SHA512 9c8ebf61803b2e9ce31456ad80c399b553ca611d8752bcf41e3a365dcc233dca36ebaecf94b1c7fd625b0dd295319c09e0990651b48974f1ae1c081f70354dee EBUILD nagios-plugins-2.4.12.ebuild 3277 BLAKE2B f9f479063baac76d00832adea82eee0d2e337d63a2e7b996d9d0f29bdcf9a103b8fa282ce7a2fb8139e8259449163582132b5ce02923b1de433f0200e153af26 SHA512 1252d0565d4c24fb6a109a526abc283f4e0f304b1d046f535182539ff8e5116851e3b87392ccb038489121de5b4e3fce7da41e730abd420bd585ef26d1dae900 MISC metadata.xml 1569 BLAKE2B 4ebfd50870acac360fa2708dba05d3ea925e7d93444da82ca93067b4c8eeb177e8055cba4d12d690c8d9e1f5448447d6bf94a5991a09d0f4a2ee6126338bb707 SHA512 fffa8c7bc36e0cfd4ca35ab8c8f327749e0c6744a9567d9a6c88180c178a2a5bbf67df31b289d9319bc725d2fab4433a9d00443a87d0950777ed0c05031da193 diff --git a/net-analyzer/nagios-plugins/nagios-plugins-2.4.12-r1.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-2.4.12-r2.ebuild index add6fce1fcec..8a45c8c2046e 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-2.4.12-r1.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-2.4.12-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/release-${PV}/${P}.tar LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="ipv6 ldap mysql nagios-dns nagios-ping nagios-game postgres radius samba selinux snmp ssh +ssl" +IUSE="ipv6 ldap mysql nagios-dns nagios-ping nagios-game nls postgres radius samba selinux snmp ssh +ssl" # Most of the plugins use automagic dependencies, i.e. the plugin will # get built if the binary it uses is installed. For example, check_snmp @@ -88,6 +88,12 @@ src_prepare() { || die 'failed to fix perl interpreter path' eautoreconf + + # eautoreconf replaces $(MKDIR_P) with $(mkdir_p) in + # po/Makefile.in.in. As you might expect, this does not work. + sed -i po/Makefile.in.in \ + -e 's/@mkdir_p@/@MKDIR_P@/' \ + || die } src_configure() { @@ -111,9 +117,10 @@ src_configure() { fi econf \ - $(use_with mysql) \ $(use_with ipv6) \ $(use_with ldap) \ + $(use_with mysql) \ + $(use_enable nls) \ $(use_with postgres pgsql /usr) \ $(use_with radius) \ "${myconf[@]}" \ |