ports/147714: [MAINTAINER] deskutils/osmo - fix pointyhat fails
Charlie Kester
corky1951 at comcast.net
Wed Jun 9 07:00:10 UTC 2010
>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 at 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
- at dirrmtry share/sounds
- at dirrmtry share/icons/hicolor/scalable/apps
- at dirrmtry share/icons/hicolor/scalable
- at dirrmtry share/icons/hicolor/48x48/apps
- at dirrmtry share/icons/hicolor/48x48
- at dirrmtry share/icons/hicolor/32x32/apps
- at dirrmtry share/icons/hicolor/32x32
- at dirrmtry share/icons/hicolor/24x24/apps
- at dirrmtry share/icons/hicolor/24x24
- at dirrmtry share/icons/hicolor/22x22/apps
- at dirrmtry share/icons/hicolor/22x22
- at dirrmtry share/icons/hicolor/16x16/apps
- at dirrmtry share/icons/hicolor/16x16
- at dirrmtry share/icons/hicolor
- at dirrmtry share/icons
@dirrmtry share/applications
--- osmo-0.2.10.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list