svn commit: r376733 - in head/comms/cqrlog: . files
Stephen Hurd
shurd at FreeBSD.org
Sun Jan 11 03:51:01 UTC 2015
Jose Alonso Cardenas Marquez wrote:
> - Copy lazarus directory to WRKSRC is not neccesary anymore
Awesome! That was the most irritating part of the port. :-)
> -GETLAZDIR= ${AWK} '/cd .* .* exit/ { print $$2 }' ${LOCALBASE}/bin/lazarus
> +LAZARUS_VER= 1.2.6
> +LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}
I'm not sure I like this bit though... is there a good reason to tie the
port to the Lazarus version tighter than bumping PORTREVISION? If so, I
would think the BUILD_DEPENDS should reflect the version somehow.
More information about the svn-ports-head
mailing list