Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2015 09:01:05 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400447 - head/devel/fb-adb
Message-ID:  <201510290901.t9T915A7024878@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Oct 29 09:01:05 2015
New Revision: 400447
URL: https://svnweb.freebsd.org/changeset/ports/400447

Log:
  devel/fb-adb: unbreak fetch after r400395
  
  Mk/bsd.options.mk selection of generic options that predate _VARS support
  includes DISTFILES but not MASTER_SITES unlike PATCHFILES + PATCH_SITES.
  
  => android-ndk-r10e-linux-x86.bin doesn't seem to exist in /portdistfiles/.
  => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/android-ndk-r10e-linux-x86.bin
  fetch: http://distcache.FreeBSD.org/ports-distfiles/android-ndk-r10e-linux-x86.bin: Not Found
  
  Reported by:	pkg-fallout

Modified:
  head/devel/fb-adb/Makefile   (contents, props changed)

Modified: head/devel/fb-adb/Makefile
==============================================================================
--- head/devel/fb-adb/Makefile	Thu Oct 29 08:47:18 2015	(r400446)
+++ head/devel/fb-adb/Makefile	Thu Oct 29 09:01:05 2015	(r400447)
@@ -54,7 +54,7 @@ DEBUG_CONFIGURE_ENABLE=	debuggable-stubs
 
 # XXX Convert into USES=android once more things depend on it
 NDK_DESC=		Build target stubs using Android NDK
-NDK_MASTER_SITES=	https://dl.google.com/android/ndk/:ndk
+NDK_VARS=		MASTER_SITES+=https://dl.google.com/android/ndk/:ndk
 .if defined(ANDROID_NDK)
 # Prefer NDK from environment
 WRKSRC_ndk=		${ANDROID_NDK}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510290901.t9T915A7024878>