Commit Graph

5 Commits

Author SHA1 Message Date
naddy c0f5554a06 remove useless CONFIGURE_STYLE=none
If a port should not attempt to run a configure script, simply don't
set CONFIGURE_STYLE at all.

The perl and pyton modules use CONFIGURE_STYLE=none for their own
purposes.  Also, some ports use it to disable a default provided
by Makefile.inc.  Apart from that, CONFIGURE_STYLE=none has no meaning.

ok semarie@ ajacoutot@ kn@ sthen@
2022-11-13 22:24:51 +00:00
semarie bddd2b609d remove RCSTag from (others) ports I maintain 2022-03-10 16:24:38 +00:00
sthen 77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
sthen 6754a1ec89 switch from github-auto-generated to uploaded tarballs, from semarie. 2018-02-27 14:05:06 +00:00
landry 49a0723ca9 Import checkrestart 1.0, from upstream/maintainer Sebastien Marie
checkrestart is a program designed to help to find processes that need
restarting after upgrade.

checkrestart walks thought entire file table of the system, searching for
processes using node detached from filesystem.

The typical use case is:
 - starts a long lived program.
 - later, upgrades your packages via pkg_add -u.
 - if the program is updated on disk, the running program is still the
   previous one (without security fixes for example).
 - checkrestart will tell you which processes belong to this category.

Note that this requires libkvm>=16.2

ok sthen@
2016-10-06 16:32:30 +00:00