Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 2003 16:54:43 -0500 (CDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54455: [patch] set ONLY_FOR_ARCHS for security/cryptlib
Message-ID:  <200307132154.h6DLshI4001811@lonesome.lonesome.com>
Resent-Message-ID: <200307132200.h6DM0RsV015790@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307132154.h6DLshI4001811>