how do I modify pkg-plist for opional modules

Guy Fraser guy at incentre.net
Wed May 28 13:46:29 PDT 2003


Hi

The FreeRadius port is marked as broken due to a  "bad" pkg-plist.

If MySQL and X99-Token software are both installed the list is
correct. The Makefile installs modules if the required software is
installed before "make".

The pkg-plist can never be correct unless all files for all optional
modules are included but not required to be available for install or
removal. Alternatively a wild card could be used since the optional
modules are all in the "lib" subdirectory and start with "rlm_", so
"lib/rlm_*" could match.

Let me know how to do this and I will try to fix the problem.

Guy




More information about the freebsd-ports mailing list