(Only the first 10 of 208 ports in this commit are shown above. )
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
Port net/libconnect installation problem fix
When NOPROFILE variable is set the port libconnect could
not be installed. The installation procedure from the
Makefile always tried to install the libconnect_p.a file
but if NOPROFILE is set the profiled version is not built.
PR: ports/50544
Submitted by: Alex Semenyaka <alexs@snark.ratmir.ru>
New port: libconnect
This is the shared library which allows change IP-address
from which netwoking application will be performing
TCP-connection. This is extremely useful when you need to
control this but programs you are using have no configuration
options specifying to which IP-address they should bind.
PR: ports/50436
Submitted by: Alex Semenyaka <alexs@snark.ratmir.ru>