aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-12-06 07:29:36 +0800
committermarino <marino@FreeBSD.org>2015-12-06 07:29:36 +0800
commit02a040de8efbde03f3ef96fa4cf6d61e4d9a7573 (patch)
tree6ef0e1020a116341931d3335d3863622b9586ead /editors
parent7a38e438af35fc32097474361c55577614e86bfe (diff)
downloadfreebsd-ports-gnome-02a040de8efbde03f3ef96fa4cf6d61e4d9a7573.tar.gz
freebsd-ports-gnome-02a040de8efbde03f3ef96fa4cf6d61e4d9a7573.tar.zst
freebsd-ports-gnome-02a040de8efbde03f3ef96fa4cf6d61e4d9a7573.zip
FPC ecosystem: Upgrade version 2.6.4 => 3.0.0
This is the first major release of FreePascal in nearly four years. There are a ton of new features, way more to list here. see: http://wiki.freepascal.org/FPC_New_Features_3.0 Several new unit ports were added, some were contracted. Most of those were absorbed into the main FPC packages, but two units are no longer supported: sndfile and matroshka. All 99 remaining ports (including Lazarus ports) were build tested on FreeBSD i386 and amd64 Release 10.2
Diffstat (limited to 'editors')
-rw-r--r--editors/fpc-ide/Makefile8
-rw-r--r--editors/fpc-ide/pkg-plist21
-rw-r--r--editors/lazarus-lcl-gtk2/Makefile4
-rw-r--r--editors/lazarus-lcl-nogui/Makefile2
-rw-r--r--editors/lazarus-lcl-qt/Makefile4
-rw-r--r--editors/lazarus-lcl-units/Makefile4
-rw-r--r--editors/lazarus/Makefile10
7 files changed, 25 insertions, 28 deletions
diff --git a/editors/fpc-ide/Makefile b/editors/fpc-ide/Makefile
index 697b253bd81f..52d78a11e565 100644
--- a/editors/fpc-ide/Makefile
+++ b/editors/fpc-ide/Makefile
@@ -1,20 +1,16 @@
# Created by: John Merryweather Cooper et al
# $FreeBSD$
-PORTREVISION= 3
CATEGORIES= editors lang
PKGNAMESUFFIX= -ide
MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal integrated IDE/compiler
-USE_FPC= chm fcl-async fcl-base fcl-xml fv gdbint graph ibase hash mysql \
- odbc oracle pasjpeg paszlib pthreads postgres regexpr sqlite
+USE_FPC= chm fv gdbint regexpr rtl-extra rtl-console fcl-xml
-FPCDIR= # none
-UNITPREFIX= # none
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR= ${WRKUNITDIR} ${FPCSRCDIR}/compiler ${FPCSRCDIR}/rtl ${FPCSRCDIR}/packages/fv
+EXTRACTUNITDIR= ${WRKUNITDIR} ${FPCSRCDIR}/rtl ${FPCSRCDIR}/compiler
.include "${MASTERDIR}/Makefile"
diff --git a/editors/fpc-ide/pkg-plist b/editors/fpc-ide/pkg-plist
index b0158eea2d43..89718ea51ba4 100644
--- a/editors/fpc-ide/pkg-plist
+++ b/editors/fpc-ide/pkg-plist
@@ -1,12 +1,13 @@
+bin/cvsco.tdf
+bin/cvsdiff.tdf
+bin/cvsup.tdf
bin/fp
-lib/fpc/%%PORTVERSION%%/ide/fp.ans
-lib/fpc/%%PORTVERSION%%/ide/gplprog.pt
-lib/fpc/%%PORTVERSION%%/ide/gplunit.pt
-lib/fpc/%%PORTVERSION%%/ide/program.pt
-lib/fpc/%%PORTVERSION%%/ide/unit.pt
-lib/fpc/%%PORTVERSION%%/ide/cvsco.tdf
-lib/fpc/%%PORTVERSION%%/ide/cvsdiff.tdf
-lib/fpc/%%PORTVERSION%%/ide/cvsup.tdf
-lib/fpc/%%PORTVERSION%%/ide/grep.tdf
-lib/fpc/%%PORTVERSION%%/ide/tpgrep.tdf
+bin/fp.ans
+bin/gplprog.pt
+bin/gplunit.pt
+bin/grep.tdf
+bin/program.pt
+bin/tpgrep.tdf
+bin/unit.pt
+lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/ide.fpm
share/doc/fpc-%%PORTVERSION%%/ide/readme.ide
diff --git a/editors/lazarus-lcl-gtk2/Makefile b/editors/lazarus-lcl-gtk2/Makefile
index 1605bf65a7ba..99aa72b75ba9 100644
--- a/editors/lazarus-lcl-gtk2/Makefile
+++ b/editors/lazarus-lcl-gtk2/Makefile
@@ -1,14 +1,14 @@
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 2
+PORTREVISION= 3
PKGNAMESUFFIX= -lcl-gtk2
COMMENT= Lazarus components library - GTK2 backend
BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/editors/lazarus-lcl-units
-USE_FPC= cairo fcl-base fcl-db fcl-image fcl-process fcl-res fcl-registry \
+USE_FPC= cairo fcl-base fcl-db fcl-image fcl-res fcl-registry \
fcl-xml gtk2 pasjpeg x11
LCL_INTERFACE= gtk2
diff --git a/editors/lazarus-lcl-nogui/Makefile b/editors/lazarus-lcl-nogui/Makefile
index 7029a74dc1b8..9e7a524cdeb7 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= 1
+PORTREVISION= 2
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 e88a73ae2fdf..349c5a82213a 100644
--- a/editors/lazarus-lcl-qt/Makefile
+++ b/editors/lazarus-lcl-qt/Makefile
@@ -1,14 +1,14 @@
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 3
+PORTREVISION= 4
PKGNAMESUFFIX= -lcl-qt
COMMENT= Lazarus components library - QT backend
BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/editors/lazarus-lcl-units
-USE_FPC= fcl-base fcl-db fcl-image fcl-process fcl-registry fcl-res \
+USE_FPC= fcl-base fcl-db fcl-image fcl-registry fcl-res \
fcl-xml pasjpeg x11
LCL_INTERFACE= qt
diff --git a/editors/lazarus-lcl-units/Makefile b/editors/lazarus-lcl-units/Makefile
index 476df2069c86..7e6db53141fe 100644
--- a/editors/lazarus-lcl-units/Makefile
+++ b/editors/lazarus-lcl-units/Makefile
@@ -1,12 +1,12 @@
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 2
+PORTREVISION= 3
PKGNAMESUFFIX= -lcl-units
COMMENT= Lazarus components library units
-USE_FPC= fcl-base fcl-db fcl-image fcl-json fcl-process fcl-registry \
+USE_FPC= fcl-base fcl-db fcl-image fcl-json fcl-registry \
fcl-res fcl-xml iconvenc pasjpeg
LCL_INTERFACE= #
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile
index 84f4c8ebfdd0..a2cb9d2cd22f 100644
--- a/editors/lazarus/Makefile
+++ b/editors/lazarus/Makefile
@@ -4,14 +4,14 @@
PORTNAME= lazarus
PORTVERSION= 1.4.2
DISTVERSIONSUFFIX= -0
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES= editors devel
MASTER_SITES= SF/${PORTNAME}/Lazarus%20Zip%20_%20GZip/Lazarus%20${PORTVERSION:S/.0//} \
LOCAL/acm/freepascal
DIST_SUBDIR= freepascal
MAINTAINER?= freebsd-fpc@FreeBSD.org
-COMMENT?= A portable Delphi-like IDE for the FreePascal compiler
+COMMENT?= Portable Delphi-like IDE for the FreePascal compiler
BUILD_DEPENDS?= #
RUN_DEPENDS?= #
@@ -20,9 +20,9 @@ ONLY_FOR_ARCHS= i386 amd64
USES= gmake
USE_GNOME= #
-USE_FPC?= cairo dblib fcl-base fcl-db fcl-fpcunit fcl-image fcl-json fcl-process \
- fcl-registry fcl-res fcl-xml gtk2 ibase iconvenc mysql numlib odbc oracle \
- pasjpeg postgres sqlite x11
+USE_FPC?= cairo dblib fcl-base fcl-db fcl-fpcunit fcl-image fcl-json \
+ fcl-registry fcl-res fcl-xml gtk2 ibase iconvenc rtl-extra \
+ mysql numlib odbc oracle pasjpeg postgres sqlite x11
OPT?= "-Sgic "
MAKE_ENV= OPT=${OPT}