Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2018 18:52:05 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460428 - in head/editors/lazarus-lcl-qt5: . files
Message-ID:  <201801301852.w0UIq5Rw041901@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Tue Jan 30 18:52:05 2018
New Revision: 460428
URL: https://svnweb.freebsd.org/changeset/ports/460428

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	Tue Jan 30 18:52:05 2018	(r460428)
@@ -0,0 +1,17 @@
+# 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=	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	Tue Jan 30 18:52:05 2018	(r460428)
@@ -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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801301852.w0UIq5Rw041901>