pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc remove a Solaris hack that is no longer needed, as the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c112e2b2dd75
branches:  trunk
changeset: 466124:c112e2b2dd75
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Jan 12 00:00:03 2004 +0000

description:
remove a Solaris hack that is no longer needed, as the buildlink2
fake-la bug has been fixed.

diffstat:

 doc/HACKS          |  13 +------------
 net/ORBit/Makefile |   8 +-------
 2 files changed, 2 insertions(+), 19 deletions(-)

diffs (49 lines):

diff -r af04d85daeb6 -r c112e2b2dd75 doc/HACKS
--- a/doc/HACKS Sun Jan 11 23:07:58 2004 +0000
+++ b/doc/HACKS Mon Jan 12 00:00:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.20 2003/10/27 13:25:50 salo Exp $
+# $NetBSD: HACKS,v 1.21 2004/01/12 00:00:03 grant Exp $
 #
 # This file is intended to document workarounds for currently unsolved
 # (mostly) compiler bugs.
@@ -377,17 +377,6 @@
 descr  Internal compiler error for fortran.c when -O2. Use -O1 instead.
 kcah
 
-hack   net/ORBit Solaris linking bug
-cdate  26 Sep 2003
-who    gavan
-port   Solaris
-file   net/ORBit/Makefile : 1.94
-descr
-       libtool tries to link against libpthread.a, which doesn't exist
-       on Solaris. Removing the reference to libpthread.a from libpthread.la
-       after buildlinking allows ORBit to build on Solaris.
-kcah
-
 hack   gcc 2.95.3/arm -O* bug
 cdate  19 Oct 2003
 who    kristerw
diff -r af04d85daeb6 -r c112e2b2dd75 net/ORBit/Makefile
--- a/net/ORBit/Makefile        Sun Jan 11 23:07:58 2004 +0000
+++ b/net/ORBit/Makefile        Mon Jan 12 00:00:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2003/12/04 17:08:51 xtraeme Exp $
+# $NetBSD: Makefile,v 1.97 2004/01/12 00:00:03 grant Exp $
 #
 
 DISTNAME=              ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR}
@@ -41,12 +41,6 @@
 
 INFO_FILES=            libIDL.info
 
-.if ${OPSYS} == "SunOS"
-post-buildlink:
-       ${MV} ${BUILDLINK_DIR}/lib/libpthread.la ${BUILDLINK_DIR}/lib/libpthread.la.old
-       ${GREP} -v libpthread.a ${BUILDLINK_DIR}/lib/libpthread.la.old >${BUILDLINK_DIR}/lib/libpthread.la
-.endif
-
 .include "../../devel/gettext-lib/buildlink2.mk"
 .include "../../devel/glib/buildlink2.mk"
 .include "../../security/tcp_wrappers/buildlink2.mk"



Home | Main Index | Thread Index | Old Index