From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 15:32:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0EDFF106564A; Sat, 15 Sep 2012 15:32:30 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B27EC8FC16; Sat, 15 Sep 2012 15:32:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8FFWUsm077148; Sat, 15 Sep 2012 15:32:30 GMT (envelope-from ume@svn.freebsd.org) Received: (from ume@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8FFWUhg077145; Sat, 15 Sep 2012 15:32:30 GMT (envelope-from ume@svn.freebsd.org) Message-Id: <201209151532.q8FFWUhg077145@svn.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 15 Sep 2012 15:32:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304319 - in head/japanese: gedy gsuica X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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, 15 Sep 2012 15:32:31 -0000 Author: ume Date: Sat Sep 15 15:32:30 2012 New Revision: 304319 URL: http://svn.freebsd.org/changeset/ports/304319 Log: It requires some additional ruby libs build for ruby19. So, mark IGNORE when RUBY_DEFAULT_VER is not 1.9. Spotted by: pointyhat via beat Modified: head/japanese/gedy/Makefile head/japanese/gsuica/Makefile Modified: head/japanese/gedy/Makefile ============================================================================== --- head/japanese/gedy/Makefile Sat Sep 15 15:21:23 2012 (r304318) +++ head/japanese/gedy/Makefile Sat Sep 15 15:32:30 2012 (r304319) @@ -32,6 +32,12 @@ NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} +.include + +.if ${RUBY_DEFAULT_VER} != ${RUBY_VER} +IGNORE= requires RUBY_DEFAULT_VER=${RUBY_VER} +.endif + post-patch: @${REINPLACE_CMD} -e 's,#! /usr/bin/ruby1.9.3,#!${RUBY},g' \ ${WRKSRC}/${PORTNAME} @@ -39,4 +45,4 @@ post-patch: do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin -.include +.include Modified: head/japanese/gsuica/Makefile ============================================================================== --- head/japanese/gsuica/Makefile Sat Sep 15 15:21:23 2012 (r304318) +++ head/japanese/gsuica/Makefile Sat Sep 15 15:32:30 2012 (r304319) @@ -32,6 +32,12 @@ NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} +.include + +.if ${RUBY_DEFAULT_VER} != ${RUBY_VER} +IGNORE= requires RUBY_DEFAULT_VER=${RUBY_VER} +.endif + post-patch: @${REINPLACE_CMD} -e 's,#! /usr/bin/ruby1.9.3,#!${RUBY},g' \ ${WRKSRC}/${PORTNAME} @@ -55,4 +61,4 @@ station-code-fetch: station-code-install: @(cd ${WRKDIR}; ${SH} station_code_conv.sh StationCode.xls) -.include +.include