pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/pidgin Most TODO items are now ok, and remaining ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3ad72b83a084
branches: trunk
changeset: 538235:3ad72b83a084
user: gdt <gdt%pkgsrc.org@localhost>
date: Sat Feb 02 21:52:52 2008 +0000
description:
Most TODO items are now ok, and remaining ones noted in Makefile comments.
diffstat:
chat/pidgin/Makefile | 4 +++-
chat/pidgin/TODO | 9 ---------
2 files changed, 3 insertions(+), 10 deletions(-)
diffs (31 lines):
diff -r c3bdb74ba25c -r 3ad72b83a084 chat/pidgin/Makefile
--- a/chat/pidgin/Makefile Sat Feb 02 21:43:27 2008 +0000
+++ b/chat/pidgin/Makefile Sat Feb 02 21:52:52 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2007/09/25 10:03:52 hira Exp $
+# $NetBSD: Makefile,v 1.8 2008/02/02 21:52:52 gdt Exp $
#
PKGNAME= pidgin-${PIDGIN_VERSION}
@@ -31,6 +31,8 @@
${TEST} -r ${WRKSRC}/libpurple/libpurple.la || \
ln -s ${BUILDLINK_DIR}/lib/libpurple.la ${WRKSRC}/libpurple/.
+# XXX install pidgin.1 via doc/Makefile
+
.include "../../chat/libpurple/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
diff -r c3bdb74ba25c -r 3ad72b83a084 chat/pidgin/TODO
--- a/chat/pidgin/TODO Sat Feb 02 21:43:27 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-+ Builds and installs. Works so with IRC.
-
-- does not install pidgin.1 in doc/Makefile. Why? finch does it.
-- options.mk: is this sufficient?
-- gstreamer should be a suggested option
-- pidgin/Makefile.am, pidgin/Makefile.in should be patched to use an
- already installed libpurple ("pkg-config --libs purple",
- "pkg-config --cflags purple") to avoid the hack of linking libpurple.la
- from the .buildlink directory.
Home |
Main Index |
Thread Index |
Old Index