Permalink
Please sign in to comment.
Browse files
Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where
it will live with other "check" targets run after package installation. Get rid of SHLIB_HANDLING, whose meaning had mutated over the years from one thing to another. Currently, it is used to basically note whether the system's "ldd" command can be usefully run on the package's binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED for more clarity. CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf to note whether the check for missing run-time search paths is performed after a package is installed. It defaults to "no" unless PKG_DEVELOPER is set.
- Loading branch information...
Showing
with
163 additions
and 184 deletions.
- +1 −2 archivers/rar-bin/Makefile
- +1 −2 archivers/stuffit/Makefile
- +1 −2 archivers/unace-bin/Makefile
- +1 −2 cad/eagle/Makefile
- +1 −2 chat/aim/Makefile
- +1 −3 chat/ymessenger/Makefile
- +2 −2 cross/i386-linux/Makefile
- +3 −3 devel/eclipse/Makefile
- +2 −3 devel/pvs/Makefile
- +2 −2 emulators/compat12/Makefile
- +2 −2 emulators/compat13/Makefile
- +2 −2 emulators/compat14-crypto/Makefile
- +2 −2 emulators/compat14/Makefile
- +2 −2 emulators/compat16/Makefile
- +2 −3 emulators/linuxppc_lib/Makefile
- +1 −2 emulators/m1/Makefile
- +2 −2 emulators/netbsd32_compat14/Makefile
- +2 −2 emulators/netbsd32_compat15/Makefile
- +2 −2 emulators/netbsd32_compat16/Makefile
- +2 −3 emulators/osf1_lib/Makefile
- +1 −2 emulators/ski/Makefile
- +7 −1 emulators/suse_linux/Makefile.application
- +1 −2 emulators/vmware/Makefile
- +1 −2 emulators/vmware3/Makefile
- +1 −3 emulators/xyame/Makefile
- +1 −2 games/adom/Makefile
- +1 −2 games/quake3arena/Makefile
- +1 −2 games/rollemup/Makefile
- +1 −2 games/rtcw/Makefile
- +2 −2 graphics/ns-cult3d/Makefile
- +1 −2 lang/Cg-compiler/Makefile
- +3 −3 lang/blackdown-jre13/Makefile.common
- +2 −3 lang/jdk/Makefile
- +2 −6 lang/mit-scheme-bin/Makefile
- +2 −4 misc/latin-words-bin/Makefile
- +2 −2 misc/openoffice-bin/Makefile
- +2 −2 misc/openoffice2-bin/Makefile
- +57 −2 mk/bsd.pkg.check.mk
- +3 −46 mk/bsd.pkg.mk
- +1 −2 multimedia/divxplayer/Makefile
- +1 −2 multimedia/ns-flash/Makefile
- +1 −2 net/edonkey2k/Makefile
- +1 −2 net/overnet/Makefile
- +1 −2 net/skype/Makefile
- +3 −2 pkgtools/x11-links/openwin.mk
- +3 −4 print/acroread/Makefile
- +4 −4 print/acroread3/Makefile
- +8 −9 print/acroread5/Makefile
- +9 −10 print/acroread7/Makefile
- +1 −2 security/uvscan/Makefile
- +1 −2 sysutils/storage-manager/Makefile
- +1 −2 www/asWedit/Makefile
- +2 −2 www/firefox-bin-flash/Makefile.common
- +1 −2 www/ns-plugger-common/Makefile

Oops, something went wrong.
0 comments on commit
5bc2a0a