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
Responsible Changed From-To: freebsd-ports-bugs->ivoras Submitter has GNATS access
State Changed From-To: open->feedback Awaiting maintainers feedback
State Changed From-To: feedback->open fix submitters email address
Responsible Changed From-To: ivoras->freebsd-ports-bugs fix submitters email address
State Changed From-To: feedback->open Maintainer timeout.
Responsible Changed From-To: freebsd-ports-bugs->gabor Take.
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"
State Changed From-To: open->closed Committed, thanks!