1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

68 Commits

Author SHA1 Message Date
Boris Samorodov
9b494490e7 Create an OPTION to install a bash completion script (off by default).
Do not install the script when this option is disabled. I.e. even
if bash is installed one should define the option "on" (or define
the environment option WITH_BASH) to install the script.

PR:		ports/158840 (based on)
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-07-30 19:27:29 +00:00
Boris Samorodov
a69223b6d6 . update to version 1.30.0;
. remove patches taken from HEAD repository.
2011-07-29 20:08:02 +00:00
Boris Samorodov
d990afe83b 1. Incorporate a patch from the development repository to fix an error:
-----
Scanning dependencies of target sqlreply
> Building C object contrib/sqlreply/CMakeFiles/sqlreply.dir/c/michal.o
> /usr/ports/comms/gammu/work/gammu-1.29.0/contrib/sqlreply/c/michal.c:16:25: error: mysql/mysql.h: No such file or directory
-----
The error occures only if a mysql port/package is installed.

2. Bump PORTREVISION.

Pointed out by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via freebsd-ports@)
2011-05-23 14:17:17 +00:00
Boris Samorodov
3809128869 Add following meta-variables:
. USE_GNOME=glib20  (yea, it's needed now, *sigh*);
. USE_PYTHON=yes    (so do python, comms/gammu-python is redundant now);
. USE_GETTEXT=yes.
Remove:
. USE_GNOME=pkgconfig (superseeded by USE_GNOME=glib20).
2011-02-11 05:34:20 +00:00
Boris Samorodov
2444ab5c2f Update to version 1.29.0. Changes:
http://wammu.eu/download/gammu/1.29.0/

Feature safe:	yes
2011-01-28 11:29:01 +00:00
Boris Samorodov
f6ecddc6ab This is a no-op change, just "make update-patches" (new patches pending).
Feature safe:	yes
2011-01-28 10:26:36 +00:00
Boris Samorodov
346edcfd5f Update to version 1.28.0. 2010-07-12 13:30:29 +00:00
Boris Samorodov
7f004430b1 . move *.pyc and *.pyo file creation to comms/gammu Makefile
(so those who use comms/gammu with WITH_PYTHON_GAMMU option
  get the same files and pkg-plists as users of comms/gammu-python);
. compile all python files after installing (not just __init__.py);
. remove PORTREVISION from comms/gammu-python (should be fine to
  reflect the one from the master port, and it's bumped
  indirectly from 1 to 2);
. do not bump PORTREVISION for comms/gammu since it's default
  package s not touched by those changes).
2010-05-15 13:02:49 +00:00
Boris Samorodov
cdab02c42b comms/gammu-python:
. remove CATEGORIES (it's the same with master port);
. run python script to create gammu/__init__.pyc file;
. bump PORTREVISION.

comms/gammu:
. add gammu/__init__.pyc to pkg-plist (when WITH_PYTHON_GAMMU
  is defined, i.e. for comms/gammu-python port).
2010-05-14 16:56:13 +00:00
Boris Samorodov
d75055c148 . remove period from COMMENT;
. add CONFLICTS;
. bump PORTREVISION.
2010-05-14 14:55:21 +00:00
Boris Samorodov
347dd491e5 Return bsd.port.pre[post].mk back for the sake of OSVERSION. 2010-05-14 14:48:17 +00:00
Boris Samorodov
6029bae610 Switch back to base gcc at sparc, should be fine now. 2010-05-14 14:33:09 +00:00
Boris Samorodov
ba00ef6b8c Here is a more descriptive pkg-descr. :-) 2010-05-12 16:14:47 +00:00
Boris Samorodov
175bf19458 Update to version 1.27.0. Main changes:
* Initial support for reading Motorola calendar (bug#338).
    * Avoid parsing boolean config values all around the code.
    * FILES backend of SMSD now support message injecting.
    * Ignore duplicate lines in AT reply (bug#1069).
2009-12-22 15:25:15 +00:00
Boris Samorodov
4a2d86af6c . remove a version number from pkg-descr;
. update the URL to the project.
2009-12-03 05:51:22 +00:00
Boris Samorodov
2bfbadcc19 Now gammu compiles with default compilers at FreeBSD-amd64
(and may be at sparc64 as well -- should be checked out).

Pointed out by:	Andrius Morkunas <hinokind at gmail.com> (by e-mail)
2009-11-17 11:00:20 +00:00
Boris Samorodov
cbff9e3ade . update to version 1.26.1;
. replace one master site by a more responsive one.

Full list of changes since 1.26.0:
* CPIN reply is handled like regular one except in A2D case (bug #994).
* Fix finding first empty position when memory is empty (bug #996).
* Fixed parsing of SMS status reports.
* Fixed parsing of text messages with new lines (bug #995).
2009-09-08 09:21:53 +00:00
Boris Samorodov
dcb7441e01 Version 1.26.0 is out! There is reduced memory usage, tons of bugfixes,
better support for reading messages from Motorola phones. Full changelog:
http://blog.cihar.com/archives/2009/09/04/gammu_stable_version_1_26_0/
2009-09-04 11:03:45 +00:00
Mark Linimon
8c25588f4e Mark as needing specific version on sparc64 as well: default version
gets internal error.

Hat:		portmgr
2009-08-17 01:28:20 +00:00
Boris Samorodov
cf1bd6bb98 Place an ARCH check after ".include <bsd.port.pre.mk>".
Hm, strange it did work at amd64 tinderbox though...

Reported by:	FreshPorts sanity checking
2009-07-25 14:37:57 +00:00
Boris Samorodov
226db1ac89 Use GCC=4.3 to fix build at FreeBSD-amd64 (the port doesn't
compile with other gcc versions). Do not bump PORTREVISION.

Reported by:	QAT
2009-07-25 13:57:41 +00:00
Boris Samorodov
3a37fa98b6 Update to version 1.25.0. 2009-07-19 18:03:32 +00:00
Boris Samorodov
26858d81b5 Update to version 1.24.0.
Remove patches incorporated upstream.
2009-04-25 23:11:00 +00:00
Max Brazhnikov
eecc33021e bump PORTREVISION after cmake update 2009-03-24 19:13:32 +00:00
Boris Samorodov
b1c875c561 . fix build at FreeBSD-6.x (add a variable initialization,
the patch submitted upstream);
. bump PORTREVISION (the logic has changed).
2009-03-12 08:01:19 +00:00
Boris Samorodov
8a49a24a2c . mark BROKEN at 6.x -- does not compile; [1]
. reintroduce NOPORTDOCS with upstream patches;  [2]
. no changes to default packages -- do not bump PORTREVISION.

Pointed out by:	pointyhat  [1]
		QAT  [2]
2009-03-11 11:20:12 +00:00
Boris Samorodov
5a040ba21e . do not use NOPORTDOCS since after "documentation clarification" [1]
there is no easy way (at least I did'n manage to find one and got
  no responce at the maillist) to do it. *sigh*

. add a variable WITH_PYTHON_GAMMU to optionally install
  python-gammu binding (incorporated into gammu since 1.23.0);

. do not bump PORTREVISION (no changes to default packages).

Reported by:	QAT [1]
2009-03-04 21:01:08 +00:00
Boris Samorodov
2fc4fb0798 Update to version 1.23.1. 2009-03-03 07:29:40 +00:00
Boris Samorodov
1230d3ab8e Update to version 1.23.0. 2009-03-02 10:08:21 +00:00
Boris Samorodov
ce7b607c71 Update to version 1.22.1. 2008-12-19 23:11:29 +00:00
Boris Samorodov
9c3ed192e7 Update to version 1.21.0. 2008-10-05 21:50:35 +00:00
Martin Wilke
18dd6954f3 - Add common code to support for cmake based ports.
- Update devel/cmake to 2.6.0 (also fix ports/123092)
- Use the new CMAKE build framework in all ports using cmake

Approved by:	portmgr (pav)
2008-05-27 22:12:09 +00:00
Boris Samorodov
e54be776ed Update to 1.20.0. 2008-05-11 13:31:58 +00:00
Boris Samorodov
38c2c9720e Add missing '$' (the wrong patch version has been committed).
Pointed out by:	pointyhat (via erwin)
Pointyhat to:	bsam (me)
2008-01-14 14:13:27 +00:00
Boris Samorodov
a2add88149 Make use of gammu-config script.
Suggested by:	lme
2008-01-12 17:49:23 +00:00
Boris Samorodov
4f831decc1 Update to a bug-fix release 1.17.0:
* Fixed reading of messages from AT phones using CMGL.
2007-12-20 18:14:14 +00:00
Boris Samorodov
100f78d09c . update to version 1.16.0;
. add INSTALL_LIBDATA_DIR to CMAKE_ARGS;
. exclude manual pages for NOPORTDOCS case.
2007-12-16 20:59:51 +00:00
Boris Samorodov
5e3a0fc94e . update to stable release 1.13.0;
. remove patch patch-common-CMakeLists.txt (incorporated upstream).
2007-08-20 20:51:50 +00:00
Boris Samorodov
a6684e6834 . the new developer switched from gmake to cmake, the port mainly rewritten;
. update to version 1.12.0;
. remove 4.x traces.
2007-08-11 17:10:28 +00:00
Boris Samorodov
dd3107a162 . new release 1.10.0, library version bumpted, many changes (see ChangeLog);
. a new main developer (Michal Cihar);
. MASTER_SITES changed.
2007-04-10 21:47:15 +00:00
Boris Samorodov
722c1fb7d3 . mark BROKEN for 4.x (does not compile); [1]
. s/INSTALLS_SHLIB/USE_LDCONFIG.

Submitted by:	pointyhat via krismail  [1]
2007-01-10 19:23:31 +00:00
Boris Samorodov
bfde96f1bf Update to new release 1.09.00. Changes since 1.08.00 (many):
http://www.mwiacek.com/zips/gsm/gammu/changelog
2006-12-08 11:15:16 +00:00
Boris Samorodov
f2b8ae2562 Update 1.07.00 -> 1.08.00. Changes (many):
http://www.mwiacek.com/zips/gsm/gammu/changelog

While I'm here: change my email address to FreeBSD one.
2006-11-03 19:14:35 +00:00
Boris Samorodov
3fc5bb0f79 URL to the second master site changed.
Pointed out by:	pointyhat
Approved by:	netchild (mentor, implicit)
2006-06-28 06:35:57 +00:00
Ion-Mihai Tetcu
cc9866081f Update to 1.07.00
PR:		98876
Submitted by:	maintainer
2006-06-12 22:17:51 +00:00
Sergey Matveychuk
0cf98678e7 - Update to 1.06.00
- Update an URL in pkg-descr to point a new site
- Pass maintainership to submitter

PR:		ports/97076
Submitted by:	Boris B. Samorodov <bsam@ipt.ru>
2006-05-12 10:25:58 +00:00
Edwin Groothuis
bbee4a66a6 remove USE_REINPLACE for all ports with categories starting with C 2006-05-03 23:38:41 +00:00
Sergey Matveychuk
3774d07a92 - Update to 1.05.00
PR:		ports/96019
Submitted by:	Boris B. Samorodov <bsam@ipt.ru>
2006-04-20 06:25:22 +00:00
Mark Linimon
8dabc431d0 Reset kirill@solaris.ru who has not responded to email asking about
maintainer timeouts.

Hat:	portmgr
2006-04-05 05:52:49 +00:00
Andrey Slusar
a0e2cc3273 Fix works on 4.x systems.
PR:		ports/92421
Approved by:	maintainer timeout(18 days)
2006-02-14 11:22:34 +00:00