Bug 160427 - [new port] gnatdroid cross compiler (Android ARM v7)
Summary: [new port] gnatdroid cross compiler (Android ARM v7)
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:30 UTC by John Marino
Modified: 2011-09-07 12:10 UTC (History)
0 users

See Also:


Attachments
file.shar (10.81 KB, text/plain)
2011-09-03 15:30 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:30:11 UTC
This port builds a FreeBSD to Android (ARMv7) cross-compiler, which supports Ada and C.
ARMv7 is the version of the ARM architecture that is found in the most modern Android tables, phones, and other devices.

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

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-09-07 12:09:22 UTC
culot       2011-09-07 11:09:10 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/gnatdroid-armv7 Makefile distinfo pkg-descr pkg-plist 
    lang/gnatdroid-armv7/files patch-configure 
                               patch-gcc__Makefile.in 
                               patch-gcc__ada__adaint.c 
                               patch-libiberty__getpagesize.c 
                               patch-libiberty__setprotitle.c 
  Log:
  The gnatdroid-armv7 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 7).  This produces binaries that run natively on
  Android devices as well as the Android SDK emulator.
  
  WWW: http://www.dragonlace.net
  
  PR:             ports/160427
  Submitted by:   John Marino <freebsdml@marino.st>
  
  Revision  Changes    Path
  1.743     +1 -0      ports/lang/Makefile
  1.1       +123 -0    ports/lang/gnatdroid-armv7/Makefile (new)
  1.1       +2 -0      ports/lang/gnatdroid-armv7/distinfo (new)
  1.1       +11 -0     ports/lang/gnatdroid-armv7/files/patch-configure (new)
  1.1       +27 -0     ports/lang/gnatdroid-armv7/files/patch-gcc__Makefile.in (new)
  1.1       +50 -0     ports/lang/gnatdroid-armv7/files/patch-gcc__ada__adaint.c (new)
  1.1       +15 -0     ports/lang/gnatdroid-armv7/files/patch-libiberty__getpagesize.c (new)
  1.1       +14 -0     ports/lang/gnatdroid-armv7/files/patch-libiberty__setprotitle.c (new)
  1.1       +6 -0      ports/lang/gnatdroid-armv7/pkg-descr (new)
  1.1       +30 -0     ports/lang/gnatdroid-armv7/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"
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2011-09-07 12:09:26 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!