diff options
author | tnn <tnn> | 2008-04-05 02:27:53 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-04-05 02:27:53 +0000 |
commit | 6598c0b39062fe22a4a6c80a5359b6bbbafc9e23 (patch) | |
tree | 47487d4446047cf1cfba289a12bb6b52b63aeb65 /chat/pidgin | |
parent | 669386cf5649c60b52607a56ebe66e84359a9c41 (diff) | |
download | pkgsrc-6598c0b39062fe22a4a6c80a5359b6bbbafc9e23.tar.gz |
Update to 2.4.1.
* Remove a workaround for older versions gstreamer that was causing crashes
on some non-Linux systems such as HPUX
* Fix some cases of the conversation input entry area being 1 pixel high
* Fix for displaying channel & buddy names in conversation window when they
have '&' in them
* Some memory leak fixes, especially in the Text Replacement plugin
* Rectangular but non-square buddy icons have rounded corners in the buddy list
Diffstat (limited to 'chat/pidgin')
-rw-r--r-- | chat/pidgin/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/pidgin/buildlink3.mk b/chat/pidgin/buildlink3.mk index 5085c12edbc..b6b4c0b7526 100644 --- a/chat/pidgin/buildlink3.mk +++ b/chat/pidgin/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2008/03/04 17:25:36 tnn Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2008/04/05 02:27:53 tnn Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ PIDGIN_BUILDLINK3_MK:= ${PIDGIN_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= pidgin BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}pidgin .if ${PIDGIN_BUILDLINK3_MK} == "+" -BUILDLINK_API_DEPENDS.pidgin+= pidgin>=2.4.0 +BUILDLINK_API_DEPENDS.pidgin+= pidgin>=2.4.1 BUILDLINK_PKGSRCDIR.pidgin?= ../../chat/pidgin .endif # PIDGIN_BUILDLINK3_MK |