Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Oct 2006 21:06:41 +0300
From:      Mykola Dzham <freebsd@levsha.org.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/104223: [PATCH] security/drweb is not i386 only and can work on amd64
Message-ID:  <E1GWzWT-0003Wa-1x@levsha.org.ua>
Resent-Message-ID: <200610091810.k99IAE5t016461@freefall.freebsd.org>

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

>Number:         104223
>Category:       ports
>Synopsis:       [PATCH] security/drweb is not i386 only and can work on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 09 18:10:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Mykola Dzham
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD xxx 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Fri Oct 6 10:28:45 EEST 2006 levsha@xxx:/usr/obj/usr/src/sys/SMP amd64


>Description:
security/drweb is ia32 binary package and can work on amd64 processors. But port marked as only for i386.
>How-To-Repeat:
Try to install drweb on amd64
>Fix:
Use this patch:

--- Makefile.old	Mon Oct  9 20:39:47 2006
+++ Makefile	Mon Oct  9 20:39:58 2006
@@ -18,7 +18,7 @@
 
 RUN_DEPENDS=	${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
 
-ONLY_FOR_ARCHS=	i386
+IA32_BINARY_PORT=yes
 NO_BUILD=	yes
 
 .include <bsd.port.pre.mk>

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1GWzWT-0003Wa-1x>