NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Android adb toolkit on NetBSD, any takers?



On Sun, Mar 01, 2015 at 11:59:30AM +0530, Mayuresh wrote:
> Where could I try to get the distfile from?

(I sent a similar mail, though not sure why it has not appeared on list.)


I got the distfile from here, a master site mentioned in FreeBSD port:
https://codeload.github.com/android/platform_system_core/legacy.tar.gz/android-5.0.0_r7?dummy=/

The distinfo has changed. Besides the following patch to Makefile.

However, do not know how to adjust the MASTER_SITES for above URL.

Let me know whether I should commit the distinfo and the following patch.

Mayuresh


Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc-wip/wip/android-tools-adb/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    28 Feb 2015 21:46:37 -0000      1.2
+++ Makefile    1 Mar 2015 07:24:08 -0000
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=      android-5.0.2_r1
+DISTNAME=      android-platform_system_core-android-5.0.2_r1-0-g8032f3b
 PKGNAME=       android-tools-adb-5.0.2
 CATEGORIES=    devel
 MASTER_SITES=  https://github.com/android/platform_system_core/archive/
@@ -10,7 +10,7 @@
 COMMENT=       Android debug bridge command line tool
 LICENSE=       apache-2.0
 
-WRKSRC=                ${WRKDIR}/platform_system_core-android-5.0.2_r1/adb
+WRKSRC=                ${WRKDIR}/android-platform_system_core-7223571/adb
 USE_TOOLS+=    gmake
 
 MAKE_JOBS_SAFE=        no



Home | Main Index | Thread Index | Old Index