FreeBSD Bugzilla – Attachment 19652 Details for
Bug 34896
Fix port: www/moinmoin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 673 bytes, created by
Hye-Shik Chang
on 2002-02-13 04:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Hye-Shik Chang
Created:
2002-02-13 04:50:01 UTC
Size:
673 bytes
patch
obsolete
>diff -ruN moinmoin.orig/Makefile moinmoin/Makefile >--- moinmoin.orig/Makefile Sat Jan 12 00:17:46 2002 >+++ moinmoin/Makefile Wed Feb 13 13:39:29 2002 >@@ -7,7 +7,7 @@ > > PORTNAME= moinmoin > PORTVERSION= 0.10 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= www python > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= moin >diff -ruN moinmoin.orig/files/wrapper.c moinmoin/files/wrapper.c >--- moinmoin.orig/files/wrapper.c Mon Oct 15 21:43:36 2001 >+++ moinmoin/files/wrapper.c Wed Feb 13 13:39:08 2002 >@@ -9,5 +9,5 @@ > { > char *margv[] = { PYTHON_PATH, SCRIPT_PATH, NULL }; > >- return exect(PYTHON_PATH, margv, envp); >+ return execve(PYTHON_PATH, margv, envp); > }
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 34896
: 19652