pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

isa-l: Remove forced install of libraries



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Sun Jun 1 12:18:29 2025 -0500
Changeset:	f71b9b15db3237a6d73b1017d49f19e75b89669d

Modified Files:
	isa-l/Makefile
	isa-l/PLIST

Log Message:
isa-l: Remove forced install of libraries

Apparently they can be omitted from PLIST if listed by pkg-config

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f71b9b15db3237a6d73b1017d49f19e75b89669d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 isa-l/Makefile | 9 ---------
 isa-l/PLIST    | 4 ----
 2 files changed, 13 deletions(-)

diffs:
diff --git a/isa-l/Makefile b/isa-l/Makefile
index 62bd63abcc..dde4d70079 100644
--- a/isa-l/Makefile
+++ b/isa-l/Makefile
@@ -30,13 +30,4 @@ INSTALL_TARGET=	install-strip
 pre-configure:
 	(cd ${WRKSRC} && autoreconf --install --symlink -f -Wno-obsolete)
 
-.include "../../mk/bsd.prefs.mk"
-
-# FIXME: Why isn't the upstream Makefile installing these??
-.if ${OPSYS} == "Linux"
-post-install:
-	${INSTALL_DATA} ${WRKSRC}/.libs/*.so* ${DESTDIR}${PREFIX}/lib
-	${INSTALL_DATA} ${WRKSRC}/.libs/*.a ${DESTDIR}${PREFIX}/lib
-.endif
-
 .include "../../mk/bsd.pkg.mk"
diff --git a/isa-l/PLIST b/isa-l/PLIST
index 674072c9fc..2ab929f7fe 100644
--- a/isa-l/PLIST
+++ b/isa-l/PLIST
@@ -9,10 +9,6 @@ include/isa-l/igzip_lib.h
 include/isa-l/mem_routines.h
 include/isa-l/raid.h
 include/isa-l/test.h
-lib/libisal.a
 lib/libisal.la
-lib/libisal.so
-lib/libisal.so.2
-lib/libisal.so.2.0.31
 lib/pkgconfig/libisal.pc
 man/man1/igzip.1


Home | Main Index | Thread Index | Old Index