New port for updated 10g Intel Ethernet Base Driver, based on
net/intel-ixl-kmod as a master port.
Compile and sanity tested using poudriere w/portlint
Approved By: sbruno (mentor)
Differential Revision: https://reviews.freebsd.org/D174431
- Update PORTVERSION and distinfo
- Extend netmap options to slave ports too
- Add option to set maximum supported os version w/netmap
for slave ports in intel-ixl-kmod
- Mark the port as non-netmap by default for 12+, as the
driver doesn't build with netmap support atm
Compile and sanity tested using poudriere w/portlint
Reviewed By: sbruno (mentor), franco_opnsense.org (maintainer)
Differential Revision: https://reviews.freebsd.org/D17440
Notable changes:
- Switch from PCRE to PCRE2
- Many modules now require PCRE2 for building
- graphics/php73-gd: X11 option is no longer default
Changes to Mk/Uses/php.mk approved by ale
changes in base. (Tested in a 12-CURRENT VM with ^/projects/openssl111
worls, and in an 11-STABLE VM with the old situation).
Thanks to brnrd@ for chasing this for a long time, and the original submitter.
Specific credits for obtained-from are in the PR.
PR: 214691
Submitted by: Melvyn Sopacua
Reviewed by: brnrd
Obtained from: richmoore
With lld 7.0.0, the following error is emitted:
ld: error: duplicate symbol 'pdb_search_init' in version script
This is because the symbol version scripts generated by wscript_build
contain both "pdb_search_init" in the global section, and "pdb_*_init"
in the local section. Fix it by removing "pdb_*_init" from the local
section.
For net/samba48, this already got fixed, as a side effect of r478825.
Approved by: portmgr (antoine)
PR: 230602
MFH: 2018Q4
Flavorize the ports:
* telepathy-qt4 -> telepathy-qt@qt4
* telepathy-qt5 -> telepathy-qt@qt5
While here, also clean up the Makefile a bit.
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D17445
On 10.4 amd64: make[4]: don't know how to make ./param.amd64_fbsd_104.h. Stop
On 11.2 amd64: make[4]: don't know how to make ./param.amd64_fbsd_112.h. Stop
Reported by: pkg-fallout
Change the port to USE_GITHUB, since the project has been hosted there
for some time, and the latest release is only available from Github. The
extradocs package is still only available from turnserver.open-sys.org
or coturn.net
Sponsored by: Miles AS
Summary:
- ixl has two hard-linked man pages: ixl(4) and if_ixl(4),
before the port was only installing ixl(4)
- Fix portline warning for USES while here
Test Plan: Compile/sanity tested with poudriere w/portlint
Approved By: sbruno (mentor)
Differential Revision: https://reviews.freebsd.org/D17435