Bug 195171

Summary: devel/android-tools-adb update to 5.0.0_r7
Product: Ports & Packages Reporter: me
Component: Individual Port(s)Assignee: Kevin Lo <kevlo>
Status: Closed FIXED    
Severity: Affects Only Me CC: Ramsay.sRobertasa6296
Priority: --- Flags: me: maintainer-feedback? (kevlo)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
update android-tools-adb to 5.0.0_r7 none

Description me 2014-11-19 18:35:04 UTC
Created attachment 149596 [details]
update android-tools-adb to 5.0.0_r7

I do not know, if setting _FILE_OFFSET_BITS=64 for everything is the correct solution to the build problem that appears otherwise, especially if it applies to 32bit platforms. I assume it is ok from some comments I found about importing libz.

On 10.1-RELEASE/amd64, I was able to build devel/android-tools-adb that way and to use adb sideload to update my volantis from LRX21L to LRX21R, which did not work with android-tools-adb-4.4.4.r1_1.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-11-19 18:35:04 UTC
Auto-assigned to maintainer kevlo@FreeBSD.org
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-11-20 04:22:31 UTC
A commit references this bug:

Author: kevlo
Date: Thu Nov 20 04:22:17 UTC 2014
New revision: 372832
URL: https://svnweb.freebsd.org/changeset/ports/372832

Log:
  Update to 5.0.0_r7.

  PR:	195171
  Submitted by:	me at janh dot de

Changes:
  head/devel/android-tools-adb/Makefile
  head/devel/android-tools-adb/distinfo
  head/devel/android-tools-adb/files/Makefile
Comment 3 Kevin Lo freebsd_committer freebsd_triage 2014-11-20 04:25:12 UTC
(In reply to me from comment #0)
> Created attachment 149596 [details]
> update android-tools-adb to 5.0.0_r7
> 
> I do not know, if setting _FILE_OFFSET_BITS=64 for everything is the correct
> solution to the build problem that appears otherwise, especially if it
> applies to 32bit platforms. I assume it is ok from some comments I found
> about importing libz.
> 
> On 10.1-RELEASE/amd64, I was able to build devel/android-tools-adb that way
> and to use adb sideload to update my volantis from LRX21L to LRX21R, which
> did not work with android-tools-adb-4.4.4.r1_1.

Committed, thanks.  I tested it on the 32-bit machine and it worked fine 
for me.