Everything trying to link to readline is already passing -lreadline when needed
so all that is needed here is to pass the right path where to find it.
Reported by: peter
The makefile contained DOS CR endings. While removing those,
consolidate pkg-plist into the makefile and do some cosmetic clean up.
PR: 185986
Submitted by: takefu (airport.fm)
Approved by: maintainer timeout (6 months)
The former maintainer indicates that he no longer has time to work on
this port. He understands is not staged and thus headed for removal,
so the RESTRICTED update is being done by itself in case somebody else
steps up to stage the port.
PR: 189883
Submitted by: maintainer (at the time) (Daniel Thiele)
Approved by: portmgr (implicit, NOT_STAGED)
- Add USES= libtool and set INSTALL_TARGET to install-strip
- Drop useless bsd.port.options.mk include
- Bump PORTREVISION of ports that depend on libtasn1 as
shlib version has changed
- Add an UPDATING entry for that
Exp-run by: antoine
Changes:
- Import fixes from libucl (fixes memory corruption with pkg.conf)
- Fix memory corruption when reinstalling packages
- Rework pkg repo process distribution
with gcc:
CXX common/libreplicant_la-bootstrap.lo
In file included from /usr/local/include/po6/net/socket.h:37:0,
from /usr/local/include/po6/net/hostname.h:41,
from /usr/local/include/busybee_single.h:35,
from common/bootstrap.cc:37:
/usr/include/netinet/tcp.h:50:2: error: 'u_short' does not name a type
/usr/include/netinet/tcp.h:51:2: error: 'u_short' does not name a type
...
with clang:
CXX client/libreplicant_la-replicant.lo
clang++: warning: -lrt: 'linker' input unused when '-c' is present
client/replicant.cc:116:21: error: no matching constructor for initialization of 'busybee_st'
, m_busybee(new busybee_st(m_busybee_mapper.get(), 0))
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
...
Reported by: pkg-fallout
With hat: portmgr
===> Patching for webfs-1.21
===> Applying FreeBSD patches for webfs-1.21
sed: /wrkdirs/usr/ports/www/webfs/work/webfs-1.21/Make.config: No such file or directory
*** [post-patch] Error code 1
Reported by: pkg-fallout
ChangeLog:
* R: Edited utility functions for the binomial family in the
gssanova suite, eliminating unnecessary subtractions to preserve
numerical precision.
- Change name of science/fvcom-mpi to fvcom-openmpi in order to leave room for ports using other MPI implementations, such as mpich2.
- Pass maintainership back (pending PR)
PR: 189092
Submitted by: maintainer
This patch enables heimdal port and heimdal bad to be consistent [in byte
order for seed data] and talk nicely to each other. Please refer to
FreeBSD Errata Notice FreeBSD-EN-14:08.heimdal. This port is not
unmaintained.
PR: 191356
Submitted by: dewayne (heuristicsystems.com.au)
Due to lack of inclusion of <sys/endian.h>, the lz4 code incorrectly
assumes a big-endian system. The result issues manifest with errors like,
"error: no such device: <pool id>." and "lz3 decompression failed" at the
grub prompt. Modify existing patch to add <sys/endian.h>.
While here, simplify the port with OPTIONS_SUB framework and fix the
manpage stuff on the options which apparently has been broken since
this unmaintained port was staged.
PR: 192066
Submitted by: Andrey Zholos
Scons issues "m4 -E" commands, but the version of m4 including in CURRENT
doesn't understand -E switch. Use gm4 instead.
PR: 189691
Submitted by: clutton0 (gmail)
Approved by: maintainer (Gavin McDonald)
Tassilo has provided PRs for the staging of the remaining Playstation
toolchain ports, and has indicated he wants to continue as maintainer
of this set of ports.
PR: 192142