diff options
author | acm <acm@FreeBSD.org> | 2018-05-26 00:07:17 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2018-05-26 00:07:17 +0800 |
commit | 7f17c4ef692802a9747e09c00ae2e06da9e64b6d (patch) | |
tree | 94848bf2c6838ed77c00449f4cfe805310b54d21 /editors | |
parent | d5068a73eca5be6f983dc03dda988d3285c92405 (diff) | |
download | freebsd-ports-gnome-7f17c4ef692802a9747e09c00ae2e06da9e64b6d.tar.gz freebsd-ports-gnome-7f17c4ef692802a9747e09c00ae2e06da9e64b6d.tar.zst freebsd-ports-gnome-7f17c4ef692802a9747e09c00ae2e06da9e64b6d.zip |
- Remove obsolete ports (lazarus-lcl-gtk2, lazarus-lcl-nogui lazarus-lcl-qt
lazarus-lcl-qt5 lazarus-lcl-units)
- Connect lazarus-qt4 and lazarus-qt5
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D14661
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 7 | ||||
-rw-r--r-- | editors/lazarus-lcl-gtk2/Makefile | 18 | ||||
-rw-r--r-- | editors/lazarus-lcl-nogui/Makefile | 18 | ||||
-rw-r--r-- | editors/lazarus-lcl-qt/Makefile | 17 | ||||
-rw-r--r-- | editors/lazarus-lcl-qt/files/patch-interfaces_qt_qt45.pas | 11 | ||||
-rw-r--r-- | editors/lazarus-lcl-qt5/Makefile | 17 | ||||
-rw-r--r-- | editors/lazarus-lcl-qt5/files/patch-interfaces_qt_qt45.pas | 11 | ||||
-rw-r--r-- | editors/lazarus-lcl-units/Makefile | 17 |
8 files changed, 2 insertions, 114 deletions
diff --git a/editors/Makefile b/editors/Makefile index 393f8ff0443c..85fe7038f748 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -77,11 +77,8 @@ SUBDIR += komodo-edit SUBDIR += latexila SUBDIR += lazarus - SUBDIR += lazarus-lcl-gtk2 - SUBDIR += lazarus-lcl-nogui - SUBDIR += lazarus-lcl-qt - SUBDIR += lazarus-lcl-qt5 - SUBDIR += lazarus-lcl-units + SUBDIR += lazarus-qt4 + SUBDIR += lazarus-qt5 SUBDIR += le SUBDIR += leafpad SUBDIR += led diff --git a/editors/lazarus-lcl-gtk2/Makefile b/editors/lazarus-lcl-gtk2/Makefile deleted file mode 100644 index a8ac0e7b5309..000000000000 --- a/editors/lazarus-lcl-gtk2/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> -# $FreeBSD$ - -PKGNAMESUFFIX= -lcl-gtk2 - -COMMENT= Lazarus components library - GTK2 backend - -BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:editors/lazarus-lcl-units - -USE_FPC= cairo chm fcl-base fcl-db fcl-image fcl-json fcl-res \ - fcl-registry fcl-xml gtk2 pasjpeg regexpr x11 - -LCL_INTERFACE= gtk2 - -MASTERDIR= ${.CURDIR}/../../editors/lazarus - -OPT= # -.include "${MASTERDIR}/Makefile" diff --git a/editors/lazarus-lcl-nogui/Makefile b/editors/lazarus-lcl-nogui/Makefile deleted file mode 100644 index b426cc585586..000000000000 --- a/editors/lazarus-lcl-nogui/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> -# $FreeBSD$ - -PKGNAMESUFFIX= -lcl-nogui - -COMMENT= Lazarus components library - No gui backend - -BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:editors/lazarus-lcl-units - -USE_FPC= chm fcl-base fcl-db fcl-image fcl-json fcl-registry fcl-xml \ - pasjpeg regexpr rtl-objpas - -LCL_INTERFACE= nogui - -MASTERDIR= ${.CURDIR}/../../editors/lazarus - -OPT= # -.include "${MASTERDIR}/Makefile" diff --git a/editors/lazarus-lcl-qt/Makefile b/editors/lazarus-lcl-qt/Makefile deleted file mode 100644 index 2847569a3d56..000000000000 --- a/editors/lazarus-lcl-qt/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> -# $FreeBSD$ - -PKGNAMESUFFIX= -lcl-qt - -COMMENT= Lazarus components library - QT backend - -BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:editors/lazarus-lcl-units - -USE_FPC= chm fcl-base fcl-db fcl-image fcl-json fcl-registry fcl-res \ - fcl-xml pasjpeg regexpr x11 - -LCL_INTERFACE= qt - -MASTERDIR= ${.CURDIR}/../../editors/lazarus - -.include "${MASTERDIR}/Makefile" diff --git a/editors/lazarus-lcl-qt/files/patch-interfaces_qt_qt45.pas b/editors/lazarus-lcl-qt/files/patch-interfaces_qt_qt45.pas deleted file mode 100644 index 0f1fdf1fc625..000000000000 --- a/editors/lazarus-lcl-qt/files/patch-interfaces_qt_qt45.pas +++ /dev/null @@ -1,11 +0,0 @@ ---- interfaces/qt/qt45.pas.orig 2014-02-05 12:08:29 UTC -+++ interfaces/qt/qt45.pas -@@ -45,7 +45,7 @@ const - {$ENDIF} - - {$IFNDEF QTOPIA} -- {$IF DEFINED(LINUX) or DEFINED(FREEBSD) or DEFINED(NETBSD)} -+ {$IF DEFINED(LINUX) or DEFINED(FREEBSD) or DEFINED(NETBSD) or DEFINED(DRAGONFLY)} - {$DEFINE BINUX} - Qt4PasLib = 'libQt4Pas.so.5'; - {$ENDIF} diff --git a/editors/lazarus-lcl-qt5/Makefile b/editors/lazarus-lcl-qt5/Makefile deleted file mode 100644 index 605a881bcb95..000000000000 --- a/editors/lazarus-lcl-qt5/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> -# $FreeBSD$ - -PKGNAMESUFFIX= -lcl-qt5 - -COMMENT= Lazarus components library - QT5 backend - -BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:editors/lazarus-lcl-units - -USE_FPC= chm fcl-base fcl-db fcl-image fcl-json fcl-registry fcl-res \ - fcl-xml pasjpeg regexpr x11 - -LCL_INTERFACE= qt5 - -MASTERDIR= ${.CURDIR}/../../editors/lazarus - -.include "${MASTERDIR}/Makefile" diff --git a/editors/lazarus-lcl-qt5/files/patch-interfaces_qt_qt45.pas b/editors/lazarus-lcl-qt5/files/patch-interfaces_qt_qt45.pas deleted file mode 100644 index 0f1fdf1fc625..000000000000 --- a/editors/lazarus-lcl-qt5/files/patch-interfaces_qt_qt45.pas +++ /dev/null @@ -1,11 +0,0 @@ ---- interfaces/qt/qt45.pas.orig 2014-02-05 12:08:29 UTC -+++ interfaces/qt/qt45.pas -@@ -45,7 +45,7 @@ const - {$ENDIF} - - {$IFNDEF QTOPIA} -- {$IF DEFINED(LINUX) or DEFINED(FREEBSD) or DEFINED(NETBSD)} -+ {$IF DEFINED(LINUX) or DEFINED(FREEBSD) or DEFINED(NETBSD) or DEFINED(DRAGONFLY)} - {$DEFINE BINUX} - Qt4PasLib = 'libQt4Pas.so.5'; - {$ENDIF} diff --git a/editors/lazarus-lcl-units/Makefile b/editors/lazarus-lcl-units/Makefile deleted file mode 100644 index 1e8e177ccf75..000000000000 --- a/editors/lazarus-lcl-units/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> -# $FreeBSD$ - -PKGNAMESUFFIX= -lcl-units - -COMMENT= Lazarus components library units - -USE_FPC= chm fcl-base fcl-db fcl-image fcl-json fcl-registry \ - fcl-res fcl-xml iconvenc pasjpeg regexpr - -LCL_INTERFACE= # - -MASTERDIR= ${.CURDIR}/../../editors/lazarus - -OPT= "-Fu../../lcl/ -Fu../lcl -Fu../../lcl/forms -Fu../../lcl/nonwin32 -Fu../../lcl/widgetset -Fi../../lcl/include" - -.include "${MASTERDIR}/Makefile" |