svn commit: r551572 - in head/www/p5-CGI-SpeedyCGI: . files

Stefan Eßer se at FreeBSD.org
Tue Oct 6 10:57:13 UTC 2020


Author: se
Date: Tue Oct  6 10:57:12 2020
New Revision: 551572
URL: https://svnweb.freebsd.org/changeset/ports/551572

Log:
  Fix build with -fno-common

Added:
  head/www/p5-CGI-SpeedyCGI/files/patch-src_speedy__perl.h   (contents, props changed)
Modified:
  head/www/p5-CGI-SpeedyCGI/Makefile

Modified: head/www/p5-CGI-SpeedyCGI/Makefile
==============================================================================
--- head/www/p5-CGI-SpeedyCGI/Makefile	Tue Oct  6 10:09:44 2020	(r551571)
+++ head/www/p5-CGI-SpeedyCGI/Makefile	Tue Oct  6 10:57:12 2020	(r551572)
@@ -3,7 +3,7 @@
 
 PORTNAME=	CGI-SpeedyCGI
 PORTVERSION=	2.22
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Added: head/www/p5-CGI-SpeedyCGI/files/patch-src_speedy__perl.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-CGI-SpeedyCGI/files/patch-src_speedy__perl.h	Tue Oct  6 10:57:12 2020	(r551572)
@@ -0,0 +1,8 @@
+--- src/speedy_perl.h.orig	2003-10-07 04:03:48 UTC
++++ src/speedy_perl.h
+@@ -21,4 +21,4 @@ void speedy_perl_init(void);
+ void speedy_perl_run(slotnum_t _gslotnum, slotnum_t _bslotnum);
+ int speedy_perl_fork(void);
+ 
+-PerlInterpreter  *my_perl;
++extern PerlInterpreter  *my_perl;


More information about the svn-ports-all mailing list