Date: Thu, 11 Jan 2018 17:09:58 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458756 - in head/www/p5-libapreq2: . files Message-ID: <201801111709.w0BH9wFx027648@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Thu Jan 11 17:09:58 2018 New Revision: 458756 URL: https://svnweb.freebsd.org/changeset/ports/458756 Log: - Remove unneeded USE_AUTOTOOLS and USES=gmake. - Remove bogus patch that adds -L$(prefix). There are no libraries there. Deleted: head/www/p5-libapreq2/files/patch-library-Makefile.in Modified: head/www/p5-libapreq2/Makefile Modified: head/www/p5-libapreq2/Makefile ============================================================================== --- head/www/p5-libapreq2/Makefile Thu Jan 11 16:53:44 2018 (r458755) +++ head/www/p5-libapreq2/Makefile Thu Jan 11 17:09:58 2018 (r458756) @@ -13,16 +13,14 @@ COMMENT= Perl binding for the Generic Apache2 Request LICENSE= APACHE20 -USES= gmake libtool perl5 +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-apache2-apxs=${APXS} \ + --with-expat=${LOCALBASE} \ + --enable-perl-glue --with-perl=${PERL} +USES= libtool perl5 USE_APACHE= 22+ USE_PERL5= run USE_LDCONFIG= yes -USE_AUTOTOOLS= autoconf -CONFIGURE_ARGS+= --with-apache2-apxs=${APXS} \ - --with-expat=${LOCALBASE} \ - --enable-perl-glue --with-perl=${PERL} - -MAKE_ENV+= MAKE=${GMAKE} ## MakeMaker blows it without this BUILD_DEPENDS= libapreq2>0:www/libapreq2 \ ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:www/mod_perl2 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801111709.w0BH9wFx027648>