diff options
author | bapt <bapt@FreeBSD.org> | 2013-01-27 20:21:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-01-27 20:21:31 +0800 |
commit | ba06b53f730b9c80155751582a571881603b5135 (patch) | |
tree | bbc464b349e3bf7210003e5072b0a87d84e02c64 /databases | |
parent | 6131fa032b53be9a225a19ac99ae404acef8adf0 (diff) | |
download | freebsd-ports-gnome-ba06b53f730b9c80155751582a571881603b5135.tar.gz freebsd-ports-gnome-ba06b53f730b9c80155751582a571881603b5135.tar.zst freebsd-ports-gnome-ba06b53f730b9c80155751582a571881603b5135.zip |
2012-05-10 databases/ruby-kyotocabinet: BROKEN for more than 6 month
2012-05-10 x11-themes/kde-icons-amaranth-althaea: BROKEN for more than 6 month
2012-12-06 net/bpfstat: Merge in netstat on all supported version of FreeBSD
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/ruby-kyotocabinet/Makefile | 68 | ||||
-rw-r--r-- | databases/ruby-kyotocabinet/distinfo | 2 | ||||
-rw-r--r-- | databases/ruby-kyotocabinet/files/patch-extconf.rb | 14 | ||||
-rw-r--r-- | databases/ruby-kyotocabinet/pkg-descr | 8 |
5 files changed, 0 insertions, 93 deletions
diff --git a/databases/Makefile b/databases/Makefile index 0d8dff47604f..93b245d12c35 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -788,7 +788,6 @@ SUBDIR += ruby-frontbase SUBDIR += ruby-gdbm SUBDIR += ruby-interbase - SUBDIR += ruby-kyotocabinet SUBDIR += ruby-memcache SUBDIR += ruby-msql SUBDIR += ruby-mysql diff --git a/databases/ruby-kyotocabinet/Makefile b/databases/ruby-kyotocabinet/Makefile deleted file mode 100644 index 59ff972d4f85..000000000000 --- a/databases/ruby-kyotocabinet/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: kyotocabinet-ruby -# Date created: 28 April 2010 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= kyotocabinet -PORTVERSION= 1.24 -PORTREVISION= 1 -CATEGORIES= databases ruby -MASTER_SITES= http://fallabs.com/kyotocabinet/rubypkg/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Ruby (1.9.1+) binding to Kyoto Cabinet - -LIB_DEPENDS= kyotocabinet:${PORTSDIR}/databases/kyotocabinet - -LICENSE= GPLv3 - -DEPRECATED= BROKEN for more than 6 month -EXPIRATION_DATE= 2012-05-10 - -BROKEN= does not compile - -RUBY_VER= 1.9 -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -NO_PACKAGE= GPL3 incompatibility with Ruby - -CONFIGURE_ARGS= --with-kyotocabinet-dir="${LOCALBASE}" \ - --with-bindir="${LOCALBASE}/bin" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700042 -BROKEN= requires gcc 4.2+ and ruby built with the same compiler -.endif - -PLIST_FILES= %%RUBY_SITEARCHLIBDIR%%/kyotocabinet.so - -.if !defined(NOPORTDOCS) -DOCSDIR= ${RUBY_MODDOCDIR} -PORTDOCS= * -.endif -.if !defined(NOPORTEXAMPLES) -EXAMPLESDIR= ${RUBY_MODEXAMPLESDIR} -PORTEXAMPLES= * -.endif - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR}/ -.endif -.if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} - cd ${WRKSRC}/example && ${COPYTREE_SHARE} . ${EXAMPLESDIR} -.endif - -check: - cd ${BUILD_WRKSRC} && ${SETENV} RUBYLIB=. ${RUBY} test.rb - -.include <bsd.port.post.mk> diff --git a/databases/ruby-kyotocabinet/distinfo b/databases/ruby-kyotocabinet/distinfo deleted file mode 100644 index bbee0ce8703b..000000000000 --- a/databases/ruby-kyotocabinet/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/kyotocabinet-ruby-1.24.tar.gz) = ea988ce9309a9ede9bb53a1433b838f34ec666d5c7f04efc05ba294633247c52 -SIZE (ruby/kyotocabinet-ruby-1.24.tar.gz) = 64565 diff --git a/databases/ruby-kyotocabinet/files/patch-extconf.rb b/databases/ruby-kyotocabinet/files/patch-extconf.rb deleted file mode 100644 index bbb2087fc3c6..000000000000 --- a/databases/ruby-kyotocabinet/files/patch-extconf.rb +++ /dev/null @@ -1,14 +0,0 @@ ---- extconf.rb.orig 2010-11-30 19:41:45.000000000 +0800 -+++ extconf.rb 2011-12-18 16:36:33.312316430 +0800 -@@ -3,8 +3,9 @@ - File::unlink("Makefile") if (File::exist?("Makefile")) - dir_config('kyotocabinet') - --home = ENV["HOME"] --ENV["PATH"] = ENV["PATH"] + ":/usr/local/bin:$home/bin:." -+#home = ENV["HOME"] -+#ENV["PATH"] = ENV["PATH"] + ":/usr/local/bin:$home/bin:." -+ENV["PATH"] = '%s:%s' % [with_config('bindir'), ENV["PATH"]] - kccflags = `kcutilmgr conf -i 2>/dev/null`.chomp - kcldflags = `kcutilmgr conf -l 2>/dev/null`.chomp - kcldflags = kcldflags.gsub(/-l[\S]+/, "").strip diff --git a/databases/ruby-kyotocabinet/pkg-descr b/databases/ruby-kyotocabinet/pkg-descr deleted file mode 100644 index 8051612e6420..000000000000 --- a/databases/ruby-kyotocabinet/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is a Ruby (1.9.1+) binding to Kyoto Cabinet, a straightforward -implementation of DBM. - -Since the library is licensed under GPLv3 which is incompatible with -the ruby runtime, binary distribution is inhibited. - -Author: Mikio Hirabayashi <hirarin@gmail.com> -WWW: http://1978th.net/kyotocabinet/ |