diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-07-25 01:18:43 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-07-25 01:18:43 +0000 |
commit | 96c226df3a0154f026ecfa25fcc64cab4a3e838f (patch) | |
tree | 947afe88aab8316643dd921582c3bb0c348f7222 /www/kannel | |
parent | 4dc2b37c3dfd3bbf4562ffe371a19fad07f8ec61 (diff) | |
download | FreeBSD-ports-96c226df3a0154f026ecfa25fcc64cab4a3e838f.zip FreeBSD-ports-96c226df3a0154f026ecfa25fcc64cab4a3e838f.tar.gz |
kannel installs dumb start-stop-daemon, that is absolutely unnecessary and
should not included in port. also it breaks the PLIST
PR: 20153
Submitted by: MAINTAINER
Diffstat (limited to 'www/kannel')
-rw-r--r-- | www/kannel/files/patch-ag | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/www/kannel/files/patch-ag b/www/kannel/files/patch-ag new file mode 100644 index 0000000..a53b113 --- /dev/null +++ b/www/kannel/files/patch-ag @@ -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_%'` |