Date: Tue, 08 Jun 2010 23:52:32 -0700 From: Charlie Kester <corky1951@comcast.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/147714: [MAINTAINER] deskutils/osmo - fix pointyhat fails Message-ID: <20100609065236.40257106566B@hub.freebsd.org> Resent-Message-ID: <201006090700.o59709Or022285@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100609065236.40257106566B>