diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-08-21 11:20:23 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-08-21 11:20:23 +0000 |
commit | e79585a34f702a76bfddd05317c89e8367cc77da (patch) | |
tree | 7941223f3f8ae3712f6bd9d923e8f5280c66edb6 /net/kdenetwork3 | |
parent | 440c40f3863ad2d8f6102aa1cafa01932e8dfcd1 (diff) | |
download | FreeBSD-ports-e79585a34f702a76bfddd05317c89e8367cc77da.zip FreeBSD-ports-e79585a34f702a76bfddd05317c89e8367cc77da.tar.gz |
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.
Diffstat (limited to 'net/kdenetwork3')
-rw-r--r-- | net/kdenetwork3/Makefile | 1 | ||||
-rw-r--r-- | net/kdenetwork3/pkg-plist | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index 7a65c88..53c2415 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 fd97051..531f5ea 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 |