Bug 104630 - [PATCH] games/linux-enemyterritory-tce, games/linux-enemyterritory-fortress: use IA32_BINARY_PORT
Summary: [PATCH] games/linux-enemyterritory-tce, games/linux-enemyterritory-fortress: ...
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: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-20 20:50 UTC by Alejandro Pulver
Modified: 2006-10-31 14:20 UTC (History)
0 users

See Also:


Attachments
linux-enemyterritory2.diff (1.24 KB, 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:19 UTC

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

Over to maintainer
Comment 2 Alejandro Pulver freebsd_committer freebsd_triage 2006-10-21 14:57:50 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-fortress/Makefile
===================================================================
RCS file: /home/pcvs/ports/games/linux-enemyterritory-fortress/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- linux-enemyterritory-fortress/Makefile	31 May 2006 01:43:26 -0000	1.9
+++ linux-enemyterritory-fortress/Makefile	21 Oct 2006 13:43:57 -0000
@@ -19,7 +19,7 @@
 
 RUN_DEPENDS=	et:${PORTSDIR}/games/linux-enemyterritory
 
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
 USE_LINUX=	yes
 NO_PACKAGE=	Distfile is 263MB, set FORCE_PACKAGE if you really want to build this package
 RESTRICTED=	Redistribution is limited, see license

Index: linux-enemyterritory-tce/Makefile
===================================================================
RCS file: /home/pcvs/ports/games/linux-enemyterritory-tce/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- linux-enemyterritory-tce/Makefile	8 Oct 2006 22:34:51 -0000	1.6
+++ linux-enemyterritory-tce/Makefile	21 Oct 2006 13:44:08 -0000
@@ -18,7 +18,7 @@
 
 RUN_DEPENDS=	et:${PORTSDIR}/games/linux-enemyterritory
 
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
 USE_ZIP=	yes
 USE_LINUX=	yes
 NO_PACKAGE=	Distfile size is 450MB, set FORCE_PACKAGE if you really want to build this package

Best Regards,
Ale
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-10-31 14:17:21 UTC
jylefort    2006-10-31 14:17:00 UTC

  FreeBSD ports repository

  Modified files:
    games/linux-enemyterritory-tce Makefile 
  Log:
  Add amd64 to ONLY_FOR_ARCHS
  
  PR:             ports/104630
  Submitted by:   alepulver
  
  Revision  Changes    Path
  1.7       +1 -1      ports/games/linux-enemyterritory-tce/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 Jean-Yves Lefort freebsd_committer freebsd_triage 2006-10-31 14:18:07 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2006-10-31 14:18:15 UTC
jylefort    2006-10-31 14:18:01 UTC

  FreeBSD ports repository

  Modified files:
    games/linux-enemyterritory-fortress Makefile 
  Log:
  - Add amd64 to ONLY_FOR_ARCHS [1]
  - Grammar fix
  
  [1]:
  PR:             ports/104630
  Submitted by:   alepulver
  
  Revision  Changes    Path
  1.10      +2 -2      ports/games/linux-enemyterritory-fortress/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"