Bug 84791 - [PATCH] Add amd64 support to devel/st
Summary: [PATCH] Add amd64 support to devel/st
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: Alfred Perlstein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-11 11:00 UTC by Anton Berezin
Modified: 2005-08-31 12:38 UTC (History)
0 users

See Also:


Attachments
file.diff (907 bytes, patch)
2005-08-11 11:00 UTC, Anton Berezin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Berezin freebsd_committer freebsd_triage 2005-08-11 11:00:39 UTC
Currently, devel/st is only for i386 and alpha.

Fix: Not sure about bumping PORTREVISION.
How-To-Repeat: 
N/A
Comment 1 Anton Berezin freebsd_committer freebsd_triage 2005-08-11 11:01:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alfred

Over to maintainer.
Comment 2 Anton Berezin freebsd_committer freebsd_triage 2005-08-11 11:02:28 UTC
On Thu, Aug 11, 2005 at 11:59:22AM +0200, Anton Berezin wrote:

> diff -u --show-c-function -ruN --exclude=CVS /usr/ports/devel/st/files/patch-md.h ./files/patch-md.h
> --- /usr/ports/devel/st/files/patch-md.h	Thu Jan  1 01:00:00 1970
> +++ ./files/patch-md.h	Thu Aug 11 11:49:23 2005
> @@ -0,0 +1,11 @@
> +--- md.h.orig	Thu Aug 11 11:15:00 2005
> ++++ md.h	Thu Aug 11 11:33:23 2005
> +@@ -154,6 +154,8 @@
> + #define MD_JB_SP   2
> + #elif defined(__alpha__)
> + #define MD_JB_SP  34
> ++#elif defined(__amd64__)
> ++#define MD_JB_SP  2
> + #else
> + #error Unknown CPU architecture
> + #endif

Forgot to add:  files/patch-md.h is a new file.

\Anton.
-- 
The moronity of the universe is a monotonically increasing function. --
Jarkko Hietaniemi
Comment 3 Anton Berezin freebsd_committer freebsd_triage 2005-08-31 12:38:23 UTC
State Changed
From-To: open->closed

Committed.