PR.
Thanks for contributing.
Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.
While I'm here:
- fix a little nit in the csound port (I think the intention was to
create no backup file instead of creating one with a "-e" extension)
- set ARCH to i386 in the amd64 case for the acroread7 port. This
is a work-around to be able to install everything when a dependency
is not already installed (ARCH is read-only in sub-makes, so the
dependencies can't change it). This should be removed when the
dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]
Not objected to by: portmgr (explicit: krion; silence: rest)
Maintainer timeout: ~4 months
Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1]
PR: 87985 [1]
brandelf was invalid ("files list file for package `libc6' contains an empty
filename"), causing an installation error. Avoid the error by instead unpacking
libc6 into the installation directory, then running brandelf, then configuring
libc6.
Note restriction due to GNU GPL.
Take maintainership.
I think it's a bug that linux_base thinks it conflicts with itself.
--petef
The problem occurs if you do
make install; make install FORCE_PKG_REGISTER=yes
which is somewhat supported, although [seldom] (never?) used.
--eik
Also record conflicts with cle_base.
in PATH. [1]
o Add a build-depends dependency to a weird place to make BUILD_DEPENDS
really work. [2]
Spotted by: bento via kris [1],
Vaidas Damo??evi??ius <vaidas.damosevicius@if.lt> [2]