svn commit: r318270 - head/x11-wm/i3

Baptiste Daroussin bapt at FreeBSD.org
Thu May 16 02:49:46 UTC 2013


Author: bapt
Date: Thu May 16 02:49:46 2013
New Revision: 318270
URL: http://svnweb.freebsd.org/changeset/ports/318270

Log:
  Drop build dependencies on bison/flex now that it is compatible with yacc/lex
  
  Reported by:	Vitaly Shevtsov <loki.vt at gmail.com>

Modified:
  head/x11-wm/i3/Makefile

Modified: head/x11-wm/i3/Makefile
==============================================================================
--- head/x11-wm/i3/Makefile	Thu May 16 02:12:57 2013	(r318269)
+++ head/x11-wm/i3/Makefile	Thu May 16 02:49:46 2013	(r318270)
@@ -14,7 +14,6 @@ COMMENT=	An improved dynamic tiling wind
 
 LICENSE=	BSD
 
-BUILD_DEPENDS=	flex>=2.5.35:${PORTSDIR}/textproc/flex
 LIB_DEPENDS=	xcb:${PORTSDIR}/x11/libxcb \
 		startup-notification:${PORTSDIR}/x11/startup-notification \
 		xcb-util:${PORTSDIR}/x11/xcb-util \
@@ -31,7 +30,7 @@ RUN_DEPENDS=	p5-IPC-Run>=0:${PORTSDIR}/d
 
 USE_PERL5_RUN=	yes
 USE_XORG=	x11 xcursor
-USES=		bison pkgconfig iconv
+USES=		pkgconfig iconv
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 MAKE_JOBS_UNSAFE=	yes
@@ -76,7 +75,6 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/|${PREFIX}/|g' ${WRKSRC}/man/i3-input.1
 	@${REINPLACE_CMD} -e 's|.SILENT||g' ${WRKSRC}/common.mk
 	@${REINPLACE_CMD} -e 's|-Iinclude|-Iinclude -Isrc|g' \
-			  -e 's|flex|${LOCALBASE}/bin/flex|g' \
 			  -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/common.mk
 
 do-install:


More information about the svn-ports-all mailing list