Date: Thu, 19 Jun 2008 16:53:10 -0700 (PDT) From: Douglas William Thrift <douglas@zweihander.ccs.ucsb.edu> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Douglas William Thrift <douglas@douglasthrift.net> Subject: ports/124772: Update port: sysutils/mono-kmod should build on amd64 not arm Message-ID: <200806192353.m5JNrAS2056143@zweihander.ccs.ucsb.edu> Resent-Message-ID: <200806200010.m5K0A1Tq077994@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124772 >Category: ports >Synopsis: Update port: sysutils/mono-kmod should build on amd64 not arm >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 20 00:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 7.0-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD zweihander.ccs.ucsb.edu 7.0-RELEASE-p2 FreeBSD 7.0-RELEASE-p2 #1: Thu Jun 19 00:49:26 PDT 2008 douglas@zweihander.ccs.ucsb.edu:/usr/obj/usr/src/sys/DOPPELSOLDNER amd64 >Description: The port was set to only be used on i386 and arm with the justification that those are the only platforms on which lang/mono builds. However, lang/mono actually only builds on i386 and amd64. >How-To-Repeat: >Fix: --- mono-kmod.patch begins here --- diff -Nrux .svn -x work /usr/ports/sysutils/mono-kmod/Makefile mono-kmod/Makefile --- /usr/ports/sysutils/mono-kmod/Makefile 2007-08-03 09:27:31.000000000 -0700 +++ mono-kmod/Makefile 2008-06-19 16:32:20.876639335 -0700 @@ -13,7 +13,7 @@ MAINTAINER= bkoenig@alpha-tierchen.de COMMENT= Execute .NET applications from command line -ONLY_FOR_ARCHS= i386 arm +ONLY_FOR_ARCHS= i386 amd64 USE_BZIP2= yes KMODDIR?= /boot/modules --- mono-kmod.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806192353.m5JNrAS2056143>