[72484] trunk/dports/databases/pg2xbase
Ryan Schmidt
ryandesign at macports.org
Sun Oct 17 21:07:10 PDT 2010
On Oct 17, 2010, at 16:40, and.damore at macports.org wrote:
> Revision: 72484
> http://trac.macports.org/changeset/72484
> Author: and.damore at macports.org
> Date: 2010-10-17 14:40:11 -0700 (Sun, 17 Oct 2010)
> Log Message:
> -----------
> updating pg2xbase in order to work with recent xbase upgrade in r72088, taking advantage of maintainer timeout cf. #26705
> --- trunk/dports/databases/pg2xbase/files/patch-Makefile.diff (rev 0)
> +++ trunk/dports/databases/pg2xbase/files/patch-Makefile.diff 2010-10-17 21:40:11 UTC (rev 72484)
> ++INCLUDES = -I/opt/local/include -I/opt/local/include/postgresql81 -I/opt/local/include/postgresql81/internal -I/opt/local/include/xbase64
> ++LIBS = -L/opt/local/lib -L/opt/local/lib/postgresql81 -lpq -lxbase64
> ++prefix=/opt/local
You can't be hardcoding /opt/local in these files; you must arrange to use the current value of ${prefix}:
http://trac.macports.org/wiki/PortfileRecipes#hardcode_opt_local
More information about the macports-dev
mailing list