pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/stunnel



Module Name:    pkgsrc
Committed By:   obache
Date:           Wed Oct  1 14:34:32 UTC 2008

Modified Files:
        pkgsrc/security/stunnel: Makefile options.mk

Log Message:
* Move inclusion of phthread.buildlink3.mk to rightful place in options.mk and
  only suggest pthread option when native pthread exists.
  We cannot use pthread.buildlink3.mk to just detect if suituable pthread
  implementation exist or not.
  Avoid unwanted dependency on pthread package when no native pthread and
  pthread option off.

* Move inclusion of seculity/tcp_wappers/buildlink3.mk to rightful place in
  options.mk.
  Avoid unwanted dependency on tcp_wrappers when libwrap option off.

* Remove deprecated(?) --with-tcp-wrappers from CONFIGURE_ARGS.

* Remove --enable-libwrap from CONFIGURE_ARGS even if require tcp_wrappers.
  It affect not only check of existence of tcp_wappers but also blow off
  needful addition of -lwrap to LIBS.
  Fixes PR 39635


To generate a diff of this commit:
cvs rdiff -r1.63 -r1.64 pkgsrc/security/stunnel/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/security/stunnel/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index