From owner-svn-ports-all@FreeBSD.ORG Sat May 17 13:03:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 625F0B74; Sat, 17 May 2014 13:03:04 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F6FD2F84; Sat, 17 May 2014 13:03:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4HD34qn095457; Sat, 17 May 2014 13:03:04 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4HD3325095455; Sat, 17 May 2014 13:03:03 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201405171303.s4HD3325095455@svn.freebsd.org> From: Pawel Pekala Date: Sat, 17 May 2014 13:03:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354318 - head/japanese/texinfo 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.18 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, 17 May 2014 13:03:04 -0000 Author: pawel Date: Sat May 17 13:03:03 2014 New Revision: 354318 URL: http://svnweb.freebsd.org/changeset/ports/354318 QAT: https://qat.redports.org/buildarchive/r354318/ Log: - Add staging support - Convert to USES=gmake Modified: head/japanese/texinfo/Makefile head/japanese/texinfo/pkg-plist Modified: head/japanese/texinfo/Makefile ============================================================================== --- head/japanese/texinfo/Makefile Sat May 17 12:25:51 2014 (r354317) +++ head/japanese/texinfo/Makefile Sat May 17 13:03:03 2014 (r354318) @@ -18,17 +18,16 @@ COMMENT= Typeset Texinfo files for print RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex -USE_GMAKE= yes +USES= gettext gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=j + +MAKE_ARGS= TEXMF=${PREFIX}/${TEXMFLOCAL} INSTALL_TARGET= install install-tex + CFLAGS+= "-DEUC=1" -MAKE_ARGS= TEXMF=${PREFIX}/${TEXMFLOCAL} + PLIST_SUB= TEXMFLOCAL=${TEXMFLOCAL} TEXMFLOCAL= share/texmf-local -MAN1= jinfo.1 jinfokey.1 jinstall-info.1 jmakeinfo.1 jtexindex.1 jtexi2dvi.1 -MAN5= jinfo.5 jtexinfo.5 - -NO_STAGE= yes .include Modified: head/japanese/texinfo/pkg-plist ============================================================================== --- head/japanese/texinfo/pkg-plist Sat May 17 12:25:51 2014 (r354317) +++ head/japanese/texinfo/pkg-plist Sat May 17 13:03:03 2014 (r354318) @@ -16,6 +16,14 @@ info/info-stnd.info @exec install-info %D/info/info.info %D/info/dir @exec install-info %D/info/texinfo %D/info/dir @exec install-info %D/info/info-stnd.info %D/info/dir +man/man1/jinfo.1.gz +man/man1/jinfokey.1.gz +man/man1/jinstall-info.1.gz +man/man1/jmakeinfo.1.gz +man/man1/jtexi2dvi.1.gz +man/man1/jtexindex.1.gz +man/man5/jinfo.5.gz +man/man5/jtexinfo.5.gz share/texinfo/texinfo.cat share/texinfo/texinfo.dtd share/texinfo/texinfo.xsl