Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Feb 2016 21:05:56 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408312 - head/devel/openocd
Message-ID:  <201602062105.u16L5u5Z080617@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb  6 21:05:55 2016
New Revision: 408312
URL: https://svnweb.freebsd.org/changeset/ports/408312

Log:
  Fix build on FreeBSD 10 by always using makeinfo from ports,
  makeinfo from base doesn't understand some commands
  
  Reported by:	pkg-fallout

Modified:
  head/devel/openocd/Makefile

Modified: head/devel/openocd/Makefile
==============================================================================
--- head/devel/openocd/Makefile	Sat Feb  6 20:59:29 2016	(r408311)
+++ head/devel/openocd/Makefile	Sat Feb  6 21:05:55 2016	(r408312)
@@ -9,8 +9,11 @@ MASTER_SITES=	SF
 MAINTAINER=	skreuzer@FreeBSD.org
 COMMENT=	Open On-Chip Debugger
 
+BUILD_DEPENDS=	${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--disable-werror
+CONFIGURE_ENV=	MAKEINFO=${LOCALBASE}/bin/makeinfo
 
 OPTIONS_DEFINE=	DOC JIMTCL VERBOSE JTAG_IO USB_IO PARPORT DUMMY FT2232 FTDI \
 	USBBLASTER EP93XX AT91RM9200 PRESTO USBPROG JLINK VSLLINK RLINK ULINK \



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