From owner-svn-ports-all@freebsd.org Mon Oct 17 15:23:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F024C151A1; Mon, 17 Oct 2016 15:23:14 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 B320EEAC; Mon, 17 Oct 2016 15:23:13 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HFNCOD096198; Mon, 17 Oct 2016 15:23:12 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HFNCFA096195; Mon, 17 Oct 2016 15:23:12 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610171523.u9HFNCFA096195@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 17 Oct 2016 15:23:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424124 - in head/mail/claws-mail: . files 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.23 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, 17 Oct 2016 15:23:14 -0000 Author: pawel Date: Mon Oct 17 15:23:12 2016 New Revision: 424124 URL: https://svnweb.freebsd.org/changeset/ports/424124 Log: Rework last build fix to work on DragonFlyBSD also PR: 211626 Tested by: marino Modified: head/mail/claws-mail/Makefile.claws head/mail/claws-mail/files/patch-configure Modified: head/mail/claws-mail/Makefile.claws ============================================================================== --- head/mail/claws-mail/Makefile.claws Mon Oct 17 15:15:07 2016 (r424123) +++ head/mail/claws-mail/Makefile.claws Mon Oct 17 15:23:12 2016 (r424124) @@ -12,7 +12,6 @@ USES+= gmake iconv libtool pkgconfig ta GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} --disable-dbus --disable-static -CONFIGURE_ENV= ac_cv_search_encrypt=yes CLAWS_PLUGINS= acpi_notifier \ address_keeper \ Modified: head/mail/claws-mail/files/patch-configure ============================================================================== --- head/mail/claws-mail/files/patch-configure Mon Oct 17 15:15:07 2016 (r424123) +++ head/mail/claws-mail/files/patch-configure Mon Oct 17 15:23:12 2016 (r424124) @@ -1,6 +1,15 @@ --- configure.orig 2016-08-07 08:08:37 UTC +++ configure -@@ -21130,7 +21130,7 @@ $as_echo "#define HAVE_LIBSOUP_GNOME 1" +@@ -18667,6 +18667,8 @@ else + fi + + ;; ++ *freebsd*) ++ ;; # not used + *) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing encrypt" >&5 + $as_echo_n "checking for library containing encrypt... " >&6; } +@@ -21130,7 +21132,7 @@ $as_echo "#define HAVE_LIBSOUP_GNOME 1" fi @@ -9,7 +18,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archive_read_new in -larchive" >&5 $as_echo_n "checking for archive_read_new in -larchive... " >&6; } if ${ac_cv_lib_archive_archive_read_new+:} false; then : -@@ -21175,6 +21175,7 @@ else +@@ -21175,6 +21177,7 @@ else HAVE_ARCHIVE=no fi