Dear all,
I have a question regarding (binary) software packages installed via pkg_add on FreeBSD 9.1. How can you, for a given package (lets say apache22) determine what compile options were used? If I understand the FreeBSD package concept correctly regarding FreeBSD 9.1, FreeBSD does not make a distinction whether a package is installed as a binary via pgk_add or compiled via ports.
To determine what compile options where used for a package installed via ports, you might
I ask this question here since while searching for an answer (and using apache22) for this, I noticed a difference between the Apache installed on my vanilla FreeBSD 9.1 box and what I found when doing a
This brings me to my second question: how you can determine for a given FreeBSD 9.1 system whether a package was installed via pkg_add or ports?
Thank you for helping me out!
Met vriendelijke groeten / Kind Regards,
Johan Havermans
				
			I have a question regarding (binary) software packages installed via pkg_add on FreeBSD 9.1. How can you, for a given package (lets say apache22) determine what compile options were used? If I understand the FreeBSD package concept correctly regarding FreeBSD 9.1, FreeBSD does not make a distinction whether a package is installed as a binary via pgk_add or compiled via ports.
To determine what compile options where used for a package installed via ports, you might
 cd into the proper ports directory of that application and do a  make showconfig. But how can you see the compile options for a binary package that is installed via pkg_add?I ask this question here since while searching for an answer (and using apache22) for this, I noticed a difference between the Apache installed on my vanilla FreeBSD 9.1 box and what I found when doing a
 make showconfig in the directory /usr/ports/www/apache22.This brings me to my second question: how you can determine for a given FreeBSD 9.1 system whether a package was installed via pkg_add or ports?
Thank you for helping me out!
Met vriendelijke groeten / Kind Regards,
Johan Havermans