summaryrefslogtreecommitdiff
path: root/net/kdenetwork3/buildlink3.mk
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2004-04-20 13:02:56 +0000
committermarkd <markd@pkgsrc.org>2004-04-20 13:02:56 +0000
commitfb29962cfba6abf1ecb3fb2a0b636f829750aab1 (patch)
tree11b4b2c6c67438001be4cfdbe1fb21a7559b75d0 /net/kdenetwork3/buildlink3.mk
parent5ab8d1e4ab999a71890849b5fae84cdd87ba26ea (diff)
downloadpkgsrc-fb29962cfba6abf1ecb3fb2a0b636f829750aab1.tar.gz
bl3ify and update to kde3.2.2.
Changes: * kopete (Cryptography Plugin): Fix enable/disable encryption per message * kopete: Fix suppression of buddy notification on connection * kopete (Jabber Plugin): Fix resource identifiers truncated from Jabber "to" addresses * kopete (Jabber Plugin): Fix Packets from foreign clients are duplicated * kopete (Main Application): Fix isReachable() is not called when clicking on the contact icon * kopete (Jabber Plugin): Fix String bug in account editor * kopete (ICQ and AIM Plugins): Fix [PATCH] ICQ User Info for temporary contacts is not automatically loaded * kopete: Fix Refresh icon cache when KIconLoader settings change * kopete (MSN Plugin): Fix "This user has me on his contact list" is inaccurate * kopete (IRC Plugin): Fix can't log into ANY IRC server * kopete: Fix no mainWindow restore on exec kopete * kopete (Jabber Plugin): Fix Registering new Account dialog in Jabber does not update username * kopete (MSN Plugin): Fix Kopete logs into MSN, connects and pops up current contacts and mail, and then disconnects. It will not stay logged in. * kopete (Main Application): Fix Selecting several contacts and dragging them only moves one * kopete (SMS Plugin): Fix sms sending blocked by kopete determining user is 'offline' * kopete: Fix Type in Kopete handbook * kpf: Fix Incorrect mimetypes for css and other fileformats. * krdc: Fix KRDC does not send key clicks to the server until "special keys" is used * knewsticker: Fix SIGFPE crash when scrolling speed is set to 1 * configure: Fix Extraneous message in admin/Makefile.common using --prefix * kwifimanager: make it compile with libiw-dev (27+) * kwifimanager: auto-scaling statistics window, should now work for every chipset out there * kwifimanager: control center module saves settings * Make various scripts install with the executable bit set
Diffstat (limited to 'net/kdenetwork3/buildlink3.mk')
-rw-r--r--net/kdenetwork3/buildlink3.mk25
1 files changed, 25 insertions, 0 deletions
diff --git a/net/kdenetwork3/buildlink3.mk b/net/kdenetwork3/buildlink3.mk
new file mode 100644
index 00000000000..a1415732153
--- /dev/null
+++ b/net/kdenetwork3/buildlink3.mk
@@ -0,0 +1,25 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/04/20 13:02:56 markd Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+KDENETWORK_BUILDLINK3_MK:= ${KDENETWORK_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= kdenetwork
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nkdenetwork}
+BUILDLINK_PACKAGES+= kdenetwork
+
+.if !empty(KDENETWORK_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.kdenetwork+= kdenetwork>=3.2.0
+BUILDLINK_RECOMMENDED.kdenetwork?= kdenetwork>=3.2.2
+BUILDLINK_PKGSRCDIR.kdenetwork?= ../../net/kdenetwork3
+.endif # KDENETWORK_BUILDLINK3_MK
+
+.include "../../converters/uulib/buildlink3.mk"
+.include "../../databases/gdbm/buildlink3.mk"
+.include "../../net/openslp/buildlink3.mk"
+.include "../../x11/kdebase3/buildlink3.mk"
+.include "../../x11/kdelibs3/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}