Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 2003 14:46:05 -0600
From:      Guy Fraser <guy@incentre.net>
To:        ports@FreeBSD.org
Subject:   how do I modify pkg-plist for opional modules
Message-ID:  <3ED5200D.2010908@incentre.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3ED5200D.2010908>