Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2015 16:34:35 +0000
From:      Steve Wills <swills@FreeBSD.org>
To:        Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r396292 - in head: Mk lang/ruby20 lang/ruby20/files
Message-ID:  <20150908163431.GA5019@mouf.net>
In-Reply-To: <201509071746.t87Hk7a0069604@repo.freebsd.org>
References:  <201509071746.t87Hk7a0069604@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--ikeVEW9yuYc//A+q
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hi,

This commit and the two after it appear to have broken the plist in the DOCS
and EXAMPLES options are disabled. Could you please take a look?

Thanks,
Steve

On Mon, Sep 07, 2015 at 05:46:07PM +0000, Sunpoet Po-Chuan Hsieh wrote:
> Author: sunpoet
> Date: Mon Sep  7 17:46:06 2015
> New Revision: 396292
> URL: https://svnweb.freebsd.org/changeset/ports/396292
>=20
> Log:
>   - Move *_DEPENDS together
>   - Sort CONFIGURE_ARGS
>   - Remove duplicate WRKSRC
>   - Sort USES
>   - Use pre-install: instead of pre-su-install:
>   - Convert to new options helper
>   - Convert to new options target helper
>   - Change options helper: (copied from ruby22)
>     - Use CAPIDOCS_CONFIGURE_ENABLE instead of CAPIDOCS_CONFIGURE_OFF
>     - Use RDOC_CONFIGURE_ENABLE instead of RDOC_CONFIGURE_OFF
>   - Add regression-test:
>   - Fix typo
>   - Cosmetic change
>   - Pet portlint: fix diff header of patch files
>   - Bump PORTREVISION for package change
>=20
> Modified:
>   head/Mk/bsd.ruby.mk
>   head/lang/ruby20/Makefile
>   head/lang/ruby20/files/patch-Makefile.in
>   head/lang/ruby20/files/patch-configure.in
>   head/lang/ruby20/files/patch-cont.c
>   head/lang/ruby20/files/patch-lib-rdoc-single_class.rb
>   head/lang/ruby20/files/patch-lib__rdoc__ruby_lex.rb
>   head/lang/ruby20/files/patch-lib_mkmf.rb
>   head/lang/ruby20/files/patch-tool_mkconfig.rb
>   head/lang/ruby20/files/patch-tool_rbinstall.rb
>=20
> Modified: head/Mk/bsd.ruby.mk
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/Mk/bsd.ruby.mk	Mon Sep  7 17:41:55 2015	(r396291)
> +++ head/Mk/bsd.ruby.mk	Mon Sep  7 17:46:06 2015	(r396292)
> @@ -172,7 +172,7 @@ RUBY?=3D			${LOCALBASE}/bin/${RUBY_NAME}
>  # Ruby 2.0
>  #
>  RUBY_RELVERSION=3D	2.0.0
> -RUBY_PORTREVISION=3D	0
> +RUBY_PORTREVISION=3D	1
>  RUBY_PORTEPOCH=3D		1
>  RUBY_PATCHLEVEL=3D	645
>  RUBY20=3D			""	# PLIST_SUB helpers
>=20
> Modified: head/lang/ruby20/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/lang/ruby20/Makefile	Mon Sep  7 17:41:55 2015	(r396291)
> +++ head/lang/ruby20/Makefile	Mon Sep  7 17:46:06 2015	(r396292)
> @@ -6,7 +6,7 @@ PORTVERSION=3D	${RUBY_PORTVERSION}
>  PORTREVISION=3D	${RUBY_PORTREVISION}
>  PORTEPOCH=3D	${RUBY_PORTEPOCH}
>  CATEGORIES=3D	lang ruby ipv6
> -MASTER_SITES=3D		RUBY/${MASTER_SITE_SUBDIR_RUBY}
> +MASTER_SITES=3D	RUBY/${MASTER_SITE_SUBDIR_RUBY}
>  DISTNAME=3D	${RUBY_DISTNAME}
>  DIST_SUBDIR=3D	ruby
> =20
> @@ -16,29 +16,29 @@ COMMENT?=3D	Object-oriented interpreted sc
>  LICENSE=3D	BSD2CLAUSE RUBY
>  LICENSE_COMB=3D	dual
> =20
> -LIB_DEPENDS=3D	libyaml.so:${PORTSDIR}/textproc/libyaml
> -
>  # Using LIB_DEPENDS finds the libffi from gcc which causes problems
>  BUILD_DEPENDS=3D	libffi>=3D0:${PORTSDIR}/devel/libffi
> +LIB_DEPENDS=3D	libyaml.so:${PORTSDIR}/textproc/libyaml
>  RUN_DEPENDS=3D	libffi>=3D0:${PORTSDIR}/devel/libffi
> =20
> -GNU_CONFIGURE=3D	yes
> -WRKSRC=3D		${RUBY_WRKSRC}
>  CONFIGURE_ARGS=3D	${RUBY_CONFIGURE_ARGS} \
> -		--enable-shared \
> -		--enable-pthread \
>  		--disable-rpath \
> +		--enable-pthread \
> +		--enable-shared \
>  		--with-ruby-version=3Dminor \
>  		--with-sitedir=3D"${PREFIX}/lib/ruby/site_ruby" \
>  		--with-vendordir=3D"${PREFIX}/lib/ruby/vendor_ruby"
> -USE_OPENSSL=3D	yes
> -USE_LDCONFIG=3D	yes
> +CONFIGURE_ENV=3D	LC_ALL=3DC debugflags=3D
> +CPPFLAGS+=3D	-I${LOCALBASE}/include
> +GNU_CONFIGURE=3D	yes
> +# Keep this, else ruby will fail to load libraries dependent of libpthre=
ad.
> +LIBS+=3D		-lpthread -L${LOCALBASE}/lib
> +MAKE_ENV=3D	LC_ALL=3DC
>  USE_AUTOTOOLS=3D	autoconf
> -
> -CONFIGURE_ENV+=3D	LC_ALL=3DC
> -MAKE_ENV+=3D	LC_ALL=3DC
> -
> -WRKSRC=3D		${WRKDIR}/${PORTNAME}-${RUBY_DISTVERSION}
> +USE_LDCONFIG=3D	yes
> +USE_OPENSSL=3D	yes
> +USES=3D		cpe execinfo tar:bzip2
> +WRKSRC=3D		${RUBY_WRKSRC}
> =20
>  RUBY_VER=3D		2.0
>  USE_RUBY=3D		yes
> @@ -57,10 +57,14 @@ LIBEDIT_DESC=3D		Use libedit
>  READLINE_DESC=3D		Use libreadline
>  CAPIDOCS_BUILD_DEPENDS=3D	doxygen>0:${PORTSDIR}/devel/doxygen \
>  			dot:${PORTSDIR}/graphics/graphviz
> -CAPIDOCS_CONFIGURE_OFF=3D	--disable-install-capi
> -RDOC_CONFIGURE_OFF=3D	--disable-install-rdoc
> -
> -USES=3D		execinfo cpe tar:bzip2
> +CAPIDOCS_CONFIGURE_ENABLE=3D	install-capi
> +LIBEDIT_BUILD_DEPENDS=3D	libedit>=3D0:${PORTSDIR}/devel/libedit
> +LIBEDIT_CONFIGURE_ON=3D	--enable-libedit --with-libedit-prefix=3D${LOCAL=
BASE}
> +LIBEDIT_RUN_DEPENDS=3D	libedit>=3D0:${PORTSDIR}/devel/libedit
> +RDOC_CONFIGURE_ENABLE=3D	install-rdoc
> +READLINE_BUILD_DEPENDS=3D	readline>=3D0:${PORTSDIR}/devel/readline
> +READLINE_CONFIGURE_ON=3D	--disable-libedit --with-readline-prefix=3D${LO=
CALBASE}
> +READLINE_RUN_DEPENDS=3D	readline>=3D0:${PORTSDIR}/devel/readline
> =20
>  CPE_VENDOR=3D	ruby-lang
>  CPE_VERSION=3D	${RUBY_RELVERSION}
> @@ -78,10 +82,6 @@ _SUF2=3D	,${PORTEPOCH}
>  _SUF1=3D	_${PORTREVISION}
>  .endif
> =20
> -CPPFLAGS+=3D	-I${LOCALBASE}/include
> -# Keep this, else ruby will fail to load libraries dependent op libpthre=
ad.
> -LIBS+=3D		-lpthread -L${LOCALBASE}/lib
> -
>  .if ${OPSYS} =3D=3D "FreeBSD"
>  .if exists(/usr/sbin/dtrace) && (${OSVERSION} > 1100032) && (${ARCH} =3D=
=3D "amd64" || ${ARCH} =3D=3D "i386")
>  CONFIGURE_ARGS+=3D	--enable-dtrace
> @@ -94,24 +94,10 @@ CONFIGURE_ARGS+=3D	--disable-dtrace
>  CONFIGURE_ARGS+=3D	--with-setjmp-type=3D_setjmp
>  .endif
> =20
> -CONFIGURE_ENV=3D	debugflags=3D
> -
>  .if ${PORT_OPTIONS:MCAPIDOCS}
>  MAKE_JOBS_UNSAFE=3D	yes
>  .endif
> =20
> -.if ${PORT_OPTIONS:MLIBEDIT}
> -BUILD_DEPENDS+=3D	libedit>=3D0:${PORTSDIR}/devel/libedit
> -RUN_DEPENDS+=3D	libedit>=3D0:${PORTSDIR}/devel/libedit
> -CONFIGURE_ARGS+=3D	--enable-libedit --with-libedit-prefix=3D${LOCALBASE}
> -.endif
> -
> -.if ${PORT_OPTIONS:MREADLINE}
> -BUILD_DEPENDS+=3D	readline>=3D0:${PORTSDIR}/devel/readline
> -RUN_DEPENDS+=3D	readline>=3D0:${PORTSDIR}/devel/readline
> -CONFIGURE_ARGS+=3D	--disable-libedit --with-readline-prefix=3D${LOCALBAS=
E}
> -.endif
> -
>  .if ${RUBY_VER} =3D=3D ${RUBY_DEFAULT_VER}
>  MLINKS=3D		${RUBY_NAME}.1 ruby.1
>  PLIST_SUB+=3D	IF_DEFAULT=3D""
> @@ -179,36 +165,26 @@ post-build:
>  	@${RB_SET_CONF_VAR} "INSTALL_PROGRAM" "ENV['RB_USER_INSTALL'] ? '${INST=
ALL} ${COPY} ${STRIP} -m ${BINMODE}' : '${INSTALL_PROGRAM}'"
>  	@${RB_SET_CONF_VAR} "INSTALL_SCRIPT" "ENV['RB_USER_INSTALL'] ? '${INSTA=
LL} ${COPY} -m ${BINMODE}' : '${INSTALL_SCRIPT}'"
>  	@${RB_SET_CONF_VAR} "INSTALL_DATA" "ENV['RB_USER_INSTALL'] ? '${INSTALL=
} ${COPY} -m ${SHAREMODE}' : '${INSTALL_DATA}'"
> -.if ${PORT_OPTIONS:MCAPIDOCS}
> +
> +post-build-CAPIDOCS-on:
>  	${FIND} ${WRKSRC}/doc -type d -empty -delete
> -.endif
> =20
> -pre-su-install:
> +pre-install:
>  	${MKDIR} ${STAGEDIR}${RUBY_SITEARCHLIBDIR}
>  	${MKDIR} ${STAGEDIR}${RUBY_VENDORARCHLIBDIR}
> -.if ${PORT_OPTIONS:MDOCS}
> +
> +pre-install-DOCS-on:
>  	${MKDIR} ${STAGEDIR}${RUBY_DOCDIR}
> -.endif
> -.if ${PORT_OPTIONS:MEXAMPLES}
> +
> +pre-install-EXAMPLES-on:
>  	${MKDIR} ${STAGEDIR}${RUBY_EXAMPLESDIR}
> -.endif
> -.if ${PORT_OPTIONS:MRDOC}
> +
> +pre-install-RDOC-on:
>  	${MKDIR} ${STAGEDIR}${RUBY_RIDIR}
>  	${MKDIR} ${STAGEDIR}${RUBY_SITERIDIR}
> -.endif
> =20
>  post-install:
>  #
> -# XXX: hack to strip ruby binary. Ruby uses its own install script that =
seems
> -# bogus to hack.
> -#
> -.if defined(STRIP) && ${STRIP} =3D=3D -s && ! ${PORT_OPTIONS:MDEBUG}
> -	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${RUBY_NAME}
> -	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libruby${RUBY_SHLIBVER}.so.${RUBY=
_SHLIBVER}
> -	${FIND} ${STAGEDIR}${RUBY_ARCHLIBDIR} -type f -name '*\.so' -exec ${STR=
IP_CMD} {} \;
> -.endif
> -
> -#
>  # Link just installed "ruby" to "ruby20", etc.
>  #
>  .if ${RUBY_VER} =3D=3D ${RUBY_DEFAULT_VER}
> @@ -217,18 +193,24 @@ post-install:
>  . endfor
>  .endif
> =20
> +post-install-DEBUG-off:
> +#
> +# XXX: hack to strip ruby binary. Ruby uses its own install script that =
seems
> +# bogus to hack.
> +#
> +.if defined(STRIP) && ${STRIP} =3D=3D -s
> +	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${RUBY_NAME}
> +	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libruby${RUBY_SHLIBVER}.so.${RUBY=
_SHLIBVER}
> +	${FIND} ${STAGEDIR}${RUBY_ARCHLIBDIR} -type f -name '*\.so' -exec ${STR=
IP_CMD} {} \;
> +.endif
> +
> +post-install-DOCS-on:
>  	# Create all dirs required (":u" isn't avaiable in STABLE yet :-()
> -	${MKDIR} ${EXTSAMPLES:C,^([^/]+)/.*,\1,:S,^,${STAGEDIR}${RUBY_EXAMPLESD=
IR}/,}
>  	${MKDIR} ${EXTDOCS:C,^([^/]+)/.*,\1,:S,^,${STAGEDIR}${RUBY_DOCDIR}/,}
> -.for FILE in ${EXTSAMPLES}
> -	${INSTALL_DATA} ${WRKSRC}/ext/${FILE} \
> -		${STAGEDIR}${RUBY_EXAMPLESDIR}/${FILE:C,^([^/]+)/.*,\1,}/
> -.endfor
>  .for FILE in ${EXTDOCS}
>  	${INSTALL_DATA} ${WRKSRC}/ext/${FILE} \
>  		${STAGEDIR}${RUBY_DOCDIR}/${FILE:C,^([^/]+)/.*,\1,}/
>  .endfor
> -	@(cd ${WRKSRC}/sample/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${RUBY_EXAMPL=
ESDIR}/)
>  	@(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${RUBY_DOCDIR}/)
>  	${INSTALL_DATA} ${WRKSRC}/COPYING*	\
>  			${WRKSRC}/ChangeLog	\
> @@ -236,7 +218,16 @@ post-install:
>  			${WRKSRC}/README*	\
>  			${STAGEDIR}${RUBY_DOCDIR}/
> =20
> -test:
> +post-install-EXAMPLES-on:
> +	# Create all dirs required (":u" isn't avaiable in STABLE yet :-()
> +	${MKDIR} ${EXTSAMPLES:C,^([^/]+)/.*,\1,:S,^,${STAGEDIR}${RUBY_EXAMPLESD=
IR}/,}
> +.for FILE in ${EXTSAMPLES}
> +	${INSTALL_DATA} ${WRKSRC}/ext/${FILE} \
> +		${STAGEDIR}${RUBY_EXAMPLESDIR}/${FILE:C,^([^/]+)/.*,\1,}/
> +.endfor
> +	@(cd ${WRKSRC}/sample/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${RUBY_EXAMPL=
ESDIR}/)
> +
> +regression-test test:
>  	@(cd ${WRKSRC}; ${MAKE} test)
> =20
>  validate:
>=20
> Modified: head/lang/ruby20/files/patch-Makefile.in
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/lang/ruby20/files/patch-Makefile.in	Mon Sep  7 17:41:55 2015	(r3=
96291)
> +++ head/lang/ruby20/files/patch-Makefile.in	Mon Sep  7 17:46:06 2015	(r3=
96292)
> @@ -1,5 +1,5 @@
> ---- Makefile.in.orig	2014-09-26 18:04:17.720164117 +0000
> -+++ Makefile.in	2014-09-26 18:04:53.535161754 +0000
> +--- Makefile.in.orig	2014-09-26 18:04:18 UTC
> ++++ Makefile.in
>  @@ -342,7 +342,7 @@
>  =20
>   .d.h:
>=20
> Modified: head/lang/ruby20/files/patch-configure.in
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/lang/ruby20/files/patch-configure.in	Mon Sep  7 17:41:55 2015	(r=
396291)
> +++ head/lang/ruby20/files/patch-configure.in	Mon Sep  7 17:46:06 2015	(r=
396292)
> @@ -1,5 +1,5 @@
> ---- configure.in.orig	2014-09-26 17:17:06.072358809 +0000
> -+++ configure.in	2014-09-26 17:17:32.251357664 +0000
> +--- configure.in.orig	2014-09-26 17:17:06 UTC
> ++++ configure.in
>  @@ -515,7 +515,7 @@
>   [AC_CACHE_CHECK(whether dtrace USDT is available, rb_cv_dtrace_availabl=
e,
>   [
>=20
> Modified: head/lang/ruby20/files/patch-cont.c
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/lang/ruby20/files/patch-cont.c	Mon Sep  7 17:41:55 2015	(r396291)
> +++ head/lang/ruby20/files/patch-cont.c	Mon Sep  7 17:46:06 2015	(r396292)
> @@ -1,5 +1,5 @@
> ---- cont.c.orig	2013-10-09 15:37:54.000000000 +0000
> -+++ cont.c	2013-11-22 15:05:19.138396780 +0000
> +--- cont.c.orig	2013-10-09 15:37:54 UTC
> ++++ cont.c
>  @@ -44,6 +44,8 @@
>   /* At least, Linux/ia64's getcontext(3) doesn't save register window.
>    */
>=20
> Modified: head/lang/ruby20/files/patch-lib-rdoc-single_class.rb
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/lang/ruby20/files/patch-lib-rdoc-single_class.rb	Mon Sep  7 17:4=
1:55 2015	(r396291)
> +++ head/lang/ruby20/files/patch-lib-rdoc-single_class.rb	Mon Sep  7 17:4=
6:06 2015	(r396292)
> @@ -1,4 +1,4 @@
> ---- lib/rdoc/single_class.rb
> +--- lib/rdoc/single_class.rb	2012-11-27 04:28:14 UTC
>  +++ lib/rdoc/single_class.rb
>  @@ -10,6 +10,10 @@ def ancestors
>       superclass ? super + [superclass] : super
>=20
> Modified: head/lang/ruby20/files/patch-lib__rdoc__ruby_lex.rb
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/lang/ruby20/files/patch-lib__rdoc__ruby_lex.rb	Mon Sep  7 17:41:=
55 2015	(r396291)
> +++ head/lang/ruby20/files/patch-lib__rdoc__ruby_lex.rb	Mon Sep  7 17:46:=
06 2015	(r396292)
> @@ -1,5 +1,5 @@
> ---- ./lib/rdoc/ruby_lex.rb.orig	2012-12-18 07:31:36.000000000 +0000
> -+++ ./lib/rdoc/ruby_lex.rb	2014-01-02 01:09:06.630327388 +0000
> +--- ./lib/rdoc/ruby_lex.rb.orig	2012-12-18 07:31:36 UTC
> ++++ ./lib/rdoc/ruby_lex.rb
>  @@ -1028,6 +1028,8 @@
>       end
>  =20
>=20
> Modified: head/lang/ruby20/files/patch-lib_mkmf.rb
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/lang/ruby20/files/patch-lib_mkmf.rb	Mon Sep  7 17:41:55 2015	(r3=
96291)
> +++ head/lang/ruby20/files/patch-lib_mkmf.rb	Mon Sep  7 17:46:06 2015	(r3=
96292)
> @@ -1,5 +1,5 @@
> ---- lib/mkmf.rb.orig	2013-06-26 07:03:38.000000000 -0700
> -+++ lib/mkmf.rb	2013-07-03 17:43:05.000000000 -0700
> +--- lib/mkmf.rb.orig	2013-06-26 14:03:38 UTC
> ++++ lib/mkmf.rb
>  @@ -226,7 +226,7 @@
>     end
>     $extmk ||=3D false
>=20
> Modified: head/lang/ruby20/files/patch-tool_mkconfig.rb
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/lang/ruby20/files/patch-tool_mkconfig.rb	Mon Sep  7 17:41:55 201=
5	(r396291)
> +++ head/lang/ruby20/files/patch-tool_mkconfig.rb	Mon Sep  7 17:46:06 201=
5	(r396292)
> @@ -1,5 +1,5 @@
> ---- tool/mkconfig.rb.orig	2013-05-27 03:20:03.501815638 +0000
> -+++ tool/mkconfig.rb	2013-05-27 03:20:31.093814303 +0000
> +--- tool/mkconfig.rb.orig	2013-05-27 03:20:04 UTC
> ++++ tool/mkconfig.rb
>  @@ -173,7 +173,8 @@
>   end
>   vars["prefix"] =3D ""
>=20
> Modified: head/lang/ruby20/files/patch-tool_rbinstall.rb
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/lang/ruby20/files/patch-tool_rbinstall.rb	Mon Sep  7 17:41:55 20=
15	(r396291)
> +++ head/lang/ruby20/files/patch-tool_rbinstall.rb	Mon Sep  7 17:46:06 20=
15	(r396292)
> @@ -1,5 +1,5 @@
> ---- tool/rbinstall.rb.orig	2013-02-07 08:02:31.000000000 +0000
> -+++ tool/rbinstall.rb	2013-02-17 21:44:37.906833639 +0000
> +--- tool/rbinstall.rb.orig	2013-02-07 08:02:31 UTC
> ++++ tool/rbinstall.rb
>  @@ -307,6 +307,7 @@
>   libdir =3D CONFIG["libdir", true]
>   rubyhdrdir =3D CONFIG["rubyhdrdir", true]

--ikeVEW9yuYc//A+q
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQF8BAEBCgBmBQJV7w4UXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5OEZBNDE0QTVDMkEwRUY5Q0ZEMEFEMERG
NUNGNjJCMzIwN0IxQkExAAoJEPXPYrMgexuh6rgH/1yBLGNwyswiwGq+mUJ/NoPU
/4a4w6epTsS2ETPZVh8tIZGmCxFIRJY+8MJfXrCh6mMq1sUlDyUBMHCASnbTMJ0y
YqAdIvYljhsxgzn5LHfAapeOmI4byOabnTS0Mr5WwDF4ufs781NsCCmqCbqmsvfE
5tHB0vuqQ9mxUJctSqrnq0+fH7HbBouP05IReVRc5VcHv9LPQ6sW2/CionHy5U6v
vkfuYOoVbpBYWvwSkEogXt57Lfac3wkpIlJhXQAs2Wa60H+PkqmQADZ3CXtRVT0T
sYwjpcsBOqsPBdKPp/QcRtNkXT+WkHYSNUNEXU279saozNy4FCtrwAv1tNuAYe0=
=TggK
-----END PGP SIGNATURE-----

--ikeVEW9yuYc//A+q--



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