This is a port for the kannel' addon for sql interface
Class Changed From-To: update->change-request Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->flo I'll take it.
back to pool -- timeout
This issue needs its patch updated, at least for the following items: * Needs to add STAGE support * PORTVERSION is 'devel', needs to be a number * USE_GMAKE is deprecated (USES=gmake) & pre-configure: bootstrap should be replaced with USES=autotools and USE_AUTOTOOLS functions Additionally: * Successful poudriere or redports build logs * portlint -AC output
@amijaresp : still interested by this port ? Need help to rework the submission ?
Ok, I'll retake the submission
Few remarks : - distfile is missing in the repo - please let me know the revision (release?) you are using - add license stuff (see www/kanel as an example) And last but not the least, it would be great if you can add a poudriere build log.
Created attachment 157480 [details] kannel-sqlbox-shar
Created attachment 157481 [details] kannel-1.4.4_1_svn_diff
Hello Alberto and Rodrigo. As I explained by e-mail, will be need to update www/kannel. Could I send the patch on this PR or is better open a new one ? First, a patch to www/kannel (set MYSQL for default). A shar file for www/kannel-sqlbox. - portlint compliant. - staged - license ok - set me as maintainer and alberto as co-maintainer. Here are the tests with poudriere: [kannel-sqlbox] FreeBSD 10.1 (i386) http://dbaio.bs2cloud.com.br/poudriere/data/101i386-ports_dbaio/2015-06-05_16h12m55s/logs/kannel-sqlbox-1.0.log FreeBSD 10.1 (amd64) http://dbaio.bs2cloud.com.br/poudriere/data/101amd64-ports_dbaio/2015-06-05_17h58m21s/logs/kannel-sqlbox-1.0.log FreeBSD 11-CURRENT (amd64) http://dbaio.bs2cloud.com.br/poudriere/data/11amd64-ports_dbaio/2015-06-05_17h06m32s/logs/kannel-sqlbox-1.0.log FreeBSD 11-CURRENT (i386) http://dbaio.bs2cloud.com.br/poudriere/data/11i386-ports_dbaio/2015-06-05_17h09m05s/logs/kannel-sqlbox-1.0.log [kannel] FreeBSD 10.1 (i386) http://dbaio.bs2cloud.com.br/poudriere/data/101i386-ports_dbaio/2015-06-05_16h10m35s/logs/kannel-1.4.4_1,1.log FreeBSD 10.1 (amd64) http://dbaio.bs2cloud.com.br/poudriere/data/101amd64-ports_dbaio/2015-06-05_17h56m26s/logs/kannel-1.4.4_1,1.log FreeBSD 11-CURRENT (amd64) http://dbaio.bs2cloud.com.br/poudriere/data/11amd64-ports_dbaio/2015-06-05_16h17m07s/logs/kannel-1.4.4_1,1.log FreeBSD 11-CURRENT (i386) http://dbaio.bs2cloud.com.br/poudriere/data/11i386-ports_dbaio/2015-06-05_17h54m33s/logs/kannel-1.4.4_1,1.log Best Regards.
great, I'll take a look.
@Danilo, If you don't mind I prefer sqlite as a default option for kanel-sqlbox. As a package, it pulls by default less dependencies and consume less disk space.
Hello Rodrigo, thanks for your time. I agree that with MySQL will be necessary more work on the build process, but kannel-sqlbox is mainly used to integrate any external system to your kannel interface by a database. Unless you have this other system on the same box, it's preferable use MySQL or PostgreSQL (connect by network). I am more comfortable with MySQL if there is no problem. Best Regards.
A commit references this bug: Author: rodrigo Date: Mon Jun 8 21:15:50 UTC 2015 New revision: 388883 URL: https://svnweb.freebsd.org/changeset/ports/388883 Log: Update kannel to support a database by default, this is required by kannel-sqlbox PR: 173889 Submitted by: dbaio <dbaio@bsd.com.br> (maintainer) Changes: head/www/kannel/Makefile
A commit references this bug: Author: rodrigo Date: Mon Jun 8 21:25:26 UTC 2015 New revision: 388884 URL: https://svnweb.freebsd.org/changeset/ports/388884 Log: Add new port kannel-sqlbox co-maintained with Alberto Mijares <amijaresp@gmail.com> PR: 173889 Submitted by: dbaio <dbaio@bsd.com.br> Changes: head/www/Makefile head/www/kannel-sqlbox/ head/www/kannel-sqlbox/Makefile head/www/kannel-sqlbox/distinfo head/www/kannel-sqlbox/files/ head/www/kannel-sqlbox/files/kannel_sqlbox.in head/www/kannel-sqlbox/files/patch-example_sqlbox.conf.example head/www/kannel-sqlbox/pkg-descr head/www/kannel-sqlbox/pkg-plist
Commited thanks