pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/dar



Module Name:    pkgsrc
Committed By:   nros
Date:           Mon Oct  3 16:09:53 UTC 2022

Modified Files:
        pkgsrc/archivers/dar: PLIST

Log Message:
dar: fix dar-int32 option build by using DARBITS in PLIST


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/archivers/dar/PLIST

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

Modified files:

Index: pkgsrc/archivers/dar/PLIST
diff -u pkgsrc/archivers/dar/PLIST:1.14 pkgsrc/archivers/dar/PLIST:1.15
--- pkgsrc/archivers/dar/PLIST:1.14     Mon Oct  3 13:59:05 2022
+++ pkgsrc/archivers/dar/PLIST  Mon Oct  3 16:09:53 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2022/10/03 13:59:05 nros Exp $
+@comment $NetBSD: PLIST,v 1.15 2022/10/03 16:09:53 nros Exp $
 bin/dar
 bin/dar_cp
 bin/dar_manager
@@ -89,8 +89,8 @@ include/dar/user_interaction_blind.hpp
 include/dar/user_interaction_callback.hpp
 include/dar/user_interaction_callback5.hpp
 include/dar/wrapperlib.hpp
-lib/libdar64.la
-lib/pkgconfig/libdar64.pc
+lib/libdar${DARBITS}.la
+lib/pkgconfig/libdar${DARBITS}.pc
 man/man1/dar.1
 man/man1/dar_cp.1
 man/man1/dar_manager.1



Home | Main Index | Thread Index | Old Index