From owner-svn-ports-head@freebsd.org Sun Aug 25 19:33:45 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E3744E7D60; Sun, 25 Aug 2019 19:33:45 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46GlgF5W8Gz4M89; Sun, 25 Aug 2019 19:33:45 +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 9FFC1225AF; Sun, 25 Aug 2019 19:33:45 +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 x7PJXjp3034030; Sun, 25 Aug 2019 19:33:45 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PJXjJk034028; Sun, 25 Aug 2019 19:33:45 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201908251933.x7PJXjJk034028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 25 Aug 2019 19:33:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509852 - head/devel/linux-c7-systemd-libs X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/devel/linux-c7-systemd-libs X-SVN-Commit-Revision: 509852 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.29 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, 25 Aug 2019 19:33:46 -0000 Author: tijl Date: Sun Aug 25 19:33:44 2019 New Revision: 509852 URL: https://svnweb.freebsd.org/changeset/ports/509852 Log: Don't install libudev.so. The linux flash player plugin tries to use it but it doesn't work on FreeBSD. Modified: head/devel/linux-c7-systemd-libs/Makefile head/devel/linux-c7-systemd-libs/pkg-plist.amd64 head/devel/linux-c7-systemd-libs/pkg-plist.i386 Modified: head/devel/linux-c7-systemd-libs/Makefile ============================================================================== --- head/devel/linux-c7-systemd-libs/Makefile Sun Aug 25 19:22:32 2019 (r509851) +++ head/devel/linux-c7-systemd-libs/Makefile Sun Aug 25 19:33:44 2019 (r509852) @@ -3,6 +3,7 @@ PORTNAME= systemd PORTVERSION= 219 DISTVERSIONSUFFIX= -62.el7_6.9 +PORTREVISION= 1 CATEGORIES= devel linux PKGNAMESUFFIX= -libs @@ -19,7 +20,6 @@ USE_LINUX_RPM= yes LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} post-patch: - @${RM} -r ${WRKSRC}/usr/lib/security - @${RM} -r ${WRKSRC}/usr/lib64/security + @${RM} -r ${WRKSRC}/usr/lib*/libudev.so.* ${WRKSRC}/usr/lib*/security .include Modified: head/devel/linux-c7-systemd-libs/pkg-plist.amd64 ============================================================================== --- head/devel/linux-c7-systemd-libs/pkg-plist.amd64 Sun Aug 25 19:22:32 2019 (r509851) +++ head/devel/linux-c7-systemd-libs/pkg-plist.amd64 Sun Aug 25 19:33:44 2019 (r509852) @@ -10,8 +10,6 @@ usr/lib/libsystemd-login.so.0 usr/lib/libsystemd-login.so.0.9.3 usr/lib/libsystemd.so.0 usr/lib/libsystemd.so.0.6.0 -usr/lib/libudev.so.1 -usr/lib/libudev.so.1.6.2 usr/lib64/libnss_myhostname.so.2 usr/lib64/libnss_mymachines.so.2 usr/lib64/libsystemd-daemon.so.0 @@ -24,5 +22,3 @@ usr/lib64/libsystemd-login.so.0 usr/lib64/libsystemd-login.so.0.9.3 usr/lib64/libsystemd.so.0 usr/lib64/libsystemd.so.0.6.0 -usr/lib64/libudev.so.1 -usr/lib64/libudev.so.1.6.2 Modified: head/devel/linux-c7-systemd-libs/pkg-plist.i386 ============================================================================== --- head/devel/linux-c7-systemd-libs/pkg-plist.i386 Sun Aug 25 19:22:32 2019 (r509851) +++ head/devel/linux-c7-systemd-libs/pkg-plist.i386 Sun Aug 25 19:33:44 2019 (r509852) @@ -10,5 +10,3 @@ usr/lib/libsystemd-login.so.0 usr/lib/libsystemd-login.so.0.9.3 usr/lib/libsystemd.so.0 usr/lib/libsystemd.so.0.6.0 -usr/lib/libudev.so.1 -usr/lib/libudev.so.1.6.2