CVSROOT:        /cvs
Module name:    ports
Changes by:     st...@cvs.openbsd.org   2009/09/12 03:42:04

Modified files:
        telephony/kamailio: Makefile 
        telephony/kamailio/patches: patch-scripts_kamctl 
                                    patch-scripts_kamctlrc 
                                    patch-scripts_kamdbctl 
Added files:
        telephony/kamailio/patches: patch-scripts_kamctl_base 
                                    patch-scripts_kamdbctl_base 

Log message:
- fix unportable code in scripts;

"echo -e" -> "printf"
"exit -1" -> "exit 255"

- some of the patches had hand-rolled chunks to replace /bin/bash
with /bin/sh near a CVS keyword; remove these and replace with a
pre-configure target making it easier to update-patches

- change sample config to disable hardcoded escape sequences for
colours by default

- bump PKGNAME-main

Reply via email to