Bug 160426

Summary: [new port] gnatdroid cross compiler (Android ARM v5)
Product: Ports & Packages Reporter: John Marino <freebsdml>
Component: Individual Port(s)Assignee: Frederic Culot <culot>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

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"