From owner-svn-ports-all@FreeBSD.ORG Sat Jan 25 01:04:41 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 554FBBCF; Sat, 25 Jan 2014 01:04:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4120B1B7D; Sat, 25 Jan 2014 01:04:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0P14fFv029426; Sat, 25 Jan 2014 01:04:41 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0P14f7g029425; Sat, 25 Jan 2014 01:04:41 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401250104.s0P14f7g029425@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 25 Jan 2014 01:04:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340977 - head/editors/zile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2014 01:04:41 -0000 Author: bapt Date: Sat Jan 25 01:04:40 2014 New Revision: 340977 URL: http://svnweb.freebsd.org/changeset/ports/340977 QAT: https://qat.redports.org/buildarchive/r340977/ Log: Support stage Modified: head/editors/zile/Makefile Modified: head/editors/zile/Makefile ============================================================================== --- head/editors/zile/Makefile Sat Jan 25 00:59:55 2014 (r340976) +++ head/editors/zile/Makefile Sat Jan 25 01:04:40 2014 (r340977) @@ -9,17 +9,16 @@ MASTER_SITES= GNU MAINTAINER= culot@FreeBSD.org COMMENT= Small emacs-like text editor -LIB_DEPENDS= gc:${PORTSDIR}/devel/boehm-gc +LIB_DEPENDS= libgc.so:${PORTSDIR}/devel/boehm-gc BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:${PORTSDIR}/misc/help2man -USE_GMAKE= yes -USES= perl5 +USES= gmake perl5 USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-regex -MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} \ + man/man1/${PORTNAME}.1.gz \ %%DOCSDIR%%/AUTHORS \ %%DOCSDIR%%/FAQ \ %%DOCSDIR%%/NEWS \ @@ -29,7 +28,6 @@ PLIST_DIRS= %%DOCSDIR%% CPPFLAGS+= -I${LOCALBASE}/include -isystem /usr/include/gnu LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/need_charset_alias=/s|true|false|g' ${WRKSRC}/lib/Makefile.in