From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 9 19:31:42 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F9AA16A41F; Thu, 9 Jun 2005 19:31:42 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6431C43D48; Thu, 9 Jun 2005 19:31:42 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j59JVgkd056010; Thu, 9 Jun 2005 19:31:42 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j59JVg1a056006; Thu, 9 Jun 2005 19:31:42 GMT (envelope-from thierry) Date: Thu, 9 Jun 2005 19:31:42 GMT From: Thierry Thomas Message-Id: <200506091931.j59JVg1a056006@freefall.freebsd.org> To: antonio@php.net, thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, thierry@FreeBSD.org Cc: Subject: Re: ports/82068: Update port: java/phpeclipse to 1.1.4 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: Thu, 09 Jun 2005 19:31:42 -0000 Synopsis: Update port: java/phpeclipse to 1.1.4 State-Changed-From-To: open->feedback State-Changed-By: thierry State-Changed-When: Thu Jun 9 19:27:12 GMT 2005 State-Changed-Why: Waiting for maintainer's approval. Remark: when built as a port, it creates empty directories, which are not created if installed as a package; either they should not be created, or they should be handled by @unexec rmdir like the following patch: diff -urN java/phpeclipse.orig/pkg-plist java/phpeclipse/pkg-plist --- java/phpeclipse.orig/pkg-plist Thu Jun 9 21:23:31 2005 +++ java/phpeclipse/pkg-plist Thu Jun 9 20:55:39 2005 @@ -1381,12 +1381,12 @@ @dirrm eclipse/features/org.eclipse.team.extras_%%TEAMVER%% @dirrm eclipse/features/%%NSP%%_%%VER%% @dirrm eclipse/features/net.sf.eclipsetidy.feature_%%TIDYVER%% -@dirrm eclipse/features/%%QVER%%/lib -@dirrm eclipse/features/%%QVER%%/icons/unused -@dirrm eclipse/features/%%QVER%%/icons/.xvpics -@dirrm eclipse/features/%%QVER%%/icons -@dirrm eclipse/features/%%QVER%%/doc/images -@dirrm eclipse/features/%%QVER%%/doc +@unexec rmdir %D/eclipse/features/%%QVER%%/lib 2>/dev/null || true +@unexec rmdir %D/eclipse/features/%%QVER%%/icons/unused 2>/dev/null || true +@unexec rmdir %D/eclipse/features/%%QVER%%/icons/.xvpics 2>/dev/null || true +@unexec rmdir %D/eclipse/features/%%QVER%%/icons 2>/dev/null || true +@unexec rmdir %D/eclipse/features/%%QVER%%/doc/images 2>/dev/null || true +@unexec rmdir %D/eclipse/features/%%QVER%%/doc 2>/dev/null || true @dirrm eclipse/features/%%QVER%% @unexec rmdir %D/eclipse/plugins 2>/dev/null || true @unexec rmdir %D/eclipse/features 2>/dev/null || true Responsible-Changed-From-To: freebsd-ports-bugs->thierry Responsible-Changed-By: thierry Responsible-Changed-When: Thu Jun 9 19:27:12 GMT 2005 Responsible-Changed-Why: Take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=82068