Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2013 02:49:46 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318270 - head/x11-wm/i3
Message-ID:  <201305160249.r4G2nkoK023673@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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:



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