summaryrefslogtreecommitdiff
path: root/chat/pidgin
diff options
context:
space:
mode:
authorgdt <gdt>2008-02-02 21:52:52 +0000
committergdt <gdt>2008-02-02 21:52:52 +0000
commit3166690b6975db2c8ee147c974748fc02ec4322f (patch)
tree44b52779318d46f6f47280f0da36205ebc1e5d49 /chat/pidgin
parent78827570412f559e5540d23009463b7f39246a0d (diff)
downloadpkgsrc-3166690b6975db2c8ee147c974748fc02ec4322f.tar.gz
Most TODO items are now ok, and remaining ones noted in Makefile comments.
Diffstat (limited to 'chat/pidgin')
-rw-r--r--chat/pidgin/Makefile4
-rw-r--r--chat/pidgin/TODO9
2 files changed, 3 insertions, 10 deletions
diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile
index c5fa44ac98b..0cb256906a7 100644
--- a/chat/pidgin/Makefile
+++ b/chat/pidgin/Makefile
@@ -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 @@ pre-build:
${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 --git a/chat/pidgin/TODO b/chat/pidgin/TODO
deleted file mode 100644
index 17b08c3697a..00000000000
--- a/chat/pidgin/TODO
+++ /dev/null
@@ -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.