Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2016 12:58:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428754 - head/devel/openocd
Message-ID:  <201612171258.uBHCwj9T080308@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 17 12:58:45 2016
New Revision: 428754
URL: https://svnweb.freebsd.org/changeset/ports/428754

Log:
  - Add LICENSE
  - Use USES=makeinfo instead of hard-coded BUILD_DEPENDS
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/openocd/Makefile

Modified: head/devel/openocd/Makefile
==============================================================================
--- head/devel/openocd/Makefile	Sat Dec 17 12:58:41 2016	(r428753)
+++ head/devel/openocd/Makefile	Sat Dec 17 12:58:45 2016	(r428754)
@@ -9,7 +9,8 @@ MASTER_SITES=	SF
 MAINTAINER=	skreuzer@FreeBSD.org
 COMMENT=	Open On-Chip Debugger
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/makeinfo:print/texinfo
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--disable-werror
@@ -52,7 +53,7 @@ RMTBITBANG_DESC=Support Remote-Bitbang D
 MINIDRIVER_DESC=Dummy minidriver only (will exclude others!)
 CMSISDAP_DESC=Support for CMSIS-DAP Compliant Debugger
 
-USES=		gmake libtool pkgconfig tar:bzip2
+USES=		gmake libtool makeinfo pkgconfig tar:bzip2
 CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 INFO=		openocd
 



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