aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2015-08-09 08:06:43 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2015-08-09 08:06:43 +0000
commit230cf6828ff8e331d6ad8fe0f281d3656e7592bf (patch)
treedcd9771851d8a5b000509363eeaba5add2d5d4de /multimedia
parent3986cfea667e50f96de500e756073fe4208720fd (diff)
downloadports-230cf6828ff8e331d6ad8fe0f281d3656e7592bf.tar.gz
ports-230cf6828ff8e331d6ad8fe0f281d3656e7592bf.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
Notes
Notes: svn path=/head/; revision=393766
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/fpc-dts/Makefile2
-rw-r--r--multimedia/fpc-matroska/Makefile2
-rw-r--r--multimedia/winff/Makefile14
3 files changed, 5 insertions, 13 deletions
diff --git a/multimedia/fpc-dts/Makefile b/multimedia/fpc-dts/Makefile
index 236f41a75075..c60659bf48ab 100644
--- a/multimedia/fpc-dts/Makefile
+++ b/multimedia/fpc-dts/Makefile
@@ -1,7 +1,7 @@
# Created by: Christopher Key <cjk32@cam.ac.uk>
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= multimedia lang
PKGNAMESUFFIX= -dts
diff --git a/multimedia/fpc-matroska/Makefile b/multimedia/fpc-matroska/Makefile
index f689bd918ae2..37694013fd5c 100644
--- a/multimedia/fpc-matroska/Makefile
+++ b/multimedia/fpc-matroska/Makefile
@@ -1,7 +1,7 @@
# Created by: Christopher Key <cjk32@cam.ac.uk>
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= multimedia lang
PKGNAMESUFFIX= -matroska
diff --git a/multimedia/winff/Makefile b/multimedia/winff/Makefile
index 1e608f275a71..bce6d71408f7 100644
--- a/multimedia/winff/Makefile
+++ b/multimedia/winff/Makefile
@@ -3,7 +3,7 @@
PORTNAME= WinFF
PORTVERSION= 1.5.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PROJECTHOST= ${_PORTNAME}
@@ -33,14 +33,13 @@ DESKTOP_ENTRIES= "${PORTNAME}" \
true
LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d
-LAZARUS_VER= 1.4.0
+LAZARUS_VER= 1.4.2
LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}
LCL_UNITS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME}
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
@@ -55,13 +54,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