On 2014/11/10 15:13, Jan Stary wrote: > The trivial diff below replaces "mysql" as mentioned > in the examples of ports.7 and packages.7 with something else, > now that MySQL has been eplaced with MariaDB.
I agree with the packages(7) change but don't see a need for the one in ports(7) unless we start renaming mysql flavours/subpackages.. > "mysql" still seems to be a valid FLAVOR of exim, but anyway. > > Jan > > > Index: packages.7 > =================================================================== > RCS file: /cvs/src/share/man/man7/packages.7,v > retrieving revision 1.35 > diff -u -p -r1.35 packages.7 > --- packages.7 9 Nov 2014 00:16:28 -0000 1.35 > +++ packages.7 10 Nov 2014 14:11:06 -0000 > @@ -111,7 +111,7 @@ or need some working directory under > to function correctly (e.g., > .Nm squid , > or > -.Nm mysql ) . > +.Nm nginx ) . > .Pp > .Ox > specific information installs under > Index: ports.7 > =================================================================== > RCS file: /cvs/src/share/man/man7/ports.7,v > retrieving revision 1.100 > diff -u -p -r1.100 ports.7 > --- ports.7 8 Nov 2014 21:06:43 -0000 1.100 > +++ ports.7 10 Nov 2014 14:11:06 -0000 > @@ -555,7 +555,7 @@ $ env FLAVOR="static" make clean > More than one flavor may be specified: > .Bd -literal -offset indent > $ cd /usr/ports/mail/exim > -$ env FLAVOR="mysql ldap" make package > +$ env FLAVOR="postgresql ldap" make package > .Ed > .Pp > Specifying a flavor that does not exist is an error. >
