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

Collapse All | Expand All

(-)Makefile (-13 / +10 lines)
Lines 2-28 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	transmission-remote-gui
4
PORTNAME=	transmission-remote-gui
5
PORTVERSION=	5.0.1
5
DISTVERSIONPREFIX=	v
6
PORTREVISION=	13
6
DISTVERSION=	5.14.0
7
DISTNAME=	v${DISTVERSION}
7
CATEGORIES=	net-p2p
8
CATEGORIES=	net-p2p
8
MASTER_SITES=	SF/${PROJECTNAME}/${PORTVERSION}/
9
MASTER_SITES=	https://github.com/${PORTNAME}/transgui/archive/
9
DISTNAME=	transgui-${PORTVERSION}-src
10
10
11
MAINTAINER=	acm@FreeBSD.org
11
MAINTAINER=	acm@FreeBSD.org
12
COMMENT=	Remote GUI for transmission daemon
12
COMMENT=	Remote GUI for transmission daemon
13
13
14
BROKEN=		fails to build
15
16
BUILD_DEPENDS=	lazbuild:editors/lazarus \
14
BUILD_DEPENDS=	lazbuild:editors/lazarus \
17
		fpcres:lang/fpc-utils
15
		fpcres:lang/fpc-utils
18
RUN_DEPENDS=	transmission-daemon:net-p2p/transmission-daemon
16
RUN_DEPENDS=	transmission-daemon:net-p2p/transmission-daemon
19
17
20
USE_FPC=	cairo fcl-base fcl-image fcl-net pasjpeg rtl-objpas rtl-extra \
18
USES=		iconv
21
		x11
19
USE_FPC=	cairo chm fcl-base fcl-image fcl-json fcl-net pasjpeg rtl-objpas \
22
USES=		iconv zip
20
		rtl-extra x11
23
USE_GNOME=	#
24
21
25
WRKSRC=		${WRKDIR}/TransGUI
22
WRKSRC=		${WRKDIR}/transgui-${DISTVERSION}
23
26
PLIST_FILES=	bin/transgui
24
PLIST_FILES=	bin/transgui
27
SUB_FILES=	pkg-message
25
SUB_FILES=	pkg-message
28
26
Lines 31-37 Link Here
31
LCL_UNITS_DIR=		${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME}
29
LCL_UNITS_DIR=		${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME}
32
LAZARUS_VER=		1.8.0
30
LAZARUS_VER=		1.8.0
33
LAZARUS_DIR=		${LOCALBASE}/share/lazarus-${LAZARUS_VER}
31
LAZARUS_DIR=		${LOCALBASE}/share/lazarus-${LAZARUS_VER}
34
PROJECT_NAME=		transgui
35
32
36
OPTIONS_SINGLE=		LCL
33
OPTIONS_SINGLE=		LCL
37
OPTIONS_SINGLE_LCL=	GTK2 QT4
34
OPTIONS_SINGLE_LCL=	GTK2 QT4
Lines 45-51 Link Here
45
42
46
.if ${PORT_OPTIONS:MGTK2}
43
.if ${PORT_OPTIONS:MGTK2}
47
USE_FPC+=	gtk2
44
USE_FPC+=	gtk2
48
USE_GNOME=	gtk20
45
USE_GNOME=	gtk20 gdkpixbuf2
49
LCL_PLATFORM=	gtk2
46
LCL_PLATFORM=	gtk2
50
BUILD_DEPENDS+=	${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:editors/lazarus-lcl-gtk2
47
BUILD_DEPENDS+=	${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:editors/lazarus-lcl-gtk2
51
.endif
48
.endif
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (transgui-5.0.1-src.zip) = 9f59ca89169bd59c63c0c8bc30c3e32b654319ef53a117787fa99eff08ac1278
1
TIMESTAMP = 1520283350
2
SIZE (transgui-5.0.1-src.zip) = 947645
2
SHA256 (v5.14.0.tar.gz) = 30c0bdd9ede5b11fdc3abf8768e4d52d28614c180e4d08e649bf9ce7b4230df2
3
SIZE (v5.14.0.tar.gz) = 1699886

Return to bug 225747