pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/libutf catch up with newer libtool which now dema...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fee3d9a82db3
branches: trunk
changeset: 574476:fee3d9a82db3
user: agc <agc%pkgsrc.org@localhost>
date: Sat Apr 17 21:00:33 2010 +0000
description:
catch up with newer libtool which now demands a --tag=CC
diffstat:
misc/libutf/distinfo | 4 ++--
misc/libutf/patches/patch-aa | 14 +++++++-------
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (54 lines):
diff -r 6e66c94f3fdf -r fee3d9a82db3 misc/libutf/distinfo
--- a/misc/libutf/distinfo Sat Apr 17 20:10:16 2010 +0000
+++ b/misc/libutf/distinfo Sat Apr 17 21:00:33 2010 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2008/02/17 20:42:20 tnn Exp $
+$NetBSD: distinfo,v 1.8 2010/04/17 21:00:33 agc Exp $
SHA1 (libutf-3.0.tar.gz) = 7259fedf0d51107e4e4c03147f8a59e22d19e437
RMD160 (libutf-3.0.tar.gz) = 243a030d9cb0b278ddc3263648a39d88e25f489a
Size (libutf-3.0.tar.gz) = 55529 bytes
-SHA1 (patch-aa) = 9d1b67f6efacc0b2e2886411b57dff34f22e7908
+SHA1 (patch-aa) = 762c7e0e7d45b9dce72ed5e514a3a92c4f8290bd
diff -r 6e66c94f3fdf -r fee3d9a82db3 misc/libutf/patches/patch-aa
--- a/misc/libutf/patches/patch-aa Sat Apr 17 20:10:16 2010 +0000
+++ b/misc/libutf/patches/patch-aa Sat Apr 17 21:00:33 2010 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.5 2008/02/17 20:42:20 tnn Exp $
+$NetBSD: patch-aa,v 1.6 2010/04/17 21:00:33 agc Exp $
--- Makefile.in.orig 2006-05-26 22:14:56.000000000 +0200
+++ Makefile.in
@@ -21,7 +21,7 @@
$(LIBS) : $(OBJS)
- $(AR) $(ARFLAGS) $(LIBS) $(OBJS)
-+ ${LIBTOOL} --mode=link cc -o ${.TARGET:.a=.la} ${OBJS:.o=.lo} -rpath ${PREFIX}/lib -version-info 3:0
++ ${LIBTOOL} --mode=link --tag=CC cc -o ${.TARGET:.a=.la} ${OBJS:.o=.lo} -rpath ${PREFIX}/lib -version-info 3:0
ci:
ci -l ure.c ure.h urelang.c utf.c utf.h
@@ -51,18 +51,18 @@
gurep: gurep.o $(LIBS)
- $(CC) gurep.o $(LIBS) -o gurep
-+ ${LIBTOOL} --mode=link ${CC} gurep.o ${LIBS:.a=.la} -o gurep
++ ${LIBTOOL} --mode=link --tag=CC ${CC} gurep.o ${LIBS:.a=.la} -o gurep
findword: findword.o $(LIBS)
- $(CC) findword.o $(LIBS) -o findword
-+ ${LIBTOOL} --mode=link ${CC} findword.o ${LIBS:.a=.la} -o findword
++ ${LIBTOOL} --mode=link --tag=CC ${CC} findword.o ${LIBS:.a=.la} -o findword
+
+ure.o: ure.c ure.h utf.h
-+ ${LIBTOOL} --mode=compile ${CC} ${CFLAGS} -c ure.c
++ ${LIBTOOL} --mode=compile --tag=CC ${CC} ${CFLAGS} -c ure.c
+urelang.o: urelang.c ure.h utf.h
-+ ${LIBTOOL} --mode=compile ${CC} ${CFLAGS} -c urelang.c
++ ${LIBTOOL} --mode=compile --tag=CC ${CC} ${CFLAGS} -c urelang.c
+utf.o: utf.c utf.h
-+ ${LIBTOOL} --mode=compile ${CC} ${CFLAGS} -c utf.c
++ ${LIBTOOL} --mode=compile --tag=CC ${CC} ${CFLAGS} -c utf.c
tst: gurep findword
test -d tests || ln -s $(srcdir)/tests .
Home |
Main Index |
Thread Index |
Old Index