FreeBSD Bugzilla – Attachment 64441 Details for
Bug 95821
Update port: x11/dxpc to 3.9.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.08 KB, created by
tkato432
on 2006-04-15 18:10:18 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2006-04-15 18:10:18 UTC
Size:
3.08 KB
patch
obsolete
>diff -urN /usr/ports/x11/dxpc/Makefile x11/dxpc/Makefile >--- /usr/ports/x11/dxpc/Makefile Wed Jun 1 13:58:58 2005 >+++ x11/dxpc/Makefile Thu Apr 13 12:36:58 2006 >@@ -6,24 +6,29 @@ > # > > PORTNAME= dxpc >-PORTVERSION= 3.8.2 >-PORTREVISION= 2 >+PORTVERSION= 3.9.0 > CATEGORIES= x11 >-MASTER_SITES= http://www.vigor.nu/dxpc/${PORTVERSION}/ >+MASTER_SITES= http://www.vigor.nu/dxpc/%SUBDIR%/ >+MASTER_SITE_SUBDIR= ${PORTVERSION} >+EXTRACT_SUFX= .tgz > > MAINTAINER= ports@FreeBSD.org > COMMENT= Compressing X protocol proxy designed to support X11 over slow links > >-LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo >+LIB_DEPENDS= lzo2.2:${PORTSDIR}/archivers/lzo2 >+ >+USE_X_PREFIX= yes >+USE_GNOME= gnometarget >+USE_GMAKE= yes >+GNU_CONFIGURE= yes >+CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE} >+MAKE_ARGS= CPPFLAGS="-I. -I${X11BASE}/include" > > MAN1= dxpc.1 > PLIST_FILES= bin/dxpc > >-GNU_CONFIGURE= yes >-USE_X_PREFIX= yes >-CONFIGURE_ARGS+= --with-lzo-lib=${LOCALBASE} >- >-post-install: >- ${STRIP_CMD} ${PREFIX}/bin/dxpc >+do-install: >+ ${INSTALL_DATA} ${WRKSRC}/dxpc ${PREFIX}/bin/dxpc >+ ${INSTALL_MAN} ${WRKSRC}/dxpc.man ${MANPREFIX}/man/man1/dxpc.1 > > .include <bsd.port.mk> >diff -urN /usr/ports/x11/dxpc/distinfo x11/dxpc/distinfo >--- /usr/ports/x11/dxpc/distinfo Sat Nov 26 19:33:36 2005 >+++ x11/dxpc/distinfo Thu Apr 13 03:11:14 2006 >@@ -1,3 +1,3 @@ >-MD5 (dxpc-3.8.2.tar.gz) = 3fbfb0e4bf769e64d27da331ecddbc9f >-SHA256 (dxpc-3.8.2.tar.gz) = 6fa9cd607f6b8d137f9858da737c15b9ff92912716c3e312d9ca755f1acfa243 >-SIZE (dxpc-3.8.2.tar.gz) = 144909 >+MD5 (dxpc-3.9.0.tgz) = ff8148868271b405a1a67b412e45d4e1 >+SHA256 (dxpc-3.9.0.tgz) = 0d1ebae097b2be6b0d1fbf4558d3afcfa0c87edadf5c43932627fa9f71d6f63e >+SIZE (dxpc-3.9.0.tgz) = 190856 >diff -urN /usr/ports/x11/dxpc/files/patch-DecodeBuffer.C x11/dxpc/files/patch-DecodeBuffer.C >--- /usr/ports/x11/dxpc/files/patch-DecodeBuffer.C Thu Jan 1 09:00:00 1970 >+++ x11/dxpc/files/patch-DecodeBuffer.C Thu Apr 13 12:33:43 2006 >@@ -0,0 +1,22 @@ >+--- DecodeBuffer.C.orig Wed Mar 1 05:46:52 2006 >++++ DecodeBuffer.C Thu Apr 13 12:33:30 2006 >+@@ -1,6 +1,7 @@ >+ #include <stdlib.h> >+ #include <string.h> >+ #include <stddef.h> >++#include <stdio.h> >+ #include <assert.h> >+ #include "DecodeBuffer.H" >+ #include "IntCache.H" >+@@ -20,9 +21,9 @@ >+ >+ // #define DEBUG >+ #ifdef DEBUG >+-# define DBG(fmt, ...) printf(fmt, __VA_ARGS__) >++# define DBG(fmt, ARGS...) printf(fmt, ##ARGS) >+ #else >+-# define DBG(fmt,...) >++# define DBG(fmt, ARGS...) >+ #endif >+ >+ DecodeBuffer::DecodeBuffer(const unsigned char *data, unsigned int length) >diff -urN /usr/ports/x11/dxpc/files/patch-EncodeBuffer.C x11/dxpc/files/patch-EncodeBuffer.C >--- /usr/ports/x11/dxpc/files/patch-EncodeBuffer.C Thu Jan 1 09:00:00 1970 >+++ x11/dxpc/files/patch-EncodeBuffer.C Thu Apr 13 12:31:53 2006 >@@ -0,0 +1,14 @@ >+--- EncodeBuffer.C.orig Wed Mar 1 05:46:52 2006 >++++ EncodeBuffer.C Thu Apr 13 12:16:46 2006 >+@@ -13,9 +13,9 @@ >+ >+ // #define DEBUG >+ #ifdef DEBUG >+-# define DBG(fmt, ...) printf(fmt, __VA_ARGS__) >++# define DBG(fmt, ARGS...) printf(fmt, ##ARGS) >+ #else >+-# define DBG(fmt,...) >++# define DBG(fmt, ARGS...) >+ #endif >+ >+ static const int INITIAL_BUFFER_SIZE = 256;
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 95821
: 64441
Working