Page MenuHomeFreeBSD

net-mgmt/ccnet-client: 6.0.6 fails to build with LibreSSL
ClosedPublic

Authored by ultima on Jul 3 2017, 2:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 12:09 PM
Unknown Object (File)
Jan 15 2024, 9:13 PM
Unknown Object (File)
Dec 23 2023, 12:24 AM
Unknown Object (File)
Nov 29 2023, 4:45 AM
Unknown Object (File)
Nov 29 2023, 4:45 AM
Unknown Object (File)
Nov 29 2023, 4:45 AM
Unknown Object (File)
Nov 27 2023, 3:23 PM
Unknown Object (File)
Oct 21 2023, 8:10 PM
Subscribers

Details

Summary
  • Add patch to fix build for libressl
  • Removed --enable-ldap, not a valid configure arg

PR\: 219605
Sumitted by\: Jens K. Loewe <mozilla@tuxproject.de>
Reviewed by\: lifanov (mentor), matthew (mentor)
Approved by\: lifanov (mentor), matthew (mentor)
Differential Revision\: https://reviews.freebsd.org/DXXXXX

Test Plan

portlint:
WARN: Makefile: Consider adding support for a NLS knob to conditionally disable gettext support.
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
WARN: Makefile: new ports should not set PORTREVISION.
0 fatal errors and 3 warnings found.

poudriere:
103i386
103amd64
110i386
110amd64
12i386
12amd64

Diff Detail

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

Event Timeline

net-mgmt/ccnet-client/Makefile
32

Is there a reason why this section moved as part of the change?

net-mgmt/ccnet-client/Makefile
32

Ah yeah, I have been trying to follow [1] as best as possible, and I noticed that it was out of order.

[1] https://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html#porting-samplem-order

This revision is now accepted and ready to land.Jul 6 2017, 1:31 AM
This revision was automatically updated to reflect the committed changes.
head/net-mgmt/ccnet-client/Makefile
6 ↗(On Diff #30471)

Why bump PORTREVISION ?

head/net-mgmt/ccnet-client/Makefile
6 ↗(On Diff #30471)

Changing patch would require regenerating pkg. I guess it isn't really needed because it would fail to build on libressl before anyway.

head/net-mgmt/ccnet-client/Makefile
6 ↗(On Diff #30471)

Exactly, you must only bump PORTREVISION when the resulting package changes, in this case, it did not.