Bug 105565 - sysutils/extipl works on amd64
Summary: sysutils/extipl works 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: Gabor Kovesdan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-15 11:10 UTC by Ivan Voras
Modified: 2006-12-10 12:50 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 Ivan Voras 2006-11-15 11:10:05 UTC
	Makefile for sysutils/extipl (a boot loader like boot0 or grub)
    contains the line:
    ONLY_FOR_ARCHS= i386
    I've tested and it runs fine on amd64 so the line should be
    updated to include AMD64 architecture.

Fix: 

Change the line to:
    ONLY_FOR_ARCHS= i386 amd64
How-To-Repeat: 	make install
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-15 11:10:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ivoras

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-15 11:10:23 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-15 20:27:57 UTC
State Changed
From-To: feedback->open

fix submitters email address 


Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-15 20:27:57 UTC
Responsible Changed
From-To: ivoras->freebsd-ports-bugs

fix submitters email address
Comment 5 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-15 20:30:35 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 6 Gabor Kovesdan freebsd_committer freebsd_triage 2006-12-06 12:19:08 UTC
State Changed
From-To: feedback->open

Maintainer timeout. 


Comment 7 Gabor Kovesdan freebsd_committer freebsd_triage 2006-12-06 12:19:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gabor

Take.
Comment 8 dfilter service freebsd_committer freebsd_triage 2006-12-10 12:48:45 UTC
gabor       2006-12-10 12:48:34 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/extipl      Makefile 
  Log:
  - Enable it on amd64
  
  PR:             ports/105565
  Submitted by:   Ivan Voras <ivoras@gmail.com>
  Approved by:    erwin (mentor), maintainer timeout
  
  Revision  Changes    Path
  1.7       +1 -1      ports/sysutils/extipl/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 9 Gabor Kovesdan freebsd_committer freebsd_triage 2006-12-10 12:50:34 UTC
State Changed
From-To: open->closed

Committed, thanks!