aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/Makefile7
-rw-r--r--editors/lazarus-lcl-gtk2/Makefile18
-rw-r--r--editors/lazarus-lcl-nogui/Makefile18
-rw-r--r--editors/lazarus-lcl-qt/Makefile17
-rw-r--r--editors/lazarus-lcl-qt/files/patch-interfaces_qt_qt45.pas11
-rw-r--r--editors/lazarus-lcl-qt5/Makefile17
-rw-r--r--editors/lazarus-lcl-qt5/files/patch-interfaces_qt_qt45.pas11
-rw-r--r--editors/lazarus-lcl-units/Makefile17
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"