| Summary: | [NEW PORT] www/eaccelerator 0.9.2.a | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Martin Matuska <martin> | ||||
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Martin Matuska
2005-01-11 16:40:24 UTC
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 Responsible Changed From-To: freebsd-ports-bugs->ale Mine! State Changed From-To: open->feedback Now that www/eaccelerator seems to have been repocopied, does this PR still need to remain open? I think so, because here we have separate loader regards State Changed From-To: feedback->open Feedback received. State Changed From-To: open->closed Port is already at 0.9.3 but thank you anyway |