svn commit: r368130 - in head/devel/bennugd-core: . files

Jason E. Hale jhale at freebsd.org
Sun Sep 14 08:20:36 UTC 2014


On Sat, Sep 13, 2014 at 3:20 PM, Tijl Coosemans <tijl at freebsd.org> wrote:
> Author: tijl
> Date: Sat Sep 13 19:20:22 2014
> New Revision: 368130
> URL: http://svnweb.freebsd.org/changeset/ports/368130
> QAT: https://qat.redports.org/buildarchive/r368130/
>
> Log:
>   - Convert to USES=libtool
>   - Remove -lpthread patching
>
> Modified: head/devel/bennugd-core/files/patch-configure
> ==============================================================================
> --- head/devel/bennugd-core/files/patch-configure       Sat Sep 13 19:03:41 2014        (r368129)
> +++ head/devel/bennugd-core/files/patch-configure       Sat Sep 13 19:20:22 2014        (r368130)
> @@ -1,6 +1,6 @@
>  --- configure.orig     2013-01-06 05:50:56.000000000 +0400
>  +++ configure  2013-09-12 05:48:18.186226351 +0400
> -@@ -11277,10 +11277,10 @@
> +@@ -11277,7 +11277,7 @@
>           USE_OPENSSL=no
>             ;;
>
> @@ -8,8 +8,4 @@
>  +    dragonfly* | freebsd*)
>           INCLUDES="-I/usr/local/include"
>           COMMON_CFLAGS="-Wall -DTARGET_BSD -DUSE_OPENSSL"
> --          COMMON_LDFLAGS="-L/usr/local/lib -lpthread"
> -+          COMMON_LDFLAGS="-L/usr/local/lib -pthread"
> -         LIBSSL="crypto"
> -         USE_OPENSSL=yes
> -           ;;
> +           COMMON_LDFLAGS="-L/usr/local/lib -lpthread"
>

Should we no longer be patching for -lpthread?  Does
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-pthread.html
no longer apply?


More information about the svn-ports-head mailing list