Date: Thu, 1 Feb 2018 07:17:13 +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: r460559 - in head/editors/lazarus-lcl-qt5: . files Message-ID: <201802010717.w117HDL4035778@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802010717.w117HDL4035778>