Bug 160426 - [new port] gnatdroid cross compiler (Android ARM v5)
Summary: [new port] gnatdroid cross compiler (Android ARM v5)
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-03 15:20 UTC by John Marino
Modified: 2011-09-07 06:30 UTC (History)
0 users

See Also:


Attachments
file.shar (10.90 KB, text/plain)
2011-09-03 15:20 UTC, John Marino
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2011-09-03 15:20:10 UTC
This port builds a FreeBSD to Android (ARMv5) cross-compiler, which supports Ada and C.
ARMv5 is the highest version supported by the Android SDK emulator.

Fix: Patch attached with submission follows:
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2011-09-03 19:22:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2011-09-07 06:22:33 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-09-07 06:22:46 UTC
culot       2011-09-07 05:22:05 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/gnatdroid-armv5 Makefile distinfo pkg-descr pkg-plist 
    lang/gnatdroid-armv5/files patch-configure 
                               patch-gcc__Makefile.in 
                               patch-gcc__ada__adaint.c 
                               patch-libiberty__getpagesize.c 
                               patch-libiberty__setprotitle.c 
  Log:
  The gnatdroid-armv5 port builds a C/Ada cross-compiler based on GCC 4.6 that
  targets the Android operating system (version 2.3, API level 9) running on
  ARM architecture (version 5).  This produces binaries that run natively on
  Android devices as well as the Android SDK emulator.
  
  WWW: http://www.dragonlace.net
  
  PR:             ports/160426
  Submitted by:   John Marino <freebsdml@marino.st>
  
  Revision  Changes    Path
  1.742     +1 -0      ports/lang/Makefile
  1.1       +123 -0    ports/lang/gnatdroid-armv5/Makefile (new)
  1.1       +2 -0      ports/lang/gnatdroid-armv5/distinfo (new)
  1.1       +11 -0     ports/lang/gnatdroid-armv5/files/patch-configure (new)
  1.1       +27 -0     ports/lang/gnatdroid-armv5/files/patch-gcc__Makefile.in (new)
  1.1       +50 -0     ports/lang/gnatdroid-armv5/files/patch-gcc__ada__adaint.c (new)
  1.1       +15 -0     ports/lang/gnatdroid-armv5/files/patch-libiberty__getpagesize.c (new)
  1.1       +14 -0     ports/lang/gnatdroid-armv5/files/patch-libiberty__setprotitle.c (new)
  1.1       +6 -0      ports/lang/gnatdroid-armv5/pkg-descr (new)
  1.1       +33 -0     ports/lang/gnatdroid-armv5/pkg-plist (new)
_______________________________________________
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"