View | Details | Raw Unified | Return to bug 177246 | Differences between
and this patch

Collapse All | Expand All

(-)net/x2goclient/Makefile (-5 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/net/x2goclient/Makefile 313210 2013-03-02 06:33:23Z miwi $
2
# $FreeBSD: head/net/x2goclient/Makefile 313210 2013-03-02 06:33:23Z miwi $
3
3
4
PORTNAME=	x2goclient
4
PORTNAME=	x2goclient
5
PORTVERSION=	4.0.0.3
5
PORTVERSION=	4.0.0.4
6
CATEGORIES=	net
6
CATEGORIES=	net
7
MASTER_SITES=	http://code.x2go.org/releases/source/x2goclient/
7
MASTER_SITES=	http://code.x2go.org/releases/source/x2goclient/
8
8
Lines 44-53 Link Here
44
		's|Q_OS_LINUX|Q_OS_UNIX| ; \
44
		's|Q_OS_LINUX|Q_OS_UNIX| ; \
45
		 /<linux\/fs.h>/s|^|//| ; \
45
		 /<linux\/fs.h>/s|^|//| ; \
46
		 /#define USELDAP/s|^|//|'
46
		 /#define USELDAP/s|^|//|'
47
	@${REINPLACE_CMD} -e \
48
		'/MACOSX/s|^|#|' ${WRKSRC}/x2goclient.pro
49
	@${REINPLACE_CMD} -e \
50
		's|/usr/bin/||' ${WRKSRC}/desktop/x2goclient.desktop
51
47
52
do-configure:
48
do-configure:
53
	@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS}
49
	@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS}
(-)net/x2goclient/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (x2goclient-4.0.0.3.tar.gz) = 924173da382ee7a409488852936551c320d0597bcc2a57c50ce2125b93d6e78d
1
SHA256 (x2goclient-4.0.0.4.tar.gz) = b908b9775b888c0f61b64b4d63bd8042ee0728e69bda1ad4fbfd738ba4f6a325
2
SIZE (x2goclient-4.0.0.3.tar.gz) = 1240383
2
SIZE (x2goclient-4.0.0.4.tar.gz) = 1324669

Return to bug 177246