svn commit: r408312 - head/devel/openocd

Antoine Brodin antoine at FreeBSD.org
Sat Feb 6 21:05:57 UTC 2016


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 at 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 \


More information about the svn-ports-all mailing list