FreeBSD Bugzilla – Attachment 18956 Details for
Bug 33836
Fix port : www/zope (make compatible with Python 2.2)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.31 KB, created by
Hye-Shik Chang
on 2002-01-13 12:00:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Hye-Shik Chang
Created:
2002-01-13 12:00:03 UTC
Size:
1.31 KB
patch
obsolete
>diff -ruN zope.orig/Makefile zope/Makefile >--- zope.orig/Makefile Sat Oct 20 06:09:35 2001 >+++ zope/Makefile Sun Jan 13 20:47:36 2002 >@@ -7,7 +7,7 @@ > > PORTNAME= zope > PORTVERSION= 2.4.2 >-PORTREVISION= 0 >+PORTREVISION= 1 > CATEGORIES= www python zope > MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ > DISTNAME= Zope-${PORTVERSION}-src >@@ -49,6 +49,19 @@ > VERSION=${PORTVERSION} \ > WEBBASEDIR=${WEBBASEDIR} > >+.include <bsd.port.pre.mk> >+ >+MF_TEMPLATE= ${ZOPEBASEDIR}/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/Makefile.pre.in >+post-patch: >+.if ${PYTHON_REL} >= 220 >+# temporary trick until next release >+ @${SED} -e 's,.*config\(/Makefile.pre.in\).*, return "${MF_TEMPLATE}",' \ >+ -e 's,.*sys.version.*,,' \ >+ -e 's,\(cp %s \.\),if [ ! -f ./Makefile.pre.in ]; then (\1); fi,' \ >+ ${WRKSRC}/inst/do.py > ${WRKSRC}/inst/do.py.tmp \ >+ && ${MV} -f ${WRKSRC}/inst/do.py.tmp ${WRKSRC}/inst/do.py >+.endif >+ > # I decided to consider the whole souce tree to be part of the package > # since in there, Zope can live on its own. I can use Zope's own building > # mechanism. >@@ -121,4 +134,4 @@ > @${ECHO} "===> For Apache changes see ${APACHE_CONFDIR}/apache.conf.Zope-Changes." > @${ECHO} "===> Zope.cgi and pcgi-wrapper live in ${CGIBINDIR}." > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
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 33836
: 18956