Commit Graph

1111 Commits

Author SHA1 Message Date
sthen
f1e0b49528 update to chirp-20200409 2020-04-18 18:14:13 +00:00
naddy
d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
benoit
02089e6e4b Update to p5-Device-Modem-1.57. 2020-02-14 12:11:56 +00:00
kmos
362c14b0bd Unbreak comms/xastir for sparc64 (and probably other arches)
ok abieber@
2020-02-13 03:59:42 +00:00
sthen
a3e5de8f53 drop maintainer 2020-02-03 20:40:37 +00:00
jasper
c0d71858db update MASTER_SITES where distfiles.nl was used 2020-01-26 11:14:29 +00:00
rsadowski
4de43da1b3 Remove qtserialport (qt4)
After cad/fritzing is updated there are no consumers.

Ok jca@, abieber@ (maintainer)
2020-01-25 05:05:18 +00:00
sthen
bc3ebc875e completely remove the "static inline" mgetty patches, the change was already
handled upstream in the 1.2.1 update.
2020-01-15 21:02:28 +00:00
kmos
5b19b89056 Fix comms/mgetty+sendfax for gcc architectures.
patches for g3/* added static before the "#ifdef __GNUC__" but on
GCC architectures that ended up having "static static inline".
Move the statics outside the ifdef

ok cwen@
2020-01-08 22:22:39 +00:00
bentley
70187881fb Update to sigrok-firmware-fx2lafw-0.1.7. 2019-12-18 06:56:25 +00:00
bentley
e61dcf3935 Update to libsigrokdecode-0.5.3. 2019-12-18 06:50:30 +00:00
naddy
d8c6e8b88d accept libtiff 4.1.x 2019-11-30 12:56:15 +00:00
kmos
2487b212e9 Move tests to MODPY_PYTEST 2019-11-23 23:52:09 +00:00
fcambus
0e8a70731e Add pterm. 2019-11-09 15:36:59 +00:00
fcambus
eb0b6301c6 Import comms/pterm.
Pterm is a terminal emulator designed for connecting to PLATO-like
systems such as Cyber1 and the Cybis release from Tom Hunter.  It also
has the ability to run MicroTutor from floppy disk images.

PLATO is a multi-user system hosting games, educational material, and
communities.  A PLATO server is hosted at IRATA.online with guest access
and a CYBIS system is hosted at cyber1.org.

From Tim Meunier, thanks!

OK sthen@
2019-11-09 15:35:26 +00:00
kirby
53f1c48748 update to gammu-1.41.0 2019-11-06 02:44:12 +00:00
jcs
21553158b2 update from an ancient version to 1.2.1 which contains some security
fixes

ok ajacoutot sthen
2019-10-14 21:05:07 +00:00
naddy
174c6a4da8 skip unused code: clang does not handle x86 inline assembly on non-x86 2019-10-04 20:56:02 +00:00
naddy
c1c8a5a08e From upstream:
CMake will fail to properly run check_c_compiler_flag() on ARM when
checking for -msse2; it will always pass, and subsequent builds will
fail. Trying to compile actual code during CMake is a more reliable way
to see if SSE2 is actually available.
2019-10-03 13:39:45 +00:00
rsadowski
d96113533b Unbreak build after doxygen update
"Behavior of FILE_PATTERNS was unintentionally changed in doxygen 1.8.16,
this lead to the libsigrok doxygen invocation generating almost no data,
and missing all the enums needed for the binding generation, resulting
in build failures."

Upstream-issue: https://github.com/doxygen/doxygen/issues/7190

Patch from ArchLinux
2019-09-30 06:34:50 +00:00
jca
c72e82ff60 Stop passing a timezone param to settimeofday(2)
Historical, and useless in this port since timezone information is
always zero.  xastir is the only user of the timezone argument that
I could spot.  ok cheloha@ abieber@ (maintainer)
2019-09-10 11:21:24 +00:00
danj
1991058dbd Remove unresponsive maintainers
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@
2019-07-17 14:49:19 +00:00
kmos
bfcd295421 Move HOMEPAGE and MASTER_SITES to https. Also add a comment above the
PERMIT_PACKAGE line noting it is GPLv2 licensed while here. REVISION
bumped. Also put a line between PERMIT_PACKAGE and WANTLIB.

Tweak and ok sthen@
2019-07-14 21:45:42 +00:00
naddy
ae1cb22cb2 Switch to PERMIT_(DISTFILES|PACKAGE).
CDROM restrictions are no longer applicable.
2019-07-14 02:16:50 +00:00
naddy
7ab397505a Switch to PERMIT_PACKAGE. CDROM restrictions are no longer applicable. 2019-07-14 00:39:34 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
sthen
6ff3e55398 bump REVISION in a bunch of ports known or likely to use struct kinfo_proc,
there may be some missing as my unpacked ports source is a little out of date
but this should catch the main things people might run into

the struct was reordered a second time in sysctl.h r1.192 to improve
compatibility but amd64 snapshot packages made it out before that happened
so the bumps are still needed
2019-06-25 20:25:20 +00:00
ajacoutot
330898f0ff Unbreak with newer GraphicsMagick. 2019-06-16 13:41:30 +00:00
sthen
f548d95863 sync some WANTLIBs 2019-06-13 15:48:50 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
sthen
902b542fe0 more ncurses->curses 2019-05-21 09:34:30 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
sthen
e40f996745 another batch of ncurses->curses WANTLIB updates, skipping any
that have gettext LIB/RUN_DEPENDS to avoid conflicts for naddy's
multipackaging work
2019-05-20 20:52:31 +00:00
naddy
792b694c0a switch to CONFIGURE_STYLE=autoreconf 2019-05-19 19:13:45 +00:00
sthen
b17bf3228e update curses WANTLIB entries following the change in base libraries to use soname 2019-05-17 16:19:37 +00:00
danj
2d599cae09 Remove maintainer per their request 2019-05-12 16:29:44 +00:00
abieber
53f8b5e4fc Bump chirp to the latest version.
OK sthen@
2019-05-09 15:59:34 +00:00
danj
ad1eae70d2 Remove maintainers per their requests 2019-05-04 00:17:11 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
sthen
53defd7102 remove more PKG_ARCH=* with pyc in PLIST 2019-04-27 23:55:04 +00:00
cwen
44c3b822ff hackrf: COMPILER should be placed before MODULES, as seen in Makefile.template
ok jca@ (on the previous diff)
2019-04-22 19:56:51 +00:00
cwen
eef3ec6c56 hackrf: fix build on big-endian archs by using ports-gcc on !clang archs
OK bentley@ (maintainer)
2019-04-22 08:46:17 +00:00
cwen
18dbbfd7f9 hylafax: fix the build with ports-gcc-8.
Allow building with C++14 (even for clang archs).
Also add various portcheck(1) fixes and move HOMEPAGE to https.

OK sthen@
2019-04-21 15:44:04 +00:00
landry
67f9b56af4 Add -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1 to CFLAGS/CXXFLAGS where
appropriate in various devel/proj consumers to fix build with upcoming
proj 6 update, which will be commited in a month or so.

Thx to https://github.com/OSGeo/proj.4/wiki/proj.h-adoption-status for
linking the various upstream issues about it.
2019-04-16 20:13:09 +00:00
sthen
82b8581fa3 better comments 2019-03-27 23:39:59 +00:00
sthen
c378bd2f90 committed upstream 2019-03-27 23:38:19 +00:00
sthen
2ba706c2c4 spring-clean conserver patches/ 2019-03-27 10:37:09 +00:00
sthen
e3088bdd06 update to conserver-8.2.4 2019-03-27 10:14:03 +00:00
sthen
cf9c2acd66 update to conserver-8.2.3 2019-03-17 23:39:59 +00:00
cwen
6309a2bb3b qt5.port.mk: change COMPILER
Move it to "base-clang ports-gcc" and bump REVISION accordingly.
This unbreaks Qt5-related binaries runtime on macppc.

OK sthen@
2019-03-08 20:00:39 +00:00