Date: 24 Jul 2000 18:13:59 -0000 From: Domas Mituzas <midom@dammit.lt> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/20153: maintainer fix for www/kannel Message-ID: <20000724181359.1086.qmail@space.dammit.lt>
next in thread | raw e-mail | index | archive | help
>Number: 20153 >Category: ports >Synopsis: maintainer fix for www/kannel >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 24 11:20:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Domas Mituzas >Release: FreeBSD 4.1-RC i386 >Organization: Duomenu bazes ir technologijos Vokieciu 28 2001 Vilnius Lithuania >Environment: FreeBSD space.dammit.lt 4.1-RC >Description: kannel installs dumb start-stop-daemon, that is absolutely unnecessary and should not included in port. also it breaks the PLIST >How-To-Repeat: apply the fix >Fix: diff -urN ports/www/kannel.old/patches/patch-ag ports/www/kannel/patches/patch-ag --- ports/www/kannel.old/patches/patch-ag Thu Jan 1 03:00:00 1970 +++ ports/www/kannel/patches/patch-ag Mon Jul 24 19:53:20 2000 @@ -0,0 +1,38 @@ +--- configure.old Mon Jul 24 19:52:35 2000 ++++ configure Mon Jul 24 19:52:57 2000 +@@ -1028,35 +1028,6 @@ + echo "$ac_t""no" 1>&6 + fi + +- +- +-ac_safe=`echo "/sbin/start-stop-daemon" | sed 'y%./+-%__p_%'` +-echo $ac_n "checking for /sbin/start-stop-daemon""... $ac_c" 1>&6 +-echo "configure:1036: checking for /sbin/start-stop-daemon" >&5 +-if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then +- echo $ac_n "(cached) $ac_c" 1>&6 +-else +- if test "$cross_compiling" = yes; then +- { echo "configure: error: Cannot check for file existence when cross compiling" 1>&2; exit 1; } +-else +- if test -r /sbin/start-stop-daemon; then +- eval "ac_cv_file_$ac_safe=yes" +- else +- eval "ac_cv_file_$ac_safe=no" +- fi +-fi +-fi +-if eval "test \"`echo '$ac_cv_file_'$ac_safe`\" = yes"; then +- echo "$ac_t""yes" 1>&6 +- : +-else +- echo "$ac_t""no" 1>&6 +-STARTSTOPDAEMONSRC="utils/start-stop-daemon.c" +-fi +- +- +- +- + echo $ac_n "checking for log in -lm""... $ac_c" 1>&6 + echo "configure:1062: checking for log in -lm" >&5 + ac_lib_var=`echo m'_'log | sed 'y%./+-%__p_%'` >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000724181359.1086.qmail>