mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Update to 3.0.13
- Add a patch to handle this issue: http://www.caucho.com/support/resin-interest/0505/0091.html - Add $FreeBSD$ tags PR: 81103 Submitted by: maintainer
This commit is contained in:
parent
9dce897e4c
commit
5c833b9e2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135401
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= resin
|
||||
PORTVERSION= 3.0.12
|
||||
PORTVERSION= 3.0.13
|
||||
CATEGORIES= www java
|
||||
MASTER_SITES= http://www.caucho.com/download/
|
||||
|
||||
@ -42,8 +42,8 @@ APXS?= ${LOCALBASE}/sbin/apxs
|
||||
PKGINSTALL= ${WRKDIR}/pkg-install
|
||||
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
REINPLACE_FILES= ${WRKSRC}/src/c/apache1/Makefile.in \
|
||||
${WRKSRC}/src/c/apache2/Makefile.in
|
||||
REINPLACE_FILES= ${WRKSRC}/modules/c/src/apache1/Makefile.in \
|
||||
${WRKSRC}/modules/c/src/apache2/Makefile.in
|
||||
REPLACE_FILES= ${FILESDIR}/pkg-install \
|
||||
${FILESDIR}/pkg-deinstall \
|
||||
${FILESDIR}/install.sh \
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (resin-3.0.12.tar.gz) = 90a302b5e76bcb29457d3f68529e6587
|
||||
SIZE (resin-3.0.12.tar.gz) = 6965320
|
||||
MD5 (resin-3.0.13.tar.gz) = 4e5a07b29b6b8ed86630c169bf62aba2
|
||||
SIZE (resin-3.0.13.tar.gz) = 6858367
|
||||
|
@ -1,7 +1,7 @@
|
||||
$FreeBSD$
|
||||
|
||||
--- src/c/apache1/Makefile.in.orig Mon Oct 11 11:34:53 2004
|
||||
+++ src/c/apache1/Makefile.in Mon Oct 11 12:44:59 2004
|
||||
--- modules/c/src/apache1/Makefile.in.orig Mon Oct 11 11:34:53 2004
|
||||
+++ modules/c/src/apache1/Makefile.in Mon Oct 11 12:44:59 2004
|
||||
@@ -38,8 +38,7 @@
|
||||
$(LIBTOOL) --mode=install $(CP) mod_caucho.la $(apache_libexec)
|
||||
- rm -f $(apache_libexec)/mod_caucho.la
|
||||
|
@ -1,7 +1,7 @@
|
||||
$FreeBSD$
|
||||
|
||||
--- src/c/apache2/Makefile.in.orig Mon Oct 11 11:34:53 2004
|
||||
+++ src/c/apache2/Makefile.in Mon Oct 11 12:44:59 2004
|
||||
--- modules/c/src/apache2/Makefile.in.orig Mon Oct 11 11:34:53 2004
|
||||
+++ modules/c/src/apache2/Makefile.in Mon Oct 11 12:44:59 2004
|
||||
@@ -38,8 +38,7 @@
|
||||
$(LIBTOOL) --mode=install $(CP) mod_caucho.la $(apache_libexec)
|
||||
- rm -f $(apache_libexec)/mod_caucho.la
|
||||
|
@ -1,3 +1,5 @@
|
||||
$FreeBSD$
|
||||
|
||||
--- configure.orig Wed Jan 12 00:00:26 2005
|
||||
+++ configure Mon Apr 25 11:21:46 2005
|
||||
@@ -8669,20 +8669,6 @@
|
||||
|
14
www/resin3/files/patch-cse.h
Normal file
14
www/resin3/files/patch-cse.h
Normal file
@ -0,0 +1,14 @@
|
||||
$FreeBSD$
|
||||
|
||||
--- modules/c/src/common/cse.h.orig Thu May 12 12:54:14 2005
|
||||
+++ modules/c/src/common/cse.h Thu May 12 12:55:30 2005
|
||||
@@ -339,6 +339,9 @@
|
||||
const char *host, int port,
|
||||
time_t now);
|
||||
|
||||
+static resin_host_t * cse_match_host_impl(config_t *config, const char *host_name, int
|
||||
+ port, time_t now);
|
||||
+
|
||||
cluster_srun_t *
|
||||
cse_add_cluster_server(cluster_t *cluster,
|
||||
const char *host, int port, const char *id,
|
@ -1,22 +1,20 @@
|
||||
$FreeBSD$
|
||||
|
||||
--- conf/resin.conf.orig Tue Jun 15 10:50:09 2004
|
||||
+++ conf/resin.conf Tue Jun 15 10:50:47 2004
|
||||
@@ -158,7 +158,7 @@
|
||||
--- conf/resin.conf.orig Fri May 6 18:07:34 2005
|
||||
+++ conf/resin.conf Thu May 12 12:12:19 2005
|
||||
@@ -198,7 +198,7 @@
|
||||
- With another web server, like Apache, this can be commented out
|
||||
- because the web server will log this information.
|
||||
-->
|
||||
- <access-log path='logs/access.log'
|
||||
+ <access-log path='log/access.log'
|
||||
- <access-log path="logs/access.log"
|
||||
+ <access-log path="log/access.log"
|
||||
format='%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-Agent}i"'
|
||||
rollover-period='1W'/>
|
||||
rollover-period="1W"/>
|
||||
|
||||
@@ -186,7 +186,7 @@
|
||||
@@ -226,7 +226,7 @@
|
||||
</host-default>
|
||||
|
||||
<!-- includes the web-app-default for default web-app behavior -->
|
||||
- <resin:import path="${resinHome}/conf/app-default.xml"/>
|
||||
+ <resin:import path="%%PREFIX%%/etc/%%APP_NAME%%/app-default.xml"/>
|
||||
|
||||
<!-- configures the default host, matching any host name -->
|
||||
<host id=''>
|
||||
<!-- configures a deployment directory for virtual hosts -->
|
||||
<host-deploy path="hosts">
|
||||
|
@ -1,13 +1,10 @@
|
||||
@comment $FreeBSD$
|
||||
%%APP_NAME%%/lib/LICENSE.isorelax
|
||||
%%APP_NAME%%/lib/LICENSE.retroweaver
|
||||
%%APP_NAME%%/lib/aopalliance.jar
|
||||
%%APP_NAME%%/lib/boot.jar
|
||||
%%APP_NAME%%/lib/ejb-20.jar
|
||||
%%APP_NAME%%/lib/ejb-30.jar
|
||||
%%APP_NAME%%/lib/isorelax.jar
|
||||
%%APP_NAME%%/lib/j2eedeploy.jar
|
||||
%%APP_NAME%%/lib/jaxrpc.jar
|
||||
%%APP_NAME%%/lib/jca-15.jar
|
||||
%%APP_NAME%%/lib/jms-11.jar
|
||||
%%APP_NAME%%/lib/jmx-12.jar
|
||||
@ -18,8 +15,6 @@
|
||||
%%APP_NAME%%/lib/resin-jdk15.jar
|
||||
%%APP_NAME%%/lib/resin.jar
|
||||
%%APP_NAME%%/lib/resinboot.jar
|
||||
%%APP_NAME%%/lib/retroweaver.jar
|
||||
%%APP_NAME%%/lib/saaj.jar
|
||||
%%APP_NAME%%/lib/script-10.jar
|
||||
%%APP_NAME%%/lib/webutil.jar
|
||||
%%APP_NAME%%/webapps/ROOT/index.jsp
|
||||
|
Loading…
Reference in New Issue
Block a user