[Bug 198088] [PATCH] graphics/djview4: Update to 4.10.3

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Sep 28 13:35:40 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198088

lightside <lightside at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #161476|0                           |1
        is obsolete|                            |

--- Comment #18 from lightside <lightside at gmx.com> ---
Created attachment 161490
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161490&action=edit
Proposed patch (since 398102 revision)

I changed the patch and removed following part of it:
# Allow to strip binary
    ${REINPLACE_CMD} -e '/^bin_/s/SCRIPTS/PROGRAMS/' \
        ${WRKSRC}/src/Makefile.am

This is because, for some reason (may be because of usage of nsdejavu.so as a
browser's plugin), the developer considers to install djview application as a
script instead of program, e.g. ${WRKSRC}/src/Makefile.am:
-8<--
# program djview
# - can we do better than pretending djview is a script?

bin_SCRIPTS = djview
-->8-

The difference is 100555 instead of 100755 for djview file permissions, as for
current 4.9 version. But in this case it doesn't allow to strip the
${STAGEDIR}/${PREFIX}/bin/djview file:
Warning: 'bin/djview' is not stripped consider trying
INSTALL_TARGET=install-strip or using ${STRIP_CMD}
even if install-strip used, because of 100555 read file permissions only.

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


More information about the freebsd-ports-bugs mailing list