Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Dec 2005 09:07:59 -0800
From:      Bill Fenner <fenner@research.att.com>
To:        ports@freebsd.org
Cc:        lawrance@freebsd.org, edwin@freebsd.org
Subject:   Errors in port Makefiles: emacs20 and postgis
Message-ID:  <200512141707.jBEH7xVl007785@bright.research.att.com>

next in thread | raw e-mail | index | archive | help

===> chinese/emacs20
"/a/fenner/ports/chinese/emacs20/../../editors/emacs20/Makefile", line 67:
warning: duplicate script for target "post-install" ignored
"/a/fenner/ports/chinese/emacs20/../../editors/emacs20/Makefile", line 68:
warning: duplicate script for target "post-install" ignored

I guess editors/emacs20 gained a post-install target, while chinese/emacs20
already had one?

===> databases/postgis
cd: can't cd to /home/fenner/portsurvey/ports/databases/postgresql-server
"Makefile", line 52: warning: "cd
/home/fenner/portsurvey/ports/databases/postgresql-server && make -V WRKSRC"
returned non-zero status

bsd.database.mk isn't included until postmk, so ${PGSQL_VER} isn't
defined when PGSQL_SRC!= gets run.

  Bill



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512141707.jBEH7xVl007785>