Sat Apr 5 02:27:53 2008 UTC ()
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


(tnn)
diff -r1.7 -r1.8 pkgsrc/chat/pidgin/buildlink3.mk

cvs diff -r1.7 -r1.8 pkgsrc/chat/pidgin/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/chat/pidgin/buildlink3.mk 2008/03/04 17:25:36 1.7
+++ pkgsrc/chat/pidgin/buildlink3.mk 2008/04/05 02:27:53 1.8
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: buildlink3.mk,v 1.7 2008/03/04 17:25:36 tnn Exp $ 1# $NetBSD: buildlink3.mk,v 1.8 2008/04/05 02:27:53 tnn Exp $
2 2
3BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ 3BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
4PIDGIN_BUILDLINK3_MK:= ${PIDGIN_BUILDLINK3_MK}+ 4PIDGIN_BUILDLINK3_MK:= ${PIDGIN_BUILDLINK3_MK}+
5 5
6.if ${BUILDLINK_DEPTH} == "+" 6.if ${BUILDLINK_DEPTH} == "+"
7BUILDLINK_DEPENDS+= pidgin 7BUILDLINK_DEPENDS+= pidgin
8.endif 8.endif
9 9
10BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npidgin} 10BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npidgin}
11BUILDLINK_PACKAGES+= pidgin 11BUILDLINK_PACKAGES+= pidgin
12BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}pidgin 12BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}pidgin
13 13
14.if ${PIDGIN_BUILDLINK3_MK} == "+" 14.if ${PIDGIN_BUILDLINK3_MK} == "+"
15BUILDLINK_API_DEPENDS.pidgin+= pidgin>=2.4.0 15BUILDLINK_API_DEPENDS.pidgin+= pidgin>=2.4.1
16BUILDLINK_PKGSRCDIR.pidgin?= ../../chat/pidgin 16BUILDLINK_PKGSRCDIR.pidgin?= ../../chat/pidgin
17.endif # PIDGIN_BUILDLINK3_MK 17.endif # PIDGIN_BUILDLINK3_MK
18 18
19.include "../../chat/libpurple/buildlink3.mk" 19.include "../../chat/libpurple/buildlink3.mk"
20 20
21BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} 21BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}