- LIB_DEPENDS is missing a slash - DEFAULT_PGSQL_VER is only set if USE_PGSQL is defined => Fix all by defining USE_PGSQL Pointy hat to: db Generated with FreeBSD Port Tools 0.77 How-To-Repeat: /usr/ports/editors/xemacs% make __MAKE_CONF=/dev/null describe -DWITH_POSTGRES -VLIB_DEPENDS pq:/usr/portsdatabases/postgresql-client png.5:/usr/ports/graphics/png jpeg.9:/usr/ports/graphics/jpeg tiff.4:/usr/ports/graphics/tiff Xm.3:/usr/ports/x11-toolkits/open-motif X11.6:/usr/ports/x11/xorg-libraries ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is non-existant, subsequently 'make index' will fail if WITH_POSTGRES is set.
miwi 2007-03-11 14:41:28 UTC FreeBSD ports repository Modified files: editors/xemacs Makefile Log: - LIB_DEPENDS is missing a slash - DEFAULT_PGSQL_VER is only set if USE_PGSQL is defined PR: 110189 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> Pointy hat to: db Revision Changes Path 1.103 +2 -2 ports/editors/xemacs/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!