svn commit: r415502 - head/devel/fb-adb

Mathieu Arnold mat at FreeBSD.org
Thu May 19 22:28:52 UTC 2016


+--On 19 mai 2016 18:17:33 +0200 Jan Beich <jbeich at FreeBSD.org> wrote:
| Mathieu Arnold <mat at FreeBSD.org> writes:
| 
|> Modified: head/devel/fb-adb/Makefile
|> ========================================================================
|> ====== --- head/devel/fb-adb/Makefile	Thu May 19 10:57:35 2016	(r415501)
|> +++ head/devel/fb-adb/Makefile	Thu May 19 11:06:12 2016	(r415502) @@
|> -56,16 +56,17 @@ WRKSRC_ndk=		${ANDROID_NDK}
|>  .else
|>  NDK_DISTFILES=		${DISTNAME_ndk}.bin:ndk
|>  DISTNAME_ndk=		android-ndk-r10e-linux-${LINUX_RPM_ARCH:C/i.86/x86/}
|> +EXTRACT_ONLY=		${DISTFILES:N${EXTRACT_ONLY_7z}*}
|> +EXTRACT_ONLY_7z=	${DISTNAME_ndk}.bin
|>  WRKSRC_ndk=		${WRKDIR}/${DISTNAME_ndk:C/(-[^-]+){2}$//}
|>  .endif
| 
| :N${FOO} syntax doesn't work with fmake i.e., on FreeBSD 9.x. Notice the
| port already handles similar case via .if defined(.PARSEDIR) conditional
| at the end.

True.

| Why unconditionally?

Because it doesn't hurt.

| If you didn't like my previous fix here's another
| one.

It's not so much I did not like it, it did not work.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20160520/63ca4c38/attachment.sig>


More information about the svn-ports-head mailing list