ports/124054: Update port: sysutils/freeipmi update to 0.6.3

Dmitry Frolov frolov at riss-telecom.ru
Wed May 28 02:50:02 UTC 2008


>Number:         124054
>Category:       ports
>Synopsis:       Update port: sysutils/freeipmi update to 0.6.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 28 02:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Frolov
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
RISS-Telecom
>Environment:
System: FreeBSD *******.riss-telecom.ru 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Mon Sep 25 18:02:20 NOVST 2006     root@*******.riss-telecom.ru:/usr/obj/usr/src/sys/MERCURY  amd64
>Description:
	- Update to version 0.6.3
>How-To-Repeat:
>Fix:

diff -u -ruN /usr/ports/sysutils/freeipmi/Makefile ./Makefile
--- /usr/ports/sysutils/freeipmi/Makefile	Sat May 17 04:11:45 2008
+++ ./Makefile	Wed May 28 09:30:19 2008
@@ -7,10 +7,15 @@
 # Available KNOBs:
 #
 # WITH_DEBUG   - Enable debugging features.
+# WITH_IOPERM  - Use i386_set_ioperm(2) instead of io(4) to gain access
+#                to I/O ports (i386 only). Note: there is a bug in
+#                FreeBSD 5 before 5.5-RELEASE that causes SIGBUS to the
+#                process sometimes when i386_set_ioperm is used (PR
+#                84842).
 #
 
 PORTNAME=	freeipmi
-PORTVERSION=	0.6.2
+PORTVERSION=	0.6.3
 CATEGORIES=	sysutils
 MASTER_SITES=	ftp://ftp.zresearch.com/pub/freeipmi/${PORTVERSION}/ \
 	ftp://ftp.riss-telecom.ru/pub/mirrors/ftp.zresearch.com/pub/freeipmi/${PORTVERSION}/
@@ -67,12 +72,12 @@
 BROKEN=	missing getpw*_r functions in this FreeBSD release
 .endif
 
-# Use i386_set_ioperm(2) instead of io(4) to gain access to I/O
-# ports. Note: there is a bug in FreeBSD 5 before 5.5-RELEASE that
-# causes SIGBUS to the process sometimes when i386_set_ioperm is used
-# (PR 84842).
-.if ${ARCH} == "i386" && defined(WITH_IOPERM)
+.if defined(WITH_IOPERM)
+.if ${ARCH} == "i386"
 CPPFLAGS+=	-DUSE_IOPERM
+.else
+BROKEN=	IOPERM option is only available on i386 and You are building for ${ARCH}
+.endif
 .endif
 
 .if defined(WITH_DEBUG)
diff -u -ruN /usr/ports/sysutils/freeipmi/distinfo ./distinfo
--- /usr/ports/sysutils/freeipmi/distinfo	Sat May 17 04:11:45 2008
+++ ./distinfo	Wed May 28 09:36:45 2008
@@ -1,3 +1,3 @@
-MD5 (freeipmi-0.6.2.tar.gz) = ebf862b9de0a5da3ffaf9a5cc23d521f
-SHA256 (freeipmi-0.6.2.tar.gz) = 97464858afbb32e922cbbf1771a3c9fa898eabe33da114609c026b8cae421c32
-SIZE (freeipmi-0.6.2.tar.gz) = 1664886
+MD5 (freeipmi-0.6.3.tar.gz) = 9e50c88cc128418fa314b1704fa207df
+SHA256 (freeipmi-0.6.3.tar.gz) = 9b6b7e4b0e4cce45184c47b1e5932c2b6a6e60b2767b7e840a13b9822a5b359f
+SIZE (freeipmi-0.6.3.tar.gz) = 1665606

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list