ports/149021: [patch] net-p2p/amule2: update to a snapshot, r10257

Anonymous swell.k at gmail.com
Sat Jul 31 05:30:07 UTC 2010


The following reply was made to PR ports/149021; it has been noted by GNATS.

From: Anonymous <swell.k at gmail.com>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/149021: [patch] net-p2p/amule2: update to a snapshot, r10257
Date: Sat, 31 Jul 2010 08:49:52 +0400

 - make ignored error more verbose but only during port installation
 - sort
 --- c.diff begins here ---
 diff --git a/Makefile b/Makefile
 index 4e8224c..646506e 100644
 --- a/Makefile
 +++ b/Makefile
 @@ -206,9 +206,9 @@ post-patch:	.SILENT
  
  post-install:
  .if !defined(WITHOUT_PLASMAMULE)
 -	@-update-mime-database ${KDE4_PREFIX}/share/mime
 -	@-update-desktop-database ${KDE4_PREFIX}/share/applications
 +	-update-desktop-database ${KDE4_PREFIX}/share/applications
 +	-update-mime-database ${KDE4_PREFIX}/share/mime
  .endif
 -	@-update-desktop-database ${PREFIX}/share/applications
 +	-update-desktop-database ${PREFIX}/share/applications
  
  .include <bsd.port.post.mk>
 diff --git a/pkg-plist b/pkg-plist
 index f682216..bb481de 100644
 --- a/pkg-plist
 +++ b/pkg-plist
 @@ -9,10 +9,10 @@
  %%PLASMAMULE%%share/kde4/services/plasma-applet-plasmamule.desktop
  %%PLASMAMULE%%share/kde4/services/plasma-engine-plasmamule.desktop
  %%PLASMAMULE%%share/mime/amule.xml
 -%%PLASMAMULE%%@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime 2>/dev/null || true
 -%%PLASMAMULE%%@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime 2>/dev/null || true
  %%PLASMAMULE%%@exec %%LOCALBASE%%/bin/update-desktop-database %D/share/applications 2>/dev/null || true
  %%PLASMAMULE%%@unexec %%LOCALBASE%%/bin/update-desktop-database %D/share/applications 2>/dev/null || true
 +%%PLASMAMULE%%@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime 2>/dev/null || true
 +%%PLASMAMULE%%@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime 2>/dev/null || true
  %%PLASMAMULE%%@cwd
  %%ALC%%bin/alc
  %%ALC%%bin/alcc
 --- c.diff ends here ---



More information about the freebsd-ports-bugs mailing list