Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Mar 2012 20:26:27 GMT
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/165669: [UPDATE] www/resin3 to 3.1.11
Message-ID:  <201203032026.q23KQRPn039846@red.freebsd.org>
Resent-Message-ID: <201203032030.q23KUDge097474@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         165669
>Category:       ports
>Synopsis:       [UPDATE] www/resin3 to 3.1.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 03 20:30:13 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        9.0-RELEASE
>Organization:
>Environment:
FreeBSD tinderbox.dzcrd.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN resin3.bak/Makefile resin3/Makefile
--- resin3.bak/Makefile 2012-03-04 01:01:01.253158272 +0600
+++ resin3/Makefile     2012-03-04 02:24:15.733177380 +0600
@@ -6,11 +6,11 @@
 #

 PORTNAME=              resin
-PORTVERSION=           3.1.9
+PORTVERSION=           3.1.11
 CATEGORIES=            www java
 MASTER_SITES=          http://www.caucho.com/download/

-MAINTAINER=            ports@FreeBSD.org
+MAINTAINER=            5u623l20@gmail.com
 COMMENT=               Resin, a Java-based Application Server, 3.x branch

 USE_JAVA=              yes
diff -ruN resin3.bak/distinfo resin3/distinfo
--- resin3.bak/distinfo 2012-03-04 01:01:01.253158272 +0600
+++ resin3/distinfo     2012-03-04 01:01:59.693150016 +0600
@@ -1,2 +1,2 @@
-SHA256 (resin-3.1.9.tar.gz) = 50b01d1cf6ea4cdc1c92f74430f9b800984df1870b3ffed7ee75fd3bdceaa671
-SIZE (resin-3.1.9.tar.gz) = 10320627
+SHA256 (resin-3.1.11.tar.gz) = 58a683da7c431641896040d523407a422d5c549b0ad379060990f868fa5e271f
+SIZE (resin-3.1.11.tar.gz) = 10207796
diff -ruN resin3.bak/files/patch-configure resin3/files/patch-configure
--- resin3.bak/files/patch-configure    2012-03-04 01:01:01.253158272 +0600
+++ resin3/files/patch-configure        1970-01-01 06:00:00.000000000 +0600
@@ -1,96 +0,0 @@
---- configure.orig     Wed Dec  5 12:06:55 2007
-+++ configure  Mon Jan 14 11:22:05 2008
-@@ -19096,55 +19096,9 @@
-
-
-
--# This can be used to rebuild libtool when needed
--LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
--
--# Always use our own libtool.
--LIBTOOL='$(SHELL) $(top_builddir)/libtool'
--
--# Prevent multiple expansion
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--#
--# libtool stuff
--#
--if test -z "${LTFLAGS}"; then
--  LTFLAGS="--silent"
--fi
--
--LIBTOOL_SCRIPT="`pwd`/libtool"
--LIBTOOL="${LIBTOOL_SCRIPT} ${LTFLAGS}"
--libtoolversion=`${SHELL} ${LIBTOOL_SCRIPT} --version`
--case $libtoolversion in
--     *1.4*)
--       SH_LIBTOOL="${LIBTOOL_SCRIPT}"
--       SHLTCFLAGS="-prefer-pic"
--       LTCFLAGS="-prefer-non-pic -static"
--       ;;
--     *)
--       SH_LIBTOOL="${SHELL} ${LIBTOOL_SCRIPT} ${LTFLAGS}"
--       SHLTCFLAGS=""
--       LTCFLAGS=""
--       ;;
--esac
-+SH_LIBTOOL="${SHELL} ${LIBTOOL}"
-+SHLTCFLAGS=""
-+LTCFLAGS=""
-
-
-
-@@ -19903,33 +19857,8 @@
-       PROXY_LIBS='-lnsl -lsocket -lthread'
-       ;;
-
--  *freebsd*5*)
--      PROXY_LIBS='-lpthread'
--        jni_os=freebsd
--
--      tmp=`ldd $JAVA_HOME/bin/java | sed 's/.*=>//' | grep -c libc_r`
--      tmp=$tmp `ldd $JAVA_HOME/bin/java | sed 's/.*=>//' | grep -c libpthread`
--      tmp=$tmp `ldd $JAVA_HOME/bin/java | sed 's/.*=>//' | grep -c libthr`
--
--      case "$tmp" in
--      100)
--              PROXY_LIBS='-lc_r';
--              ;;
--      010)
--              PROXY_LIBS='-lpthread';
--              ;;
--      001)
--              PROXY_LIBS='-lthr';
--              ;;
--      *)
--              PROXY_LIBS='-lpthread'
--              echo "Using -lpthread as default"
--              ;;
--      esac
--      ;;
--
-   *freebsd*)
--      PROXY_LIBS='-lc_r'
-+      PROXY_LIBS="${PTHREAD_LIBS}"
-         jni_os=freebsd
-       ;;
-

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203032026.q23KQRPn039846>