Bug 160734 - net/gpxe: Fix port broken and amd64 problem
Summary: net/gpxe: Fix port broken and amd64 problem
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: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-14 14:20 UTC by Gürkan Karaman
Modified: 2011-09-26 02:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.09 KB, patch)
2011-09-14 14:20 UTC, Gürkan Karaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gürkan Karaman 2011-09-14 14:20:07 UTC
Gpxe use gcc compiler options to create 32-bit output. I hope my patch is correct. I have tested it on a amd64 machine.

Fix: see patch file

Patch attached with submission follows:
Comment 1 gordon.piehl 2011-09-14 18:22:50 UTC
I have testing on FreeBSD 8.2 amd64. 
Works fine. 
-- 
NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie!		
Jetzt informieren: http://www.gmx.net/de/go/freephone
Comment 2 Ryan Steinmetz freebsd_committer freebsd_triage 2011-09-26 00:43:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zi

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-09-26 02:15:43 UTC
zi          2011-09-26 01:15:34 UTC

  FreeBSD ports repository

  Modified files:
    net/gpxe             Makefile 
  Log:
  - Fix build under amd64 [1]
  - Add missing USE_PERL5 to fix build
  - Mark port MAKE_JOBS_SAFE
  
  PR:             ports/160734
  Submitted by:   Gürkan Karaman <gk.freebsd@googlemail.com> (maintainer) [1]
  
  Revision  Changes    Path
  1.4       +11 -6     ports/net/gpxe/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 4 Ryan Steinmetz freebsd_committer freebsd_triage 2011-09-26 02:15:44 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!