From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 9 07:00:10 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59430106566B for ; Wed, 9 Jun 2010 07:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1A9968FC22 for ; Wed, 9 Jun 2010 07:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o59709Lq022286 for ; Wed, 9 Jun 2010 07:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o59709Or022285; Wed, 9 Jun 2010 07:00:09 GMT (envelope-from gnats) Resent-Date: Wed, 9 Jun 2010 07:00:09 GMT Resent-Message-Id: <201006090700.o59709Or022285@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Charlie Kester Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40257106566B for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/147714: [MAINTAINER] deskutils/osmo - fix pointyhat fails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Charlie Kester List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jun 2010 07:00:10 -0000 >Number: 147714 >Category: ports >Synopsis: [MAINTAINER] deskutils/osmo - fix pointyhat fails >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 09 07:00:09 UTC 2010 >Closed-Date: >Last-Modified: >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: >Unformatted: