FreeBSD Bugzilla – Attachment 85128 Details for
Bug 121221
[PATCH] www/plone3: fetch fails from behind a firewall
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
plone3-3.0.6.patch
plone3-3.0.6.patch (text/plain), 873 bytes, created by
Koji Yokota
on 2008-02-29 15:50:02 UTC
(
hide
)
Description:
plone3-3.0.6.patch
Filename:
MIME Type:
Creator:
Koji Yokota
Created:
2008-02-29 15:50:02 UTC
Size:
873 bytes
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/www/plone3.orig/Makefile /usr/ports/www/plone3/Makefile >--- /usr/ports/www/plone3.orig/Makefile 2008-02-18 12:09:30.000000000 +0900 >+++ /usr/ports/www/plone3/Makefile 2008-02-29 23:38:38.000000000 +0900 >@@ -15,6 +15,7 @@ > MAINTAINER= nakaji@jp.FreeBSD.org > COMMENT= A user friendly implementation of the CMF written on top of ZOPE > >+FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget > RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging > > WRKSRC= ${WRKDIR}/Plone-${PORTVERSION} >@@ -69,6 +70,12 @@ > @${ECHO_MSG} "" > .endif > >+do-fetch: >+ # To fetch from behind a firewall, set environment variables >+ # https_proxy and http_proxy >+ ( cd ${DISTDIR}/zope ; \ >+ wget --no-check-certificate ${MASTER_SITES}/${DISTFILES} ) >+ > do-build: > .for m in ${_MODULES} > -${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/Products/$m
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 121221
: 85128