Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

.so in PFRAG.shared as well

From: Peter Valchev <pvalchev(at)sightly.net>
Date: Wed Jul 09 2003 - 22:18:06 EDT


.so shared objects are obviously not built on static architectures (plugins and whatever). during my last build on vax i discovered numerous ports who break because the .so files are in the PLIST, instead of PFRAG.shared (and are not build on vax, given it is static at this time)

i can't think of a reason why these files should not be in PFRAG.shared, so here is a proposed diff:

Index: make-plist



RCS file: /cvs/ports/infrastructure/install/make-plist,v retrieving revision 1.30
diff -u -r1.30 make-plist
--- make-plist	2 Jul 2003 09:04:08 -0000	1.30
+++ make-plist	10 Jul 2003 02:14:49 -0000
@@ -359,6 +359,8 @@
 				if (/\.so\.\d+\.\d+$/) {
 					$ldconfig{$File::Find::dir} = 1;
 					push(@libfiles, $File::Find::name);
+				} elsif (/\.so$/) {
+					push(@libfiles, $File::Find::name);
 				} else {
 					push(@files, $File::Find::name);
 					if (/\.info$/) {
Received on Wed Jul 9 22:41:02 2003

This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:45:03 EDT


Contact Us  Legal Notices  Order Services Online 
Pantek Home  Privacy Policy  IT news  Site Map  Pantek Library