ports/187961: [patch] editors/lazarus-lcl-units: fails to build
Alonso Cárdenas Márquez
acm at FreeBSD.org
Wed Mar 26 17:18:26 UTC 2014
2014-03-26 11:40 GMT-05:00 <edwin at freebsd.org>:
> Synopsis: [patch] editors/lazarus-lcl-units: fails to build
>
> Responsible-Changed-From-To: freebsd-ports-bugs->acm
> Responsible-Changed-By: edwin
> Responsible-Changed-When: Wed Mar 26 16:40:04 UTC 2014
> Responsible-Changed-Why:
> Over to maintainer (via the GNATS Auto Assign Tool)
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=187961
>
It compiles fine.
https://redports.org/~acm/20140326164735-02839-191790/lazarus-lcl-units-1.2.log
If you look into Makefile.common file, you can see the following line on
do-build section:
@cd ${BUILDSRC} && \
${SETENV} ${MAKE_ENV} ${GMAKE} LCL_PLATFORM=${LCL_INTERFACE}
LCLDIR= ${PORTNAME}/lcl
BUILDSRC= ${WRKDIR}/${LCLDIR} // it is the same than
${WRKDIR}/${PORTNAME}/lcl included in your patch file
If you are compiling lazarus like root, don't forget delete /root/.lazarus
directory. if you use root for run lazarus, some times config files into
.lazarus directory can be the reason for build problems.
Greetings
More information about the freebsd-ports-bugs
mailing list