- Partially address bin/71801
- terminfo and termcap are both enabled by default
- Additional terminfo should be installed as share/misc/*.terminfo
When installing/upgrading ncurses port, these *.terminfo will
be taken care automatically. [2]
- Remove safe-sprintf, we have vsprintf(3) and vsnprintf(3)
- Fix problem on amd64 with ncursesw
- Remove our own rpath stuffs, use --enable-rpath instead.
- I think we can safely package it now. So, remove MANUAL_PACKAGE_BUILD.
Let me know if this causes problem.
- Profiling and debug libraries can be built conditionally
- By default, profiling libraries is built
Thanks to: thierry and Thomas Dickey [1]
Submitted by: thierry [2]
FreeBSD > 5.3
- Bump PORTREVISION
- Pass maintainership to submitter since he did all this job
PR: ports/97462
Submitted by: Rong-En Fan <rafan at infor.org>
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]
Submitter's `patch-ac' couldn't be applied, so, I have move it to FILEDIR
and make invoke the patch command at the post-configure stage.
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
---
adagcc -c -I. -I../ada_include -I./../ada_include -I. sample.adb
terminal_interface-curses-aux.ads:47:37: operator for type "Interfaces.C.int" is not directly visible
terminal_interface-curses-aux.ads:47:37: use clause would make operation legal
terminal_interface-curses-aux.ads:52:37: operator for type "Interfaces.C.int" is not directly visible
terminal_interface-curses-aux.ads:52:37: use clause would make operation legal
<etc.>