Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Feb 2003 14:23:54 +0100
From:      Pav Lucistnik <pav_cz@volny.cz>
To:        Norikatsu Shigemura <nork@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: ports/www/kannel Makefile distinfo pkg-plist ports/www/kannel/files patch-aa patch-ac patch-af patch-ag
Message-ID:  <103430000.1044278633@localhost>
In-Reply-To: <200302021332.h12DWbi8077754@repoman.freebsd.org>
References:   <200302021332.h12DWbi8077754@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Nice, but few fatal problems I encountered:

Can't build it on 4.7-RELEASE. It requires threaded libssl, which is not=20
default here. WITHOUT_SSL knob would be lovely. I just added --without-ssl=20
to CONFIGURE_ARGS.

files/patch-ad is nice, but why it is patching debian/kannel.conf which=20
never get installed?

rc.d script is still not there and user must hack it himself. Can't we=20
supply one with port?
This works for me nicely:

#!/bin/sh

case "$1" in
  start)
        /usr/local/sbin/bearerbox /usr/local/etc/wapkannel.conf > /dev/null =

&
        /bin/sleep 1
        /usr/local/sbin/wapbox /usr/local/etc/wapkannel.conf > /dev/null &
        echo -n " kannel"
        ;;
  stop)
        /usr/bin/killall wapbox > /dev/null
        /usr/bin/killall bearerbox > /dev/null
        echo -n " kannel"
        ;;
esac



Please fix those issues. Thanks


--On Ned=ECle, =FAnor 02, 2003 05:32:37 -0800 Norikatsu Shigemura=20
<nork@FreeBSD.ORG> wrote:

> nork        2003/02/02 05:32:37 PST
>
>   Modified files:
>     www/kannel           Makefile distinfo pkg-plist
>     www/kannel/files     patch-af
>   Removed files:
>     www/kannel/files     patch-aa patch-ac patch-ag
>   Log:
>   Update to 1.2.1.
>
>   PR:             ports/47332
>   Submitted by:   Ports Fury
>
>   Revision  Changes    Path
>   1.15      +24 -23    ports/www/kannel/Makefile
>   1.6       +1 -1      ports/www/kannel/distinfo
>   1.4       +0 -22     ports/www/kannel/files/patch-aa (dead)
>   1.4       +0 -58     ports/www/kannel/files/patch-ac (dead)
>   1.2       +45 -59    ports/www/kannel/files/patch-af
>   1.4       +0 -17     ports/www/kannel/files/patch-ag (dead)
>   1.3       +6 -6      ports/www/kannel/pkg-plist
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe cvs-all" in the body of the message
>
>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?103430000.1044278633>