Page MenuHomeFreeBSD

Update to 0.1.7, add DOCS and NLS options
ClosedPublic

Authored by olivier on Mar 8 2016, 10:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 12:11 PM
Unknown Object (File)
Fri, Oct 3, 1:18 PM
Unknown Object (File)
Thu, Oct 2, 3:07 AM
Unknown Object (File)
Wed, Oct 1, 2:47 AM
Unknown Object (File)
Tue, Sep 30, 12:27 AM
Unknown Object (File)
Sun, Sep 28, 10:02 PM
Unknown Object (File)
Sun, Sep 28, 10:02 PM
Unknown Object (File)
Sun, Sep 28, 10:02 PM
Subscribers

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

olivier retitled this revision from to Update to 0.1.7, add DOCS and NLS options.
olivier updated this object.
olivier edited the test plan for this revision. (Show Details)
olivier added reviewers: jadawin, tabthorpe.
mail/deforaos-mailer/Makefile
37 ↗(On Diff #14160)

This needs to be after bsd.port.pre.mk, I think. It could also always be there, as it works for both cases.

mail/deforaos-mailer/Makefile
37 ↗(On Diff #14160)

I confirm. I strongly suggest to use:

.include <bsd.port.pre.mk>
[...]
.if defined(WITH_OPENSSL_BASE)
.endif
[...]
.include <bsd.port.post.mk>

And I suggest to mat to wait at least for a reviewer's reaction before commenting so fast.

Fix "if defined" in Makefile as instructed by my venerate official and unofficial mentors :-)
Poudriere testport log files:

jadawin edited edge metadata.
This revision is now accepted and ready to land.Mar 8 2016, 2:30 PM
This revision was automatically updated to reflect the committed changes.