pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms Make sure libpisock is linked with -lm -- should...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abefdefcaf7e
branches:  trunk
changeset: 488214:abefdefcaf7e
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Jan 25 18:41:19 2005 +0000

description:
Make sure libpisock is linked with -lm -- should fix compilation of
dependents that previously died because ldexp(), frexp() were unavailable.

diffstat:

 comms/pilot-link-libs/Makefile    |   6 +++---
 comms/pilot-link/distinfo         |   3 ++-
 comms/pilot-link/patches/patch-af |  13 +++++++++++++
 3 files changed, 18 insertions(+), 4 deletions(-)

diffs (56 lines):

diff -r e4000f15410b -r abefdefcaf7e comms/pilot-link-libs/Makefile
--- a/comms/pilot-link-libs/Makefile    Tue Jan 25 18:22:24 2005 +0000
+++ b/comms/pilot-link-libs/Makefile    Tue Jan 25 18:41:19 2005 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2004/10/03 00:13:16 tv Exp $
+# $NetBSD: Makefile,v 1.13 2005/01/25 18:41:20 tv Exp $
 #
 
 .include "../../comms/pilot-link/Makefile.common"
 
 PKGNAME=               pilot-link-libs-${PILOT_LINK_VERS}
-PKGREVISION=           2
+PKGREVISION=           3
 COMMENT=               Libraries for talking to the 3Com Pilot PDA
 
 CONFLICTS+=            pilot-link-0.8.* pilot-link-0.9.[0-3]
@@ -19,7 +19,7 @@
 BUILD_DIRS+=           ${WRKSRC}/libpisock++
 BUILD_DIRS+=           ${WRKSRC}/libpisync
 
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/ncurses/buildlink3.mk"
-.include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e4000f15410b -r abefdefcaf7e comms/pilot-link/distinfo
--- a/comms/pilot-link/distinfo Tue Jan 25 18:22:24 2005 +0000
+++ b/comms/pilot-link/distinfo Tue Jan 25 18:41:19 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2004/11/02 15:56:03 gavan Exp $
+$NetBSD: distinfo,v 1.15 2005/01/25 18:41:19 tv Exp $
 
 SHA1 (pilot-link-0.11.7.tar.bz2) = f1ae56d3aad5d793f58fac4d3a51ca0c0f517262
 Size (pilot-link-0.11.7.tar.bz2) = 669470 bytes
@@ -7,3 +7,4 @@
 SHA1 (patch-ac) = 1a5c5946a23850910849d3f58011b2e9086d7641
 SHA1 (patch-ad) = 91e0a72a0f2d313173024c9edacfa0b92fb33b3d
 SHA1 (patch-ae) = a7e84e6fc2b7414c63e4306da5df3cd840b2a6ca
+SHA1 (patch-af) = 7c3e80f8d8b0c0a77aac5590098c59541685dd17
diff -r e4000f15410b -r abefdefcaf7e comms/pilot-link/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/pilot-link/patches/patch-af Tue Jan 25 18:41:19 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.4 2005/01/25 18:41:19 tv Exp $
+
+--- libpisock/Makefile.in.orig 2005-01-25 13:37:11.000000000 -0500
++++ libpisock/Makefile.in
+@@ -189,7 +189,7 @@ libpisock_la_SOURCES = \
+ 
+ 
+ libpisock_la_LIBADD = \
+-      $(ICONV_LIBS)
++      $(ICONV_LIBS) -lm
+ 
+ 
+ libpisock_la_LDFLAGS = \



Home | Main Index | Thread Index | Old Index