From owner-svn-ports-all@FreeBSD.ORG Mon Feb 2 09:16:38 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7EEDFD4D; Mon, 2 Feb 2015 09:16:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B55A697; Mon, 2 Feb 2015 09:16:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t129Gckp050709; Mon, 2 Feb 2015 09:16:38 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t129Gc7D050708; Mon, 2 Feb 2015 09:16:38 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201502020916.t129Gc7D050708@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Mon, 2 Feb 2015 09:16:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378298 - head/ftp/proftpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 09:16:38 -0000 Author: mm Date: Mon Feb 2 09:16:37 2015 New Revision: 378298 URL: https://svnweb.freebsd.org/changeset/ports/378298 QAT: https://qat.redports.org/buildarchive/r378298/ Log: Always compile with -pthread Modified: head/ftp/proftpd/Makefile Modified: head/ftp/proftpd/Makefile ============================================================================== --- head/ftp/proftpd/Makefile Mon Feb 2 06:27:11 2015 (r378297) +++ head/ftp/proftpd/Makefile Mon Feb 2 09:16:37 2015 (r378298) @@ -101,9 +101,7 @@ PLIST_SUB+= LOCALSTATEDIR="${LOCALSTATED .if !defined(_BUILDING_PROFTPD_MODULE) CPPFLAGS+= -DHAVE_OPENSSL -I${OPENSSLINC} LIBS+= -lssl -lcrypto -L${OPENSSLLIB} -. if !defined(WITH_OPENSSL_PORT) LDFLAGS+= -pthread -. endif .endif .if !defined(_BUILDING_PROFTPD_MODULE)