FreeBSD Bugzilla – Attachment 150963 Details for
Bug 192857
graphics/netpbm build fails and breaks releng/9.3 release build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
set MAKE_JOBS_UNSAFE=yes
netpbm-safer.patch (text/plain), 1.10 KB, created by
Matthias Andree
on 2014-12-26 03:02:23 UTC
(
hide
)
Description:
set MAKE_JOBS_UNSAFE=yes
Filename:
MIME Type:
Creator:
Matthias Andree
Created:
2014-12-26 03:02:23 UTC
Size:
1.10 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 375611) >+++ Makefile (working copy) >@@ -30,6 +30,8 @@ > SHEBANG_FILES= editor/pnmflip editor/pnmquant editor/ppmfade \ > editor/ppmquant editor/ppmshadow generator/ppmrainbow > >+MAKE_JOBS_UNSAFE=yes >+ > OPTIONS_DEFINE= X11 MANPAGES DOCS > OPTIONS_SUB= yes > >@@ -121,16 +123,6 @@ > ${LN} -sf ${WRKSRC}/lib/util/nstring.h ${WRKSRC}/lib/util/pm_nstring.h > cd ${WRKSRC} && buildtools/stamp-date > ${WRKSRC}/lib/compile.h > >-# This snippet is all it takes to make the port as of 10.35.80 MAKE_JOBS_SAFE: >-pre-build: >- (cd ${BUILD_WRKSRC}/lib/util; if ! ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE2} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET}; then \ >- if [ x != x${BUILD_FAIL_MESSAGE} ] ; then \ >- ${ECHO_MSG} "===> Compilation failed unexpectedly."; \ >- (${ECHO_CMD} ${BUILD_FAIL_MESSAGE}) | ${FMT} 75 79 ; \ >- fi; \ >- ${FALSE}; \ >- fi) >- > post-install: > ${INSTALL_DATA} ${WRKSRC}/lib/util/pm_c_util.h ${STAGEDIR}${PREFIX}/include/ > ${INSTALL_MAN} ${WRKSRC}/doc/netpbm.1 ${STAGEDIR}${PREFIX}/man/man1/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dinoex
:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 192857
:
150962
| 150963