pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/www/apache24



In message <20190815080339.50C80FBF4%cvs.NetBSD.org@localhost>
        on Thu, 15 Aug 2019 08:03:39 +0000,
        "Adam Ciarcinski" <adam%netbsd.org@localhost> wrote:
> Module Name:  pkgsrc
> Committed By: adam
> Date:         Thu Aug 15 08:03:39 UTC 2019
> 
> Modified Files:
>       pkgsrc/www/apache24: Makefile PLIST distinfo
>       pkgsrc/www/apache24/patches: patch-ai
> 
> Log Message:
> apache24: updated to 2.4.41
This update inludes below change and what was purpose of using PREFIX
instead of LOCALBASE.  On my several enveironments, PREFIX is empty
for above conditional evaluation and causes PLIST error.

(I forgot completely revert it locally...)

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/www/apache24/Makefile,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -u -r1.83 -r1.84
--- Makefile    11 Aug 2019 13:17:50 -0000      1.83
+++ Makefile    15 Aug 2019 08:03:38 -0000      1.84
...
@@ -62,7 +61,7 @@
 
 # LDAP support
 PLIST_VARS+=           ldap
-.if exists(${LOCALBASE}/lib/apr-util-1/apr_ldap.la)
+.if exists(${PREFIX}/lib/apr-util-1/apr_ldap.la)
 DFLT_APACHE_MODULES+=  ldap authnz_ldap
 PLIST.ldap=            yes
 .endif

-- 
Takahiro Kambe <taca%NetBSD.org@localhost>



Home | Main Index | Thread Index | Old Index