mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
editors/lazarus* (5 ports): Upgrade version 1.4.2 => 1.6RC2
PR: 206147 Submitted by: takefu (airport.fm)
This commit is contained in:
parent
6b5eb98e6d
commit
b3bb58f9de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407280
7 changed files with 20 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTREVISION= 3
|
PORTREVISION= 0
|
||||||
PKGNAMESUFFIX= -lcl-gtk2
|
PKGNAMESUFFIX= -lcl-gtk2
|
||||||
|
|
||||||
COMMENT= Lazarus components library - GTK2 backend
|
COMMENT= Lazarus components library - GTK2 backend
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTREVISION= 2
|
PORTREVISION= 0
|
||||||
PKGNAMESUFFIX= -lcl-nogui
|
PKGNAMESUFFIX= -lcl-nogui
|
||||||
|
|
||||||
COMMENT= Lazarus components library - No gui backend
|
COMMENT= Lazarus components library - No gui backend
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTREVISION= 4
|
PORTREVISION= 0
|
||||||
PKGNAMESUFFIX= -lcl-qt
|
PKGNAMESUFFIX= -lcl-qt
|
||||||
|
|
||||||
COMMENT= Lazarus components library - QT backend
|
COMMENT= Lazarus components library - QT backend
|
||||||
|
|
11
editors/lazarus-lcl-qt/files/patch-interfaces_qt_qt45.pas
Normal file
11
editors/lazarus-lcl-qt/files/patch-interfaces_qt_qt45.pas
Normal file
|
@ -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}
|
|
@ -1,7 +1,7 @@
|
||||||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTREVISION= 3
|
PORTREVISION= 0
|
||||||
PKGNAMESUFFIX= -lcl-units
|
PKGNAMESUFFIX= -lcl-units
|
||||||
|
|
||||||
COMMENT= Lazarus components library units
|
COMMENT= Lazarus components library units
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= lazarus
|
PORTNAME= lazarus
|
||||||
PORTVERSION= 1.4.2
|
PORTVERSION= 1.6RC2
|
||||||
DISTVERSIONSUFFIX= -0
|
DISTVERSIONSUFFIX= -0
|
||||||
PORTREVISION?= 3
|
PORTREVISION?= 0
|
||||||
CATEGORIES= editors devel
|
CATEGORIES= editors devel
|
||||||
MASTER_SITES= SF/${PORTNAME}/Lazarus%20Zip%20_%20GZip/Lazarus%20${PORTVERSION:S/.0//} \
|
MASTER_SITES= SF/${PORTNAME}/Lazarus%20Zip%20_%20GZip/Lazarus%20${PORTVERSION:S/.0//} \
|
||||||
LOCAL/acm/freepascal
|
LOCAL/acm/freepascal
|
||||||
|
@ -44,11 +44,7 @@ OPTIONS_DEFAULT= GTK2 GDB
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${ARCH} == "i386"
|
LAZARUS_ARCH= ${ARCH:S,amd64,x86_64,}
|
||||||
LAZARUS_ARCH= i386
|
|
||||||
.elif ${ARCH} == "amd64"
|
|
||||||
LAZARUS_ARCH= x86_64
|
|
||||||
.endif
|
|
||||||
|
|
||||||
BUILDNAME= ${LAZARUS_ARCH}-${OPSYS:tl}
|
BUILDNAME= ${LAZARUS_ARCH}-${OPSYS:tl}
|
||||||
LCL_UNITS_DIR= ${LOCALBASE}/share/${PORTNAME}-${PORTVERSION}/lcl/units/${BUILDNAME}
|
LCL_UNITS_DIR= ${LOCALBASE}/share/${PORTNAME}-${PORTVERSION}/lcl/units/${BUILDNAME}
|
||||||
|
@ -84,7 +80,6 @@ LIB_DEPENDS+= libQt4Pas.so:${PORTSDIR}/x11-toolkits/qt4pas
|
||||||
LCL_PLATFORM= qt
|
LCL_PLATFORM= qt
|
||||||
BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-qt
|
BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-qt
|
||||||
RUN_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-qt
|
RUN_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-qt
|
||||||
#OPT_EXTRA= "-dUSE_QT_45"
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (freepascal/lazarus-1.4.2-0.tar.gz) = ba0d2279fefba24f8fd1d9086b10fad8cd7076d6e267afd050908c6a375733e8
|
SHA256 (freepascal/lazarus-1.6RC2-0.tar.gz) = d01685fdf618c3eecd83ecc63ffbd585ebb46c1abcffd3ba7eb3616fe5d75981
|
||||||
SIZE (freepascal/lazarus-1.4.2-0.tar.gz) = 53106286
|
SIZE (freepascal/lazarus-1.6RC2-0.tar.gz) = 55896213
|
||||||
|
|
Loading…
Add table
Reference in a new issue