ports/76109: [NEW PORT] www/eaccelerator 0.9.2.a

Martin Matuska martin at tradex.sk
Fri Jan 14 09:10:25 UTC 2005


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

From: Martin Matuska <martin at tradex.sk>
To: freebsd-gnats-submit at FreeBSD.org, martin at tradex.sk
Cc:  
Subject: Re: ports/76109: [NEW PORT] www/eaccelerator 0.9.2.a
Date: Fri, 14 Jan 2005 10:06:51 +0100

 Adding patch from:
 http://sourceforge.net/tracker/index.php?func=detail&aid=1099498&group_id=122249&atid=692864
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #       files
 #       files/patch-eaccelerator.c
 #
 echo c - files
 mkdir -p files > /dev/null 2>&1
 echo x - files/patch-eaccelerator.c
 sed 's/^X//' >files/patch-eaccelerator.c << 'END-of-files/patch-eaccelerator.c'
 X--- eaccelerator.c.orig        Fri Jan 14 09:58:06 2005
 X+++ eaccelerator.c     Fri Jan 14 09:58:39 2005
 X@@ -737,7 +737,7 @@
 X }
 X
 X static void fixup_zval(zval* zv TSRMLS_DC) {
 X-  switch (zv->type) {
 X+  switch (zv->type & ~IS_CONSTANT_INDEX) {
 X     case IS_CONSTANT:
 X     case IS_STRING:
 X       if (zv->value.str.val == NULL ||
 END-of-files/patch-eaccelerator.c
 exit



More information about the freebsd-ports-bugs mailing list