Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Aug 2015 23:26:37 +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: r393834 - in head/editors/lazarus: . files
Message-ID:  <201508092326.t79NQb9b095399@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Sun Aug  9 23:26:37 2015
New Revision: 393834
URL: https://svnweb.freebsd.org/changeset/ports/393834

Log:
  - Fix build of lazarus-qt
  - Clean up

Modified:
  head/editors/lazarus/Makefile
  head/editors/lazarus/files/pkg-message.in

Modified: head/editors/lazarus/Makefile
==============================================================================
--- head/editors/lazarus/Makefile	Sun Aug  9 22:52:17 2015	(r393833)
+++ head/editors/lazarus/Makefile	Sun Aug  9 23:26:37 2015	(r393834)
@@ -4,7 +4,7 @@
 PORTNAME=	lazarus
 PORTVERSION=	1.4.2
 DISTVERSIONSUFFIX=	-0
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	editors devel
 MASTER_SITES=	SF/${PORTNAME}/Lazarus%20Zip%20_%20GZip/Lazarus%20${PORTVERSION:S/.0//} \
 		LOCAL/acm/freepascal
@@ -20,8 +20,8 @@ ONLY_FOR_ARCHS=	i386 amd64
 
 USES=		gmake
 USE_GNOME=	#
-USE_FPC?=	fcl-base fcl-db fcl-fpcunit fcl-image fcl-process fcl-registry \
-		fcl-res fcl-xml iconvenc numlib pasjpeg x11
+USE_FPC?=	cairo fcl-base fcl-db fcl-fpcunit fcl-image fcl-process fcl-registry \
+		fcl-res fcl-xml gtk2 iconvenc numlib pasjpeg x11
 USE_FPC_RUN=	yes
 OPT?=		"-Sgic "
 
@@ -72,7 +72,6 @@ RUN_DEPENDS+=	${LOCALBASE}/bin/gdb:${POR
 .endif
 
 .if ${PORT_OPTIONS:MGTK2}
-USE_FPC+=	gtk2
 USE_GNOME=	gtk20 gdkpixbuf
 LCL_PLATFORM=	gtk2
 BUILD_DEPENDS+=	${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk2

Modified: head/editors/lazarus/files/pkg-message.in
==============================================================================
--- head/editors/lazarus/files/pkg-message.in	Sun Aug  9 22:52:17 2015	(r393833)
+++ head/editors/lazarus/files/pkg-message.in	Sun Aug  9 23:26:37 2015	(r393834)
@@ -16,7 +16,7 @@ The Lazarus RAD was installed
 
    It could be extracted to your home directory.
 
-4) You can use %%LOCALBASE%%/bin/gdb771 debugger instead of gdb installed deugger
+4) You can use %%LOCALBASE%%/bin/gdb debugger instead of gdb installed debugger
    installed from base system. Lazarus works better with this version.
 
 5) The lazbuild.cfg file has been removed, it is not necessary anymore. Now 
@@ -25,11 +25,10 @@ The Lazarus RAD was installed
    by default:
 
    editors/lazarus-lcl-nogui
-   editors/lazarus-lcl-gtk
    editors/lazarus-lcl-gtk2
    editors/lazarus-lcl-qt
 
-   You can added those ports if you want support for nogui, gtk, gtk2 or qt 
+   You can added those ports if you want support for nogui, gtk2 or qt 
    interfaces. Please look at net-p2p/transmission-remote-gui like a example of
    how use it
 



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