FreeBSD Bugzilla – Attachment 149613 Details for
Bug 195193
[PATCH] www/p5-FCGI upgrade to 0.77
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Upgrade and workaround to use www/fcgi
p5-FCGI-0.77.diff (text/plain), 1.56 KB, created by
geoffroy desvernay
on 2014-11-19 23:38:05 UTC
(
hide
)
Description:
Upgrade and workaround to use www/fcgi
Filename:
MIME Type:
Creator:
geoffroy desvernay
Created:
2014-11-19 23:38:05 UTC
Size:
1.56 KB
patch
obsolete
>Index: www/p5-FCGI/Makefile >=================================================================== >--- www/p5-FCGI/Makefile (revision 372811) >+++ www/p5-FCGI/Makefile (working copy) >@@ -2,32 +2,23 @@ > # $FreeBSD$ > > PORTNAME= FCGI >-PORTVERSION= 0.74 >+PORTVERSION= 0.77 > CATEGORIES= www perl5 > MASTER_SITES= CPAN >-MASTER_SITE_SUBDIR= CPAN:FLORA >+MASTER_SITE_SUBDIR= CPAN:ETHER > PKGNAMEPREFIX= p5- > > MAINTAINER= perl@FreeBSD.org > COMMENT= Modules for perl5, for enabling FastCGI support in CGI scripts > >-OPTIONS_DEFINE= PURE_PERL >-PURE_PERL_DESC= Build pure Perl version (experimental) >+# doesn't compile in port (by hand yes) >+LIB_DEPENDS= libfcgi.so:${PORTSDIR}/www/fcgi > >-# XXX: fcgi.0 is missing FCGX_Detach, see ports/149755 >-#LIB_DEPENDS= fcgi.0:${PORTSDIR}/www/fcgi >-#CONFIGURE_ARGS+= --use-installed=${LOCALBASE} >- > USES= perl5 > USE_PERL5= configure > >-.include <bsd.port.options.mk> >+CONFIGURE_ARGS= --use-installed=${PREFIX} >+CFLAGS+= -I${PREFIX}/include > >-.if ${PORT_OPTIONS:MPURE_PERL} >-CONFIGURE_ARGS+=--pure-perl >-PLIST_SUB= PURE_PERL="@comment " >-.else >-PLIST_SUB= PURE_PERL="" >-.endif >- >+#CONFIGURE_ENV= > .include <bsd.port.mk> >Index: www/p5-FCGI/distinfo >=================================================================== >--- www/p5-FCGI/distinfo (revision 372811) >+++ www/p5-FCGI/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (FCGI-0.74.tar.gz) = f59e46f6de960a67f7d15003504b2df6cb10511bb172f1904753df79004e0854 >-SIZE (FCGI-0.74.tar.gz) = 97599 >+SHA256 (FCGI-0.77.tar.gz) = 352cdfe3309d77c2815aa18fe7fbd9b4be68e8b1b26d062039e78f8664aa25a8 >+SIZE (FCGI-0.77.tar.gz) = 90561
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 195193
:
149613
|
149662