Testing the port
3.4 Testing the port
You should make sure that the port rules do exactly what you want them to do, including packaging up the port. These are the important points you need to verify.
-
pkg-plist does not contain anything not installed by your port
-
pkg-plist contains everything that is installed by your port
-
Your port can be installed multiple times using the reinstall target
-
Your port cleans up after itself upon deinstall
Recommended test ordering
-
make install
-
make package
-
make deinstall
-
pkg_add package-name
-
make deinstall
-
make reinstall
-
make package
Make sure that there are not any warnings issued in any of the package and deinstall stages. After step 3, check to see if all the new directories are correctly deleted. Also, try using the software after step 4, to ensure that it works correctly when installed from a package.
The most thorough way to automate these steps is via installing the ports tinderbox. This maintains jails in which you can test all of the above steps without changing the state of your running system. Please see ports/ports-mgmt/tinderbox for more information.
For questions about this documentation, e-mail <doc@FreeBSD.org>.
