Date: Fri, 28 Mar 2014 19:21:42 +0000 From: "Chris Rees" <crees@bayofrum.net> To: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r349220 - in head/editors/lazarus: . files Message-ID: <20140328192031.M14652@bayofrum.net> In-Reply-To: <201403260344.s2Q3iC01059441@svn.freebsd.org> References: <201403260344.s2Q3iC01059441@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140328192031.M14652>