Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Nov 2014 23:38:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        perl@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 195193] [PATCH] www/p5-FCGI upgrade to 0.77
Message-ID:  <bug-195193-14331-cwpdLdDQmJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195193-14331@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195193-14331@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
geoffroy desvernay <dgeo@centrale-marseille.fr> has asked perl@FreeBSD.org for
maintainer-feedback:
Bug 195193: [PATCH] www/p5-FCGI upgrade to 0.77
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195193



--- Description ---
Created attachment 149613
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149613&action=edit
Upgrade and workaround to use www/fcgi

Upstream upgrade to 0.77

I removed PURE_PERL option as it was removed in 0.75
http://cpansearch.perl.org/src/ETHER/FCGI-0.77/ChangeLog

also included 
CFLAGS+= -I${PREFIX}/include
to workaround a failure to build against port's libfcgi.so because ports
system's invocation of Makefile.PL ends with 'INC=/usr/local/include/include'
in Makefile, then cc -I/usr/local/include/include logically fails looking for
fcgi_config.h.

Problem may reside in port system as it compiles OK with vanilia sources, and
perl Makefile.PL --use-installed=/usr/local

HTH

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer perl@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195193-14331-cwpdLdDQmJ>