View | Details | Raw Unified | Return to bug 206147 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-9 / +3 lines)
Lines 1-10 Link Here
1
# Created by: Shaun Amott <shaun@inerd.com>
2
# $FreeBSD: head/editors/lazarus/Makefile 404080 2015-12-21 01:40:44Z marino $
1
# $FreeBSD: head/editors/lazarus/Makefile 404080 2015-12-21 01:40:44Z marino $
3
2
4
PORTNAME=	lazarus
3
PORTNAME=	lazarus
5
PORTVERSION=	1.4.2
4
PORTVERSION=	1.6RC2
6
DISTVERSIONSUFFIX=	-0
5
DISTVERSIONSUFFIX=	-0
7
PORTREVISION?=	3
6
#PORTREVISION?=	0
8
CATEGORIES=	editors devel
7
CATEGORIES=	editors devel
9
MASTER_SITES=	SF/${PORTNAME}/Lazarus%20Zip%20_%20GZip/Lazarus%20${PORTVERSION:S/.0//} \
8
MASTER_SITES=	SF/${PORTNAME}/Lazarus%20Zip%20_%20GZip/Lazarus%20${PORTVERSION:S/.0//} \
10
		LOCAL/acm/freepascal
9
		LOCAL/acm/freepascal
Lines 44-55 OPTIONS_DEFAULT= GTK2 GDB Link Here
44
43
45
.include <bsd.port.options.mk>
44
.include <bsd.port.options.mk>
46
45
47
.if ${ARCH} == "i386"
46
LAZARUS_ARCH=	${ARCH:S,amd64,x86_64,}
48
LAZARUS_ARCH=	i386
49
.elif ${ARCH} == "amd64"
50
LAZARUS_ARCH=	x86_64
51
.endif
52
53
BUILDNAME=	${LAZARUS_ARCH}-${OPSYS:tl}
47
BUILDNAME=	${LAZARUS_ARCH}-${OPSYS:tl}
54
LCL_UNITS_DIR=	${LOCALBASE}/share/${PORTNAME}-${PORTVERSION}/lcl/units/${BUILDNAME}
48
LCL_UNITS_DIR=	${LOCALBASE}/share/${PORTNAME}-${PORTVERSION}/lcl/units/${BUILDNAME}
55
49
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (freepascal/lazarus-1.4.2-0.tar.gz) = ba0d2279fefba24f8fd1d9086b10fad8cd7076d6e267afd050908c6a375733e8
1
SHA256 (freepascal/lazarus-1.6RC2-0.tar.gz) = d01685fdf618c3eecd83ecc63ffbd585ebb46c1abcffd3ba7eb3616fe5d75981
2
SIZE (freepascal/lazarus-1.4.2-0.tar.gz) = 53106286
2
SIZE (freepascal/lazarus-1.6RC2-0.tar.gz) = 55896213
(-)./Makefile (-2 / +1 lines)
Lines 1-7 Link Here
1
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
2
# $FreeBSD: head/editors/lazarus-lcl-gtk2/Makefile 403082 2015-12-05 23:29:36Z marino $
1
# $FreeBSD: head/editors/lazarus-lcl-gtk2/Makefile 403082 2015-12-05 23:29:36Z marino $
3
2
4
PORTREVISION=	3
3
#PORTREVISION=	0
5
PKGNAMESUFFIX=	-lcl-gtk2
4
PKGNAMESUFFIX=	-lcl-gtk2
6
5
7
COMMENT=	Lazarus components library - GTK2 backend
6
COMMENT=	Lazarus components library - GTK2 backend
(-)./Makefile (-2 / +1 lines)
Lines 1-7 Link Here
1
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
2
# $FreeBSD: head/editors/lazarus-lcl-nogui/Makefile 403082 2015-12-05 23:29:36Z marino $
1
# $FreeBSD: head/editors/lazarus-lcl-nogui/Makefile 403082 2015-12-05 23:29:36Z marino $
3
2
4
PORTREVISION=	2
3
#PORTREVISION=	0
5
PKGNAMESUFFIX=	-lcl-nogui
4
PKGNAMESUFFIX=	-lcl-nogui
6
5
7
COMMENT=	Lazarus components library - No gui backend
6
COMMENT=	Lazarus components library - No gui backend
(-)./Makefile (-2 / +1 lines)
Lines 1-7 Link Here
1
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
2
# $FreeBSD: head/editors/lazarus-lcl-qt/Makefile 403082 2015-12-05 23:29:36Z marino $
1
# $FreeBSD: head/editors/lazarus-lcl-qt/Makefile 403082 2015-12-05 23:29:36Z marino $
3
2
4
PORTREVISION=	4
3
#PORTREVISION=	0
5
PKGNAMESUFFIX=	-lcl-qt
4
PKGNAMESUFFIX=	-lcl-qt
6
5
7
COMMENT=	Lazarus components library - QT backend
6
COMMENT=	Lazarus components library - QT backend
(-)./Makefile (-2 / +1 lines)
Lines 1-7 Link Here
1
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
2
# $FreeBSD: head/editors/lazarus-lcl-units/Makefile 403082 2015-12-05 23:29:36Z marino $
1
# $FreeBSD: head/editors/lazarus-lcl-units/Makefile 403082 2015-12-05 23:29:36Z marino $
3
2
4
PORTREVISION=	3
3
#PORTREVISION=	0
5
PKGNAMESUFFIX=	-lcl-units
4
PKGNAMESUFFIX=	-lcl-units
6
5
7
COMMENT=	Lazarus components library units
6
COMMENT=	Lazarus components library units

Return to bug 206147