Bug 174864 - lang/mono lists incorrect ONLY_FOR_ARCHS
Summary: lang/mono lists incorrect ONLY_FOR_ARCHS
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-mono (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-31 19:10 UTC by Justin Hibbits
Modified: 2013-01-15 12:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Hibbits freebsd_committer freebsd_triage 2012-12-31 19:10:01 UTC
The lang/mono port changed, back in June 2010, the ONLY_FOR_ARCHS line to read 'ppc' instead of 'powerpc'.

Fix: 

Change 'ppc' to 'powerpc' in the lang/mono Makefile
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-12-31 19:10:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mono

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-15 12:21:33 UTC
Author: romain
Date: Tue Jan 15 12:21:25 2013
New Revision: 310437
URL: http://svnweb.freebsd.org/changeset/ports/310437

Log:
    - Fix ONLY_FOR_ARCHS [1];
    - While here, pet portlint(1).
  
  PR:		ports/174864 [1]
  Submitted by:	jhibbits [1]

Modified:
  head/lang/mono/Makefile

Modified: head/lang/mono/Makefile
==============================================================================
--- head/lang/mono/Makefile	Tue Jan 15 12:19:54 2013	(r310436)
+++ head/lang/mono/Makefile	Tue Jan 15 12:21:25 2013	(r310437)
@@ -1,4 +1,4 @@
-# Created by:	Yukihiro Nakai <nakai@FreeBSD.org>
+# Created by: Yukihiro Nakai <nakai@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	mono
@@ -36,7 +36,7 @@ MONO_SHARED_DIR=${WRKDIR}
 MAKE_ENV=	MONO_SHARED_DIR="${MONO_SHARED_DIR}" \
 		LC_ALL=C
 
-ONLY_FOR_ARCHS=	i386 amd64 ppc
+ONLY_FOR_ARCHS=	i386 amd64 powerpc
 
 MAN1=		al.1 cccheck.1 ccrewrite.1 cert2spc.1 certmgr.1 chktrust.1 \
 		cilc.1 crlupdate.1 csharp.1 disco.1 dtd2xsd.1 gacutil.1 \
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Romain Tartière freebsd_committer freebsd_triage 2013-01-15 12:22:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!