pkgsrc-Bugs archive

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

Re: pkg/54793: lang/php74 fails to compile on multiple architectures



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

From: John Klos <john%ziaspace.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/54793: lang/php74 fails to compile on multiple architectures
Date: Fri, 10 Jan 2020 00:38:51 +0000 (UTC)

 > Is this change help your problem?
 >
 > Index: lang/php74/Makefile.php
 > ===================================================================
 > RCS file: /cvsroot/pkgsrc/lang/php74/Makefile.php,v
 > retrieving revision 1.1
 > diff -u -u -r1.1 Makefile.php
 > --- lang/php74/Makefile.php	15 Dec 2019 17:56:34 -0000	1.1
 > +++ lang/php74/Makefile.php	4 Jan 2020 10:40:28 -0000
 > @@ -33,8 +33,9 @@
 >  CONFIGURE_ARGS+=	--without-iconv
 >  CONFIGURE_ARGS+=	--without-pear
 >  CONFIGURE_ARGS+=	--without-sqlite3
 > -#CONFIGURE_ARGS+=	--without-intl
 > +CONFIGURE_ARGS+=	--with-external-pcre
 >
 > +CONFIGURE_ARGS+=	--disable-intl
 >  CONFIGURE_ARGS+=	--disable-posix
 >  CONFIGURE_ARGS+=	--disable-opcache
 >  CONFIGURE_ARGS+=	--disable-pdo
 
 That, plus removing these lines from PLIST makes a functional package:
 
      134 include/php/ext/pcre/pcre2lib/config.h
      135 include/php/ext/pcre/pcre2lib/pcre2.h
      136 include/php/ext/pcre/pcre2lib/pcre2_internal.h
      137 include/php/ext/pcre/pcre2lib/pcre2_intmodedep.h
      138 include/php/ext/pcre/pcre2lib/pcre2_ucp.h
 
 Tested on NetBSD 9 on Alpha and SPARC64 so far.
 
 Thanks!
 John
 


Home | Main Index | Thread Index | Old Index