55 Commits

Author SHA1 Message Date
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
sthen
71289c26b9 bump REVISION for safety to trigger pkg_add -u to pick up new builds; ieee80211
structs were changed recently. probably not needed in this port but bumps are
cheaper than debug time.

use https while there.
2019-09-03 10:50:33 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
sebastia
ab9f231262 Update the ancient version to the more recent 2016-07-R1, tested on
i386 and amd64 with a couple of different wifi adapters by myself
and kili@ test on amd64.

lots of things changed, gpsmap GUI is gone. security model changed,
see MESSAGE. Take over MAINTAINER from kili@

OK kili@
2019-03-03 23:11:04 +00:00
naddy
84174f9106 bump for package path change devel/gmp -> devel/gmp,-main 2018-11-02 18:48:39 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
jasper
1e5a67f986 fix build with clang6 2018-04-12 17:55:08 +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
espie
9a37ea8c3d there was already one const there. noticed by nigel, as stupid gcc dislikes
const const.
2017-05-18 12:41:58 +00:00
espie
6e062e2d65 let it build with clang: fix depends line, const correct char*,
typedef nonsense, and delete vs new[]
2017-05-17 16:03:32 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
ajacoutot
5558c792d3 First pass at pre-entively fixing ports that would break once guenther's header
pollution diff is in.

lang/squeak/vm does not build but it's due to the recent audio changes
games/xbattle: also fixes some conflicting implicit decl
print/hplip: also fixes some conflicting implicit decl
2016-09-10 13:03:40 +00:00
sthen
a406b733fd make sure -current pkgname/revision are higher than stable 2016-05-06 21:39:03 +00:00
jasper
eba90637f6 remove vax workarounds/tentacles, reword where applicable 2016-03-09 18:31:36 +00:00
sthen
e48df32b6b fix following ImageMagick update 2015-11-06 20:37:34 +00:00
sthen
5d220a595f handle ifmedia64 2015-09-11 16:27:41 +00:00
sthen
2b274b1a42 Avoid using IFM_MAKEMODE in kismet, it's not used correctly anyway.
Found by and ok stsp@
2015-09-09 15:28:32 +00:00
naddy
6bb8d0674b Drop USE_GROFF from ports where the formatting differences are acceptable
or mandoc provides the more useful output.
2015-02-16 22:57:07 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
zhuk
cb88cc0f5e Bump after changing a few IEEE 802.11 ioctls. 2014-08-24 18:05:17 +00:00
jasper
5cb0b582fd no more m68k 2014-03-19 13:28:57 +00:00
espie
b11e3accb3 pseudo-flavor 2013-11-10 12:25:14 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
f5a323c546 Don't use ${FLAVOR:L}, we only support lower-case flavours now.
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
okan
0848a8a56c WANTLIB sync after ImageMagick update; ok sthen 2012-06-19 12:57:32 +00:00
espie
0397d65db0 new depends 2010-11-19 22:31:32 +00:00
espie
14f3555991 fix WANTLIB, make sure the pseudo-flavor is a pseudo-flavor (don't link
non gpsmap parts with libz), and thus bump REVISION.
2010-11-11 14:11:34 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
47ff75aa46 USE_GROFF=Yes 2010-10-18 18:36:45 +00:00
sthen
d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00
okan
d68acb1477 - adapt for updated ImageMagick
- fixup WANTLIB

feedback and ok kili@
2008-11-20 13:36:37 +00:00
kili
5ba7c853bc Update to 2008-05-R1.
Tests, feedback and corrections from Jim Razmus and sthen@

ok sthen@
2008-06-27 22:10:14 +00:00
sthen
0df8422b00 sync wantlib, bump packages. 2008-06-12 21:58:11 +00:00
kili
a4b727f653 Update to kismet-2007-10-R1.
Tested by quite some people (after some pushing by sthen@).

ok sthen@
2007-11-10 21:10:42 +00:00
sthen
68c39928bc fix path to config file in kismet.conf(5), and remove " in COMMENT
while there.

ok kili@
2007-09-13 08:35:02 +00:00
kili
3809a7a2a1 Unbreak -gpsmap for 64 bit archs. Found by steven@. 2007-06-28 12:43:32 +00:00
bernd
02e9d10ef0 Unbreak build with xenocara expat. Please make sure your
build-with-xenocara-expat diffs are working before you commit.
2007-05-02 08:15:16 +00:00
kili
7664105312 Use xenocara expat. 2007-04-29 13:13:55 +00:00
kili
ba6c37db4a Update to 2007-01-R1b. Tested by many.
ok, robert@
2007-04-09 20:50:57 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
bernd
c9e6048de6 Convert to new MULTI_PACKAGES framework.
ok kili@
2006-11-20 20:54:07 +00:00
steven
91a71496cd USE_X11 2006-11-13 12:51:14 +00:00
kili
43ab6c0e68 Update to 2006-04-R1, with some patches from the upstream kismet SVN.
While here, update my mail address and comment most of
the patch files.

Some WANTLIB spanking and ok, sturm@
2006-11-01 21:13:19 +00:00
espie
081f45d827 new style specs 2006-08-03 23:15:57 +00:00
martin
5989078ffd not for architectures without wireless like m68k, m88k and vax
ok pvalchev@
2006-02-25 22:18:19 +00:00
sturm
7fb09e2d69 return on ioctl failure
from maintainer Matthias Kilian <kili at outback.escape.de>
2006-01-16 21:28:19 +00:00
bernd
512ee7fddc New subpackage: kismet-gpsmap (suggestion and initial work by marcm@,
some dependency fixes by MAINTAINER Matthias Kilian)

Provide some working examples for OpenBSD in kismet.conf and use some
better logdir defaults. (suggested by henning@)

ok robert@
2005-10-07 14:13:57 +00:00
robert
32b94333d3 SECURITY:
upgrade to version 200508R1;
This fixes several potential security problems, so everyone
should upgrade immidiately.

From Bernd Ahlers <bernd@ba-net.org>, Matthias Kilian <kili@outback.escape.de>
ok pvalchev@
2005-08-16 20:35:58 +00:00