Bug 160424 - [new port] Android binutils - dependency of gnatdroid cross compilers
Summary: [new port] Android binutils - dependency of gnatdroid cross compilers
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 14:50 UTC by John Marino
Modified: 2011-09-06 11:50 UTC (History)
0 users

See Also:


Attachments
file.shar (15.17 KB, text/plain)
2011-09-03 14:50 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 14:50:10 UTC
This new port installs Android 9 (ARM) binutils at {LOCALBASE}/android9
This is a dependency for the two gnatdroid FreeBSD to Android cross-compilers (Ada and C supported).

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

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-09-06 11:49:12 UTC
culot       2011-09-06 10:48:59 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/gnatdroid-binutils Makefile distinfo pkg-descr pkg-plist 
    lang/gnatdroid-binutils/files patch-bfd__Makefile.in 
                                  patch-binutils__Makefile.in 
                                  patch-configure 
                                  patch-gas__Makefile.in 
                                  patch-gas__configure.tgt 
                                  patch-gprof__Makefile.in 
                                  patch-ld__Makefile.in 
                                  patch-ld__configure.tgt 
                                  patch-libiberty__Makefile.in 
  Log:
  This package is a dependency of lang/gnatdroid. It provides the cross-tools
  required to build the GNAT FreeBSD->ARM cross-compiler that is gnatdroid,
  as well as any binaries that it produces.
  
  WWW: http://www.dragonlace.net
  
  PR:             ports/160424
  Submitted by:   John Marino <freebsdml@marino.st>
  
  Revision  Changes    Path
  1.741     +1 -0      ports/lang/Makefile
  1.1       +51 -0     ports/lang/gnatdroid-binutils/Makefile (new)
  1.1       +4 -0      ports/lang/gnatdroid-binutils/distinfo (new)
  1.1       +13 -0     ports/lang/gnatdroid-binutils/files/patch-bfd__Makefile.in (new)
  1.1       +11 -0     ports/lang/gnatdroid-binutils/files/patch-binutils__Makefile.in (new)
  1.1       +11 -0     ports/lang/gnatdroid-binutils/files/patch-configure (new)
  1.1       +11 -0     ports/lang/gnatdroid-binutils/files/patch-gas__Makefile.in (new)
  1.1       +10 -0     ports/lang/gnatdroid-binutils/files/patch-gas__configure.tgt (new)
  1.1       +20 -0     ports/lang/gnatdroid-binutils/files/patch-gprof__Makefile.in (new)
  1.1       +16 -0     ports/lang/gnatdroid-binutils/files/patch-ld__Makefile.in (new)
  1.1       +13 -0     ports/lang/gnatdroid-binutils/files/patch-ld__configure.tgt (new)
  1.1       +11 -0     ports/lang/gnatdroid-binutils/files/patch-libiberty__Makefile.in (new)
  1.1       +5 -0      ports/lang/gnatdroid-binutils/pkg-descr (new)
  1.1       +114 -0    ports/lang/gnatdroid-binutils/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-06 11:49:24 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!