Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jul 2014 05:30:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192125] New: missing resource file in sysutils/xmbmon
Message-ID:  <bug-192125-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192125

            Bug ID: 192125
           Summary: missing resource file in sysutils/xmbmon
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: Normal
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: turutani@scphys.kyoto-u.ac.jp

sysutils/xmbmon misses resource file.
    https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186332 might be caused
    by this, as I guess.

Fix:
here is a patch:

diff -urN xmbmon.orig/Makefile xmbmon/Makefile
--- xmbmon.orig/Makefile    2014-07-26 14:20:40.000000000 +0900
+++ xmbmon/Makefile    2014-07-26 14:25:27.000000000 +0900
@@ -32,7 +32,8 @@
 CLI_DESC=    CLI support only

 ASUS_PATCHFILES=    ${PORTNAME}${PORTVERSION}_A7N8X-VM.patch
-X11_PLIST_FILES=    lib/X11/app-defaults/${PORTNAME} \
+X11_PLIST_FILES=    bin/xmbmon \
+            lib/X11/app-defaults/XMBmon \
             man/man1/${PORTNAME}.1x.gz
 CLI_PLIST_FILES=    bin/mbmon \
             man/man1/mbmon.1.gz
@@ -59,7 +60,9 @@
 do-install:
 .if ${PORT_OPTIONS:MX11}
     ${INSTALL_PROGRAM} ${WRKSRC}/xmbmon \
-        ${STAGEDIR}${PREFIX}/lib/X11/app-defaults
+        ${STAGEDIR}${PREFIX}/bin
+    ${INSTALL_DATA} ${WRKSRC}/xmbmon.resources \
+        ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/XMBmon
     ${INSTALL_MAN} ${WRKSRC}/xmbmon.1x ${STAGEDIR}${MANPREFIX}/man/man1
 .endif
 .if ${PORT_OPTIONS:MCLI}

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192125-13>