svn commit: r400116 - in head/devel: android-tools-adb android-tools-fastboot

Jan Beich jbeich at FreeBSD.org
Sat Oct 24 10:12:37 UTC 2015


Author: jbeich
Date: Sat Oct 24 10:12:36 2015
New Revision: 400116
URL: https://svnweb.freebsd.org/changeset/ports/400116

Log:
  devel/android-tools-{adb,fastboot}: force all distfiles for |make makesum|
  
  Forgetting to pass DISABLE_CONFLICTS= is easy to notice unlike
  a missing checksum. So, hook into makesum like with update-revision.

Modified:
  head/devel/android-tools-adb/Makefile   (contents, props changed)
  head/devel/android-tools-fastboot/Makefile   (contents, props changed)

Modified: head/devel/android-tools-adb/Makefile
==============================================================================
--- head/devel/android-tools-adb/Makefile	Sat Oct 24 10:12:21 2015	(r400115)
+++ head/devel/android-tools-adb/Makefile	Sat Oct 24 10:12:36 2015	(r400116)
@@ -45,6 +45,10 @@ PORTDOCS=	*
 OPTIONS_DEFINE+=BASH DOCS TEST
 OPTIONS_SUB=	yes
 
+.if make(makesum) # for optional distfiles
+.MAKEFLAGS:	WITH="${OPTIONS_DEFINE}"
+.endif
+
 BASH_GH_ACCOUNT=	mbrubeck:bashcomp
 BASH_GH_PROJECT=	android-completion:bashcomp
 BASH_GH_TAGNAME=	3b0fabe:bashcomp

Modified: head/devel/android-tools-fastboot/Makefile
==============================================================================
--- head/devel/android-tools-fastboot/Makefile	Sat Oct 24 10:12:21 2015	(r400115)
+++ head/devel/android-tools-fastboot/Makefile	Sat Oct 24 10:12:36 2015	(r400116)
@@ -50,6 +50,10 @@ SUB_FILES=	pkg-message
 OPTIONS_DEFINE=	BASH DOCS
 OPTIONS_SUB=	yes
 
+.if make(makesum) # for optional distfiles
+.MAKEFLAGS:	WITH="${OPTIONS_DEFINE}"
+.endif
+
 BASH_GH_ACCOUNT=	mbrubeck:bashcomp
 BASH_GH_PROJECT=	android-completion:bashcomp
 BASH_GH_TAGNAME=	3b0fabe:bashcomp


More information about the svn-ports-head mailing list