Hi,

While looking for something else, I saw that PFRAG bits wasn't removed
from the guide/faq yet.

Cheers,
Daniel

Index: differences.html
===================================================================
RCS file: /cvs/www/faq/ports/differences.html,v
retrieving revision 1.18
diff -u -p -r1.18 differences.html
--- differences.html    22 Mar 2016 10:56:56 -0000      1.18
+++ differences.html    22 Mar 2016 19:35:01 -0000
@@ -417,10 +417,6 @@ make sense for that port (e.g., <tt>FLAV
 <li>The <tt>WRKDIR</tt> is tweaked so that distinct flavors can be built
 concurrently without colliding.
 
-<li>Constructs of the form <tt>%%flavor%%</tt> will trigger the inclusion of
-<tt>PFRAG.flavor</tt>. The <tt>%%SHARED%%</tt> construct triggers the inclusion
-of <tt>PFRAG.shared</tt>.
-
 <li><tt>bsd.port.subdir.mk</tt> understands the extension
 <tt>SUBDIR=directory,opt1,opt2</tt> to say `build port in <tt>directory</tt>
 with <tt>FLAVOR=opt1 opt2</tt>.'
Index: guide.html
===================================================================
RCS file: /cvs/www/faq/ports/guide.html,v
retrieving revision 1.49
diff -u -p -r1.49 guide.html
--- guide.html  22 Mar 2016 11:01:15 -0000      1.49
+++ guide.html  22 Mar 2016 19:35:22 -0000
@@ -531,22 +531,6 @@ Anything not installed can be added to a
 Note that <tt>PLIST</tt> annotations are documented in the
 <a href="http://man.openbsd.org/?sektion=1&amp;query=pkg_create";
 >pkg_create(1)</a> manual.
-<p>
-Ports that install shared libraries may have another file called
-<tt>PFRAG.shared</tt>.
-<ul><li>
-<tt>PLIST</tt> describes the files being independent of whether the 
architecture
-supports shared libraries or not.
-<li>
-<tt>PFRAG.shared</tt> describes only the files being additionally installed on
-those architectures that support shared libraries.
-<li>
-<tt>PFRAG.noshared</tt> describes only the files being additionally installed 
on
-architectures that do not support shared libraries.
-</ul>
-If a port will <b>only</b> work on an architecture supporting shared
-libraries, for example if it relies on loading modules at runtime with
-dlopen(), set <tt>SHARED_ONLY=yes</tt>.
 
 <br><br><li>
 It is possible some directories do not need to be in the <tt>PLIST</tt>
Index: testing.html
===================================================================
RCS file: /cvs/www/faq/ports/testing.html,v
retrieving revision 1.27
diff -u -p -r1.27 testing.html
--- testing.html        22 Mar 2016 10:56:56 -0000      1.27
+++ testing.html        22 Mar 2016 19:35:34 -0000
@@ -207,8 +207,7 @@ $ <b>for ms in $(make show=MASTER_SITES)
 
       <li><i>package</i>
         <ul>
-         <li>Package creation can break if <tt>pkg/PLIST*</tt> and/or
-         <tt>pkg/PFRAG*</tt> are wrong.
+         <li>Package creation can break if <tt>pkg/PLIST*</tt> is wrong.
         </ul>
 
       <li><i>install</i>

Reply via email to