From owner-svn-ports-head@FreeBSD.ORG Wed Feb 5 20:31:13 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 647EC18A; Wed, 5 Feb 2014 20:31:13 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4E80A1661; Wed, 5 Feb 2014 20:31:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s15KVDRW030411; Wed, 5 Feb 2014 20:31:13 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s15KVDNX030410; Wed, 5 Feb 2014 20:31:13 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201402052031.s15KVDNX030410@svn.freebsd.org> From: John Marino Date: Wed, 5 Feb 2014 20:31:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342843 - head/mail/wmmaiload X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2014 20:31:13 -0000 Author: marino Date: Wed Feb 5 20:31:12 2014 New Revision: 342843 URL: http://svnweb.freebsd.org/changeset/ports/342843 QAT: https://qat.redports.org/buildarchive/r342843/ Log: mail/wmmaiload: Explicitly link libcrypto (taken from dports) Modified: head/mail/wmmaiload/Makefile Modified: head/mail/wmmaiload/Makefile ============================================================================== --- head/mail/wmmaiload/Makefile Wed Feb 5 20:27:57 2014 (r342842) +++ head/mail/wmmaiload/Makefile Wed Feb 5 20:31:12 2014 (r342843) @@ -22,7 +22,7 @@ MAKE_ENV= DEBUG_CFLAGS="-I${OPENSSLINC}" CFLAGS+= -D_GNU_SOURCE CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lcrypto PLIST_FILES= bin/wmmaiload bin/wmmaiload-config \ man/man1/wmmaiload.1.gz man/man1/wmmaiload-config.1.gz