85 Commits

Author SHA1 Message Date
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
sthen
35ae4ea489 stop amule from picking up libbfd (from gdb) during build.
update to 2.3.3 while there.
2022-02-03 22:17:27 +00:00
sthen
c782b2c284 Portroach/SiteHandler/GitHub.pm wants a trailing / when pointing
PORTROACH=site:... at a github url
2021-02-28 12:40:28 +00:00
sthen
1fe4e04982 amule: apply patch from upstream to cope with cryptopp update 2020-11-18 00:15:57 +00:00
fcambus
4211997a40 Disable GeoIP lookups and remove dependency on net/GeoIP.
aMule still uses net/GeoIP for doing GeoIP lookups. As the functionality
isn't really useful with outdated databases, disable it and remove the
dependency.
2020-02-08 16:30:09 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +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
22de3ff02c set png16 WANTLIB entries back to png following the change in soname
part done by portbump, part by hand (it is easily confused)
2019-05-17 16:45:25 +00:00
kn
00ef627426 Remove ixml (libupnp) from WANTLIB as well
Missed in previous commit.

Spotted by naddy, thanks!
2019-04-30 15:06:32 +00:00
kn
01112f117a Disable UPnP support
net/libupnp update is coming, but amule's latest release (from 2016) fails
to build with it, so disable this feature to avoid blocking the update and
other consumers.

OK juanfra solene
2019-04-29 08:24:06 +00:00
sthen
86852bcf6e reset unresponsive maintainers, various porters have spent a bunch of
time waiting for timeouts over the last year or more for many of these
ports.  ok danj@ jca@ kmos@
2019-04-24 16:26:54 +00:00
juanfra
7629366e83 Unbreak amule/wxgtk3. OK jca@. 2019-01-20 22:02:02 +00:00
jca
16c8a26880 Cope with the wxWidgets3 update
ok ajacoutot@ landry@ giovanni@
2019-01-02 12:44:06 +00:00
sthen
6b8e265514 bump ports known/suspected to be affected by issue with libedit/libreadline
and termcap on lld arches.
2018-11-14 20:48:21 +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
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
sthen
d1d8dca9bf c++ whitespace fixes for clang6, from David CARLIER, ok dcoppa@ 2018-04-11 15:13:20 +00:00
juanfra
6fc72e5609 Unbreak cryptopp on i386. Tested with a long session of amule.
Maintainer timeout.
2018-01-21 20:25:48 +00:00
dcoppa
15a86df662 Drop gettext module and fix dependencies accordingly. 2017-09-14 16:21:15 +00:00
dcoppa
4e2fcd1ed8 Fix display of search results in amulecmd
Uses correct integer conversion identifiers in Printf
(upstream svn revision r10987)
2017-08-11 11:23:57 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
schwarze
f14ab94726 mandoc now understands .als, drop USE_GROFF and bump 2017-06-14 19:42:53 +00:00
rsadowski
88404f29cf Bump REVISION and adjust WANTLIB after gd update
ok sthen@, "looks okay" @landry
2017-05-15 19:56:02 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
dcoppa
3a0b753bad Merge two fixes from upstream git repository.
git commit a19567efa969835503823d6f6d193dcc83eb92ef:

Try to find best possible keyword for Kad search.
For example most user will search like this "The oxymoronaccelerator
2", which would ask the node which indexes "the". This causes higher
traffic for such nodes and makes them a viable target to attackers,
while the kad result should be the same or even better if we ask
the node which indexes the rare keyword "oxymoronaccelerator", so
we try to rearrange keywords and generally assume that the longer
keywords are rarer.

git commit 5cf7ef9a7dcff2776d9ebc8bb8337e7e3203e6ab:

Add a routine to set file name conversion for amuled, which is based
on wxAppConsole: fix sharing directories with non-ASCII names with
aMule daemon.
2016-11-23 09:56:21 +00:00
dcoppa
d375453aca Fix restoring toolbar orientation on 'Cancel'
(upstream git commit 8f0c06698f988e8d93b62045716bd205a015490b)
2016-10-10 13:25:38 +00:00
dcoppa
672cf15491 Remove unnecessary line; no pkg changes 2016-09-19 19:15:48 +00:00
dcoppa
3e605c7c6f Finally a new release!
Update to amule-2.3.2
2016-09-19 14:06:53 +00:00
dcoppa
d5d45e1875 Merge various fixes from upstream:
Use the proper return type of std::string.length() and std::string.size()
(git commit bb890318844e571fc18d3b80d79cbc8bece54540)

Fix crash when importing partfiles with the "Preallocate space for
new files" preference option enabled
(git commit f2c05727c232b607be5a3b8b78279a669b1e7ef3)

Fix usage of uninitialized value in libupnp
(git commit f2ea995c6bf85c748824b473e6238fef0ae3f44c)

[webserver] Remove erroneous close anchor tag from login.php
(git commit 25a34ff0ddf01c249f36d7a16d58631ad3e39b63)

[webserver] Add missing includes
(git commit 3550730658f3084b4c84a2387d87b070122becb4)
2016-06-03 11:54:44 +00:00
sthen
99d5f42fce bump (GeoIP pkgpath change) 2016-03-01 00:07:17 +00:00
sthen
88b6d7c447 remove the remaining devel/flex build deps 2015-11-20 17:17:50 +00:00
dcoppa
5707b85b80 Use the devel/gettext module
While here:
fix the return value of CUPnPService::GetStateVariable
(from upstream git commit 171bc8f931dccae64f1f7d43c84a4e8ce0f0dc49)
2015-09-01 07:30:30 +00:00
ajacoutot
e0be190082 Needs devel/gettext-tools. 2015-08-04 06:43:23 +00:00
ajacoutot
1e919e0ba0 Sync PLIST for share/applications/. 2015-06-05 12:20:38 +00:00
dcoppa
2005edfdc6 Merge some fixes from upstream repo:
Fix always-true conditional

Remove unneeded conversion from CMD4Hash

Fix a shadow warning
2015-01-29 14:46:28 +00:00
sthen
dcb445207e sync follow graphics/gd update 2014-03-17 23:21:26 +00:00
dcoppa
374f7eaa0f Ensure constant value is interpreted as it was meant to be
(upstream git commit bc9ac1221f2d3f27b1c7068dbe590ed013f53c7a)
2014-01-20 21:31:25 +00:00
dcoppa
dba4303965 New round of fixes from upstream:
New download link for server list
(upstream git commit 458e2c2f0d245eca88e9fea48e66bd40036162f4)

If successfully downloaded a server list, and are not connected at
the moment, try to connect.
This happens when no server met is available on startup.
(upstream git commit 41e0edaed86c9be58ae372e419e2cc02cebfa243)

Fix the blasted DoNetworkRearrange()
upstream git commits:
 f2307fa12f
 af9cec62ba
 85ea02a3ab
 d41b28c86b

mldonkey_importer.pl can import an unlimited number of files
(upstream git commit c7667a3e341c2499b0c9a7299f5b05096247556d)
2014-01-13 15:01:22 +00:00
dcoppa
c576bd4f88 Bugfixes from upstream:
Fix pre-allocation in CDownloadQueue::CopyFileList
(upstream git commit f8f0eca00153b508831fce03c385fb2fb1c8ae66)

Don't log a critical line on startup if statistics.dat is missing
(upstream git commit 2de1d5fa97de56625459362cc6ccfd94dbf1c044)

Less writing of known files list during hashing (every 3000MB instead
of 300): files have become larger and hashing faster.
(upstream git commit f9b504a11ba7fabde6c7a63184edeeeb15ec7f66)
2013-11-25 11:55:12 +00:00
sthen
ec1025af83 add BUILD_DEPENDS on bison, now that a .y file has been patched it is required. 2013-08-16 10:54:21 +00:00
dcoppa
89dc9a0c1b Add some EBook file types
(upstream git commit 6c838fc0d67d86ca22e9c793b88badd8a3258b6c)

Add missing semicolon
(upstream git commit 7c67f345702595e6ba9bd29b12734451decb24d8)
2013-08-13 12:46:15 +00:00
dcoppa
165a983dc1 Zap unused variable
(upstream git commit 3de45b1d6aedf27af5e7d3f73f2005d96138f03a)
2013-03-14 12:57:36 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
dcoppa
836e412960 Delete broken seeds files
(upstream git commit 151869b449d49155ea57a2f47579930dca71ea4a)
2012-11-26 12:11:35 +00:00
dcoppa
7575243e60 Take maintainership of devel/cryptopp, net/amule and www/tomcat
since I've de-facto babysitted these ports for a long time.

ok espie@, ajacoutot@, jasper@
2012-11-08 10:06:04 +00:00
dcoppa
393a10fbcf A couple of fixes from upstream:
Fix memory leak when AICH hashing already known files
(upstream git commit 9e62350fae9f24de64987a0cb002fdc15b5fa9af)

Like FAT, NTFS doesn't like special characters either
(upstream git commit 41113ecf15019301afea6cb35d9c35a7b8a0bdd1)
2012-10-25 07:59:45 +00:00
dcoppa
f00570ed25 Better fix for the endianness bug in EC
(upstream git commit ec79c81d6825b55ed826b6519287112056859735)
2012-06-05 08:42:31 +00:00
dcoppa
fe979a182c bump after the wrong commit 2012-05-09 13:12:41 +00:00
dcoppa
f2068eec66 Oops. I dunno how this happened :( 2012-05-09 13:01:15 +00:00