Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Feb 2004 10:00:36 -0800 (PST)
From:      Florent Thoumie <flz@xbsd.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/62310: New port: net/grdesktop - GNOME frontend for the remote desktop client (rdesktop)
Message-ID:  <200402031800.i13I0aWH021376@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/62310; it has been noted by GNATS.

From: Florent Thoumie <flz@xbsd.org>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/62310: New port: net/grdesktop - GNOME frontend for the
	remote desktop client (rdesktop)
Date: Tue, 03 Feb 2004 18:55:47 +0000

 I just see that the pkg-plist was f*cked up.
 
 Here is a patch :
 
 -- patch-pkg-plist begins here --
 --- pkg-plist.old       Tue Feb  3 18:49:43 2004
 +++ pkg-plist   Tue Feb  3 18:51:26 2004
 @@ -26,20 +26,19 @@
  share/pixmaps/grdesktop/topimage.png
  share/pixmaps/grdesktop/topimage2.png
  @dirrm share/pixmaps/grdesktop
 -@unexec share/pixmaps 2> /dev/null || true
 +@unexec rmdir share/pixmaps 2> /dev/null || true
  @dirrm share/omf/grdesktop
 -@unexec share/omf 2> /dev/null || true
 -@unexec share/locale/fr/LC_MESSAGES 2> /dev/null || true
 -@unexec share/locale/fr 2> /dev/null || true
 -@unexec share/locale/es/LC_MESSAGES 2> /dev/null || true
 -@unexec share/locale/es 2> /dev/null || true
 -@unexec share/locale/de/LC_MESSAGES 2> /dev/null || true
 -@unexec share/locale/de 2> /dev/null || true
 -@unexec share/locale 2> /dev/null || true
 +@unexec rmdir share/omf 2> /dev/null || true
 +@unexec rmdir share/locale/fr/LC_MESSAGES 2> /dev/null || true
 +@unexec rmdir share/locale/fr 2> /dev/null || true
 +@unexec rmdir share/locale/es/LC_MESSAGES 2> /dev/null || true
 +@unexec rmdir share/locale/es 2> /dev/null || true
 +@unexec rmdir share/locale/de/LC_MESSAGES 2> /dev/null || true
 +@unexec rmdir share/locale/de 2> /dev/null || true
 +@unexec rmdir share/locale 2> /dev/null || true
  @dirrm share/gnome/help/grdesktop/C
  @dirrm share/gnome/help/grdesktop
 -@unexec share/gnome/help 2> /dev/null || true
 -@unexec share/gnome 2> /dev/null || true
 -@unexec share/applications 2> /dev/null || true
 +@unexec rmdir share/gnome/help 2> /dev/null || true
 +@unexec rmdir share/gnome 2> /dev/null || true
 +@unexec rmdir share/applications 2> /dev/null || true
  @unexec rmdir etc/gconf/schemas 2> /dev/null || true
 -@unexec etc/gconf 2> /dev/null || true
 -- patch-pkg-plist ends here --
 



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