Bug 121154 - port sysutils/915resolution marked i386 only; builds fine on amd64
Summary: port sysutils/915resolution marked i386 only; builds fine on amd64
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-02-27 20:20 UTC by Steve Franks
Modified: 2008-06-19 08:10 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 Steve Franks 2008-02-27 20:20:00 UTC
Adding "amd64" to ONLY_FOR_ARCHS in /usr/ports/sysutils/915resolution/Makefile proves that this ports builds and works fine on amd64.

Fix: 

Add "amd64" to ONLY_FOR_ARCHS in /usr/ports/sysutils/915resolution/Makefile, or remove the ONLY_FOR_ARCHS define entirely(?)
How-To-Repeat: Build 915resolution on amd64
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-27 21:40:42 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-06-19 08:03:46 UTC
lippe       2008-06-19 07:03:41 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/915resolution Makefile 
  Added files:
    sysutils/915resolution pkg-plist 
  Log:
  - Now builds on !i386.
  - Respect NOPORTDOCS.
  - Bump PORTREVISION.
  
  PR:             ports/121154
  Submitted by:   Steve Franks <stevefranks@ieee.org>
  Reworked by:    lippe
  Approved by:    gabor (mentor, implicit), maintainer timeout (>2 weeks)
  
  Revision  Changes    Path
  1.7       +4 -12     ports/sysutils/915resolution/Makefile
  1.1       +6 -0      ports/sysutils/915resolution/pkg-plist (new)
_______________________________________________
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 3 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2008-06-19 08:07:12 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!