pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/libetpan Fix a bug in the configure script that w...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dcee7e809e08
branches: trunk
changeset: 549979:dcee7e809e08
user: cube <cube%pkgsrc.org@localhost>
date: Tue Nov 11 23:12:32 2008 +0000
description:
Fix a bug in the configure script that would do bad things on the value of
LDFLAGS. Bump PKGREVISION.
Reported by Mr. Siemiradzki (yes, I'm avoiding writing your first name
because I don't know what the first character is) on current-users.
diffstat:
mail/libetpan/Makefile | 3 ++-
mail/libetpan/distinfo | 4 +++-
mail/libetpan/patches/patch-ab | 13 +++++++++++++
mail/libetpan/patches/patch-ac | 13 +++++++++++++
4 files changed, 31 insertions(+), 2 deletions(-)
diffs (60 lines):
diff -r d5ef09494ae2 -r dcee7e809e08 mail/libetpan/Makefile
--- a/mail/libetpan/Makefile Tue Nov 11 22:02:42 2008 +0000
+++ b/mail/libetpan/Makefile Tue Nov 11 23:12:32 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2008/10/11 19:27:19 smb Exp $
+# $NetBSD: Makefile,v 1.25 2008/11/11 23:12:32 cube Exp $
#
DISTNAME= libetpan-0.57
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libetpan/}
diff -r d5ef09494ae2 -r dcee7e809e08 mail/libetpan/distinfo
--- a/mail/libetpan/distinfo Tue Nov 11 22:02:42 2008 +0000
+++ b/mail/libetpan/distinfo Tue Nov 11 23:12:32 2008 +0000
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.11 2008/10/11 19:27:19 smb Exp $
+$NetBSD: distinfo,v 1.12 2008/11/11 23:12:32 cube Exp $
SHA1 (libetpan-0.57.tar.gz) = 7c4dfb78614c51e2ff4c9d7082b492f1c697f021
RMD160 (libetpan-0.57.tar.gz) = 87fbe083db76e2e04acbe2b5a82b886a5ba9d00c
Size (libetpan-0.57.tar.gz) = 1676498 bytes
SHA1 (patch-aa) = e783adf544c9a63df584815ee4b033249cecf0ff
+SHA1 (patch-ab) = 32078db33d7aea5a4303e1128c1f4b5b48826c8f
+SHA1 (patch-ac) = 4eb95c9764fc7733c2515b3e2b607ff45d0b9ee0
diff -r d5ef09494ae2 -r dcee7e809e08 mail/libetpan/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/libetpan/patches/patch-ab Tue Nov 11 23:12:32 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.5 2008/11/11 23:12:32 cube Exp $
+
+--- configure.ac.orig 2008-10-08 19:54:20.000000000 +0000
++++ configure.ac
+@@ -456,7 +456,7 @@ if test "x$enable_threads" = "xyes"; the
+ LDFLAGS="-$flag $LDFLAGS"
+ AC_TRY_LINK([], [pthread_create();],
+ [pthflag=yes; checkpthread=no],
+- [pthflag=no; LDFLAGS="$OLDCFLAGS"])
++ [pthflag=no; LDFLAGS="$OLDFLAGS"])
+ AC_MSG_RESULT($pthflag)
+ fi
+ done
diff -r d5ef09494ae2 -r dcee7e809e08 mail/libetpan/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/libetpan/patches/patch-ac Tue Nov 11 23:12:32 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2008/11/11 23:12:32 cube Exp $
+
+--- configure.orig 2008-10-08 19:55:48.000000000 +0000
++++ configure
+@@ -23452,7 +23452,7 @@ else
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+- pthflag=no; LDFLAGS="$OLDCFLAGS"
++ pthflag=no; LDFLAGS="$OLDFLAGS"
+ fi
+
+ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
Home |
Main Index |
Thread Index |
Old Index