From owner-svn-ports-head@FreeBSD.ORG Fri Mar 28 19:21:58 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7525DCF3; Fri, 28 Mar 2014 19:21:58 +0000 (UTC) Received: from mk-outboundfilter-6.mail.uk.tiscali.com (mk-outboundfilter-6.mail.uk.tiscali.com [212.74.114.14]) by mx1.freebsd.org (Postfix) with ESMTP id 655068CF; Fri, 28 Mar 2014 19:21:57 +0000 (UTC) X-Trace: 79541419/mk-outboundfilter-6.mail.uk.tiscali.com/PIPEX/$ON_NET_AUTH_ACCEPTED/pipex-temporary-group/81.170.77.156/None/crees@bayofrum.net X-SBRS: None X-RemoteIP: 81.170.77.156 X-IP-MAIL-FROM: crees@bayofrum.net X-SMTP-AUTH: bayofrum@uwclub.net X-MUA: OpenWebMail 2.53 X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AokGACLLNVNRqk2c/2dsb2JhbABZFoJwO4NhvxpRgRcXdIImAQEEIzMzCxQGAgUhAgIPKh4GAYgPCa8XongXgSmIUYUHgm+BSQSPPokPgTSFA4t/gzA9 X-IPAS-Result: AokGACLLNVNRqk2c/2dsb2JhbABZFoJwO4NhvxpRgRcXdIImAQEEIzMzCxQGAgUhAgIPKh4GAYgPCa8XongXgSmIUYUHgm+BSQSPPokPgTSFA4t/gzA9 X-IronPort-AV: E=Sophos;i="4.97,752,1389744000"; d="scan'208";a="79541419" X-IP-Direction: OUT Received: from 81-170-77-156.dynamic.dsl.as9105.com (HELO pegasus.bayofrum.net) ([81.170.77.156]) by smtp.pipex.tiscali.co.uk with ESMTP; 28 Mar 2014 19:21:49 +0000 Received: from www.bayofrum.net (localhost [127.0.0.1]) by pegasus.bayofrum.net (Postfix) with ESMTP id 1012C5D0B3; Fri, 28 Mar 2014 19:21:42 +0000 (GMT) From: "Chris Rees" To: Jose Alonso Cardenas Marquez , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r349220 - in head/editors/lazarus: . files Date: Fri, 28 Mar 2014 19:21:42 +0000 Message-Id: <20140328192031.M14652@bayofrum.net> In-Reply-To: <201403260344.s2Q3iC01059441@svn.freebsd.org> References: <201403260344.s2Q3iC01059441@svn.freebsd.org> X-Mailer: OpenWebMail 2.53 X-OriginatingIP: 81.170.82.4 (crees) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-bayofrum-MailScanner-Information: Please contact the ISP for more information X-bayofrum-MailScanner-ID: 1012C5D0B3.A534A X-bayofrum-MailScanner: Found to be clean X-bayofrum-MailScanner-From: crees@bayofrum.net X-Spam-Status: No X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 28 Mar 2014 19:21:58 -0000 On Wed, 26 Mar 2014 03:44:12 +0000 (UTC), Jose Alonso Cardenas Marquez wrote > XXX Ports RC script present > Author: acm > Date: Wed Mar 26 03:44:12 2014 > New Revision: 349220 > URL: http://svnweb.freebsd.org/changeset/ports/349220 > QAT: https://qat.redports.org/buildarchive/r349220/ > > Log: > - Update to 1.2 > - Re-add bigide support. Now lazarus is built like bigide by > default - Clean up > > Modified: > head/editors/lazarus/Makefile > head/editors/lazarus/Makefile.common > head/editors/lazarus/distinfo > head/editors/lazarus/files/patch-Makefile > head/editors/lazarus/files/pkg-message.in > > Modified: head/editors/lazarus/Makefile > ============================================================================== > --- head/editors/lazarus/Makefile Wed Mar 26 03:34:13 2014 (r349219) > +++ head/editors/lazarus/Makefile Wed Mar 26 03:44:12 2014 (r349220) > @@ -2,12 +2,11 @@ > # $FreeBSD$ > > PORTNAME= lazarus > -PORTVERSION= 1.0.12 > -PORTREVISION?= 1 > +PORTVERSION= 1.2 > +PORTREVISION?= 0 > CATEGORIES= editors devel > -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ > - ${MASTER_SITE_LOCAL:S|$|acm/freepascal/|} \ > - SF/${PORTNAME}/Lazarus%20Zip%20_%20GZip/Lazarus%20${PORTVERSION} > +MASTER_SITES= > SF/${PORTNAME}/Lazarus%20Zip%20_%20GZip/Lazarus%20${PORTVERSION} \ + > ${MASTER_SITE_LOCAL:S|$|acm/freepascal/|} DISTNAME= ${PORTNAME}- > ${PORTVERSION:S/$/-0/} DIST_SUBDIR= freepascal > > @@ -17,31 +16,30 @@ COMMENT?= A portable Delphi-like IDE for > BUILD_DEPENDS?= # > RUN_DEPENDS?= # > > -PROJECTHOST= bsdistfiles > ONLY_FOR_ARCHS= i386 amd64 > > -#USE_BZIP2= yes > +USES= gmake > USE_GMAKE= yes > USE_GNOME= # > -USE_FPC?= fcl-base fcl-db fcl-image fcl-process fcl-registry fcl- > res fcl-xml \ - iconvenc pasjpeg x11 -MAKE_ENV= OPT="-Sgic - > Fu../lcl -Fu../lcl/widgetset -Fu../lcl/forms -Fu../../lcl \ - - > Fu../../lcl/forms -Fu../../lcl/widgetset -Fu../../lcl/nonwin32 \ - > -Fu. -Fu${UNITSDIR}/* -Fl${LOCALBASE}/lib -Fl${LOCALBASE}/lib/qt4 \ - > ${OPT_EXTRA} -Fi../lcl/include - Fi../../lcl/include \ - - > Fu../components/lazutils -Fu../../components/lazutils" +USE_FPC?= > fcl-base fcl-db fcl-fpcunit fcl-image fcl-process fcl-registry \ + > fcl-res fcl-xml iconvenc numlib pasjpeg x11 +OPT?= "-Sgic " + > +MAKE_ENV= OPT=${OPT} PLIST= ${WRKDIR}/pkg-plist WRKSRC?= ${WRKDIR}/${PORTNAME} > Your removal of dependencies has broken lazarus-lcl-units again. Please fix it, and don't leave it to me to learn Pascal again like last time... http://www.bayofrum.net/~crees/medusatb/errors/11thismachine-local/lazarus- lcl-units-1.2_1.log It would be handy to test the slaves too. Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.