From owner-svn-ports-head@freebsd.org Sun Jun 10 08:08:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A54D10038ED; Sun, 10 Jun 2018 08:08:28 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E2F20747AC; Sun, 10 Jun 2018 08:08:27 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C05881EDB; Sun, 10 Jun 2018 08:08:27 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5A88RS6056857; Sun, 10 Jun 2018 08:08:27 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5A88Qp9056851; Sun, 10 Jun 2018 08:08:26 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201806100808.w5A88Qp9056851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 10 Jun 2018 08:08:26 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: devel/rubygem-prometheus-client-mmap devel/rubygem-rblineprof devel/rubygem-re2 devel/rubygem-rugged security/rubygem-timfel-krb5 textproc/rubygem-charlock_holmes X-SVN-Commit-Revision: 472117 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jun 2018 08:08:28 -0000 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