1130 Commits

Author SHA1 Message Date
ajacoutot
d40df6b325 Adjust MAKE_FLAGS to unbreak after pulseaudio update. 2017-09-20 08:20:14 +00:00
sthen
c101536a68 update to chirp-20170714 2017-09-16 12:59:32 +00:00
sthen
c5cecfbc8a update to fldigi-4.0.9 2017-09-04 16:48:45 +00:00
jasper
0885430c52 replace dead HOMEPAGE/MASTER_SITES with a backup mirror 2017-08-21 18:36:21 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
4fcf8f2aaf drop MAINTAINER on a few things 2017-07-05 10:22:05 +00:00
sthen
e8bb9ff530 drop maintainer 2017-07-04 11:09:44 +00:00
kirby
ff7704b91f update to python-gammu-2.9 2017-06-21 01:03:28 +00:00
kirby
7a7a27c686 update to gammu-1.38.4 2017-06-21 01:02:26 +00:00
schwarze
c143ca02b2 No important formatting differences, drop USE_GROFF and bump.
Actually, mandoc output is slightly more readable because it
handles the footnote markers (superscript 1, 2, 3) better.
2017-06-17 17:22:04 +00:00
kirby
5aebe981eb bugfix update to python-gammu-2.8 2017-06-10 08:44:00 +00:00
kirby
ffaffc3d5d update to gammu-1.38.3 2017-05-25 18:07:53 +00:00
sthen
c208af7d2c update to FLdigi-4.0.4 2017-05-24 14:05:42 +00:00
sthen
64ce11935f fix format string for 64-bit time_t, found by clang warning 2017-05-06 22:00:53 +00:00
sthen
044a3c1586 regen 2017-05-06 21:57:27 +00:00
espie
76983199c3 remove very old unneeded configure change which breaks clang 2017-05-04 14:21:34 +00:00
espie
06bc3b0684 requires gnu89 inline semantics 2017-05-04 14:02:00 +00:00
espie
1f872fa991 uses gnu89-inlines 2017-05-02 16:56:11 +00:00
espie
bdb8a5647f abs(unsigned) doesn't make much sense.
clang catches an actual bug in jakemsr's code!
2017-05-02 16:47:32 +00:00
sthen
cf1c9742f6 update to fldigi-4.0.3 2017-05-01 13:28:09 +00:00
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