Bug 104629 - [PATCH] games/linux-enemyterritory: use IA32_BINARY_PORT
Summary: [PATCH] games/linux-enemyterritory: use IA32_BINARY_PORT
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: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-20 20:50 UTC by Alejandro Pulver
Modified: 2006-10-23 20:30 UTC (History)
0 users

See Also:


Attachments
linux-enemyterritory.diff (578 bytes, patch)
2006-10-20 20:50 UTC, Alejandro Pulver
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro Pulver freebsd_committer freebsd_triage 2006-10-20 20:50:18 UTC

- Use IA32_BINARY_PORT to allow it to be used in amd64/ia64.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-10-20 20:51:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-10-20 20:51:34 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Benjamin Lutz 2006-10-21 03:52:40 UTC
On Friday 20 October 2006 21:51, Edwin Groothuis wrote:
> Maintainer of games/linux-enemyterritory,
>
> Please note that PR ports/104629 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/104629

approved.
Comment 4 Alejandro Pulver freebsd_committer freebsd_triage 2006-10-21 14:47:36 UTC
Hello.

I misunderstood the use of IA32_BINARY_PORT because it's for FreeBSD
native binaries, Linux binaries should have "ONLY_FOR_ARCHS=i386
amd64" (since they just work fine on amd64).

So here is an updated patch:

Index: linux-enemyterritory/Makefile
===================================================================
RCS file: /home/pcvs/ports/games/linux-enemyterritory/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- linux-enemyterritory/Makefile	14 Jun 2006 14:29:54 -0000	1.11
+++ linux-enemyterritory/Makefile	21 Oct 2006 13:46:23 -0000
@@ -17,7 +17,7 @@
 MAINTAINER=	benlutz@datacomm.ch
 COMMENT=	Wolfenstein: Enemy Territory (Linux version)
 
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
 USE_LINUX=	yes
 USE_ZIP=	yes
 NO_CDROM=	Redistribution is limited, see license

Best Regards,
Ale
Comment 5 Alejandro Pulver freebsd_committer freebsd_triage 2006-10-21 15:05:49 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 6 dfilter service freebsd_committer freebsd_triage 2006-10-23 20:21:17 UTC
alepulver    2006-10-23 19:21:04 UTC

  FreeBSD ports repository

  Modified files:
    games/linux-enemyterritory Makefile 
  Log:
  - Add amd64 to ONLY_FOR_ARCHS.
  
  PR:             ports/104629
  Submitted by:   alepulver (myself)
  Approved by:    portmgr (erwin)
  
  Revision  Changes    Path
  1.12      +1 -1      ports/games/linux-enemyterritory/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 7 Alejandro Pulver freebsd_committer freebsd_triage 2006-10-23 20:21:55 UTC
State Changed
From-To: open->closed

Committed.