svn commit: r316469 - head/databases/slony1v2

Jung-uk Kim jkim at FreeBSD.org
Wed Apr 24 19:24:54 UTC 2013


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2013-04-24 15:08:00 -0400, Jimmy Olgeni wrote:
> 
> On Wed, 24 Apr 2013, Jung-uk Kim wrote:
> 
>> On 2013-04-24 14:50:57 -0400, Jimmy Olgeni wrote:
>>> Author: olgeni Date: Wed Apr 24 18:50:57 2013 New Revision:
>>> 316469 URL: http://svnweb.freebsd.org/changeset/ports/316469
>>> 
>>> Log: - Use bsd.port.options.mk. - PORTDOCS should not be 
>>> conditional. - Whitespace fix.
>> ...
>> 
>> bsd.port.mk says "(PORTDOCS) should not be set when no
>> documentation files are installed" and I believe it is actually
>> correct.
> 
> I found this on the Porter's Handbook:
> 
> If a directory is listed in PORTDOCS or matched by a glob pattern 
> from this variable, the entire subtree of contained files and 
> directories will be registered in the final packing list. If the
> DOCS option has been unset then files and directories listed in
> PORTDOCS would not be installed or added to port packing list.
> 
> It seems to behave correctly, at least in the PORTDOCS=* case.

It may work for now because bsd.options.mk has backward compat shim, i.e.,

## Now some compatibility
.if empty(PORT_OPTIONS:MDOCS)
NOPORTDOCS=     yes
.endif

It won't work when we deprecate the compat shims.

Jung-uk Kim
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)

iQEcBAEBAgAGBQJReDDSAAoJECXpabHZMqHOeMwIAM1VyJVz0QZCBHLZtxOgZPPN
Pc5rAVb7NFzN6bh50MjmbM5zHZPzM/0zuGtqRu059TlfAmABJBJqrjhPkcnHHGHX
coWBKZdOnGwhzaCGFU8SsVvntbyIQX1wO7OMkUbvDGnP/HLvBTQ0ybw81GOUa5Tz
921d0W1ZLTPIfonviV1H2TQWo+8Kbeh8/9H9IsQsJtQzqbh4rPzatiujEYuIIuqx
GBjUAPOmuGQSrh3tmpvA19O4l0KjsVt2re5I8numPPwIhPWWCgPi7pTAEHLre5IW
o7GyF9lu4zVZhjVz67HW5XT3mb0ZR0BeaBi61i2C6Q2DrZhywmM7DaKH4qsbcSc=
=PWBI
-----END PGP SIGNATURE-----


More information about the svn-ports-head mailing list