espie
cb79f58294
missing prototypes
2017-04-29 06:54:29 +00:00
ajacoutot
0cb7bca06b
Update to xlog-2.0.14.
2017-04-28 22:29:31 +00:00
naddy
b8db4b8592
* drop -Werror; fixes build with clang
...
* replace gettext module while here
2017-04-27 23:03:54 +00:00
naddy
f49f2b4285
* handle CPPFLAGS properly; also fixes build with clang
...
* neutering nl_langinfo() should be no longer required
2017-04-27 20:13:36 +00:00
jca
733a373c8d
inline->static inline to fix clang build
2017-04-25 22:56:25 +00:00
jca
8bbce942b3
Respect CC
2017-04-25 22:51:23 +00:00
sthen
1a57732b1b
clang and other fixes for zmtx-zmrx:
...
add prototypes
add missing system headers
add missing return values in non-void functions
64-bit time_t format string fix found by clang
honour CFLAGS
don't call rx_raw(int timeout) with "rx_raw()", use a sane timeout
2017-04-24 10:14:05 +00:00
sthen
61e9aa7beb
regen patches under standard names
2017-04-24 09:48:17 +00:00
sthen
58003290b8
Update to minicom-2.7.1
...
CVE-2017-7467: Fix an out of bounds data access that can lead to remote
code execution.
2017-04-18 21:05:09 +00:00
sthen
17a56ad7cd
update to fldigi-4.0.2
2017-04-16 14:36:02 +00:00
sthen
7b9fdbb2c9
use LIBCXX
2017-04-10 11:45:22 +00:00
kirby
f193f5a94c
Update to gammu-1.38.2.
2017-04-05 08:02:05 +00:00
benoit
e3df02e777
Update to chirp-20170311.
2017-03-28 07:05:05 +00:00
jca
5b29309099
Respect CXX/CXXFLAGS
2017-02-27 15:47:17 +00:00
jca
d13e8957bd
Don't hardcode gcc, respect CFLAGS
2017-02-27 15:40:54 +00:00
sthen
691ac83091
honour CC
2017-02-26 20:15:35 +00:00
sthen
94ca938963
set a portroach marker, the default scheme picks up alpha versions.
2017-02-20 10:23:28 +00:00
sthen
2a738b5efb
update to FLdigi-3.23.21
2017-02-14 23:17:36 +00:00
sthen
d089f0b05a
Add perl to WANTLIB, first batch. This used to be done automatically but
...
since SHARED_ONLY support was removed across the ports tree the perl module
no longer adds it, so it must be done manually for any perl ports that
provide perl shared-library modules (i.e. libdata/perl5/site_perl/$ARCH/*.so)
and you must not remove them from WANTLIB even if they show as "Extra".
2017-02-06 20:20:23 +00:00
zhuk
55cb3c3d94
Having comms/qtserialport and x11/qt5/qtserialport not conflicting
...
is not enough for stable builds: all their dependees should depend
on either <5.6 or >=5.6 version as well.
Issue reported by naddy@
2017-01-21 18:25:02 +00:00
kirby
26c04df91f
Bugfix update to gammu-1.38.1
2017-01-07 12:27:19 +00:00
zhuk
2c18b4a993
Allow side-by-side installation with qtserialport 5.6+.
2016-12-25 15:10:27 +00:00
kirby
5644fa45d6
Update to wammu-0.43
2016-12-18 12:31:02 +00:00
kirby
899efd848b
Update to python-gammu-2.7
2016-12-18 12:27:15 +00:00
kirby
370be17487
Update to gammu-1.38.0
2016-12-18 12:26:33 +00:00
ajacoutot
81ff798c4b
Missed bump.
...
Drop NO_BUILD to preserve the bdep on python.
2016-11-25 14:42:29 +00:00
kirby
77573f8d21
drop RDEP on devel/gettext. Python already depends on it.
...
Noticed by ajacoutot@, thanks!
2016-11-25 13:01:15 +00:00
kirby
f090f6946b
+ SUBDIR += gammu
...
+ SUBDIR += py-gammu
+ SUBDIR += wammu
2016-11-25 12:02:22 +00:00
kirby
fe83b1794b
Import wammu-0.42
...
OK feinerer@
Wammu is a program to manage data in your cell phone such as contacts,
calendar or messages. It is built on Gammu library, which provides
abstraction layer to work with different cell phones from different
vendors (including Nokia, Sony-Ericsson, Motorola, Samsung, Siemens,
Huawei and others).
2016-11-25 11:58:01 +00:00
kirby
8c632c8926
Import py-gammu-2.6
...
OK feinerer@
Python bindings which allow you to use (most) of Gammu functionality
from Python language.
2016-11-25 11:55:34 +00:00
kirby
6ca97e8ce6
Import gammu-1.37.4
...
Tweaks, tests and OK feinerer@
Gammu command line utility provides access to wide range of phone
features, however support level differs from phone to phone and you
might want to check Gammu Phone Database for user experiences with
various phones. Generally following features are supported:
* Call listing, initiating and handling
* SMS retrieval, backup and sending
* MMS retrieval
* Phonebook listing, export and import (also from standard
formats such as vCard)
* Calendar and tasks listing, export and import (also from
standard formats such as vCalendar or iCalendar)
* Retrieval of phone and network information
* Access to phone file system.
2016-11-25 11:51:46 +00:00
sthen
5a6546fdc1
update to fldigi-3.23.15, including a fix for libsamplerate change
2016-11-09 13:25:12 +00:00
naddy
c326edce1b
The ${PROJECT}.googlecode.com/files/ master sites are no longer
...
accessible, but the distfiles are still available at an archive URL.
Introduce MASTER_SITE_GOOGLECODE and use it for all affected ports.
ok czarkoff@ danj@ sthen@
2016-10-01 11:54:14 +00:00
naddy
70bb8e18e7
replace libiconv module
2016-09-13 11:44:06 +00:00
jasper
003e889c0a
retire sparc
2016-09-01 10:53:26 +00:00
ajacoutot
c63452d37d
Update to p5-Device-Gsm-1.61.
2016-08-27 20:46:54 +00:00
ajacoutot
96ecf1cd12
Zap trailing spaces at EOL.
2016-08-03 13:06:41 +00:00
sthen
342c4d9587
fix @sample directory name
2016-06-20 15:08:44 +00:00
sthen
2e964b1846
update to chirp daily 20160507, from Ted Roby, small tweaks from me
2016-05-07 14:02:53 +00:00
naddy
c1fbcfee6b
x11/openmotif -> x11/motif
2016-05-05 19:52:28 +00:00
naddy
086906101b
replace libiconv module
2016-04-28 13:59:19 +00:00
naddy
32cd7e42e2
replace gettext module
2016-04-12 15:19:39 +00:00
naddy
52501c1f09
replace libiconv module with library dependency; no bump needed
2016-04-09 20:14:48 +00:00
sthen
1b9cae641a
update to fldigi-3.23.09
2016-04-03 12:01:17 +00:00
zhuk
ed298848a3
Zap more lines from qmake-based ports by moving them from
...
the "MODULES=x11/qtX + CONFIGURE_STYLE=qmake" logic to
the "MODULES=devel/qmake x11/qtX" logic.
Discussed with espie@ a few weeks ago.
2016-03-26 20:37:34 +00:00
naddy
cfbb239b6a
Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
...
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00
naddy
deea7ed07b
drop SHARED_ONLY from python and ruby ports
2016-03-20 16:12:22 +00:00
naddy
42bc647e80
remove SHARED_ONLY from ports that only use modules that neither set nor
...
read this variable
2016-03-18 23:12:15 +00:00
naddy
2c4204cf62
remove SHARED_ONLY from simple ports that use the gettext or libiconv module
2016-03-18 21:38:22 +00:00
naddy
9476ae4b33
Consistently disable support for devices connected to a PC printer
...
port. (The configure check is broken).
Drop maintainer at his request.
ok edd@
2016-03-18 16:09:15 +00:00