FreeBSD Bugzilla – Attachment 134555 Details for
Bug 179236
Build failure (lib-depends) for net/tigervnc when HPJPG is enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
tigervnc-hpjpg_patch.txt
tigervnc-hpjpg_patch.txt (text/plain), 1.16 KB, created by
Koichiro Iwao
on 2013-06-13 20:52:31 UTC
(
hide
)
Description:
tigervnc-hpjpg_patch.txt
Filename:
MIME Type:
Creator:
Koichiro Iwao
Created:
2013-06-13 20:52:31 UTC
Size:
1.16 KB
patch
obsolete
>Files /usr/ports/net/tigervnc/.Makefile.swp and net/tigervnc/.Makefile.swp differ >diff -ruN /usr/ports/net/tigervnc/Makefile net/tigervnc/Makefile >--- /usr/ports/net/tigervnc/Makefile 2013-05-30 01:47:00.867604316 +0000 >+++ net/tigervnc/Makefile 2013-06-13 19:38:30.299529437 +0000 >@@ -99,6 +99,9 @@ > > .if ${PORT_OPTIONS:MHPJPG} > LIB_DEPENDS+= turbojpeg:${PORTSDIR}/graphics/libjpeg-turbo >+.if defined(PACKAGE_BUILDING) >+IGNORE= requires user to manually replace graphics/jpeg with graphics/libjpeg-turbo >+.endif > .else > LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg > .endif >@@ -141,7 +144,20 @@ > > XORG_WRKDIR= ${MAKE} -C ${PORTSDIR}/x11-servers/xorg-server -VWRKSRC > >+.if exists(${PREFIX}/include/turbojpeg.h) >+LIBJPEGTURBO_INSTALLED= yes >+.endif >+ > pre-patch: >+.if ${PORT_OPTIONS:MHPJPG} && !defined(LIBJPEGTURBO_INSTALLED) >+ @${ECHO_MSG} >+ @${ECHO_MSG} " If you want to build tigervnc with HPJPG option," >+ @${ECHO_MSG} " you have to manually replace graphics/jpeg with graphics/libjpeg-turbo:" >+ @${ECHO_MSG} >+ @${ECHO_MSG} " # portmaster -o graphics/libjpeg-turbo graphics/jpeg" >+ @${ECHO_MSG} >+ @exit 1; >+.endif > @${CP} -R `${XORG_WRKDIR}`/ ${WRKSRC}/unix/xserver/ > > post-patch:
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 Raw
Actions:
View
Attachments on
bug 179236
:
134553
|
134554
| 134555