ports/99466: GPA fails to sign newly imported GPG key ("GPGME library returned an unexpected error")
User1001
supraexpress at globaleyes.net
Sun Jul 23 01:10:17 UTC 2006
The following reply was made to PR ports/99466; it has been noted by GNATS.
From: User1001 <supraexpress at globaleyes.net>
To: bug-followup at FreeBSD.org, supraexpress at globaleyes.net
Cc:
Subject: Re: ports/99466: GPA fails to sign newly imported GPG key ("GPGME
library returned an unexpected error")
Date: Sat, 22 Jul 2006 20:03:35 -0500
This is a multi-part message in MIME format.
--------------050100040203010903010405
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Attached are three DIFF files for modifications that I found were
necessary for me to successfully compile and install "gpgme-1.1.2".
--------------050100040203010903010405
Content-Type: text/plain;
name="Makefile.diffs"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="Makefile.diffs"
*** assuan/Makefile.orig Mon Jul 3 20:32:19 2006
--- assuan/Makefile Mon Jul 3 21:05:26 2006
***************
*** 74,80 ****
assuan-listen.lo assuan-connect.lo assuan-client.lo \
assuan-pipe-server.lo assuan-socket-server.lo \
assuan-pipe-connect.lo assuan-socket-connect.lo \
! assuan-socket.lo funopen.lo assuan-io.lo \
assuan-domain-connect.lo assuan-domain-server.lo \
assuan-logging.lo
libassuan_la_OBJECTS = $(am_libassuan_la_OBJECTS)
--- 74,80 ----
assuan-listen.lo assuan-connect.lo assuan-client.lo \
assuan-pipe-server.lo assuan-socket-server.lo \
assuan-pipe-connect.lo assuan-socket-connect.lo \
! assuan-socket.lo assuan-io.lo \
assuan-domain-connect.lo assuan-domain-server.lo \
assuan-logging.lo
libassuan_la_OBJECTS = $(am_libassuan_la_OBJECTS)
--------------050100040203010903010405
Content-Type: text/plain;
name="assuan.h.diffs"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="assuan.h.diffs"
*** assuan/assuan.h.orig Sat Oct 1 15:14:48 2005
--- assuan/assuan.h Mon Jul 3 20:33:31 2006
***************
*** 23,28 ****
--- 23,29 ----
#include <stdio.h>
#include <sys/types.h>
+ #include <sys/socket.h>
#include <unistd.h>
--------------050100040203010903010405
Content-Type: text/plain;
name="mkerrors.diffs"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="mkerrors.diffs"
*** assuan/mkerrors.orig Thu Sep 8 09:42:30 2005
--- assuan/mkerrors Mon Jul 3 20:39:46 2006
***************
*** 83,86 ****
return s;
}
! EOF
\ No newline at end of file
--- 83,87 ----
return s;
}
! EOF
!
--------------050100040203010903010405--
More information about the freebsd-ports-bugs
mailing list