FreeBSD Bugzilla – Attachment 130301 Details for
Bug 174197
net/x2goclient: Update to version 3.99.3.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
net_x2goclient.diff
net_x2goclient.diff (text/x-diff), 3.28 KB, created by
tkato432
on 2013-01-17 17:55:42 UTC
(
hide
)
Description:
net_x2goclient.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-01-17 17:55:42 UTC
Size:
3.28 KB
patch
obsolete
>diff -urN /usr/ports/net/x2goclient/Makefile net/x2goclient/Makefile >--- /usr/ports/net/x2goclient/Makefile 2012-12-11 05:05:08.000000000 +0900 >+++ net/x2goclient/Makefile 2013-01-15 06:20:14.000000000 +0900 >@@ -2,35 +2,25 @@ > # $FreeBSD: head/net/x2goclient/Makefile 308630 2012-12-10 19:11:11Z mm $ > > PORTNAME= x2goclient >-PORTVERSION= 3.99.2.2 >-PORTREVISION= 1 >+PORTVERSION= 4.0.0.1 > CATEGORIES= net > MASTER_SITES= http://code.x2go.org/releases/source/x2goclient/ > > MAINTAINER= ports@FreeBSD.org >-COMMENT= The x2go Qt client >+COMMENT= Qt client for the X2Go system > > LICENSE= GPLv2 > >-LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ >- pcre:${PORTSDIR}/devel/pcre \ >- png15:${PORTSDIR}/graphics/png \ >- cups:${PORTSDIR}/print/cups-client \ >- freetype:${PORTSDIR}/print/freetype2 \ >- ssh:${PORTSDIR}/security/libssh \ >- expat:${PORTSDIR}/textproc/expat2 \ >- fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ >- xcb:${PORTSDIR}/x11/libxcb >+LIB_DEPENDS= cups:${PORTSDIR}/print/cups-client \ >+ ssh:${PORTSDIR}/security/libssh > RUN_DEPENDS= nxproxy:${PORTSDIR}/net/nxproxy \ > x2goclient-cli:${PORTSDIR}/net/x2goclient-cli > > OPTIONS_DEFINE= LDAP DOCS > OPTIONS_DEFAULT=LDAP > >-USE_GETTEXT= yes >-USE_ICONV= yes >-USE_XORG= ice sm x11 xau xdmcp xext xpm xrender >-USE_QT4= corelib gui network svg \ >+USE_XORG= xpm >+USE_QT4= gui network svg \ > linguist_build moc_build qmake_build rcc_build uic_build > QMAKEFLAGS= QMAKE_LRELEASE="${QT_PREFIX}/bin/lrelease-qt4" > INSTALLS_ICONS= yes >@@ -53,12 +43,9 @@ > post-patch: > @${FIND} ${WRKSRC} -name "*.cpp" -or -name "*.h" | ${XARGS} \ > ${REINPLACE_CMD} -e \ >- 's|Q_OS_LINUX|Q_OS_${OPSYS:U}| ; \ >+ 's|Q_OS_LINUX|Q_OS_UNIX| ; \ > /<linux\/fs.h>/s|^|//| ; \ > /#define USELDAP/s|^|//|' >- @${FIND} ${WRKSRC} -name "*.cpp" -or -name "*.ts" | ${XARGS} \ >- ${REINPLACE_CMD} -e \ >- 's|authentification|authentication|g' > @${REINPLACE_CMD} -e \ > '/MACOSX/s|^|#|' ${WRKSRC}/x2goclient.pro > @${REINPLACE_CMD} -e \ >@@ -74,9 +61,9 @@ > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/x2goclient ${PREFIX}/bin > ${INSTALL_MAN} ${WRKSRC}/man/man1/x2goclient.1 ${MANPREFIX}/man/man1 >- @${MKDIR} ${PREFIX}/share/applications >+ @${MKDIR} ${DESKTOPDIR} > ${INSTALL_DATA} ${WRKSRC}/desktop/x2goclient.desktop \ >- ${PREFIX}/share/applications >+ ${DESKTOPDIR} > .for dir in 16x16 32x32 64x64 128x128 > @${MKDIR} ${PREFIX}/share/icons/hicolor/${dir}/apps > ${INSTALL_DATA} ${WRKSRC}/icons/${dir}/x2goclient.png \ >diff -urN /usr/ports/net/x2goclient/distinfo net/x2goclient/distinfo >--- /usr/ports/net/x2goclient/distinfo 2012-11-08 08:41:38.000000000 +0900 >+++ net/x2goclient/distinfo 2013-01-15 06:07:51.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (x2goclient-3.99.2.2.tar.gz) = ef3653cb7643ea17a2e5a3beb2d3072e4c6ddff6fcee2021e5d7251a07f6ca6a >-SIZE (x2goclient-3.99.2.2.tar.gz) = 1120830 >+SHA256 (x2goclient-4.0.0.1.tar.gz) = 569cc69f03edcece997a56ccb57b9e70c65b8697000328bde2d75cdb928f4ac9 >+SIZE (x2goclient-4.0.0.1.tar.gz) = 1239157 >diff -urN /usr/ports/net/x2goclient/pkg-descr net/x2goclient/pkg-descr >--- /usr/ports/net/x2goclient/pkg-descr 2012-11-08 08:41:38.000000000 +0900 >+++ net/x2goclient/pkg-descr 2012-12-11 23:24:44.000000000 +0900 >@@ -1,3 +1,3 @@ >-QT client for x2go >+x2goclient is a GUI application for launching server-side X2Go sessions. > >-WWW: http://www.x2go.org/ >+WWW: http://www.x2go.org/
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 174197
:
130299
|
130300
| 130301