Date: Sun, 17 Jan 2016 07:06:25 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406285 - in head: audio/ruby-audiofile audio/ruby-xmms2 biology/ruby-bio databases/ruby-bdb databases/ruby-mysql databases/rubygem-bdb1 devel/ruby-calendar devel/ruby-date2 devel/ruby-... Message-ID: <201601170706.u0H76PMK089011@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Jan 17 07:06:25 2016 New Revision: 406285 URL: https://svnweb.freebsd.org/changeset/ports/406285 Log: mark ports that don't work with Ruby 2.3 PR: 205774 Modified: head/audio/ruby-audiofile/Makefile head/audio/ruby-xmms2/Makefile head/biology/ruby-bio/Makefile head/databases/ruby-bdb/Makefile head/databases/ruby-mysql/Makefile head/databases/rubygem-bdb1/Makefile head/devel/ruby-calendar/Makefile head/devel/ruby-date2/Makefile head/devel/ruby-langscan/Makefile head/devel/ruby-rbbr/Makefile head/devel/rubygem-active_scaffold/Makefile head/devel/rubygem-blockenspiel/Makefile head/devel/rubygem-devise/Makefile head/irc/rbot/Makefile head/japanese/rubygem-jpmobile/Makefile head/lang/rubinius/Makefile head/mail/ruby-rmail/Makefile head/net/ruby-dict/Makefile head/textproc/ruby-deplate/Makefile head/textproc/ruby-rss.alt/Makefile head/textproc/ruby-sary/Makefile head/textproc/ruby-xml-configfile/Makefile head/www/ruby-aws/Makefile head/www/ruby-google/Makefile head/www/rubygem-acts-as-taggable-on/Makefile head/www/samidare/Makefile Modified: head/audio/ruby-audiofile/Makefile ============================================================================== --- head/audio/ruby-audiofile/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/audio/ruby-audiofile/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -19,6 +19,7 @@ COMMENT= Ruby binding to the audiofile l LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS EXAMPLES Modified: head/audio/ruby-xmms2/Makefile ============================================================================== --- head/audio/ruby-xmms2/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/audio/ruby-xmms2/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -16,6 +16,8 @@ CONFIGURE_TARGET= configure USE_RUBY= yes USE_GNOME= glib20 +BROKEN_RUBY23= yes + PLIST= ${.CURDIR}/pkg-plist XMMS2_SLAVE= ruby Modified: head/biology/ruby-bio/Makefile ============================================================================== --- head/biology/ruby-bio/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/biology/ruby-bio/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -16,6 +16,7 @@ LICENSE= GPLv2 RUBY LICENSE_COMB= dual BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= XMLPARSER BDB4 MYSQL PGSQL DOCS XMLPARSER_DESC= xmlparser support for faster Blast processing Modified: head/databases/ruby-bdb/Makefile ============================================================================== --- head/databases/ruby-bdb/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/databases/ruby-bdb/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -21,6 +21,8 @@ USE_BDB= yes OPTIONS_DEFINE= DOCS EXAMPLES +BROKEN_RUBY23= yes + USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_RUBY_RDOC= yes Modified: head/databases/ruby-mysql/Makefile ============================================================================== --- head/databases/ruby-mysql/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/databases/ruby-mysql/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -17,6 +17,7 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS Modified: head/databases/rubygem-bdb1/Makefile ============================================================================== --- head/databases/rubygem-bdb1/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/databases/rubygem-bdb1/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -13,6 +13,7 @@ LICENSE_COMB= dual BROKEN_RUBY21= yes BROKEN_RUBY22= yes +BROKEN_RUBY23= yes USES= execinfo USE_RUBY= yes Modified: head/devel/ruby-calendar/Makefile ============================================================================== --- head/devel/ruby-calendar/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/devel/ruby-calendar/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -14,6 +14,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby modules to handle various calendars BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS EXAMPLES Modified: head/devel/ruby-date2/Makefile ============================================================================== --- head/devel/ruby-date2/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/devel/ruby-date2/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -12,6 +12,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Alternative date class for Ruby BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS EXAMPLES Modified: head/devel/ruby-langscan/Makefile ============================================================================== --- head/devel/ruby-langscan/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/devel/ruby-langscan/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -18,6 +18,7 @@ BUILD_DEPENDS= flex>=2.5.31:${PORTSDIR}/ BROKEN_RUBY21= yes BROKEN_RUBY22= yes +BROKEN_RUBY23= yes USES= perl5 USE_AUTOTOOLS= aclocal:env automake:env autoconf:env Modified: head/devel/ruby-rbbr/Makefile ============================================================================== --- head/devel/ruby-rbbr/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/devel/ruby-rbbr/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -17,6 +17,7 @@ RUN_DEPENDS= rubygem-gettext>=0:${PORTSD rubygem-gtk2>=0:${PORTSDIR}/x11-toolkits/rubygem-gtk2 BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS Modified: head/devel/rubygem-active_scaffold/Makefile ============================================================================== --- head/devel/rubygem-active_scaffold/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/devel/rubygem-active_scaffold/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -19,4 +19,6 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +BROKEN_RUBY23= yes + .include <bsd.port.mk> Modified: head/devel/rubygem-blockenspiel/Makefile ============================================================================== --- head/devel/rubygem-blockenspiel/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/devel/rubygem-blockenspiel/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -15,4 +15,6 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +BROKEN_RUBY23= yes + .include <bsd.port.mk> Modified: head/devel/rubygem-devise/Makefile ============================================================================== --- head/devel/rubygem-devise/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/devel/rubygem-devise/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -22,6 +22,8 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +BROKEN_RUBY23= yes + SLAVEDIRS= rubygem-devise-rails4 OPTIONS_SINGLE= RAILS Modified: head/irc/rbot/Makefile ============================================================================== --- head/irc/rbot/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/irc/rbot/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -32,6 +32,8 @@ PORTDOCS= REQUIREMENTS ChangeLog OPTIONS_DEFINE= DOCS +BROKEN_RUBY23= yes + post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} Modified: head/japanese/rubygem-jpmobile/Makefile ============================================================================== --- head/japanese/rubygem-jpmobile/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/japanese/rubygem-jpmobile/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -20,6 +20,8 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +BROKEN_RUBY23= yes + PORTSCOUT= limit:^3\.0\. OPTIONS_DEFINE= GEOKIT IPADDRESSES TERMINFO Modified: head/lang/rubinius/Makefile ============================================================================== --- head/lang/rubinius/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/lang/rubinius/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -21,6 +21,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/bundle:$ BROKEN_FreeBSD_9= does not build BROKEN_FreeBSD_11= does not build +BROKEN_RUBY23= yes + HAS_CONFIGURE= yes CONFIGURE_ARGS= -P "${PREFIX}" \ -I "${PREFIX}/include/rubinius" \ Modified: head/mail/ruby-rmail/Makefile ============================================================================== --- head/mail/ruby-rmail/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/mail/ruby-rmail/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -15,6 +15,7 @@ COMMENT= Lightweight mail manipulating l LICENSE= BSD3CLAUSE BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS Modified: head/net/ruby-dict/Makefile ============================================================================== --- head/net/ruby-dict/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/net/ruby-dict/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -16,6 +16,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS Modified: head/textproc/ruby-deplate/Makefile ============================================================================== --- head/textproc/ruby-deplate/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/textproc/ruby-deplate/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -15,6 +15,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.TXT BROKEN_RUBY22= yes +BROKEN_RUBY23= yes NO_ARCH= yes USES= zip Modified: head/textproc/ruby-rss.alt/Makefile ============================================================================== --- head/textproc/ruby-rss.alt/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/textproc/ruby-rss.alt/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -18,6 +18,7 @@ LICENSE_COMB= dual RUN_DEPENDS= ja-${RUBY_PKGNAMEPREFIX}uconv>=0:${PORTSDIR}/japanese/ruby-uconv BROKEN_RUBY22= yes +BROKEN_RUBY23= yes CONFLICTS_INSTALL= ruby-rss-* Modified: head/textproc/ruby-sary/Makefile ============================================================================== --- head/textproc/ruby-sary/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/textproc/ruby-sary/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -19,6 +19,7 @@ LICENSE_COMB= dual LIB_DEPENDS= libsary.so:${PORTSDIR}/textproc/sary BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS Modified: head/textproc/ruby-xml-configfile/Makefile ============================================================================== --- head/textproc/ruby-xml-configfile/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/textproc/ruby-xml-configfile/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -16,6 +16,7 @@ LICENSE= GPLv2 RUBY LICENSE_COMB= dual BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS Modified: head/www/ruby-aws/Makefile ============================================================================== --- head/www/ruby-aws/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/www/ruby-aws/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -16,6 +16,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_RUBY22= yes +BROKEN_RUBY23= yes CONFLICTS= ruby-amazon-[0-9]* Modified: head/www/ruby-google/Makefile ============================================================================== --- head/www/ruby-google/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/www/ruby-google/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -16,6 +16,7 @@ COMMENT= Ruby interface to Google SOAP-d LICENSE= GPLv2 BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS EXAMPLES Modified: head/www/rubygem-acts-as-taggable-on/Makefile ============================================================================== --- head/www/rubygem-acts-as-taggable-on/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/www/rubygem-acts-as-taggable-on/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -18,4 +18,6 @@ USE_RUBY= YES USE_RUBYGEMS= YES RUBYGEM_AUTOPLIST= YES +BROKEN_RUBY23= yes + .include <bsd.port.mk> Modified: head/www/samidare/Makefile ============================================================================== --- head/www/samidare/Makefile Sun Jan 17 05:30:59 2016 (r406284) +++ head/www/samidare/Makefile Sun Jan 17 07:06:25 2016 (r406285) @@ -29,6 +29,8 @@ PLIST_FILES= bin/samidare man/man1/samid OPTIONS_DEFINE= DOCS EXAMPLES +BROKEN_RUBY23= yes + post-build: @${REINPLACE_CMD} -e '1d' ${BUILD_WRKSRC}/${PORTNAME} @cd ${BUILD_WRKSRC}; ${MV} ${PORTNAME}.man ${PORTNAME}.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601170706.u0H76PMK089011>