svn commit: r460559 - in head/editors/lazarus-lcl-qt5: . files

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Thu Feb 1 07:17:14 UTC 2018


Author: acm
Date: Thu Feb  1 07:17:13 2018
New Revision: 460559
URL: https://svnweb.freebsd.org/changeset/ports/460559

Log:
  - New port: editors/lazarus-lcl-qt5
  
  Lazarus components library - QT5 backend

Added:
  head/editors/lazarus-lcl-qt5/
  head/editors/lazarus-lcl-qt5/Makefile   (contents, props changed)
  head/editors/lazarus-lcl-qt5/files/
  head/editors/lazarus-lcl-qt5/files/patch-interfaces_qt_qt45.pas   (contents, props changed)

Added: head/editors/lazarus-lcl-qt5/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/lazarus-lcl-qt5/Makefile	Thu Feb  1 07:17:13 2018	(r460559)
@@ -0,0 +1,17 @@
+# Created by: Alonso Cardenas Marquez <acm at 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=	fcl-base fcl-db fcl-image fcl-registry fcl-res \
+		fcl-xml pasjpeg x11
+
+LCL_INTERFACE=	qt5
+
+MASTERDIR=	${.CURDIR}/../../editors/lazarus
+
+.include "${MASTERDIR}/Makefile"

Added: head/editors/lazarus-lcl-qt5/files/patch-interfaces_qt_qt45.pas
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/lazarus-lcl-qt5/files/patch-interfaces_qt_qt45.pas	Thu Feb  1 07:17:13 2018	(r460559)
@@ -0,0 +1,11 @@
+--- 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}


More information about the svn-ports-head mailing list