FreeBSD Bugzilla – Attachment 47967 Details for
Bug 73427
Maintainer update: www/cocoon fix blocks dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.52 KB, created by
Jean-Baptiste Quenot
on 2004-11-02 18:20:21 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jean-Baptiste Quenot
Created:
2004-11-02 18:20:21 UTC
Size:
4.52 KB
patch
obsolete
>diff -ruN --exclude=.svn --exclude=admin --exclude=.*.swp --exclude=work --exclude=README.html /usr/ports/www/cocoon/Makefile ./Makefile >--- /usr/ports/www/cocoon/Makefile Tue Aug 10 00:07:25 2004 >+++ ./Makefile Tue Nov 2 19:15:32 2004 >@@ -7,7 +7,7 @@ > > PORTNAME= cocoon > PORTVERSION= 2.1.5.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= www java > MASTER_SITES= ${MASTER_SITE_APACHE:S,%SUBDIR%,${PORTNAME},} > DISTNAME= ${PDISTNAME}-src >diff -ruN --exclude=.svn --exclude=admin --exclude=.*.swp --exclude=work --exclude=README.html /usr/ports/www/cocoon/Makefile.test-options ./Makefile.test-options >--- /usr/ports/www/cocoon/Makefile.test-options Mon Aug 9 16:19:38 2004 >+++ ./Makefile.test-options Tue Nov 2 18:28:22 2004 >@@ -1,7 +1,7 @@ > .if defined(WITH_AUTHENTICATION_FW) > BLOCKS+= authentication-fw > BLOCKS+= session-fw >-WITH_SESSION_FW= YES >+BLOCKS+= xsp > .endif > > .if defined(WITH_BATIK) >@@ -15,25 +15,22 @@ > .if defined(WITH_CHAPERON) > BLOCKS+= chaperon > BLOCKS+= xsp >-WITH_XSP= YES > .endif > > .if defined(WITH_DATABASES) > BLOCKS+= databases > BLOCKS+= xsp >-WITH_XSP= YES > .endif > > .if defined(WITH_FOP) > BLOCKS+= fop > BLOCKS+= batik >-WITH_BATIK= YES > .endif > > .if defined(WITH_HSQLDB) > BLOCKS+= hsqldb > BLOCKS+= databases >-WITH_DATABASES= YES >+BLOCKS+= xsp > .endif > > .if defined(WITH_HTML) >@@ -55,7 +52,6 @@ > .if defined(WITH_LINKREWRITER) > BLOCKS+= linkrewriter > BLOCKS+= xsp >-WITH_XSP= YES > .endif > > .if defined(WITH_LUCENE) >@@ -81,9 +77,8 @@ > .if defined(WITH_PORTAL_FW) > BLOCKS+= portal-fw > BLOCKS+= authentication-fw >-WITH_AUTHENTICATION_FW= YES > BLOCKS+= session-fw >-WITH_SESSION_FW= YES >+BLOCKS+= xsp > .endif > > .if defined(WITH_PROFILER) >@@ -93,13 +88,11 @@ > .if defined(WITH_PYTHON) > BLOCKS+= python > BLOCKS+= xsp >-WITH_XSP= YES > .endif > > .if defined(WITH_SESSION_FW) > BLOCKS+= session-fw > BLOCKS+= xsp >-WITH_XSP= YES > .endif > > .if defined(WITH_SWF) >@@ -117,7 +110,7 @@ > .if defined(WITH_XMLDB) > BLOCKS+= xmldb > BLOCKS+= databases >-WITH_DATABASES= YES >+BLOCKS+= xsp > .endif > > .if defined(WITH_XSP) >@@ -127,7 +120,7 @@ > .if defined(WITH_APPLES) > BLOCKS+= apples > BLOCKS+= forms >-WITH_FORMS= YES >+BLOCKS+= xsp > .endif > > .if defined(WITH_ASCIIART) >@@ -149,31 +142,27 @@ > .if defined(WITH_EVENTCACHE) > BLOCKS+= eventcache > BLOCKS+= xsp >-WITH_XSP= YES > .endif > > .if defined(WITH_FORMS) > BLOCKS+= forms > BLOCKS+= xsp >-WITH_XSP= YES > .endif > > .if defined(WITH_JAVAFLOW) > BLOCKS+= javaflow >+BLOCKS+= databases > BLOCKS+= forms >-WITH_FORMS= YES > BLOCKS+= ojb >-WITH_OJB= YES >+BLOCKS+= xsp > .endif > > .if defined(WITH_JMS) > BLOCKS+= jms > BLOCKS+= databases >-WITH_DATABASES= YES > BLOCKS+= eventcache >-WITH_EVENTCACHE= YES > BLOCKS+= hsqldb >-WITH_HSQLDB= YES >+BLOCKS+= xsp > .endif > > .if defined(WITH_LINOTYPE) >@@ -183,9 +172,11 @@ > .if defined(WITH_MAIL) > BLOCKS+= mail > BLOCKS+= asciiart >-WITH_ASCIIART= YES >+BLOCKS+= batik >+BLOCKS+= cron > BLOCKS+= scratchpad >-WITH_SCRATCHPAD= YES >+BLOCKS+= velocity >+BLOCKS+= xsp > .endif > > .if defined(WITH_MIDI) >@@ -195,31 +186,25 @@ > .if defined(WITH_OJB) > BLOCKS+= ojb > BLOCKS+= databases >-WITH_DATABASES= YES > BLOCKS+= forms >-WITH_FORMS= YES >+BLOCKS+= xsp > .endif > > .if defined(WITH_PETSTORE) > BLOCKS+= petstore > BLOCKS+= databases >-WITH_DATABASES= YES > BLOCKS+= forms >-WITH_FORMS= YES > BLOCKS+= hsqldb >-WITH_HSQLDB= YES > BLOCKS+= velocity >-WITH_VELOCITY= YES >+BLOCKS+= xsp > .endif > > .if defined(WITH_PORTAL) > BLOCKS+= portal > BLOCKS+= authentication-fw >-WITH_AUTHENTICATION_FW= YES > BLOCKS+= html >-WITH_HTML= YES > BLOCKS+= session-fw >-WITH_SESSION_FW= YES >+BLOCKS+= xsp > .endif > > .if defined(WITH_PROXY) >@@ -233,21 +218,16 @@ > .if defined(WITH_REPOSITORY) > BLOCKS+= repository > BLOCKS+= databases >-WITH_DATABASES= YES > BLOCKS+= eventcache >-WITH_EVENTCACHE= YES >+BLOCKS+= xsp > .endif > > .if defined(WITH_SCRATCHPAD) > BLOCKS+= scratchpad > BLOCKS+= batik >-WITH_BATIK= YES > BLOCKS+= cron >-WITH_CRON= YES > BLOCKS+= velocity >-WITH_VELOCITY= YES > BLOCKS+= xsp >-WITH_XSP= YES > .endif > > .if defined(WITH_SERIALIZERS) >@@ -256,10 +236,12 @@ > > .if defined(WITH_SLIDE) > BLOCKS+= slide >+BLOCKS+= databases >+BLOCKS+= eventcache >+BLOCKS+= hsqldb > BLOCKS+= jms >-WITH_JMS= YES > BLOCKS+= repository >-WITH_REPOSITORY= YES >+BLOCKS+= xsp > .endif > > .if defined(WITH_SLOP) >@@ -277,22 +259,21 @@ > .if defined(WITH_TOUR) > BLOCKS+= tour > BLOCKS+= batik >-WITH_BATIK= YES > BLOCKS+= fop >-WITH_FOP= YES > BLOCKS+= forms >-WITH_FORMS= YES >+BLOCKS+= xsp > .endif > > .if defined(WITH_WEBDAV) > BLOCKS+= webdav >+BLOCKS+= databases >+BLOCKS+= eventcache > BLOCKS+= repository >-WITH_REPOSITORY= YES >+BLOCKS+= xsp > .endif > > .if defined(WITH_WOODY) > BLOCKS+= woody > BLOCKS+= xsp >-WITH_XSP= YES > .endif
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 73427
: 47967