From owner-svn-ports-head@freebsd.org Sun Aug 9 23:26:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75AB599D9AE; Sun, 9 Aug 2015 23:26:38 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C6AF813; Sun, 9 Aug 2015 23:26:38 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t79NQc2k095401; Sun, 9 Aug 2015 23:26:38 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t79NQb9b095399; Sun, 9 Aug 2015 23:26:37 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201508092326.t79NQb9b095399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 9 Aug 2015 23:26:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393834 - in head/editors/lazarus: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2015 23:26:38 -0000 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