Skip site navigation (1)Skip section navigation (2)
Date:      20 Jul 2000 23:39:48 -0000
From:      Domas Mituzas <midom@dammit.lt>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20076: kannel port fix
Message-ID:  <20000720233948.41565.qmail@space.dammit.lt>

next in thread | raw e-mail | index | archive | help

>Number:         20076
>Category:       ports
>Synopsis:       kannel port fix
>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:   Thu Jul 20 16:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Domas Mituzas
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Duomenu bazes ir technologijos
Vokieciu 28
2001 Vilnius
Lithuania
>Environment:

FreeBSD space.dammit.lt 4.0-STABLE FreeBSD 4.0-STABLE #6: Tue Jun 27 
18:21:19 CEST 2000     root@space.dammit.lt:/opt/src/sys/compile/SPACE  i386

>Description:

supersedes PR/20059

For production systems, --with-malloc=native is a recommended feature.
configs from debian/ directory are outdated, one should use from gw/

>How-To-Repeat:

Apply the patch

>Fix:

diff -ur ports/www/kannel.old/Makefile ports/www/kannel/Makefile
--- ports/www/kannel.old/Makefile	Fri Jul 21 00:47:22 2000
+++ ports/www/kannel/Makefile	Fri Jul 21 01:07:02 2000
@@ -18,14 +18,15 @@
 USE_GMAKE=	yes
 WRKSRC=         ${WRKDIR}/gateway-0.10.2/
 CFLAGS+=	-pthread
+CONFIGURE_ARGS += --with-malloc=native
 
 do-install:
 .if !defined(NOPORTDOCS)
 	@cd ${WRKSRC} && make install-docs
 .endif
 	@cd ${WRKSRC} && make install
-	${INSTALL_DATA} ${WRKSRC}/debian/kannel.conf ${PREFIX}/etc/
-	${INSTALL_DATA} ${WRKSRC}/debian/kannel.wapconf ${PREFIX}/etc/
+	${INSTALL_DATA} ${WRKSRC}/gw/wapkannel.conf ${PREFIX}/etc/
+	${INSTALL_DATA} ${WRKSRC}/gw/smskannel.conf ${PREFIX}/etc/
 
 .if !defined(NOPORTDOCS)
 post-install:
diff -ur ports/www/kannel.old/pkg/PLIST ports/www/kannel/pkg/PLIST
--- ports/www/kannel.old/pkg/PLIST	Fri Jul 21 00:47:22 2000
+++ ports/www/kannel/pkg/PLIST	Fri Jul 21 00:56:14 2000
@@ -5,5 +5,5 @@
 bin/wmlsdasm
 bin/seewbmp
 bin/run_kannel_box
-etc/kannel.conf
-etc/kannel.wapconf
+etc/wapkannel.conf
+etc/smskannel.conf

>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?20000720233948.41565.qmail>