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, Sep 29, 6:18 AM
Unknown Object (File)
Thu, Sep 26, 8:42 AM
Unknown Object (File)
Mon, Sep 23, 5:11 PM
Unknown Object (File)
Sun, Sep 22, 4:13 PM
Unknown Object (File)
Sat, Sep 21, 11:09 PM
Unknown Object (File)
Fri, Sep 20, 11:43 PM
Unknown Object (File)
Fri, Sep 20, 5:33 AM
Unknown Object (File)
Thu, Sep 19, 4:03 AM
Subscribers

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 2818
Build 2842: arc lint + arc unit

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

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

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.