diff options
author | jperkin <jperkin> | 2014-03-13 11:08:49 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2014-03-13 11:08:49 +0000 |
commit | 1e8a4d3617e2918d830fd2618a6229f25737609e (patch) | |
tree | 1c699ba1dd234c6ee43e2b178e217734fa130ad6 /www | |
parent | 76ae186abf09bff770978229a780293f2e6d1fdb (diff) | |
download | pkgsrc-1e8a4d3617e2918d830fd2618a6229f25737609e.tar.gz |
Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so. This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
Diffstat (limited to 'www')
-rw-r--r-- | www/mongrel/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-fcgi/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-patron/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-puma/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-raindrops/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-unicorn/Makefile | 4 | ||||
-rw-r--r-- | www/thin/Makefile | 4 |
7 files changed, 21 insertions, 7 deletions
diff --git a/www/mongrel/Makefile b/www/mongrel/Makefile index 058991573ef..d69cacdac57 100644 --- a/www/mongrel/Makefile +++ b/www/mongrel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2013/03/07 15:15:12 taca Exp $ +# $NetBSD: Makefile,v 1.17 2014/03/13 11:08:53 jperkin Exp $ DISTNAME= mongrel-1.1.5 PKGREVISION= 3 @@ -14,5 +14,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-gem_plugin>=0.2.3:../../misc/ruby-gem_plugin CONFLICTS+= ruby[1-9][0-9]-mongrel-[0-9]* mongrel-[0-9]* +USE_GCC_RUNTIME= yes + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-fcgi/Makefile b/www/ruby-fcgi/Makefile index d7be74bc4b4..174604d0b1f 100644 --- a/www/ruby-fcgi/Makefile +++ b/www/ruby-fcgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2013/07/07 15:36:37 taca Exp $ +# $NetBSD: Makefile,v 1.17 2014/03/13 11:08:53 jperkin Exp $ DISTNAME= fcgi-0.8.8 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -10,6 +10,8 @@ HOMEPAGE= http://fcgi.rubyforge.org/wiki/wiki.pl COMMENT= FastCGI interface for Ruby LICENSE= gnu-gpl-v2 OR ruby-license +USE_GCC_RUNTIME= yes + CONFIGURE_ARGS+= --with-fcgi-dir=${BUILDLINK_PREFIX.fcgi:Q} .include "../../lang/ruby/gem.mk" diff --git a/www/ruby-patron/Makefile b/www/ruby-patron/Makefile index a097f834858..e34322a14d7 100644 --- a/www/ruby-patron/Makefile +++ b/www/ruby-patron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/02/12 23:18:46 tron Exp $ +# $NetBSD: Makefile,v 1.18 2014/03/13 11:08:53 jperkin Exp $ DISTNAME= patron-0.4.18 PKGREVISION= 3 @@ -9,6 +9,8 @@ HOMEPAGE= http://toland.github.com/patron/ COMMENT= Ruby HTTP client library based on libcurl LICENSE= mit +USE_GCC_RUNTIME= yes + .include "../../lang/ruby/gem.mk" .include "../../www/curl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-puma/Makefile b/www/ruby-puma/Makefile index 48c23aca012..da9be17e747 100644 --- a/www/ruby-puma/Makefile +++ b/www/ruby-puma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/09/15 17:39:31 taca Exp $ +# $NetBSD: Makefile,v 1.3 2014/03/13 11:08:53 jperkin Exp $ DISTNAME= puma-2.6.0 CATEGORIES= www @@ -12,5 +12,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.2<2:../../www/ruby-rack CONFLICTS+= ruby[1-9][0-9][0-9]-puma-[0-9]* +USE_GCC_RUNTIME= yes + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-raindrops/Makefile b/www/ruby-raindrops/Makefile index e35bd5540df..98f9a9e9933 100644 --- a/www/ruby-raindrops/Makefile +++ b/www/ruby-raindrops/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2013/09/15 18:08:04 taca Exp $ +# $NetBSD: Makefile,v 1.6 2014/03/13 11:08:53 jperkin Exp $ DISTNAME= raindrops-0.12.0 CATEGORIES= www @@ -8,5 +8,7 @@ HOMEPAGE= http://raindrops.bogomips.org/ COMMENT= Real-time statistics for Rack HTTP servers LICENSE= gnu-lgpl-v2.1 OR gnu-lgpl-v3 +USE_GCC_RUNTIME= yes + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-unicorn/Makefile b/www/ruby-unicorn/Makefile index a5283a96fe2..68f4d7aafb2 100644 --- a/www/ruby-unicorn/Makefile +++ b/www/ruby-unicorn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2013/09/15 18:01:47 taca Exp $ +# $NetBSD: Makefile,v 1.6 2014/03/13 11:08:53 jperkin Exp $ DISTNAME= unicorn-4.6.3 CATEGORIES= www @@ -14,5 +14,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-kgio>=2.6<3:../../devel/ruby-kgio DEPENDS+= ${RUBY_PKGPREFIX}-rack-[0-9]*:../../www/ruby-rack DEPENDS+= ${RUBY_PKGPREFIX}-raindrops>=0.7<1:../../www/ruby-raindrops +USE_GCC_RUNTIME= yes + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/thin/Makefile b/www/thin/Makefile index 7a8dca0f480..59f8ff683c2 100644 --- a/www/thin/Makefile +++ b/www/thin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2013/09/15 17:59:44 taca Exp $ +# $NetBSD: Makefile,v 1.14 2014/03/13 11:08:53 jperkin Exp $ DISTNAME= thin-1.5.1 CATEGORIES= www @@ -14,5 +14,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.6:../../devel/ruby-eventmachine CONFLICTS+= ruby[1-9][0-9]-thin-[0-9]* thin-[0-9]* +USE_GCC_RUNTIME= yes + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |