Date: Wed, 9 Nov 2016 22:42:55 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425814 - head/security/heimdal/files Message-ID: <201611092242.uA9MgtWq012585@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Wed Nov 9 22:42:54 2016 New Revision: 425814 URL: https://svnweb.freebsd.org/changeset/ports/425814 Log: Do not let the configure script pick up Berkeley DB from ports. Approved by: hrs (maintainer) Modified: head/security/heimdal/files/patch-configure Modified: head/security/heimdal/files/patch-configure ============================================================================== --- head/security/heimdal/files/patch-configure Wed Nov 9 22:31:48 2016 (r425813) +++ head/security/heimdal/files/patch-configure Wed Nov 9 22:42:54 2016 (r425814) @@ -1,6 +1,6 @@ ---- configure.orig 2014-10-20 14:24:44.000000000 +0900 -+++ configure 2014-10-20 14:27:30.000000000 +0900 -@@ -9567,29 +9567,6 @@ +--- configure.orig 2012-12-09 22:09:32 UTC ++++ configure +@@ -9567,29 +9567,6 @@ fi hardcode_shlibpath_var=no ;; @@ -30,7 +30,7 @@ # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' -@@ -10561,10 +10538,6 @@ +@@ -10561,10 +10538,6 @@ dgux*) shlibpath_var=LD_LIBRARY_PATH ;; @@ -41,7 +41,7 @@ freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. -@@ -10572,7 +10545,6 @@ +@@ -10572,7 +10545,6 @@ freebsd* | dragonfly*) objformat=`/usr/bin/objformat` else case $host_os in @@ -49,7 +49,7 @@ *) objformat=elf ;; esac fi -@@ -10590,18 +10562,6 @@ +@@ -10590,18 +10562,6 @@ freebsd* | dragonfly*) esac shlibpath_var=LD_LIBRARY_PATH case $host_os in @@ -68,7 +68,7 @@ *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes -@@ -14227,7 +14187,7 @@ +@@ -14227,7 +14187,7 @@ case "$host" in native_pthread_support="netbsd 3 uses explict pthread" PTHREAD_LIBADD="-lpthread" ;; @@ -77,7 +77,17 @@ native_pthread_support=yes PTHREAD_LIBADD="-pthread" ;; -@@ -28245,7 +28205,7 @@ +@@ -14393,9 +14353,6 @@ done + + else + for ac_header in \ +- db5/db.h \ +- db4/db.h \ +- db3/db.h \ + db.h \ + + do : +@@ -28245,7 +28202,7 @@ fi krb_cv_compile_et="no" krb_cv_com_err_need_r=""
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611092242.uA9MgtWq012585>