FreeBSD Bugzilla – Attachment 150744 Details for
Bug 196118
[maintainer update] net/tigervnc: Fix the build after xorg-server security advisory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch-tigervnc-1.3.1_7.txt (text/plain), 1.66 KB, created by
Koichiro Iwao
on 2014-12-19 01:30:18 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Koichiro Iwao
Created:
2014-12-19 01:30:18 UTC
Size:
1.66 KB
patch
obsolete
>diff --git net/tigervnc/Makefile net/tigervnc/Makefile >index 174d039..95ec55e 100644 >--- net/tigervnc/Makefile >+++ net/tigervnc/Makefile >@@ -3,20 +3,15 @@ > > PORTNAME= tigervnc > PORTVERSION= 1.3.1 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= net x11-servers >+MASTER_SITES= https://github.com/TigerVNC/tigervnc/archive/v${PORTVERSION}${EXTRACT_SUFX}?dummy=/ > > MAINTAINER= meta+ports@vmeta.jp > COMMENT= High-performance, platform-neutral implementation of VNC > > LICENSE= GPLv2 > >-USE_GITHUB= yes >-GH_ACCOUNT= TigerVNC >-GH_PROJECT= tigervnc >-GH_TAGNAME= v${PORTVERSION} >-GH_COMMIT= 604648d >- > PATCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-servers/xorg-server:patch > BUILD_DEPENDS= ${LOCALBASE}/include/GL/internal/dri_interface.h:${PORTSDIR}/graphics/dri \ > ${LOCALBASE}/libdata/pkgconfig/fontutil.pc:${PORTSDIR}/x11-fonts/font-util \ >@@ -141,6 +136,9 @@ pre-patch: > @${CP} -R `${XORG_WRKDIR}`/ ${WRKSRC}/unix/xserver/ > > post-patch: >+ # workaround to fix the build after xorg-server security advisory (r374489) >+ @cd ${WRKSRC}/unix/xserver/ && ${CP} include/regionstr.h.orig include/regionstr.h >+ # apply tigervnc patches to xorg-server source > @cd ${WRKSRC}/unix/xserver/ && ${PATCH} -p1 < ${WRKSRC}/unix/xserver${TIGERVNC_XORG_PATCH_VER}.patch > > post-configure: >diff --git net/tigervnc/distinfo net/tigervnc/distinfo >index 3a81951..4779694 100644 >--- net/tigervnc/distinfo >+++ net/tigervnc/distinfo >@@ -1,2 +1,2 @@ >-SHA256 (tigervnc-1.3.1.tar.gz) = e6d3a62c4a1a560a82184f23c4138717bd8596232f133010f0520130f039ff1f >-SIZE (tigervnc-1.3.1.tar.gz) = 6827182 >+SHA256 (tigervnc-1.3.1.tar.gz) = e36f70177b008f1a75e239fd5e7feebfcd09e5b6edc9450f79e71c1657842b98 >+SIZE (tigervnc-1.3.1.tar.gz) = 6827102
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
Actions:
View
|
Diff
Attachments on
bug 196118
:
150743
| 150744