ports/54455: [patch] set ONLY_FOR_ARCHS for security/cryptlib

Mark Linimon linimon at lonesome.com
Sun Jul 13 22:00:29 UTC 2003


>Number:         54455
>Category:       ports
>Synopsis:       [patch] set ONLY_FOR_ARCHS for security/cryptlib
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 13 15:00:27 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD-4.7
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root at lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	bento errorlogs report that this port includes i386 assembler
	code in bn/bn-out.s.
>How-To-Repeat:
	make install (non-i386)
>Fix:
	I don't know if it will build on amd64 or ia64 or not (there are no
	current error logs) but this will prevent the alpha and sparc64
	builds.

--- cryptlib/Makefile.dist	Thu Jul 10 16:56:37 2003
+++ cryptlib/Makefile	Sun Jul 13 16:47:39 2003
@@ -16,6 +16,9 @@
 MAINTAINER=		ports at FreeBSD.org
 COMMENT=		A powerful security programming toolkit
 
+# bn/bn-out.s is i386 code
+ONLY_FOR_ARCHS=		i386 ia64
+
 USE_ZIP=		yes
 EXTRACT_BEFORE_ARGS=	-aq
 NO_WRKSUBDIR=		yes
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list