Commit Graph

1096 Commits

Author SHA1 Message Date
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
kirby
add9bc3157 update to python-gammu-2.12 2019-03-07 05:32:25 +00:00
ajacoutot
4810af5035 Add BDEP on textproc/xmlto which gets picked up if present at configure
time.
2019-03-03 10:35:30 +00:00
naddy
39ffd280b6 Update to 0.9 and drop the maintainer as requested.
Untested due to a lack of suitable devices, but ian@ and I agree that
the changes look innocuous.
ok ian@
2019-02-27 15:33:13 +00:00
sthen
c06a81c834 avoid @SECLEVEL=0 in console(1) too, from henning 2019-02-26 15:31:17 +00:00
sthen
5ecd20a030 henning has a use for an ipmi+net flavoured conserver package 2019-02-26 15:29:51 +00:00
sthen
aa26be6cc0 Tweak DESCR to make it a bit clearer what the -net flavour of comms/conserver
is for. (It's only needed when you have conserver(8) and console(1) on different
machines, or when you have conserver(8) on multiple machines clustered behind a
single front-end).
2019-02-26 11:54:57 +00:00
sthen
ad160d29ab unbreak FLAVOR=net of conserver; libressl doesn't support :@SECLEVEL=0
found the hard way by henning@
2019-02-25 19:53:16 +00:00
kirby
6c1196cbce update to gammu-1.40.0 2019-02-02 15:25:29 +00:00
sthen
e13d73575c adjust rc_reload/rc_stop handling so that if a master process is running
and conserver is in the (default) "setproctitle" mode, it only attempts to
signal the master and not any other processes. avoids delays during
shutdown/restart and dangling processes which have been observed when
multiple processes are running (presumably due to the childs being
signalled before the master takes them down more cleanly).
2019-01-25 11:35:54 +00:00
sthen
90fdf719ec update to chirp-20190112 2019-01-19 15:38:28 +00:00
danj
4cb6cc61c4 Replace urls using alioth.debian.org
They replaced it with a gitlab hosted on salsa.debian.org and they
provide alioth-archive.debian.org for the source archives, but
they didn't move everything there.

ok sthen@
2019-01-06 14:50:49 +00:00
sthen
49b00025fd bump REVISION for ports with a LIB_ or RUN_DEPENDS on devel/boost,
it has been split into subpackages
2018-12-13 19:53:23 +00:00
naddy
a11285fed0 add MODGCC4_CPPLIBDEP to subpackage 2018-11-22 19:26:54 +00:00
bentley
7f5b5cbb31 +hackrf 2018-11-20 12:46:51 +00:00
bentley
1747731d40 Import hackrf-2018.01.1.
HackRF One from Great Scott Gadgets is a Software Defined Radio peripheral
capable of transmission or reception of radio signals from 1 MHz to 6 GHz.
Designed to enable test and development of modern and next generation radio
technologies, HackRF One is an open source hardware platform that can be
used as a USB peripheral or programmed for stand-alone operation.

This package contains host software for HackRF.

ok sthen@
2018-11-20 12:46:09 +00:00