Date: Mon, 17 Oct 2016 15:23:12 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> 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 Message-ID: <201610171523.u9HFNCFA096195@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610171523.u9HFNCFA096195>