FreeBSD Bugzilla – Attachment 107809 Details for
Bug 148633
[PATCH] www/kannel: Add support for MySQL, PostgreSQL, SQLite and fix MASTER_SITES
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.11 KB, created by
never
on 2010-07-15 13:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
never
Created:
2010-07-15 13:20:01 UTC
Size:
1.11 KB
patch
obsolete
>diff -ruN kannel.orig/Makefile kannel/Makefile >--- kannel.orig/Makefile 2009-07-27 10:13:44.000000000 +0300 >+++ kannel/Makefile 2010-07-15 13:52:58.000000000 +0300 >@@ -6,9 +6,9 @@ > > PORTNAME= kannel > PORTVERSION= 1.4.3 >+PORTREVISION= 1 > CATEGORIES= www >-MASTER_SITES= http://www.kannel.org/download/%SUBDIR%/ \ >- http://farrokhi.net/distfiles/ >+MASTER_SITES= http://www.kannel.org/download/ > MASTER_SITE_SUBDIR= ${PORTVERSION} > DISTNAME= gateway-${PORTVERSION} > >@@ -30,11 +30,30 @@ > MAN1= mtbatch.1 seewbmp.1 wmlsc.1 wmlsdasm.1 > MAN8= kannel.8 run_kannel_box.8 > >+OPTIONS= MYSQL "Enable MySQL support" off \ >+ PGSQL "Enable PostgreSQL support" off \ >+ SQLITE3 "Enable SQLite support" off >+ > CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} > LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} > > .include <bsd.port.pre.mk> > >+.if defined(WITH_MYSQL) >+USE_MYSQL= yes >+CONFIGURE_ARGS+=--with-mysql >+.endif >+ >+.if defined(WITH_PGSQL) >+USE_PGSQL= yes >+CONFIGURE_ARGS+=--with-pgsql >+.endif >+ >+.if defined(WITH_SQLITE3) >+USE_SQLITE= 3 >+CONFIGURE_ARGS+=--with-sqlite3 >+.endif >+ > .if ${ARCH} == "alpha" > BROKEN= Does not compile on alpha > .endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 148633
: 107809 |
107810