Small typo in 'Postgres' in the ports Makefile. Also changed PSSQL to be more consistent with other ports which use PGSQL. Fix: herod# diff -u Makefile.orig Makefile OPTIONS= MYSQL "With MySQL Support" off \ - PSSQL "With Postfres Support" off \ + PGSQL "With Postgres Support" off \ WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} @@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --without-mysql .endif -.if defined(WITH_PSSQL) +.if defined(WITH_PGSQL) USE_PGSQL= yes MAN8+= om_pgsql.8 .else--HeGUX6LsTZfpdy336FbOWCZWjzegvFou94JcNAYyZONUhNWk Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile.orig Fri Jun 2 21:03:38 2006 +++ Makefile Fri Jun 2 21:01:56 2006 @@ -18,7 +18,7 @@ COMMENT= Flexible and easy to integrate syslog daemon
Responsible Changed From-To: freebsd-ports-bugs->az Over to maintainer
State Changed From-To: open->closed Committed. Thanks!