pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/catclock time/catclock: Restore missing reference...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13f7bfb0db07
branches:  trunk
changeset: 598753:13f7bfb0db07
user:      marino <marino%pkgsrc.org@localhost>
date:      Sun Jan 29 15:52:34 2012 +0000

description:
time/catclock: Restore missing reference to libXt

The patch-aa removed the linkage to libXt (static) but catclock still needs
functions from this library which it was accessing indirectly.  Change this
to a direct link which makes gnu linker v2.22 happy.

diffstat:

 time/catclock/distinfo         |  4 ++--
 time/catclock/patches/patch-aa |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 1e7646f083ee -r 13f7bfb0db07 time/catclock/distinfo
--- a/time/catclock/distinfo    Sun Jan 29 15:50:49 2012 +0000
+++ b/time/catclock/distinfo    Sun Jan 29 15:52:34 2012 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.10 2009/10/21 18:08:10 drochner Exp $
+$NetBSD: distinfo,v 1.11 2012/01/29 15:52:34 marino Exp $
 
 SHA1 (catclock.zip) = 0e977f080968067c4232072aa88d919e3f5daf84
 RMD160 (catclock.zip) = 6caf81ec08f5c237902aaf9999e642300e4517c2
 Size (catclock.zip) = 180008 bytes
-SHA1 (patch-aa) = a42cdf9512e90501135ff66b598f580ddc449cdf
+SHA1 (patch-aa) = 74594a6a41e6eae4f70d85cf74e32ba49af0546a
 SHA1 (patch-ab) = 2a05de0fadbe231825d7618f88133fc9fdcb232a
 SHA1 (patch-ac) = 3d115c8b0cf110f40f2322c5bc5cce37ad57089c
 SHA1 (patch-ad) = e95d3e380eb25cb945e561dd601989912233d8f2
diff -r 1e7646f083ee -r 13f7bfb0db07 time/catclock/patches/patch-aa
--- a/time/catclock/patches/patch-aa    Sun Jan 29 15:50:49 2012 +0000
+++ b/time/catclock/patches/patch-aa    Sun Jan 29 15:52:34 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.4 2002/01/24 15:07:35 jlam Exp $
+$NetBSD: patch-aa,v 1.5 2012/01/29 15:52:34 marino Exp $
 
 --- imakefile.orig     Sun Dec 20 21:24:08 1992
 +++ imakefile
@@ -11,7 +11,7 @@
 -MOTIF_INCS = -I$(MOTIF)/lib -I$(MOTIF)/lib/Xt
 -  INCLUDES = -I. $(MOTIF_INCS) -I$(TOP)
 +     MOTIF = ${BUILDLINK_DIR}
-+MOTIF_LIBS = ${MOTIFLIB} -lSM -lICE
++MOTIF_LIBS = ${MOTIFLIB} -lSM -lICE -lXt
 +MOTIF_INCS = -I$(MOTIF)/include
 +  INCLUDES = -I. $(MOTIF_INCS) $(TOP_X_INCLUDES)
     DEFINES = -DHAS_GNU_EMACS



Home | Main Index | Thread Index | Old Index