mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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.
This commit is contained in:
parent
c845156e7d
commit
fca1616af1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46576
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user