Bug 104280 - [PATCH] Make libmikmod work on amd64
Summary: [PATCH] Make libmikmod work 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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-11 00:20 UTC by Dan Ponte
Modified: 2006-10-12 09:50 UTC (History)
1 user (show)

See Also:


Attachments
patch-include_mikmod.h.in (365 bytes, text/plain)
2006-10-11 00:20 UTC, Dan Ponte
no flags Details
file.diff (463 bytes, patch)
2006-10-11 00:20 UTC, Dan Ponte
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Ponte 2006-10-11 00:20:14 UTC
	mikmod would usually sound like complete and utter crap when I played anything on an amd64 machine, but my i386 machines worked fine. It turns out that only __arch64__ and __alpha were being checked and not __amd64. This fixes it.

Fix: Apply these patches.
How-To-Repeat: 	Use mikmod.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-10-11 00:31:50 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 David Le Brun 2006-10-11 08:12:41 UTC
Hey Edwin and Dan,

> Please note that PR ports/104280 has just been submitted.

I don't have access to any amd64 computer but the patch looks good.
So, it's ok to commit this patch.

Thanks Dan for your help.
David
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2006-10-11 09:42:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2006-10-11 12:57:01 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 dfilter service freebsd_committer freebsd_triage 2006-10-12 09:43:07 UTC
rafan       2006-10-12 08:43:01 UTC

  FreeBSD ports repository

  Modified files:
    audio/libmikmod      Makefile distinfo 
  Log:
  - Include vendor patch that
    - makes 3.1.x series up-to-date
    - makes it work correctly on amd64
  
  This is not the patch submitted in ports/104280. Submitter confirms the
  vendor patch works well.
  
  PR:             ports/104280
  Submitted by:   Dan Ponte <dcp1990 at neptune.atopia.net>
  Approved by:    portmgr (erwin), David Le Brun <david at dyn-ns.net> (maintainer)
  
  Revision  Changes    Path
  1.43      +5 -1      ports/audio/libmikmod/Makefile
  1.10      +3 -0      ports/audio/libmikmod/distinfo
_______________________________________________
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 6 Rong-En Fan freebsd_committer freebsd_triage 2006-10-12 09:43:19 UTC
State Changed
From-To: open->closed

Committed with vendor's patch. Thanks!