freebsd-ports/Mk/Scripts
Dmitry Marakasov 0521b2fe8e Add a way to cleanly handle terminfo.db file used by devel/ncurses
This database contains compiled terminfo entries and is merged from
a large part which comes with ncurses themselves and compiled
.terminfo files installed by other ports (currently only rxvt-unicode
and jfbterm)

- Now the database is always kept up to date, regardless of port
  installation order (both ncurses installed before .terminfo files
  and the other way around work as expected)
- All affected ports now support clean deinstallation and do not
  produce stage-qa errors
- Affected ports are simplified, as they now only need to define
  USES=terminfo
- rxvt-unicode no longer pulls in ncurses: the dependency is not
  really needed for anything beside updating it's own database
- The patch contains Q/A test to check whether a port needs, or
  needs not USES=terminfo

Approved by:	portmgr (mat, bapt)
Differential Revision:	D3747
2015-10-08 14:12:53 +00:00
..
actual-package-depends.sh - Remove dead function from find-lib.sh 2015-04-10 08:45:09 +00:00
all-depends-list.sh Fix missing variable that got accidentally removed before commit 2015-07-01 21:08:42 +00:00
check-stagedir.sh Factorize the function to validate env 2015-07-01 20:08:26 +00:00
check_leftovers.sh Fix a false positive home directory leftover for ports with multiple USERS 2014-12-01 17:57:19 +00:00
clean-depends-list.sh checks $WRKSRC for all direct dependencies in the limited-clean-depends: 2015-07-30 07:43:49 +00:00
depends-list.sh Implemented complete support for test target. 2015-09-28 17:20:42 +00:00
dialog4ports.sh
do-depends.sh Fix error message when not finding a package 2015-09-02 21:23:47 +00:00
find-lib.sh - Provide a check/warning/fix for users that upgraded from an older release and missed UPDATING 20150213 2015-07-07 06:03:35 +00:00
functions.sh Extend @sample to accept arguments 2015-09-26 12:13:23 +00:00
plist_sub_sed_sort.sh
qa.sh Add a way to cleanly handle terminfo.db file used by devel/ncurses 2015-10-08 14:12:53 +00:00
security-check.awk