From owner-svn-ports-head@FreeBSD.ORG Thu May 16 02:49:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BFA4DAB1; Thu, 16 May 2013 02:49:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B2CB4947; Thu, 16 May 2013 02:49:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4G2nkBK023674; Thu, 16 May 2013 02:49:46 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4G2nkoK023673; Thu, 16 May 2013 02:49:46 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201305160249.r4G2nkoK023673@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 16 May 2013 02:49:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318270 - head/x11-wm/i3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 May 2013 02:49:46 -0000 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 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: