summaryrefslogtreecommitdiff
path: root/security/libgcrypt/files
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-04-01 13:12:28 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-04-01 13:12:28 +0000
commit7553bc456a58ef262089853b6c682c0ae7c23c83 (patch)
tree7b0baeeeb65f769a023e48183881851ee0c90ebc /security/libgcrypt/files
parentAdd non-https mirror (diff)
- USES=libtool tar:bzip2.
- Enable asm on FreeBSD/i386 >= 10.0. - Enable asm on FreeBSD/amd64. [1] - Use MAKE_CMD instead of MAKE to run regression tests. PR: ports/187441 Submitted by: Stoyan Dimov <pr.freebsd.org@registrations.systeem.com> [1] Approved by: maintainer timeout (2 weeks)
Notes
Notes: svn path=/head/; revision=349852
Diffstat (limited to 'security/libgcrypt/files')
-rw-r--r--security/libgcrypt/files/patch-ltmain.sh32
-rw-r--r--security/libgcrypt/files/patch-mpi-config.links32
2 files changed, 32 insertions, 32 deletions
diff --git a/security/libgcrypt/files/patch-ltmain.sh b/security/libgcrypt/files/patch-ltmain.sh
deleted file mode 100644
index e6f8a974395a..000000000000
--- a/security/libgcrypt/files/patch-ltmain.sh
+++ /dev/null
@@ -1,32 +0,0 @@
---- ltmain.sh Wed Jul 17 15:42:41 2002
-+++ ltmain.sh Wed Jul 17 15:47:36 2002
-@@ -2077,10 +2077,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- func_basename "$file"
- name="$func_basename_result"
- instname="$dir/$name"i
- func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
-@@ -4560,8 +4562,16 @@
- continue
- ;;
-
-+ -pthread)
-+ compile_command="$compile_command %%PTHREAD_LIBS%%"
-+ finalize_command="$finalize_command %%PTHREAD_LIBS%%"
-+ compiler_flags="$compiler_flags %%PTHREAD_LIBS%%"
-+ continue;
-+ ;;
-+
- -module)
- module=yes
-+ build_old_libs=yes
- continue
- ;;
-
diff --git a/security/libgcrypt/files/patch-mpi-config.links b/security/libgcrypt/files/patch-mpi-config.links
new file mode 100644
index 000000000000..3a75a6053dec
--- /dev/null
+++ b/security/libgcrypt/files/patch-mpi-config.links
@@ -0,0 +1,32 @@
+--- mpi/config.links.orig 2013-07-25 11:10:04.000000000 +0200
++++ mpi/config.links 2014-03-16 17:53:55.000000000 +0100
+@@ -46,9 +46,7 @@
+ path=""
+ ;;
+ i[3467]86*-*-openbsd* | \
+- i[3467]86*-*-freebsd*-elf | \
+- i[3467]86*-*-freebsd[3-9]* | \
+- i[3467]86*-*-freebsdelf* | \
++ i[3467]86*-*-freebsd* | \
+ i[3467]86*-*-netbsd* | \
+ i[3467]86*-*-k*bsd*)
+ echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h
+@@ -56,9 +54,7 @@
+ path="i386"
+ ;;
+ i586*-*-openbsd* | \
+- i586*-*-freebsd*-elf | \
+- i586*-*-freebsd[3-9]* | \
+- i586*-*-freebsdelf* | \
++ i586*-*-freebsd* | \
+ i586*-*-netbsd* | \
+ i586*-*-k*bsd* | \
+ pentium-*-netbsd* | \
+@@ -112,6 +108,7 @@
+ cat $srcdir/mpi/i386/syntax.h >>./mpi/asm-syntax.h
+ path="i586 i386"
+ ;;
++ amd64-*-* | \
+ x86_64-*-*)
+ echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h
+ cat $srcdir/mpi/i386/syntax.h >>./mpi/asm-syntax.h