[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
modules, PLIST and PFRAG.shared
- To: ports@openbsd.org
- Subject: modules, PLIST and PFRAG.shared
- From: Jacob Meuser <jakemsr@jakemsr.com>
- Date: Fri, 16 Jul 2004 17:44:53 -0701
- Content-Disposition: inline
- Mail-Followup-To: ports@openbsd.org
- User-Agent: Mutt/1.4.2i
Now that files ending in .so are put into PFRAG.shared by
update-plist, should this be done wherever possible? For example,
in multimedia/libquicktime, there are several modules that end in
.so, and update-plist wants to move them to PFRAG.shared, however,
the port is also marked NOT_FOR_ARCHS=NO_SHARED_ARCHS, since there's
no way to build libquicktime without the modules. I thought the
reason for a separate PFRAG.shared was so that the files in that
list didn't get put into the PLIST on NO_SHARED_ARCHS.
So for ports that set NOT_FOR_ARCHS=NO_SHARED_ARCHS, should .so
files be put into PFRAG.shared, or should update-plist be patched
to not move .so files to PFRAG.shared?
--
<jakemsr@jakemsr.com>