Skip to content

Commit

Permalink
devel/linux-c7-systemd-libs: Install libudev.so library.
Browse files Browse the repository at this point in the history
This reverts commit 516aa73
"Don't install libudev.so.  The linux flash player plugin tries to use it"

We do not have Linux Flashplayer in the tree anymore. Also the libudev library
seems to be working fine.

Sponsored by:	Serenity Cybersecurity, LLC
  • Loading branch information
arrowd committed Feb 23, 2023
1 parent 2047007 commit abbbdf0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 1 addition & 4 deletions devel/linux-c7-systemd-libs/Makefile
@@ -1,7 +1,7 @@
PORTNAME= systemd
PORTVERSION= 219
DISTVERSIONSUFFIX= -78.el7_9.7
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= devel linux
PKGNAMESUFFIX= -libs

Expand All @@ -19,7 +19,4 @@ USE_LINUX_RPM= yes

LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}

post-patch:
@${RM} -r ${WRKSRC}/usr/lib*/libudev.so.* ${WRKSRC}/usr/lib*/security

.include <bsd.port.mk>
4 changes: 4 additions & 0 deletions devel/linux-c7-systemd-libs/pkg-plist.amd64
Expand Up @@ -10,6 +10,8 @@ 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
Expand All @@ -22,3 +24,5 @@ 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
2 changes: 2 additions & 0 deletions devel/linux-c7-systemd-libs/pkg-plist.i386
Expand Up @@ -10,3 +10,5 @@ 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

0 comments on commit abbbdf0

Please sign in to comment.