Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2019 18:05:37 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494449 - head/textproc/rubygem-nokogiri
Message-ID:  <201903021805.x22I5bRa029747@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar  2 18:05:37 2019
New Revision: 494449
URL: https://svnweb.freebsd.org/changeset/ports/494449

Log:
  Remove libunwind
  
  Reference:	https://svnweb.freebsd.org/changeset/ports/491080

Modified:
  head/textproc/rubygem-nokogiri/Makefile

Modified: head/textproc/rubygem-nokogiri/Makefile
==============================================================================
--- head/textproc/rubygem-nokogiri/Makefile	Sat Mar  2 18:05:04 2019	(r494448)
+++ head/textproc/rubygem-nokogiri/Makefile	Sat Mar  2 18:05:37 2019	(r494449)
@@ -14,8 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
-		libgpg-error.so:security/libgpg-error \
-		libunwind.so:devel/libunwind
+		libgpg-error.so:security/libgpg-error
 RUN_DEPENDS=	rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config
 
 USES=		gem gnome pkgconfig gettext-runtime



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