Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jan 2012 14:50:06 GMT
From:      Michael Scheidell <scheidell@freebsd.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/163490: www/moinmoin port fix
Message-ID:  <201201111450.q0BEo6bS080822@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/163490; it has been noted by GNATS.

From: Michael Scheidell <scheidell@freebsd.org>
To: <bug-followup@FreeBSD.org>, <fbsdq@peterk.org>
Cc:  
Subject: Re: ports/163490: www/moinmoin port fix
Date: Wed, 11 Jan 2012 09:44:06 -0500

 --------------030106010409080007070404
 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed
 Content-Transfer-Encoding: 7bit
 
 A hint if you want to produce a patch.
 
 in the ports directory;
 
 make -V PLIST_SUB
 
 will list the substitute values that can be used in anything in SUB_FILES:
 
 make -V SUB_FILES
 pkg-install
 
 (files/pkg-install.in gets substitutions, and creates ./pkg-install)
 
 so, if you want :
 
 pkg-install to read:
 
 Hello, place this in this dir:  {somedir}
 
 inside files/pkg-install.in, you have:
 
 Hello, place this in dir:  %%SOMEDIR%%
 
 (where SOMEDIR is in the PLIST_SUB)
 
 you can ADD to PLIST_SUB with
 
 PLIST_SUB+=        SOMEDIR={$SOMEDIR}
 
 
 post a full patch, test it with pkg_add as well as make 
 install/deinstall, with no files left over.
 
 make sure portlint -abt is happy, and submit a patch
 
 
 
 
 -- 
 Michael Scheidell, CTO
 o: 561-999-5000
 d: 561-948-2259
  >*| *SECNAP Network Security Corporation
 
     * Best Mobile Solutions Product of 2011
     * Best Intrusion Prevention Product
     * Hot Company Finalist 2011
     * Best Email Security Product
     * Certified SNORT Integrator
 
 
 --------------030106010409080007070404
 Content-Type: text/html; charset="ISO-8859-1"
 Content-Transfer-Encoding: 7bit
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
   <head>
 
     <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
   </head>
   <body bgcolor="#ffffff" text="#000000">
     A hint if you want to produce a patch.<br>
     <br>
     in the ports directory;<br>
     <br>
     make -V PLIST_SUB<br>
     <br>
     will list the substitute values that can be used in anything in
     SUB_FILES:<br>
     <br>
     make -V SUB_FILES<br>
     pkg-install<br>
     <br>
     (files/pkg-install.in gets substitutions, and creates ./pkg-install)<br>
     <br>
     so, if you want :<br>
     <br>
     pkg-install to read:<br>
     <br>
     Hello, place this in this dir:&nbsp; {somedir}<br>
     <br>
     inside files/pkg-install.in, you have:<br>
     <br>
     Hello, place this in dir:&nbsp; %%SOMEDIR%%<br>
     <br>
     (where SOMEDIR is in the PLIST_SUB)<br>
     <br>
     you can ADD to PLIST_SUB with<br>
     <br>
     PLIST_SUB+=&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SOMEDIR={$SOMEDIR}<br>
     <br>
     <br>
     post a full patch, test it with pkg_add as well as make
     install/deinstall, with no files left over.<br>
     <br>
     make sure portlint -abt is happy, and submit a patch<br>
     <br>
     <br>
     <br>
     <br>
     <div class="moz-signature">-- <br>
       Michael Scheidell, CTO<br>
       o: 561-999-5000<br>
       d: 561-948-2259<br>
       <font color="#999999">&gt;</font><font color="#cc0000"> <b>| </b></font>SECNAP
       Network Security Corporation
       <style type="text/css">
 <!--
 .unnamed1 {
 	margin: 1em;
 	padding: 1px;
 } -->
 </style>
       <ul class="unnamed1">
         <li>Best Mobile Solutions Product of 2011</li>
         <li>Best Intrusion Prevention Product</li>
         <li>Hot Company Finalist 2011</li>
         <li>Best Email Security Product</li>
         <li>Certified SNORT Integrator</li>
       </ul>
     </div>
   </body>
 </html>
 
 --------------030106010409080007070404--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201111450.q0BEo6bS080822>