From corky1951@comcast.net  Wed Jun  9 06:52:36 2010
Return-Path: <corky1951@comcast.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 40257106566B
	for <freebsd-gnats-submit@freebsd.org>; Wed,  9 Jun 2010 06:52:36 +0000 (UTC)
	(envelope-from corky1951@comcast.net)
Received: from qmta02.westchester.pa.mail.comcast.net (qmta02.westchester.pa.mail.comcast.net [76.96.62.24])
	by mx1.freebsd.org (Postfix) with ESMTP id E6CBA8FC16
	for <freebsd-gnats-submit@freebsd.org>; Wed,  9 Jun 2010 06:52:35 +0000 (UTC)
Received: from omta07.westchester.pa.mail.comcast.net ([76.96.62.59])
	by qmta02.westchester.pa.mail.comcast.net with comcast
	id Tiph1e0071GhbT852isc3H; Wed, 09 Jun 2010 06:52:36 +0000
Received: from comcast.net ([98.203.142.76])
	by omta07.westchester.pa.mail.comcast.net with comcast
	id Tisa1e0061f6R9u3TisaGM; Wed, 09 Jun 2010 06:52:36 +0000
Received: by comcast.net (sSMTP sendmail emulation); Tue, 08 Jun 2010 23:52:32 -0700
Message-Id: <20100609065236.40257106566B@hub.freebsd.org>
Date: Tue, 08 Jun 2010 23:52:32 -0700
From: Charlie Kester <corky1951@comcast.net>
Reply-To: Charlie Kester <corky1951@comcast.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] deskutils/osmo - fix pointyhat fails
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         147714
>Category:       ports
>Synopsis:       [MAINTAINER] deskutils/osmo - fix pointyhat fails
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 09 07:00:09 UTC 2010
>Closed-Date:    Sun Jun 13 13:37:12 UTC 2010
>Last-Modified:  Tue Jun 15 13:20:01 UTC 2010
>Originator:     Charlie Kester
>Release:        FreeBSD 8.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD atom.local 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0: Sun Jun 6 13:13:15 PDT 2010 root@atom.local:/usr/obj/usr/src/sys/ATOM i386


>Description:
See the following pointyhat log: 
  http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.7.20100606103732/osmo-0.2.10_2.log

There are two failures described in that log:

- The attempt to install three .mo files failed because they were not found in the workdir.

- Deinstalling the port removed the directory /usr/local/share/sounds, 
  which is owned by gnomehier and should not be deleted here.

These failures were reported on amd64 but can also be seen on any other platform.

>How-To-Repeat:
>Fix:
The attached patch adds three new items to the POFILES listed in the port Makefile, 
so that the missing .mo files will be generated.

The pkg-plist file is updated to add entries for the three new .mo files.
Several dirrmtry lines are also deleted.

Port files added: none
Port files deleted: none


--- osmo-0.2.10.diff begins here ---
diff -ruN /usr/ports/deskutils/osmo/Makefile ./osmo/Makefile
--- /usr/ports/deskutils/osmo/Makefile	2010-06-04 00:54:05.000000000 -0700
+++ ./osmo/Makefile	2010-06-08 23:23:42.000000000 -0700
@@ -33,7 +33,7 @@
 
 MAN1=		osmo.1
 
-POFILES=	ca cs de el es fi fr hu it ja lt nl pl pt \
+POFILES=	bg ca cs da de el en_GB es fi fr hu it ja lt nl pl pt \
 		ru sv tr uk zh_CN
 
 MSGFMT=		${LOCALBASE}/bin/msgfmt
diff -ruN /usr/ports/deskutils/osmo/pkg-plist ./osmo/pkg-plist
--- /usr/ports/deskutils/osmo/pkg-plist	2009-10-19 20:27:56.000000000 -0700
+++ ./osmo/pkg-plist	2010-06-08 23:29:51.000000000 -0700
@@ -6,10 +6,13 @@
 share/icons/hicolor/32x32/apps/osmo.png
 share/icons/hicolor/48x48/apps/osmo.png
 share/icons/hicolor/scalable/apps/osmo.svg
+share/locale/bg/LC_MESSAGES/osmo.mo
 share/locale/ca/LC_MESSAGES/osmo.mo
 share/locale/cs/LC_MESSAGES/osmo.mo
+share/locale/da/LC_MESSAGES/osmo.mo
 share/locale/de/LC_MESSAGES/osmo.mo
 share/locale/el/LC_MESSAGES/osmo.mo
+share/locale/en_GB/LC_MESSAGES/osmo.mo
 share/locale/es/LC_MESSAGES/osmo.mo
 share/locale/fi/LC_MESSAGES/osmo.mo
 share/locale/fr/LC_MESSAGES/osmo.mo
@@ -28,19 +31,4 @@
 share/pixmaps/osmo.png
 share/sounds/osmo/alarm.wav
 @dirrm share/sounds/osmo
-@dirrmtry share/sounds
-@dirrmtry share/icons/hicolor/scalable/apps
-@dirrmtry share/icons/hicolor/scalable
-@dirrmtry share/icons/hicolor/48x48/apps
-@dirrmtry share/icons/hicolor/48x48
-@dirrmtry share/icons/hicolor/32x32/apps
-@dirrmtry share/icons/hicolor/32x32
-@dirrmtry share/icons/hicolor/24x24/apps
-@dirrmtry share/icons/hicolor/24x24
-@dirrmtry share/icons/hicolor/22x22/apps
-@dirrmtry share/icons/hicolor/22x22
-@dirrmtry share/icons/hicolor/16x16/apps
-@dirrmtry share/icons/hicolor/16x16
-@dirrmtry share/icons/hicolor
-@dirrmtry share/icons
 @dirrmtry share/applications
--- osmo-0.2.10.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Wed Jun 9 12:45:57 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147714 
State-Changed-From-To: open->closed 
State-Changed-By: wxs 
State-Changed-When: Sun Jun 13 13:37:11 UTC 2010 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147714 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/147714: commit references a PR
Date: Tue, 15 Jun 2010 13:18:35 +0000 (UTC)

 wxs         2010-06-15 13:18:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     deskutils/osmo       Makefile pkg-plist 
   Log:
   Fix pointyhat failures.
   
   PR:             ports/147714
   Submitted by:   Charlie Kester <corky1951@comcast.net> (maintainer)
   
   Revision  Changes    Path
   1.9       +1 -1      ports/deskutils/osmo/Makefile
   1.2       +3 -15     ports/deskutils/osmo/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
