From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 13 15:00:28 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECC6F37B401 for ; Sun, 13 Jul 2003 15:00:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5FC243F85 for ; Sun, 13 Jul 2003 15:00:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6DM0RUp015791 for ; Sun, 13 Jul 2003 15:00:27 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6DM0RsV015790; Sun, 13 Jul 2003 15:00:27 -0700 (PDT) Resent-Date: Sun, 13 Jul 2003 15:00:27 -0700 (PDT) Resent-Message-Id: <200307132200.h6DM0RsV015790@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mark Linimon Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DEF937B401 for ; Sun, 13 Jul 2003 14:51:14 -0700 (PDT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E697243F85 for ; Sun, 13 Jul 2003 14:51:13 -0700 (PDT) (envelope-from linimon@lonesome.com) Received: from lonesome.lonesome.com (cs242746-11.austin.rr.com [24.27.46.11]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id EF92414179 for ; Sun, 13 Jul 2003 16:51:12 -0500 (CDT) Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1]) by lonesome.lonesome.com (8.12.9/8.12.3) with ESMTP id h6DLshNa001812 for ; Sun, 13 Jul 2003 16:54:43 -0500 (CDT) (envelope-from linimon@lonesome.lonesome.com) Received: (from linimon@localhost) by lonesome.lonesome.com (8.12.9/8.12.6/Submit) id h6DLshI4001811; Sun, 13 Jul 2003 16:54:43 -0500 (CDT) (envelope-from linimon) Message-Id: <200307132154.h6DLshI4001811@lonesome.lonesome.com> Date: Sun, 13 Jul 2003 16:54:43 -0500 (CDT) From: Mark Linimon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113.1 Subject: ports/54455: [patch] set ONLY_FOR_ARCHS for security/cryptlib X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 22:00:29 -0000 >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: