From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 00:10:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15177106568B for ; Wed, 28 May 2008 00:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EB51C8FC17 for ; Wed, 28 May 2008 00:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4S0A1km066684 for ; Wed, 28 May 2008 00:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4S0A1cM066683; Wed, 28 May 2008 00:10:01 GMT (envelope-from gnats) Resent-Date: Wed, 28 May 2008 00:10:01 GMT Resent-Message-Id: <200805280010.m4S0A1cM066683@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wen heping Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDA2710656BD for ; Wed, 28 May 2008 00:09:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id D1BC88FC25 for ; Wed, 28 May 2008 00:09:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m4S08G0i059812 for ; Wed, 28 May 2008 00:08:16 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m4S08GGu059811; Wed, 28 May 2008 00:08:16 GMT (envelope-from nobody) Message-Id: <200805280008.m4S08GGu059811@www.freebsd.org> Date: Wed, 28 May 2008 00:08:16 GMT From: Wen heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/124053: [PATCH] www/sakai : minor change X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 00:10:02 -0000 >Number: 124053 >Category: ports >Synopsis: [PATCH] www/sakai : minor change >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 28 00:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Wen heping >Release: FreeBSD 7.0 Release >Organization: ChangAn Middle School >Environment: FreeBSD fb7 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: 1 minor modification of Makefile 2 minor modification of pkg-plist 3 please close PR:ports/123993 ,because its content is included in this PR >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2008-05-27 04:57:51.000000000 +0800 +++ Makefile 2008-05-27 04:58:06.000000000 +0800 @@ -30,8 +30,8 @@ LIC_DOC= ECLv1.txt do-install: - cd ${WRKSRC}/webapps && ${FIND} . -type d -exec ${INSTALL} -d \ - -g ${TOMCATGRP} -o ${TOMCATOWN} -m 755 ${WEBAPPDIR}/{} \; +# cd ${WRKSRC}/webapps && ${FIND} . -type d -exec ${INSTALL} -d \ +# -g ${TOMCATGRP} -o ${TOMCATOWN} -m 755 ${WEBAPPDIR}/{} \; cd ${WRKSRC}/webapps && ${FIND} . -type f -exec ${INSTALL} -g \ ${TOMCATGRP} -o ${TOMCATOWN} -m 444 {} ${WEBAPPDIR}/{} \; --- pkg-plist.orig 2008-05-25 14:02:00.000000000 +0800 +++ pkg-plist 2008-05-25 14:03:27.000000000 +0800 @@ -1095,8 +1095,6 @@ tomcat5.5/webapps/tool.war tomcat5.5/webapps/web.war tomcat5.5/webapps/xsl-portal.war -@dirrm tomcat5.5/shared/lib -@dirrm tomcat5.5/shared @dirrm tomcat5.5/licenses @dirrm tomcat5.5/components/sakai-web-pack/WEB-INF/lib @dirrm tomcat5.5/components/sakai-web-pack/WEB-INF >Release-Note: >Audit-Trail: >Unformatted: