Bug 124772 - Update port: sysutils/mono-kmod should build on amd64 not arm
Summary: Update port: sysutils/mono-kmod should build on amd64 not arm
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-20 01:10 UTC by Douglas William Thrift
Modified: 2008-06-21 02:00 UTC (History)
1 user (show)

See Also:


Attachments
mono-kmod.patch (429 bytes, patch)
2008-06-20 01:10 UTC, Douglas William Thrift
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas William Thrift 2008-06-20 01:10:01 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-20 01:10:06 UTC
Maintainer of sysutils/mono-kmod,

Please note that PR ports/124772 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/124772

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-20 01:10:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Björn König 2008-06-20 07:38:18 UTC
It is correct to add 'amd64' because it has been enabled for a while, but
please do not remove 'arm'. Yes, I know that you can not build 'lang/mono'
on ARM. Nevertheless Mono runs with minor patches on this architecture and
I use it there. It does not hurt to keep it.

Please set
ONLY_FOR_ARCHS= i386 amd64 arm
.

Regards
Björn
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-06-21 01:52:03 UTC
miwi        2008-06-21 00:51:58 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/mono-kmod   Makefile 
  Log:
  - Allow to build on amd64
  
  PR:             124772
  Submitted by:   Douglas William Thrift <douglas@zweihander.ccs.ucsb.edu>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.5       +1 -1      ports/sysutils/mono-kmod/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2008-06-21 01:52:08 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!