ports/98393: msyslog port spelling correction

Richard Tector richard at tector.org.uk
Fri Jun 2 20:10:23 UTC 2006


>Number:         98393
>Category:       ports
>Synopsis:       msyslog port spelling correction
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 02 20:10:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Richard Tector
>Release:        6.1-STABLE
>Organization:
>Environment:
FreeBSD herod.thekeelecentre.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue May 16 15:30:05 BST 2006     root at herod.thekeelecentre.com:/usr/obj/usr/src/sys/HEROD  i386
>Description:
Small typo in 'Postgres' in the ports Makefile. Also changed PSSQL to be more consistent with other ports which use PGSQL.
>How-To-Repeat:

>Fix:
herod# diff -u Makefile.orig Makefile
--- 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

 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

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list