mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
This release fixes an issue that the previous gnupg release (2.1.15) was incompatible with libgpg-error 1.25 that caused gpg-agent failing to start. PR: 214568 Submitted by: cmt Tested by: cmt Reported by: many
11 lines
411 B
Text
11 lines
411 B
Text
--- doc/Makefile.in.orig 2016-11-18 15:53:57 UTC
|
|
+++ doc/Makefile.in
|
|
@@ -522,7 +522,7 @@ CLEANFILES = yat2m mkdefsinc defs.inc
|
|
DISTCLEANFILES = gnupg.tmp gnupg.ops yat2m-stamp.tmp yat2m-stamp \
|
|
gnupg-card-architecture.eps \
|
|
gnupg-module-overview.eps \
|
|
- $(myman_pages) gpg-zip.1 gnupg.7
|
|
+ $(myman_pages) gnupg.7
|
|
|
|
all: $(BUILT_SOURCES)
|
|
$(MAKE) $(AM_MAKEFLAGS) all-am
|