summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-08-21 11:20:23 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-08-21 11:20:23 +0000
commitfca1616af1aa54834336634685a602023c68caae (patch)
tree4af559ec677d6ee802bb1441eef14a009a0509b2 /net
parentUpgrade to 2.2 (diff)
Revive the talkd related files in pkg-plist, and unconditionally enable
building for bento. KDE tries to find the utmp file while building in bento's chroot, and doesn't find it: the talkd build is skipped because KDE does not understand how to locate users (its /proc method applies to Linux only). Just teach KDE to take our word for it and avoid the utmp check entirely (AC_CHECK_UTMP_FILE): the talkd application will then be built by default.
Notes
Notes: svn path=/head/; revision=46576
Diffstat (limited to 'net')
-rw-r--r--net/kdenetwork2/Makefile1
-rw-r--r--net/kdenetwork2/pkg-plist11
-rw-r--r--net/kdenetwork3/Makefile1
-rw-r--r--net/kdenetwork3/pkg-plist11
-rw-r--r--net/kdenetwork4/Makefile1
-rw-r--r--net/kdenetwork4/pkg-plist11
6 files changed, 36 insertions, 0 deletions
diff --git a/net/kdenetwork2/Makefile b/net/kdenetwork2/Makefile
index 7a65c883bba4..53c24150713a 100644
--- a/net/kdenetwork2/Makefile
+++ b/net/kdenetwork2/Makefile
@@ -24,5 +24,6 @@ USE_GMAKE= yes
pre-configure:
${PERL} -pi -e "s:-lpthread:${PTHREAD_LIBS}:g" ${WRKSRC}/knode/Makefile.in
${PERL} -pi -e "s@all_includes=\"@all_includes=\"-I/usr/include @g" ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4
+ ${PERL} -pi -e "s@^AC_CHECK_UTMP_FILE@# AC_CHECK_UTMP_FILE@g" ${WRKSRC}/configure.in
.include <bsd.port.mk>
diff --git a/net/kdenetwork2/pkg-plist b/net/kdenetwork2/pkg-plist
index fd97051f407d..531f5ea826cf 100644
--- a/net/kdenetwork2/pkg-plist
+++ b/net/kdenetwork2/pkg-plist
@@ -6,11 +6,15 @@ bin/kmailcvt
bin/knewstickerstub
bin/knode
bin/korn
+bin/kotalkd
bin/kppp
bin/kppplogview
bin/ksirc
bin/ksticker
+bin/ktalkd
+bin/ktalkdlg
bin/lisa
+bin/mail.local
bin/reslisa
include/kmailIface.h
include/mimelib/binhex.h
@@ -44,6 +48,8 @@ include/mimelib/text.h
include/mimelib/token.h
include/mimelib/utility.h
include/mimelib/uuencode.h
+lib/kde2/libkcm_ktalkd.la
+lib/kde2/libkcm_ktalkd.so
lib/kio_lan.la
lib/kio_lan.so
lib/ksirc.la
@@ -73,6 +79,7 @@ share/applnk/Internet/Kppp.desktop
share/applnk/Internet/kit.desktop
share/applnk/Internet/kppplogview.desktop
share/applnk/Internet/ksirc.desktop
+share/applnk/Settings/Network/kcmktalkd.desktop
share/applnk/Settings/Network/kcmnewsticker.desktop
share/applnk/Settings/Network/lanbrowser.desktop
share/applnk/Settings/Personalization/kcmnewsticker.desktop
@@ -699,6 +706,7 @@ share/icons/hicolor/16x16/apps/knode.png
share/icons/hicolor/16x16/apps/korn.png
share/icons/hicolor/16x16/apps/kppp.png
share/icons/hicolor/16x16/apps/ksirc.png
+share/icons/hicolor/16x16/apps/ktalkd.png
share/icons/hicolor/32x32/apps/kdict.png
share/icons/hicolor/32x32/apps/kit.png
share/icons/hicolor/32x32/apps/kmail.png
@@ -708,6 +716,7 @@ share/icons/hicolor/32x32/apps/knode.png
share/icons/hicolor/32x32/apps/korn.png
share/icons/hicolor/32x32/apps/kppp.png
share/icons/hicolor/32x32/apps/ksirc.png
+share/icons/hicolor/32x32/apps/ktalkd.png
share/icons/hicolor/48x48/apps/kdict.png
share/icons/hicolor/48x48/apps/kit.png
share/icons/hicolor/48x48/apps/kmail.png
@@ -717,10 +726,12 @@ share/icons/hicolor/48x48/apps/knode.png
share/icons/hicolor/48x48/apps/korn.png
share/icons/hicolor/48x48/apps/kppp.png
share/icons/hicolor/48x48/apps/ksirc.png
+share/icons/hicolor/48x48/apps/ktalkd.png
share/services/knewsservice.protocol
share/services/kntsrcfilepropsdlg.desktop
share/services/lan.protocol
share/services/rlan.protocol
+share/sounds/ktalkd.wav
@dirrm share/icons/hicolor/48x48/apps
@dirrm share/icons/hicolor/32x32/apps
@dirrm share/icons/hicolor/16x16/apps
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile
index 7a65c883bba4..53c24150713a 100644
--- a/net/kdenetwork3/Makefile
+++ b/net/kdenetwork3/Makefile
@@ -24,5 +24,6 @@ USE_GMAKE= yes
pre-configure:
${PERL} -pi -e "s:-lpthread:${PTHREAD_LIBS}:g" ${WRKSRC}/knode/Makefile.in
${PERL} -pi -e "s@all_includes=\"@all_includes=\"-I/usr/include @g" ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4
+ ${PERL} -pi -e "s@^AC_CHECK_UTMP_FILE@# AC_CHECK_UTMP_FILE@g" ${WRKSRC}/configure.in
.include <bsd.port.mk>
diff --git a/net/kdenetwork3/pkg-plist b/net/kdenetwork3/pkg-plist
index fd97051f407d..531f5ea826cf 100644
--- a/net/kdenetwork3/pkg-plist
+++ b/net/kdenetwork3/pkg-plist
@@ -6,11 +6,15 @@ bin/kmailcvt
bin/knewstickerstub
bin/knode
bin/korn
+bin/kotalkd
bin/kppp
bin/kppplogview
bin/ksirc
bin/ksticker
+bin/ktalkd
+bin/ktalkdlg
bin/lisa
+bin/mail.local
bin/reslisa
include/kmailIface.h
include/mimelib/binhex.h
@@ -44,6 +48,8 @@ include/mimelib/text.h
include/mimelib/token.h
include/mimelib/utility.h
include/mimelib/uuencode.h
+lib/kde2/libkcm_ktalkd.la
+lib/kde2/libkcm_ktalkd.so
lib/kio_lan.la
lib/kio_lan.so
lib/ksirc.la
@@ -73,6 +79,7 @@ share/applnk/Internet/Kppp.desktop
share/applnk/Internet/kit.desktop
share/applnk/Internet/kppplogview.desktop
share/applnk/Internet/ksirc.desktop
+share/applnk/Settings/Network/kcmktalkd.desktop
share/applnk/Settings/Network/kcmnewsticker.desktop
share/applnk/Settings/Network/lanbrowser.desktop
share/applnk/Settings/Personalization/kcmnewsticker.desktop
@@ -699,6 +706,7 @@ share/icons/hicolor/16x16/apps/knode.png
share/icons/hicolor/16x16/apps/korn.png
share/icons/hicolor/16x16/apps/kppp.png
share/icons/hicolor/16x16/apps/ksirc.png
+share/icons/hicolor/16x16/apps/ktalkd.png
share/icons/hicolor/32x32/apps/kdict.png
share/icons/hicolor/32x32/apps/kit.png
share/icons/hicolor/32x32/apps/kmail.png
@@ -708,6 +716,7 @@ share/icons/hicolor/32x32/apps/knode.png
share/icons/hicolor/32x32/apps/korn.png
share/icons/hicolor/32x32/apps/kppp.png
share/icons/hicolor/32x32/apps/ksirc.png
+share/icons/hicolor/32x32/apps/ktalkd.png
share/icons/hicolor/48x48/apps/kdict.png
share/icons/hicolor/48x48/apps/kit.png
share/icons/hicolor/48x48/apps/kmail.png
@@ -717,10 +726,12 @@ share/icons/hicolor/48x48/apps/knode.png
share/icons/hicolor/48x48/apps/korn.png
share/icons/hicolor/48x48/apps/kppp.png
share/icons/hicolor/48x48/apps/ksirc.png
+share/icons/hicolor/48x48/apps/ktalkd.png
share/services/knewsservice.protocol
share/services/kntsrcfilepropsdlg.desktop
share/services/lan.protocol
share/services/rlan.protocol
+share/sounds/ktalkd.wav
@dirrm share/icons/hicolor/48x48/apps
@dirrm share/icons/hicolor/32x32/apps
@dirrm share/icons/hicolor/16x16/apps
diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile
index 7a65c883bba4..53c24150713a 100644
--- a/net/kdenetwork4/Makefile
+++ b/net/kdenetwork4/Makefile
@@ -24,5 +24,6 @@ USE_GMAKE= yes
pre-configure:
${PERL} -pi -e "s:-lpthread:${PTHREAD_LIBS}:g" ${WRKSRC}/knode/Makefile.in
${PERL} -pi -e "s@all_includes=\"@all_includes=\"-I/usr/include @g" ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4
+ ${PERL} -pi -e "s@^AC_CHECK_UTMP_FILE@# AC_CHECK_UTMP_FILE@g" ${WRKSRC}/configure.in
.include <bsd.port.mk>
diff --git a/net/kdenetwork4/pkg-plist b/net/kdenetwork4/pkg-plist
index fd97051f407d..531f5ea826cf 100644
--- a/net/kdenetwork4/pkg-plist
+++ b/net/kdenetwork4/pkg-plist
@@ -6,11 +6,15 @@ bin/kmailcvt
bin/knewstickerstub
bin/knode
bin/korn
+bin/kotalkd
bin/kppp
bin/kppplogview
bin/ksirc
bin/ksticker
+bin/ktalkd
+bin/ktalkdlg
bin/lisa
+bin/mail.local
bin/reslisa
include/kmailIface.h
include/mimelib/binhex.h
@@ -44,6 +48,8 @@ include/mimelib/text.h
include/mimelib/token.h
include/mimelib/utility.h
include/mimelib/uuencode.h
+lib/kde2/libkcm_ktalkd.la
+lib/kde2/libkcm_ktalkd.so
lib/kio_lan.la
lib/kio_lan.so
lib/ksirc.la
@@ -73,6 +79,7 @@ share/applnk/Internet/Kppp.desktop
share/applnk/Internet/kit.desktop
share/applnk/Internet/kppplogview.desktop
share/applnk/Internet/ksirc.desktop
+share/applnk/Settings/Network/kcmktalkd.desktop
share/applnk/Settings/Network/kcmnewsticker.desktop
share/applnk/Settings/Network/lanbrowser.desktop
share/applnk/Settings/Personalization/kcmnewsticker.desktop
@@ -699,6 +706,7 @@ share/icons/hicolor/16x16/apps/knode.png
share/icons/hicolor/16x16/apps/korn.png
share/icons/hicolor/16x16/apps/kppp.png
share/icons/hicolor/16x16/apps/ksirc.png
+share/icons/hicolor/16x16/apps/ktalkd.png
share/icons/hicolor/32x32/apps/kdict.png
share/icons/hicolor/32x32/apps/kit.png
share/icons/hicolor/32x32/apps/kmail.png
@@ -708,6 +716,7 @@ share/icons/hicolor/32x32/apps/knode.png
share/icons/hicolor/32x32/apps/korn.png
share/icons/hicolor/32x32/apps/kppp.png
share/icons/hicolor/32x32/apps/ksirc.png
+share/icons/hicolor/32x32/apps/ktalkd.png
share/icons/hicolor/48x48/apps/kdict.png
share/icons/hicolor/48x48/apps/kit.png
share/icons/hicolor/48x48/apps/kmail.png
@@ -717,10 +726,12 @@ share/icons/hicolor/48x48/apps/knode.png
share/icons/hicolor/48x48/apps/korn.png
share/icons/hicolor/48x48/apps/kppp.png
share/icons/hicolor/48x48/apps/ksirc.png
+share/icons/hicolor/48x48/apps/ktalkd.png
share/services/knewsservice.protocol
share/services/kntsrcfilepropsdlg.desktop
share/services/lan.protocol
share/services/rlan.protocol
+share/sounds/ktalkd.wav
@dirrm share/icons/hicolor/48x48/apps
@dirrm share/icons/hicolor/32x32/apps
@dirrm share/icons/hicolor/16x16/apps