Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Sep 2015 13:35:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198088] [PATCH] graphics/djview4: Update to 4.10.3
Message-ID:  <bug-198088-13-wnr6PSGTeM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198088-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-198088-13@https.bugs.freebsd.org/bugzilla/>

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

lightside <lightside@gmx.com> changed:

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

--- Comment #18 from lightside <lightside@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.



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