aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2015-08-09 16:06:43 +0800
committeracm <acm@FreeBSD.org>2015-08-09 16:06:43 +0800
commite08c72b4818dedf918c6fe30621cb5bc7c960f1d (patch)
treedcd9771851d8a5b000509363eeaba5add2d5d4de /net-p2p
parent5784aae1aaa23ea9554d64016e10f1a870feefdf (diff)
downloadfreebsd-ports-gnome-e08c72b4818dedf918c6fe30621cb5bc7c960f1d.tar.gz
freebsd-ports-gnome-e08c72b4818dedf918c6fe30621cb5bc7c960f1d.tar.zst
freebsd-ports-gnome-e08c72b4818dedf918c6fe30621cb5bc7c960f1d.zip
- editors/lazarus update to 1.4.2
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise fpc units only are added like build dependencies (less dependencies registered when they are installed with pkg). - Remove GTK1 obsolete dependencies - Bump all ports with dependencies of fpc-* units - Bump all ports with dependencies of lazarus ports - Clean up
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/transmission-remote-gui/Makefile16
1 files changed, 4 insertions, 12 deletions
diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile
index 09ed8b28d500..ecf7bfc4433f 100644
--- a/net-p2p/transmission-remote-gui/Makefile
+++ b/net-p2p/transmission-remote-gui/Makefile
@@ -3,7 +3,7 @@
PORTNAME= transmission-remote-gui
PORTVERSION= 5.0.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net-p2p
MASTER_SITES= GOOGLE_CODE
DISTNAME= transgui-${PORTVERSION}-src
@@ -28,13 +28,12 @@ SUB_FILES= pkg-message
LAZARUS_PROJECT_FILE= transgui.lpi
LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d
LCL_UNITS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME}
-LAZARUS_VER= 1.4.0
+LAZARUS_VER= 1.4.2
LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}
OPTIONS_SINGLE= LCL
-OPTIONS_SINGLE_LCL= GTK1 GTK2 QT4
+OPTIONS_SINGLE_LCL= GTK2 QT4
-GTK1_DESC= Use gtk12 interface
GTK2_DESC= Use gtk20 interface
QT4_DESC= Use qt4 interface
@@ -49,13 +48,6 @@ LCL_PLATFORM= gtk2
BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk2
.endif
-.if ${PORT_OPTIONS:MGTK1}
-USE_FPC+= gtk1
-USE_GNOME= gtk12 gdkpixbuf
-LCL_PLATFORM= gtk
-BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk
-.endif
-
.if ${PORT_OPTIONS:MQT4}
LIB_DEPENDS+= libQt4Pas.so:${PORTSDIR}/x11-toolkits/qt4pas
LCL_PLATFORM= qt
@@ -63,7 +55,7 @@ BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/edit
.endif
do-build:
- @cd ${WRKSRC} && \
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${LAZBUILD_CMD} --ws=${LCL_PLATFORM} --lazarusdir=${LAZARUS_DIR} ${LAZARUS_PROJECT_FILE}
do-install: