Date: Sat, 23 Aug 2014 13:56:52 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365733 - head/net/istgt/files Message-ID: <201408231356.s7NDuqFG032338@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Aug 23 13:56:52 2014 New Revision: 365733 URL: http://svnweb.freebsd.org/changeset/ports/365733 QAT: https://qat.redports.org/buildarchive/r365733/ Log: net/istgt: Fix configure so rc script installs on DragonFly FTR, this is why I am against compound patches. Modified: head/net/istgt/files/patch-replacecrypto Modified: head/net/istgt/files/patch-replacecrypto ============================================================================== --- head/net/istgt/files/patch-replacecrypto Sat Aug 23 13:52:17 2014 (r365732) +++ head/net/istgt/files/patch-replacecrypto Sat Aug 23 13:56:52 2014 (r365733) @@ -76,9 +76,18 @@ #define ISTGT_MD5DIGEST_LEN MD5_DIGEST_LENGTH ---- configure.orig 2012-08-24 12:19:24.000000000 +0200 -+++ configure 2013-06-26 01:23:49.000000000 +0200 -@@ -3472,13 +3472,13 @@ +--- configure.orig 2012-08-24 10:19:24 UTC ++++ configure +@@ -3403,7 +3403,7 @@ $as_echo "#define _GNU_SOURCE 1" >>confd + rcdir='/etc/rc.d' + + ;; +-*freebsd*) ++*dragonfly*|*freebsd*) + tmp="/usr/ports/emulators/virtualbox-ose/work/*/include" + if test -d "`echo $tmp`"; then + vboxinc=$tmp +@@ -3472,13 +3472,13 @@ _ACEOF fi @@ -96,7 +105,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -3488,32 +3488,32 @@ +@@ -3488,32 +3488,32 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ #ifdef __cplusplus extern "C" #endif @@ -137,3 +146,4 @@ + LIBS="-lmd $LIBS" fi +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408231356.s7NDuqFG032338>