freebsd / freebsd-wifi-build

freebsd-wifi-build
142 stars 59 forks source link

FreeBSD12+ support #140

Closed timp87 closed 4 years ago

timp87 commented 4 years ago

Tested on my tl-wdr3600.

Note, openssl 1.1's libcrypto.so bumped in size so it's now harder to fit everything into 8 MB. Also openvpn port has to be updated to support openssl 1.1. I'll prepare a separate pull request for that.

timp87 commented 4 years ago

This conflicts with https://github.com/freebsd/freebsd-wifi-build/pull/141 now. I suppose you could take something from my pull request after merging that pr

erikarn commented 4 years ago

yeah, lemme go review the pull requests. I've been busy trying to /remove/ the requirement for openssl/libcrypto entirely.... that'll save a whole bunch of space.

-a

On Mon, 9 Dec 2019 at 00:30, Pavel Timofeev notifications@github.com wrote:

  • Change openssl libs versions to match openssl 1.1 from base.
  • Correct path when creating blank src.conf.${BUILDNAME}.
  • Make install(1) verbose. That helps you to see in the buildlog later to find what was not installed actually.

Tested on my tl-wdr3600.

Note, openssl 1.1's libcrypto.so bumped in size so it's now harder to fit everything into 8 MB. Also openvpn port has to be updated to support openssl 1.1. I'll prepare a separate pull request for that.

You can view, comment on, or merge this pull request online at:

https://github.com/freebsd/freebsd-wifi-build/pull/140 Commit Summary

  • Correct path when creating blank src.conf.${BUILDNAME}
  • Make install(1) verbose. This populates buildlog with useful info to see what was actually installed.
    • IPX support was removed from FreeBSD in 2014. Remove related stuff.

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/freebsd/freebsd-wifi-build/pull/140?email_source=notifications&email_token=AAI2L3KCMNELZTRGTUPFYJTQXX6Y7A5CNFSM4JYFHVA2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H676BVQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI2L3M27ZUMOWPUGTSNSYDQXX6Y7ANCNFSM4JYFHVAQ .

timp87 commented 4 years ago

I've been busy trying to /remove/ the requirement for openssl/libcrypto entirely

@erikarn wow, could you please share your thoughts on that?

timp87 commented 4 years ago

ok, I see your commits into freebsd base tree