cvs commit: ports/textproc/libextractor Makefile pkg-plist

b. f. bf1783 at googlemail.com
Thu Mar 3 12:41:44 UTC 2011


On 3/3/11, Vasil Dimov <vd at freebsd.org> wrote:
> vd          2011-03-03 11:54:49 UTC
>
>   FreeBSD ports repository
>
>   Modified files:
>     textproc/libextractor Makefile pkg-plist
>   Log:
>   Fix textproc/libextractor pkg-plist
>
>   Also add OPTIONS whether to install additional dependency libraries in
>   case they are not installed. If they are found during configure time, then
>   libextractor will pick them and will install additional files, thus we
>   need to conditionally enable some entries in pkg-plist.

These kinds of auto-dependencies are really unpleasant.  You can end
up with unwanted dependencies, or enable functionality that you don't
want.  The configure script may not have the desired knobs to easily
enable or disable stuff, but there is nothing to prevent you from
modifying it, conditionally if necessary.  Please consider doing so,
and asking the upstream developers to change the script.

Thanks,
              b.


>
>   PR:             ports/155179 (fixes this PR but with a different patch)
>
>   Revision  Changes    Path
>   1.42      +85 -12    ports/textproc/libextractor/Makefile
>   1.16      +19 -12    ports/textproc/libextractor/pkg-plist
>


More information about the cvs-all mailing list