Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2005 19:31:42 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        antonio@php.net, thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, thierry@FreeBSD.org
Subject:   Re: ports/82068: Update port: java/phpeclipse to 1.1.4
Message-ID:  <200506091931.j59JVg1a056006@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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