ports/108561: [PATCH] sysutils/amrstat: update to 20070130

Jung-uk Kim jkim at FreeBSD.org
Tue Jan 30 18:10:20 UTC 2007


>Number:         108561
>Category:       ports
>Synopsis:       [PATCH] sysutils/amrstat: update to 20070130
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 30 18:10:18 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Jung-uk Kim <jkim at FreeBSD.org>
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD xxxxxx.xxxx.xxx 7.0-CURRENT FreeBSD 7.0-CURRENT #4: Tue Jan 16 12:40:25 EST 2007
>Description:
- Update to 20070130.  This version includes (old) 8LD firmware support.
Initial patch was submitted by Dan Nelson (dnelson at allantgroup.com) and
heavily modified by me.  He tested the initial version with PERC2/Si.
This version also builds on any FreeBSD version because correct header files
are included in the distribution.  However, statically compiled version is
still included in the tarball.  It is useful when a box is not bootable. :-)
- Assume maintainership as discussed privately.

Port maintainer (bzeeb+freebsd+ports at zabbadoz.net) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- amrstat-20070130.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/amrstat/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	11 Jun 2006 12:40:54 -0000	1.1
+++ Makefile	30 Jan 2007 17:04:52 -0000
@@ -6,33 +6,24 @@
 #
 
 PORTNAME=	amrstat
-PORTVERSION=	20060414
+PORTVERSION=	20070130
 CATEGORIES=	sysutils
 MASTER_SITES=	http://people.freebsd.org/~jkim/
 DISTNAME=	${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	bzeeb+freebsd+ports at zabbadoz.net
+MAINTAINER=	jkim at FreeBSD.org
 COMMENT=	Utility for LSI Logic's MegaRAID RAID controllers
 
 OPTIONS=	MEGARC "Also install LSI megarc binary port.." off
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 600105
-IGNORE=	does not build on FreeBSD 6.0 or earlier
-.endif
-
 # We may want this for periodic script and to actually be able
 # to fix something in case amrstat reports degraded RAID.
 .if defined(WITH_MEGARC)
 RUN_DEPENDS=	${LOCALBASE}/sbin/megarc:${PORTSDIR}/sysutils/megarc
 .endif
 
-USRSRC?=	/usr/src
-SYSDIR=		${USRSRC}/sys
-AMRSRC=		${SYSDIR}/dev/amr
-
-MAKE_ENV=	SYSDIR=${SYSDIR}
 ALL_TARGET=	${PORTNAME}
 
 LOCALSRCDIR=	${.CURDIR}/files
@@ -43,15 +34,6 @@
 SUB_FILES+=	${PERIODICSCRIPT}
 
 post-extract:
-	@if [ ! -d ${AMRSRC} ]; then \
-		${ECHO} "=================================================="; \
-		${ECHO} "You need amr(4) sources in"; \
-		${ECHO} "    ${AMRSRC}"; \
-		${ECHO} "to build this port."; \
-		${ECHO} "If your sources are not in ${USRSRC} set USRSRC."; \
-		${ECHO} "=================================================="; \
-		exit 1; \
-	fi
 	${RM} -f ${WRKSRC}/amrstat
 
 do-install:
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/amrstat/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	11 Jun 2006 12:40:54 -0000	1.1
+++ distinfo	30 Jan 2007 17:04:52 -0000
@@ -1,3 +1,3 @@
-MD5 (amrstat-20060414.tar.gz) = 851dc6d87ec2dc9c58c2c209df021a5e
-SHA256 (amrstat-20060414.tar.gz) = 2d512aa700c1d965f70826a0acf41fbd2fe40f94bf110c5c4d2aad0887e27556
-SIZE (amrstat-20060414.tar.gz) = 30477
+MD5 (amrstat-20070130.tar.gz) = 6f0572b4e8bb4bd9e296b57f251c7bb0
+SHA256 (amrstat-20070130.tar.gz) = d1ee034c4c356a66bc22d512c044b1a858ca2db769215d58d637c4bb5401e1d9
+SIZE (amrstat-20070130.tar.gz) = 38276
--- amrstat-20070130.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list