Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jun 2018 08:08:26 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472117 - in head: devel/rubygem-prometheus-client-mmap devel/rubygem-rblineprof devel/rubygem-re2 devel/rubygem-rugged security/rubygem-timfel-krb5 textproc/rubygem-charlock_holmes
Message-ID:  <201806100808.w5A88Qp9056851@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jun 10 08:08:26 2018
New Revision: 472117
URL: https://svnweb.freebsd.org/changeset/ports/472117

Log:
  Remove bogus dependency on libunwind (brought by ruby on tier-1), those ports
  should build fine on tier-2 archs
  
  With hat:	portmgr

Modified:
  head/devel/rubygem-prometheus-client-mmap/Makefile
  head/devel/rubygem-rblineprof/Makefile
  head/devel/rubygem-re2/Makefile
  head/devel/rubygem-rugged/Makefile
  head/security/rubygem-timfel-krb5/Makefile
  head/textproc/rubygem-charlock_holmes/Makefile

Modified: head/devel/rubygem-prometheus-client-mmap/Makefile
==============================================================================
--- head/devel/rubygem-prometheus-client-mmap/Makefile	Sun Jun 10 08:00:36 2018	(r472116)
+++ head/devel/rubygem-prometheus-client-mmap/Makefile	Sun Jun 10 08:08:26 2018	(r472117)
@@ -10,8 +10,6 @@ COMMENT=	Suite of instrumentation metric primitives
 
 LICENSE=	RUBY
 
-LIB_DEPENDS+=	libunwind.so:devel/libunwind
-
 USES=		gem
 USE_RUBY=	yes
 

Modified: head/devel/rubygem-rblineprof/Makefile
==============================================================================
--- head/devel/rubygem-rblineprof/Makefile	Sun Jun 10 08:00:36 2018	(r472116)
+++ head/devel/rubygem-rblineprof/Makefile	Sun Jun 10 08:08:26 2018	(r472117)
@@ -11,8 +11,7 @@ COMMENT=	Shows you lines of code that are slow
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	libunwind.so:devel/libunwind \
-		libgmp.so:math/gmp
+LIB_DEPENDS=	libgmp.so:math/gmp
 RUN_DEPENDS=	rubygem-debugger-ruby_core_source>=1.3:devel/rubygem-debugger-ruby_core_source
 
 USES=		gem

Modified: head/devel/rubygem-re2/Makefile
==============================================================================
--- head/devel/rubygem-re2/Makefile	Sun Jun 10 08:00:36 2018	(r472116)
+++ head/devel/rubygem-re2/Makefile	Sun Jun 10 08:08:26 2018	(r472117)
@@ -12,8 +12,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	re2>=0:devel/re2
-LIB_DEPENDS=	libunwind.so:devel/libunwind \
-		libgmp.so:math/gmp
+LIB_DEPENDS=	libgmp.so:math/gmp
 RUN_DEPENDS=	re2>=0:devel/re2
 
 USE_RUBY=	yes

Modified: head/devel/rubygem-rugged/Makefile
==============================================================================
--- head/devel/rubygem-rugged/Makefile	Sun Jun 10 08:00:36 2018	(r472116)
+++ head/devel/rubygem-rugged/Makefile	Sun Jun 10 08:08:26 2018	(r472117)
@@ -14,8 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	libgit2>=${PORTVERSION:R}:devel/libgit2
 LIB_DEPENDS=	libgit2.so:devel/libgit2 \
-		libgmp.so:math/gmp \
-		libunwind.so:devel/libunwind
+		libgmp.so:math/gmp
 
 CONFIGURE_ARGS=	--use-system-libraries
 USE_RUBY=	yes

Modified: head/security/rubygem-timfel-krb5/Makefile
==============================================================================
--- head/security/rubygem-timfel-krb5/Makefile	Sun Jun 10 08:00:36 2018	(r472116)
+++ head/security/rubygem-timfel-krb5/Makefile	Sun Jun 10 08:08:26 2018	(r472117)
@@ -10,7 +10,6 @@ COMMENT=	KRB5 for Ruby
 
 BUILD_DEPENDS=	krb5>0:security/krb5
 RUN_DEPENDS=	krb5>0:security/krb5
-LIB_DEPENDS=	libunwind.so:devel/libunwind
 
 USE_RUBY=		yes
 USES=			gem

Modified: head/textproc/rubygem-charlock_holmes/Makefile
==============================================================================
--- head/textproc/rubygem-charlock_holmes/Makefile	Sun Jun 10 08:00:36 2018	(r472116)
+++ head/textproc/rubygem-charlock_holmes/Makefile	Sun Jun 10 08:08:26 2018	(r472117)
@@ -14,8 +14,7 @@ COMMENT=	Gems for character encoding detection
 
 LICENSE=	MIT
 
-LIB_DEPENDS=	libicui18n.so:devel/icu \
-		libunwind.so:devel/libunwind
+LIB_DEPENDS=	libicui18n.so:devel/icu
 
 USES=		gem
 USE_RUBY=	yes



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