diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-08-09 08:06:43 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-08-09 08:06:43 +0000 |
commit | 230cf6828ff8e331d6ad8fe0f281d3656e7592bf (patch) | |
tree | dcd9771851d8a5b000509363eeaba5add2d5d4de /editors | |
parent | 3986cfea667e50f96de500e756073fe4208720fd (diff) | |
download | ports-230cf6828ff8e331d6ad8fe0f281d3656e7592bf.tar.gz ports-230cf6828ff8e331d6ad8fe0f281d3656e7592bf.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/fpc-ide/Makefile | 2 | ||||
-rw-r--r-- | editors/lazarus-lcl-gtk2/Makefile | 3 | ||||
-rw-r--r-- | editors/lazarus-lcl-nogui/Makefile | 2 | ||||
-rw-r--r-- | editors/lazarus-lcl-qt/Makefile | 3 | ||||
-rw-r--r-- | editors/lazarus-lcl-units/Makefile | 3 | ||||
-rw-r--r-- | editors/lazarus/Makefile | 14 | ||||
-rw-r--r-- | editors/lazarus/distinfo | 4 | ||||
-rw-r--r-- | editors/lazarus/files/patch-ide_lazbuild.lpr | 13 |
8 files changed, 13 insertions, 31 deletions
diff --git a/editors/fpc-ide/Makefile b/editors/fpc-ide/Makefile index 83320e6f0612..52f913fa9638 100644 --- a/editors/fpc-ide/Makefile +++ b/editors/fpc-ide/Makefile @@ -1,7 +1,7 @@ # Created by: John Merryweather Cooper et al # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors lang PKGNAMESUFFIX= -ide diff --git a/editors/lazarus-lcl-gtk2/Makefile b/editors/lazarus-lcl-gtk2/Makefile index a5c953ca3159..ea9e2c3823a0 100644 --- a/editors/lazarus-lcl-gtk2/Makefile +++ b/editors/lazarus-lcl-gtk2/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -lcl-gtk2 COMMENT= Lazarus components library - GTK2 backend @@ -9,6 +9,7 @@ COMMENT= Lazarus components library - GTK2 backend BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/editors/lazarus-lcl-units USE_FPC= x11 gtk2 +USE_FPC_RUN= yes LCL_INTERFACE= gtk2 diff --git a/editors/lazarus-lcl-nogui/Makefile b/editors/lazarus-lcl-nogui/Makefile index 484aab5a3452..7029a74dc1b8 100644 --- a/editors/lazarus-lcl-nogui/Makefile +++ b/editors/lazarus-lcl-nogui/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -lcl-nogui COMMENT= Lazarus components library - No gui backend diff --git a/editors/lazarus-lcl-qt/Makefile b/editors/lazarus-lcl-qt/Makefile index 3ac3eb072a6e..9ddcd491d943 100644 --- a/editors/lazarus-lcl-qt/Makefile +++ b/editors/lazarus-lcl-qt/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -lcl-qt COMMENT= Lazarus components library - QT backend @@ -9,6 +9,7 @@ COMMENT= Lazarus components library - QT backend BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/editors/lazarus-lcl-units USE_FPC= x11 +USE_FPC_RUN= yes LCL_INTERFACE= qt diff --git a/editors/lazarus-lcl-units/Makefile b/editors/lazarus-lcl-units/Makefile index c2ca47f6219a..73af43b9f2d0 100644 --- a/editors/lazarus-lcl-units/Makefile +++ b/editors/lazarus-lcl-units/Makefile @@ -1,12 +1,13 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -lcl-units COMMENT= Lazarus components library units USE_FPC= fcl-base fcl-db fcl-image fcl-process fcl-registry fcl-xml iconvenc fcl-res +USE_FPC_RUN= yes LCL_INTERFACE= # diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index 6329cb011c0d..bce2ab0d52b1 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lazarus -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.2 DISTVERSIONSUFFIX= -0 PORTREVISION?= 0 CATEGORIES= editors devel @@ -22,6 +22,7 @@ USES= gmake USE_GNOME= # USE_FPC?= fcl-base fcl-db fcl-fpcunit fcl-image fcl-process fcl-registry \ fcl-res fcl-xml iconvenc numlib pasjpeg x11 +USE_FPC_RUN= yes OPT?= "-Sgic " MAKE_ENV= OPT=${OPT} @@ -32,10 +33,9 @@ DATADIR?= ${PREFIX}/share/${PORTNAME}-${PORTVERSION} .if !defined(PKGNAMESUFFIX) OPTIONS_DEFINE= GDB OPTIONS_SINGLE= LCL -OPTIONS_SINGLE_LCL= GTK1 GTK2 QT4 +OPTIONS_SINGLE_LCL= GTK2 QT4 GDB_DESC= Install a newest version of gdb -GTK1_DESC= Use gtk12 interface GTK2_DESC= Use gtk20 interface QT4_DESC= Use qt4 interface @@ -79,14 +79,6 @@ BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/edit RUN_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 -RUN_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 diff --git a/editors/lazarus/distinfo b/editors/lazarus/distinfo index d992cbf8457e..d5bd9d1cfdc2 100644 --- a/editors/lazarus/distinfo +++ b/editors/lazarus/distinfo @@ -1,2 +1,2 @@ -SHA256 (freepascal/lazarus-1.4.0-0.tar.gz) = 6ceab5d2f176abedd1cebda2f7524812b16f702f010681a6af62c7a6025c12ec -SIZE (freepascal/lazarus-1.4.0-0.tar.gz) = 53055658 +SHA256 (freepascal/lazarus-1.4.2-0.tar.gz) = ba0d2279fefba24f8fd1d9086b10fad8cd7076d6e267afd050908c6a375733e8 +SIZE (freepascal/lazarus-1.4.2-0.tar.gz) = 53106286 diff --git a/editors/lazarus/files/patch-ide_lazbuild.lpr b/editors/lazarus/files/patch-ide_lazbuild.lpr deleted file mode 100644 index f7ef287b5c2d..000000000000 --- a/editors/lazarus/files/patch-ide_lazbuild.lpr +++ /dev/null @@ -1,13 +0,0 @@ ---- ide/lazbuild.lpr 2015-06-15 03:49:45.000000000 -0500 -+++ ide/lazbuild.lpr 2015-06-15 03:50:20.000000000 -0500 -@@ -436,7 +436,9 @@ - DoCreateMakefile(APackage) - else - CompilePackage(APackage,Flags); -- -+ -+ PkgLinks.SaveUserLinks(true); -+ - Result:=true; - end; - |