Index: head/editors/lazarus-lcl-qt5/Makefile =================================================================== --- head/editors/lazarus-lcl-qt5/Makefile (nonexistent) +++ head/editors/lazarus-lcl-qt5/Makefile (revision 460559) @@ -0,0 +1,17 @@ +# Created by: Alonso Cardenas Marquez +# $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" Property changes on: head/editors/lazarus-lcl-qt5/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/lazarus-lcl-qt5/files/patch-interfaces_qt_qt45.pas =================================================================== --- head/editors/lazarus-lcl-qt5/files/patch-interfaces_qt_qt45.pas (nonexistent) +++ head/editors/lazarus-lcl-qt5/files/patch-interfaces_qt_qt45.pas (revision 460559) @@ -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} Property changes on: head/editors/lazarus-lcl-qt5/files/patch-interfaces_qt_qt45.pas ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property