Bug 98393 - msyslog port spelling correction
Summary: msyslog port spelling correction
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Andrej Zverev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-02 21:10 UTC by richard
Modified: 2006-06-12 16:41 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description richard 2006-06-02 21:10:20 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-06-03 00:46:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->az

Over to maintainer
Comment 2 Andrej Zverev freebsd_committer freebsd_triage 2006-06-12 16:41:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!