pkgsrc-Bugs archive

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

Re: pkg/50354: Please upgrade Shibboleth SP to version 2.5.5



The following reply was made to PR pkg/50354; it has been noted by GNATS.

From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Cc: 
Subject: Re: pkg/50354: Please upgrade Shibboleth SP to version 2.5.5
Date: Wed, 21 Oct 2015 23:31:44 +0200

 On Wed, Oct 21, 2015 at 07:10:03PM +0000, Konrad Schroder wrote:
 >  @@ -109,3 +109,6 @@
 >   .include "../../www/curl/buildlink3.mk"
 >   .include "../../mk/apache.mk"
 >   .include "../../mk/bsd.pkg.mk"
 >  +
 >  +PECHO=`echo ${PKG_APACHE} | tr -dc '0-9'`
 >  +PLIST_SUBST+=	PKG_APACHE_NUM="${PECHO}"
 
 Please avoid code after the bsd.pkg.mk inclusion.
 You can do this after including apache.mk, and probably even before if you use something like
 
 PLIST_SUBST+=	PKG_APACHE_NUM=${PKG_APACHE:S/ap//}
 
 (untested).
  Thomas
 


Home | Main Index | Thread Index | Old Index