On 3/3/11, Vasil Dimov <v...@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 > _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"