Sat May 18 16:03:57 2019 UTC ()
revert last commit to wrong branch


(mlelstv)
diff -r1.20.4.1 -r1.20.4.2 pkgsrc/sysutils/ipmitool/Makefile

cvs diff -r1.20.4.1 -r1.20.4.2 pkgsrc/sysutils/ipmitool/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/ipmitool/Makefile 2019/05/18 15:30:05 1.20.4.1
+++ pkgsrc/sysutils/ipmitool/Makefile 2019/05/18 16:03:57 1.20.4.2
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.20.4.1 2019/05/18 15:30:05 mlelstv Exp $ 1# $NetBSD: Makefile,v 1.20.4.2 2019/05/18 16:03:57 mlelstv Exp $
2# 2#
3 3
4DISTNAME= ipmitool-1.8.18 4DISTNAME= ipmitool-1.8.18
5PKGREVISION= 2 5PKGREVISION= 1
6CATEGORIES= sysutils 6CATEGORIES= sysutils
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipmitool/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipmitool/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://ipmitool.sourceforge.net/ 10HOMEPAGE= http://ipmitool.sourceforge.net/
11COMMENT= Command-line utility for managing IPMI devices 11COMMENT= Command-line utility for managing IPMI devices
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14INSTALLATION_DIRS+= share/examples/ipmitool share/doc/ipmitool 14INSTALLATION_DIRS+= share/examples/ipmitool share/doc/ipmitool
15 15
16CONFIGURE_ARGS.NetBSD+= --disable-intf-imb 16CONFIGURE_ARGS.NetBSD+= --disable-intf-open --disable-intf-imb
17CONFIGURE_ARGS.DragonFly+= --disable-intf-open --disable-intf-imb 17CONFIGURE_ARGS.DragonFly+= --disable-intf-open --disable-intf-imb
18CONFIGURE_ARGS.SunOS+= --enable-solaris-opt 18CONFIGURE_ARGS.SunOS+= --enable-solaris-opt
19 19
20CFLAGS.NetBSD+= -D_NETBSD_SOURCE 20CFLAGS.NetBSD+= -D_NETBSD_SOURCE
21 21
22# ipmitool uses rl_event_hook 22# ipmitool uses rl_event_hook
23.include "../../devel/readline/buildlink3.mk" 23.include "../../devel/readline/buildlink3.mk"
24.include "../../security/openssl/buildlink3.mk" 24.include "../../security/openssl/buildlink3.mk"
25.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"