From owner-svn-ports-all@freebsd.org Wed Jan 31 20:10:31 2018 Return-Path: Delivered-To: svn-ports-all@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 6C9F3EDF4BB; Wed, 31 Jan 2018 20:10:31 +0000 (UTC) (envelope-from tijl@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 187D1760A2; Wed, 31 Jan 2018 20:10:31 +0000 (UTC) (envelope-from tijl@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 0F2D92A88F; Wed, 31 Jan 2018 20:10:31 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0VKAUee000579; Wed, 31 Jan 2018 20:10:30 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0VKAT6p000568; Wed, 31 Jan 2018 20:10:29 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201801312010.w0VKAT6p000568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 31 Jan 2018 20:10:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460526 - in head: Mk/Uses devel devel/linux-c6-libunwind devel/linux-c7-libunwind X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head: Mk/Uses devel devel/linux-c6-libunwind devel/linux-c7-libunwind X-SVN-Commit-Revision: 460526 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jan 2018 20:10:31 -0000 Author: tijl Date: Wed Jan 31 20:10:29 2018 New Revision: 460526 URL: https://svnweb.freebsd.org/changeset/ports/460526 Log: Add Linux version of devel/libunwind, needed by upcoming linux-dotnet ports. Submitted by: dbn Added: head/devel/linux-c6-libunwind/ head/devel/linux-c6-libunwind/Makefile (contents, props changed) head/devel/linux-c6-libunwind/distinfo (contents, props changed) head/devel/linux-c6-libunwind/pkg-plist.amd64 (contents, props changed) head/devel/linux-c6-libunwind/pkg-plist.i386 (contents, props changed) head/devel/linux-c7-libunwind/ head/devel/linux-c7-libunwind/Makefile (contents, props changed) head/devel/linux-c7-libunwind/distinfo (contents, props changed) head/devel/linux-c7-libunwind/pkg-plist.amd64 (contents, props changed) head/devel/linux-c7-libunwind/pkg-plist.i386 (contents, props changed) Modified: head/Mk/Uses/linux.mk head/devel/Makefile Modified: head/Mk/Uses/linux.mk ============================================================================== --- head/Mk/Uses/linux.mk Wed Jan 31 19:58:26 2018 (r460525) +++ head/Mk/Uses/linux.mk Wed Jan 31 20:10:29 2018 (r460526) @@ -110,6 +110,7 @@ linux_libssh2_DEP= linux-${linux_ARGS}-libssh2>0:secu linux_libtasn1_DEP= linux-${linux_ARGS}-libtasn1>0:security/linux-${linux_ARGS}-libtasn1 linux_libthai_DEP= linux-${linux_ARGS}-libthai>0:devel/linux-${linux_ARGS}-libthai linux_libtheora_DEP= linux-${linux_ARGS}-libtheora>0:multimedia/linux-${linux_ARGS}-libtheora +linux_libunwind_DEP= linux-${linux_ARGS}-libunwind>0:devel/linux-${linux_ARGS}-libunwind linux_libv4l_DEP= linux-${linux_ARGS}-libv4l>0:multimedia/linux-${linux_ARGS}-libv4l linux_libvorbis_DEP= linux-${linux_ARGS}-libvorbis>0:audio/linux-${linux_ARGS}-libvorbis linux_libxml2_DEP= linux-${linux_ARGS}-libxml2>0:textproc/linux-${linux_ARGS}-libxml2 Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jan 31 19:58:26 2018 (r460525) +++ head/devel/Makefile Wed Jan 31 20:10:29 2018 (r460526) @@ -1603,6 +1603,7 @@ SUBDIR += linux-c6-libsigc++20 SUBDIR += linux-c6-libsoup SUBDIR += linux-c6-libthai + SUBDIR += linux-c6-libunwind SUBDIR += linux-c6-nspr SUBDIR += linux-c6-qt47 SUBDIR += linux-c6-sdl12 @@ -1616,6 +1617,7 @@ SUBDIR += linux-c7-libpciaccess SUBDIR += linux-c7-libsigc++20 SUBDIR += linux-c7-libthai + SUBDIR += linux-c7-libunwind SUBDIR += linux-c7-nspr SUBDIR += linux-c7-qt SUBDIR += linux-c7-sdl12 Added: head/devel/linux-c6-libunwind/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c6-libunwind/Makefile Wed Jan 31 20:10:29 2018 (r460526) @@ -0,0 +1,20 @@ +# Created by: David Naylor +# $FreeBSD$ + +PORTNAME= libunwind +PORTVERSION= 1.1 +CATEGORIES= devel linux +MASTER_SITES= EPEL/l + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Generic stack unwinding library (Linux CentOS ${LINUX_DIST_VER}) + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +RPMVERSION= 3.el6 +USES= linux:c6 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +OPTIONS_DEFINE= DOCS + +.include Added: head/devel/linux-c6-libunwind/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c6-libunwind/distinfo Wed Jan 31 20:10:29 2018 (r460526) @@ -0,0 +1,7 @@ +TIMESTAMP = 1517428695 +SHA256 (centos/libunwind-1.1-3.el6.i686.rpm) = b8ea40adefa430f28736541f34aa3b204fe6f4558bafe36a01cfdf3bc8a55d01 +SIZE (centos/libunwind-1.1-3.el6.i686.rpm) = 53724 +SHA256 (centos/libunwind-1.1-3.el6.x86_64.rpm) = 542478a089408d384d9d558eba80552c9698c6729914ebc429a96145ce3a9f20 +SIZE (centos/libunwind-1.1-3.el6.x86_64.rpm) = 55836 +SHA256 (centos/libunwind-1.1-3.el6.src.rpm) = 4819f3c9a37430c8d1916f9f56c068555f74edb93e2ae14aff37ab915ca71e1e +SIZE (centos/libunwind-1.1-3.el6.src.rpm) = 1126451 Added: head/devel/linux-c6-libunwind/pkg-plist.amd64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c6-libunwind/pkg-plist.amd64 Wed Jan 31 20:10:29 2018 (r460526) @@ -0,0 +1,15 @@ +usr/lib/libunwind-coredump.so.0 +usr/lib/libunwind-coredump.so.0.0.0 +usr/lib/libunwind-x86.so.8 +usr/lib/libunwind-x86.so.8.0.1 +usr/lib/libunwind.so.8 +usr/lib/libunwind.so.8.0.1 +usr/lib64/libunwind-coredump.so.0 +usr/lib64/libunwind-coredump.so.0.0.0 +usr/lib64/libunwind-x86_64.so.8 +usr/lib64/libunwind-x86_64.so.8.0.1 +usr/lib64/libunwind.so.8 +usr/lib64/libunwind.so.8.0.1 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README Added: head/devel/linux-c6-libunwind/pkg-plist.i386 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c6-libunwind/pkg-plist.i386 Wed Jan 31 20:10:29 2018 (r460526) @@ -0,0 +1,9 @@ +usr/lib/libunwind-coredump.so.0 +usr/lib/libunwind-coredump.so.0.0.0 +usr/lib/libunwind-x86.so.8 +usr/lib/libunwind-x86.so.8.0.1 +usr/lib/libunwind.so.8 +usr/lib/libunwind.so.8.0.1 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README Added: head/devel/linux-c7-libunwind/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-libunwind/Makefile Wed Jan 31 20:10:29 2018 (r460526) @@ -0,0 +1,19 @@ +# Created by: David Naylor +# $FreeBSD$ + +PORTNAME= libunwind +PORTVERSION= 1.2 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Generic stack unwinding library (Linux CentOS ${LINUX_DIST_VER}) + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +RPMVERSION= 2.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +OPTIONS_DEFINE= DOCS + +.include Added: head/devel/linux-c7-libunwind/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-libunwind/distinfo Wed Jan 31 20:10:29 2018 (r460526) @@ -0,0 +1,7 @@ +TIMESTAMP = 1515258772 +SHA256 (centos/libunwind-1.2-2.el7.i686.rpm) = a0ae8a503ce012945bc8c4238f43f38845a0c980ff39ee97dc41a65c1347d5bc +SIZE (centos/libunwind-1.2-2.el7.i686.rpm) = 54076 +SHA256 (centos/libunwind-1.2-2.el7.x86_64.rpm) = 50c1aa8b968991aa108afa8c10d7ecd55524aaa03511a195b2bf402bcf932058 +SIZE (centos/libunwind-1.2-2.el7.x86_64.rpm) = 58180 +SHA256 (centos/libunwind-1.2-2.el7.src.rpm) = df77de76086c486587a98e88a5e8a07dba5d9e9de093cb18af9eeb92144392a4 +SIZE (centos/libunwind-1.2-2.el7.src.rpm) = 750612 Added: head/devel/linux-c7-libunwind/pkg-plist.amd64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-libunwind/pkg-plist.amd64 Wed Jan 31 20:10:29 2018 (r460526) @@ -0,0 +1,15 @@ +usr/lib/libunwind-coredump.so.0 +usr/lib/libunwind-coredump.so.0.0.0 +usr/lib/libunwind-x86.so.8 +usr/lib/libunwind-x86.so.8.0.1 +usr/lib/libunwind.so.8 +usr/lib/libunwind.so.8.0.1 +usr/lib64/libunwind-coredump.so.0 +usr/lib64/libunwind-coredump.so.0.0.0 +usr/lib64/libunwind-x86_64.so.8 +usr/lib64/libunwind-x86_64.so.8.0.1 +usr/lib64/libunwind.so.8 +usr/lib64/libunwind.so.8.0.1 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README Added: head/devel/linux-c7-libunwind/pkg-plist.i386 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-libunwind/pkg-plist.i386 Wed Jan 31 20:10:29 2018 (r460526) @@ -0,0 +1,9 @@ +usr/lib/libunwind-coredump.so.0 +usr/lib/libunwind-coredump.so.0.0.0 +usr/lib/libunwind-x86.so.8 +usr/lib/libunwind-x86.so.8.0.1 +usr/lib/libunwind.so.8 +usr/lib/libunwind.so.8.0.1 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README