Bug 107024

Summary: ASR_COMPAT is required by asr-utils
Product: Ports & Packages Reporter: Tim Zingelman <zingelman>
Component: Individual Port(s)Assignee: David E. O'Brien <obrien>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Tim Zingelman 2006-12-21 16:10:15 UTC
	options ASR_COMPAT is required in your kernel
	to use these tools on FreeBSD 5.x and higher

Fix: 

+       @${CAT} ${PKGMESSAGE}
+
 .include <bsd.port.post.mk>


===================================================================
New file: pkg-message

*****************************************************
*** options ASR_COMPAT is required in your kernel ***
*** to use these tools on FreeBSD 5.x and higher  ***
*****************************************************


===================================================================--RfqZMOObbXoQyxkEH5IvmsArwULLIVsOf3GgEA3jWJxYo6Yc
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/sysutils/asr-utils/Makefile,v
retrieving revision 1.11
diff -w -u -b -r1.11 Makefile
--- Makefile    30 Jul 2005 08:38:59 -0000      1.11
+++ Makefile    20 Nov 2006 17:03:11 -0000
@@ -75,4 +75,6 @@
 post-install:
        @${INSTALL_MAN} ${WRKSRC}/raidutil.8 ${PREFIX}/man/man8/
How-To-Repeat: 
	install asr-tools without 'options ASR_COMPAT' and attempt to use
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-21 20:32:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->obrien

Over to maintainer
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2007-07-09 16:06:09 UTC
State Changed
From-To: open->closed

This had already been reported in ports/105516, but thanks for the 
submission.