pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/libesmtp build fixes on irix 5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7e5253a871c
branches:  trunk
changeset: 485663:b7e5253a871c
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Dec 18 16:02:28 2004 +0000

description:
build fixes on irix 5:
- pass option to configure to emulate getaddrinfo()
- include sys/types.h

fixes PR pkg/28439 from Georg Schwarz.

diffstat:

 mail/libesmtp/Makefile |  8 +++++++-
 mail/libesmtp/distinfo |  3 ++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r 71796a6c8a7e -r b7e5253a871c mail/libesmtp/Makefile
--- a/mail/libesmtp/Makefile    Sat Dec 18 16:01:07 2004 +0000
+++ b/mail/libesmtp/Makefile    Sat Dec 18 16:02:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/12/11 00:13:54 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2004/12/18 16:02:28 grant Exp $
 
 DISTNAME=      libesmtp-1.0.3r1
 PKGNAME=       ${DISTNAME:S/r1//}
@@ -22,6 +22,12 @@
 CONFIGURE_ARGS+=       --enable-all
 CONFIGURE_ARGS+=       --disable-isoc
 
+.include "../../mk/bsd.prefs.mk"
+
+.if !empty(LOWER_OPSYS:Mirix5*)
+CONFIGURE_ARGS+=       --enable-emulate-getaddrinfo
+.endif
+
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 71796a6c8a7e -r b7e5253a871c mail/libesmtp/distinfo
--- a/mail/libesmtp/distinfo    Sat Dec 18 16:01:07 2004 +0000
+++ b/mail/libesmtp/distinfo    Sat Dec 18 16:02:28 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2004/12/14 19:24:29 jlam Exp $
+$NetBSD: distinfo,v 1.8 2004/12/18 16:02:28 grant Exp $
 
 SHA1 (libesmtp-1.0.3r1.tar.bz2) = 05a11a95f6083c25d99a850dbc0d93c8301b77fd
 Size (libesmtp-1.0.3r1.tar.bz2) = 269527 bytes
 SHA1 (patch-ab) = cc027b93ae55b84c1b569ddcdd2644d4f63a33a5
+SHA1 (patch-ae) = b4ef8a1c015483824d1897c5ef72b8ed2a158860



Home | Main Index | Thread Index | Old Index