diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2017-04-05 20:13:00 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2017-04-05 20:13:00 +0000 |
commit | f9d0b63e5bb79260904ec1be6d441550c9f8acfc (patch) | |
tree | 3a199f208c0a5569da352e1b0ef7c0c9dd165c78 /security/gpgme/files/patch-configure | |
parent | New port, devel/rubygem-appraisal: Integrates with bundler and rake to test (diff) |
Update security/gpgme and friends to 1.9.0 [1]
Fix LICENSE
Add regression test support for master port. Slave port tests are not working
properly and need further investigation.
PR: 218316 (based on) [1]
Submitted by: gahr [1]
Changes: https://lists.gnupg.org/pipermail/gnupg-users/2017-March/057963.html
Notes
Notes:
svn path=/head/; revision=437834
Diffstat (limited to 'security/gpgme/files/patch-configure')
-rw-r--r-- | security/gpgme/files/patch-configure | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/security/gpgme/files/patch-configure b/security/gpgme/files/patch-configure deleted file mode 100644 index 586a9df61194..000000000000 --- a/security/gpgme/files/patch-configure +++ /dev/null @@ -1,32 +0,0 @@ -Fix configure for users that have 'WITHOUT_GNU_GREP_COMPAT=yes' set -m4/qt.m4 fixed upstream in git 211844f. - ---- configure.orig 2016-12-20 07:27:31 UTC -+++ configure -@@ -18746,7 +18746,7 @@ fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking moc version" >&5 - $as_echo_n "checking moc version... " >&6; } - mocversion=`$MOC -v 2>&1` -- mocversiongrep=`echo $mocversion | grep "Qt 5\|moc 5"` -+ mocversiongrep=`echo $mocversion | grep -E "Qt 5|moc 5"` - if test x"$mocversiongrep" != x"$mocversion"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 - $as_echo "no" >&6; } -@@ -18844,7 +18844,7 @@ else - fi - - mocversion=`$MOC2 -v 2>&1` -- mocversiongrep=`echo $mocversion | grep "Qt 5\|moc-qt5 5\|moc 5"` -+ mocversiongrep=`echo $mocversion | grep -E "Qt 5|moc-qt5 5|moc 5"` - if test x"$mocversiongrep" != x"$mocversion"; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}qtchooser", so it can be a program name with args. -@@ -18940,7 +18940,7 @@ fi - - qt5tooldir=`QT_SELECT=qt5 qtchooser -print-env | grep QTTOOLDIR | cut -d '=' -f 2 | cut -d \" -f 2` - mocversion=`$qt5tooldir/moc -v 2>&1` -- mocversiongrep=`echo $mocversion | grep "Qt 5\|moc 5"` -+ mocversiongrep=`echo $mocversion | grep -E "Qt 5|moc 5"` - if test x"$mocversiongrep" != x"$mocversion"; then - # no valid moc found - have_qt5_libs="no"; |