Bug 104632 - [PATCH] games/linux-ut2004-demo: use IA32_BINARY_PORT
Summary: [PATCH] games/linux-ut2004-demo: 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: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-20 21:00 UTC by Alejandro Pulver
Modified: 2006-10-31 14:30 UTC (History)
0 users

See Also:


Attachments
linux-ut2004-demo.diff (592 bytes, patch)
2006-10-20 21:00 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 21:00:38 UTC

- Use IA32_BINARY_PORT to allow using it in amd64/ia64 (well, there is no linuxator for ia64).
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-10-20 21:00:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Over to maintainer
Comment 2 Alejandro Pulver freebsd_committer freebsd_triage 2006-10-21 14:55:51 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-ut2004-demo/Makefile
===================================================================
RCS file: /home/pcvs/ports/games/linux-ut2004-demo/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- linux-ut2004-demo/Makefile	4 Sep 2005 03:35:58 -0000	1.3
+++ linux-ut2004-demo/Makefile	21 Oct 2006 13:44:20 -0000
@@ -18,7 +18,7 @@
 MAINTAINER=	jylefort@FreeBSD.org
 COMMENT=	Unreal Tournament 2004 demo
 
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
 USE_X_PREFIX=	yes
 USE_LINUX=	yes
 NO_PACKAGE=	Distfile is 275MB, set FORCE_PACKAGE if you really want to build this package

Best Regards,
Ale
Comment 3 Jean-Yves Lefort freebsd_committer freebsd_triage 2006-10-31 14:19:55 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-10-31 14:20:34 UTC
jylefort    2006-10-31 14:19:52 UTC

  FreeBSD ports repository

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