@@ -2322,9 +2322,10 @@ phreak_patches() { # $1 = $PATCH_DIR, $2 = $AST_SRC_DIR
2322
2322
# # merged into master, not yet in a release version (use asterisk_pr_if, e.g. asterisk_pr_if 399 210100 200600 182100)
2323
2323
asterisk_pr_if 961 220200 210700 201200 182700 # config.c: fix template inheritance/overrides
2324
2324
asterisk_pr_if 994 220200 210700 201200 182700 # FGD regression fix
2325
+ asterisk_pr_if 245 220200 210700 201200 182700 # config.c: fix template inheritance/overrides
2326
+ asterisk_pr_if 414 220200 210700 201200 182700 # IAX2 loopback warning
2325
2327
2326
2328
# # Unmerged patches: remove or switch to asterisk_pr_if once merged
2327
- asterisk_pr_unconditional 245 # config.c: fix template inheritance/overrides
2328
2329
asterisk_pr_unconditional 918 # config.c #tryinclude fixes
2329
2330
asterisk_pr_unconditional 971 # config.c fix issues w/ whitespace in comments
2330
2331
@@ -2343,7 +2344,6 @@ phreak_patches() { # $1 = $PATCH_DIR, $2 = $AST_SRC_DIR
2343
2344
2344
2345
# # WIP
2345
2346
asterisk_pr_unconditional 292 # GROUP VARs
2346
- asterisk_pr_unconditional 414 # IAX2 loopback warning
2347
2347
2348
2348
# Unmerged
2349
2349
# asterisk_pr_unconditional 272 # Call Waiting Deluxe. This also now conflicts (with the latest revisions), so temp. disabled.
@@ -3754,6 +3754,8 @@ elif [ "$cmd" = "docgen" ]; then
3754
3754
fi
3755
3755
rm /tmp/astdocgen.xml
3756
3756
printf " HTML documentation has been generated and is now saved to %s%s\n" " $AST_SOURCE_PARENT_DIR /$AST_SRC_DIR " " doc/index.html"
3757
+ # To remove any packages installed purely for astdocgen:
3758
+ # apt-get remove apache2 apache2-bin apache2-data apache2-utils libapache2-mod-php8.2 libaprutil1-dbd-sqlite3 libaprutil1-ldap liblua5.3-0 php php8.2 php8.2-xml
3757
3759
elif [ " $cmd " = " mkdocs" ]; then
3758
3760
cd $AST_SOURCE_PARENT_DIR
3759
3761
AST_SRC_DIR=` get_newest_astdir`
0 commit comments