ports/net/freeswitch/files/patch-build_Makefile.in
Kurt Jaeger 7cd2ac3d5d net/freeswitch: fix build with ALL_MODULES selected
- files/extrapatch-modules.conf needed adjustments after the move to 1.10.x

PR:		246515
Reported by:	rnoll.bsd@gmail.com
2020-05-24 08:13:06 +00:00

79 lines
4.5 KiB
Text

--- build/Makefile.in.orig 2020-05-12 10:20:11 UTC
+++ build/Makefile.in
@@ -706,76 +706,9 @@ uninstall-am:
all:
@echo " +---------- FreeSWITCH Build Complete ----------+"
- @echo " + FreeSWITCH has been successfully built. +"
- @echo " + Install by running: +"
- @echo " + +"
- @echo " + $(MK) install +"
- @echo " + +"
- @echo " + While you're waiting, register for ClueCon! +"
- @echo " + https://www.cluecon.com +"
- @echo " + +"
- @echo " +-----------------------------------------------+"
- @cat $(switch_srcdir)/cluecon2.tmpl
install:
@echo " +---------- FreeSWITCH install Complete ----------+"
- @echo " + FreeSWITCH has been successfully installed. +"
- @echo " + +"
- @echo " + Install sounds: +"
- @echo " + (uhd-sounds includes hd-sounds, sounds) +"
- @echo " + (hd-sounds includes sounds) +"
- @echo " + ------------------------------------ +"
- @echo " + $(MK) cd-sounds-install +"
- @echo " + $(MK) cd-moh-install +"
- @echo " + +"
- @echo " + $(MK) uhd-sounds-install +"
- @echo " + $(MK) uhd-moh-install +"
- @echo " + +"
- @echo " + $(MK) hd-sounds-install +"
- @echo " + $(MK) hd-moh-install +"
- @echo " + +"
- @echo " + $(MK) sounds-install +"
- @echo " + $(MK) moh-install +"
- @echo " + +"
- @echo " + Install non english sounds: +"
- @echo " + replace XX with language +"
- @echo " + (ru : Russian) +"
- @echo " + (fr : French) +"
- @echo " + ------------------------------------ +"
- @echo " + $(MK) cd-sounds-XX-install +"
- @echo " + $(MK) uhd-sounds-XX-install +"
- @echo " + $(MK) hd-sounds-XX-install +"
- @echo " + $(MK) sounds-XX-install +"
- @echo " + +"
- @echo " + Upgrade to latest: +"
- @echo " + ---------------------------------- +"
- @echo " + $(MK) current +"
- @echo " + +"
- @echo " + Rebuild all: +"
- @echo " + ---------------------------------- +"
- @echo " + $(MK) sure +"
- @echo " + +"
- @echo " + Install/Re-install default config: +"
- @echo " + ---------------------------------- +"
- @echo " + $(MK) samples +"
- @echo " + +"
- @echo " + +"
- @echo " + Additional resources: +"
- @echo " + ---------------------------------- +"
- @echo " + https://www.freeswitch.org +"
- @echo " + https://freeswitch.org/confluence +"
- @echo " + https://freeswitch.org/jira +"
- @echo " + http://lists.freeswitch.org +"
- @echo " + +"
- @echo " + irc.freenode.net / #freeswitch +"
- @echo " + +"
- @echo " + Register For ClueCon: +"
- @echo " + ---------------------------------- +"
- @echo " + https://www.cluecon.com +"
- @echo " + +"
- @echo " +-------------------------------------------------+"
- @cat $(switch_srcdir)/cluecon2.tmpl
- @sh $(switch_srcdir)/build/modcheck.sh $(DESTDIR)$(modulesdir)
.PHONY: check dvi html info install-data \
install-dvi install-exec install-html install-info install-pdf install-ps installcheck installdirs pdf \