154133 Commits

Author SHA1 Message Date
kn
b9d5175add Fix "-fno-common" build 2021-02-01 17:40:49 +00:00
naddy
b779695ef4 archivers/gshar+gunshar: enable NLS and install message catalogs
Disabling NLS is buggy, the build already picked up libintl.
Tweak the -fno-common fix.
2021-02-01 17:17:28 +00:00
kn
d174f94dc4 Fix "-fno-common" build, from FreeBSD 2021-02-01 16:51:22 +00:00
kn
cd7163e60e Fix build with "-fno-common" 2021-02-01 16:43:29 +00:00
sthen
e5c21503d7 update to remind-3.3.5, from maintainer Martin Ziemer 2021-02-01 16:20:57 +00:00
naddy
65c52a9878 misc/screen-shm: fix for -fno-common
Declare rather than define global variable in header file.
2021-02-01 15:59:01 +00:00
fcambus
24bfdde27b Update mame to 0.228. 2021-02-01 15:47:16 +00:00
sthen
36cc322e5d update to visidata-2.2 2021-02-01 14:56:30 +00:00
sthen
a226a1ee51 update logtail to 1.3.21 and update COMMENT
logtail is extracted from Debian's logcheck; logtail itself was
unchanged in this version so this is basically a noop update
2021-02-01 14:55:22 +00:00
fcambus
0e3f04315c Add libspiro. 2021-02-01 14:45:33 +00:00
fcambus
e4d8421c79 Import graphics/libspiro.
Spiro is the creation of Raph Levien. It simplifies the drawing of
beautiful curves.

Using bezier splines an artist can easily draw curves with the same
slope on either side of an on-curve point. Spiros, on the other hand,
are based on clothoid splines which make it easy to maintain constant
curvature as well as constant slope. Such curves will simply look nicer.

Spiro splines only use on-curve points and so are easier to use and more
intuitive to the artist.

This library will take an array of spiro control points and convert them
into a series of bezier splines which can then be used in the myriad of
ways the world has come to use beziers.

From Alessandro De Laurenzis, thanks!

OK bentley@
2021-02-01 14:44:30 +00:00
kn
788b0a7599 Remove security/siphon
Upstream still ships the tarball, that's it, as per CVS log:
"primary distsite and homepage have gone away".

The only TCP port I've been able to detect (after producing traffing on a
variety of them) is SSH -- and that only worked after enabling IPv4.

Siphon does not seem to support/detect IPv6 at all and it's OS fingerprints
are extremely old;  besides Gentoo we're the only ones still packaging it
according to https://repology.org/project/siphon/versions .

Fails with "-fno-common".
OK cwen
2021-02-01 14:07:51 +00:00
fcambus
04d2e815b3 Update HOMEPAGE. 2021-02-01 13:47:23 +00:00
fcambus
f76cb9b165 Update dbip to 2021-02. 2021-02-01 13:44:58 +00:00
sthen
ac944c1e7e squid: adjust readme for pf route-to changes 2021-02-01 12:57:26 +00:00
kn
05532e3bec Disable _hitch after security/hitch removal
Reminder from Matthias Schmidt, thanks.
2021-02-01 12:41:37 +00:00
rsadowski
d274b46f24 Update boost to 1.72.0
Changelogs are here:
https://www.boost.org/users/history/version_1_71_0.html
https://www.boost.org/users/history/version_1_72_0.html

Update diff from Brad Smith (maintainer), OK sthen@
2021-02-01 12:00:51 +00:00
sthen
e70ea7f301 mosquitto: xsltproc needed for build 2021-02-01 10:55:27 +00:00
sthen
eb96d9bc59 ccache: add upstream patch to fix on some arches; pointed at by jasper@ 2021-02-01 10:11:27 +00:00
rsadowski
4c498dc54e Update keepassxc to 2.6.4 2021-02-01 06:39:44 +00:00
bket
beb0fd96bd net/unison, set MODOCAML_RUNDEP=if-not-native
Bumped REVISION of 2.4x and 2.5x.
2021-02-01 05:31:03 +00:00
jsg
853cb28a31 bump REVISION for -fno-common build fixes 2021-02-01 04:16:41 +00:00
kn
1f5a876268 Replace perl snippet with MODPY_BIN_ADJ, move to pre-patch
Doing so after "patch" causes "update-patches" to pick up shebang changes,
doing so before keeps patches and the porter workflow clean.
2021-02-01 04:09:48 +00:00
kn
271c58a2f8 Set "-fcommon" for seven duplicate symbols
No upstream activity since 2011.
2021-02-01 02:01:59 +00:00
kn
9f81b578d5 Update to edbrowser 3.7.7
(incidentially fixes build with "-fno-common")
- Fix a potential security hole, where one website can bleed into another.
Worth making a release just for this.
- Move or copy files from one directory to another.
- imap can fetch the earliest emails, rather than the most recent.
2021-02-01 01:46:00 +00:00
cwen
0daeddc9f1 deco: fix the build with -fno-common
OK kn@
2021-02-01 01:22:57 +00:00
cwen
74bcac5072 ncftp: fix the build with -fno-common
OK naddy@
2021-02-01 01:21:36 +00:00
kn
25284374c4 Remove security/lxnb
That's a NetBus 1.6 client... upstream's dead as in NXDOMAIN, we seem to be
the only folks still packaging it.

It has not changed in twenty years (surprise!) and basically only exists to
screw around with old old Windows boxes which... still run the server?

Fails with "-fno-common".
OK jsg
2021-02-01 01:02:54 +00:00
kn
986d55318c Set "-fcommon" for twenty duplicate symbols
No upstream activity since 2014.
Enrich COMMENT and fix COMMENT and DESCR to note our GTK+3 patch.
Replace dead HOMEPAGE with SourceForge.
2021-02-01 00:56:58 +00:00
jca
c2b19727ec Let OCaml ports declare a rundep on lang/ocaml as appropriate
Some OCaml ports build native-code programs on architectures where
supported, most of them probably don't need the big ocaml package at
runtime (for example net/unison).  This commit introduces
MODOCAML_RUNDEP, setting it to `if-not-native' should do the right
thing.

Earlier diffs by bket@.  ok sthen@ bket@
2021-02-01 00:17:55 +00:00
jsg
7a724aa755 update to speech-dispatcher 0.10.2 fixes -fno-common build
ok ajacoutot@
2021-02-01 00:08:18 +00:00
kn
eea4a51b88 Update to pdmenu 1.3.6
1.3.5 from may 2018 added --borderspace/-b option and missing docs
1.3.6 from sep 2020 fixes build with GCC 10
2021-01-31 22:25:56 +00:00
sthen
88d43bc574 update to soundtracker-1.0.1 but mark BROKEN; crashes at startup in some
X keyboard map handling code (keys_init -> keys_make_xkeys -> qsort in
https://sourceforge.net/p/soundtracker/git/ci/master/tree/app/keys.c)

I think I have got the sndio bits updated to what's needed with the
slightly changed api but the above crash prevents actual testing..
2021-01-31 22:14:02 +00:00
sthen
18084c48eb fix following icinga 1 removal 2021-01-31 21:58:27 +00:00
afresh1
824909a45f Update nagios check_openbgpd to 1.10.1
This just updates the README to reflect the removal of the "-r" flag.

Changes from danj@
2021-01-31 21:20:45 +00:00
sthen
39b4146d34 mention the port dir (devel/gettext,-tools) not just "gettext-tools" in
the poisoned scripts; easier to cut-and-paste
2021-01-31 21:18:23 +00:00
sthen
3fd8656015 reinstate accidentally deleted line; reported by naddy 2021-01-31 20:47:25 +00:00
sthen
eadb00e8be flow-tools: add -fno-common patches from gentoo 2021-01-31 20:25:31 +00:00
naddy
3a5abf1f18 audio/mpg321: fix for -fno-common
While here, also fix compiler warnings and drop outdated text from DESCR.
2021-01-31 20:18:25 +00:00
sthen
a4e5d3e008 freerdp: build with -fcommon; the commit supposed to fix it upstream doesn't
apply against the old code in the version we have, and we can't update until
either we get posix timer_create() etc, or an alternative timer implementation
is written
2021-01-31 20:14:42 +00:00
sthen
bd245ec3fe smstools3: add -fno-common patchset from debian 2021-01-31 20:08:42 +00:00
kn
c1b3a71b14 Update HOMEPAGE, kill esd FLAVOR mention (gone in 2009) 2021-01-31 20:05:17 +00:00
sthen
75755393fa update to memtester-4.5.0 2021-01-31 19:55:17 +00:00
kn
06906d2629 Remove net/nemesis
No release from upstream since 2004, no IPv6 support and the port now fails
to build with "-fno-common".

There's net/scapy in our tree which can do everything that nemesis does and
more.

OK bcallah
2021-01-31 19:50:02 +00:00
sthen
a504d749a1 dcc: build with -fcommon (annoying license) 2021-01-31 19:44:30 +00:00
sthen
c58f0b3f4e yubikey-personalization: -fno-common fix from upstream 2021-01-31 19:41:30 +00:00
sthen
bed121e611 ipmitool: -fno-common fix from upstream
(and not from https://bugs.gentoo.org/706870#c14, sheesh...)
2021-01-31 19:36:23 +00:00
sthen
2f997f4bc8 update to distcc-3.3.5 2021-01-31 19:28:02 +00:00
sthen
373dd758d3 netperf: -fno-common fix from PR waiting for merge upstream 2021-01-31 19:27:02 +00:00
sthen
42965f1a50 change to github upstream 2021-01-31 19:17:17 +00:00