non port: net-p2p/mldonkey/Makefile |
Number of commits found: 104 (showing only 100 on this page) |
Tuesday, 31 Dec 2024
|
07:41 Muhammad Moinur Rahman (bofh)
Mk/**ocaml.mk: Convert remaining bsd.ocaml.mk to Uses/ocaml.mk
- Instead of USE_OCAML=yes use USES=ocaml. If empty USES=ocaml implies
build and run
- Instead of USE_OCAMLFIND_PLIST use USES=ocaml:findplist which also
implies USES=ocaml:findlib
- Instead of USE_OCAML_CAMLP4 use USES=ocaml:camlp4
- Instead of USE_OCAML_FINDLIB use USES=ocaml:findlib
- Instead of USE_OCAML_LDCONFIG use USES=ocaml:ldconfig
- Instead of USE_OCAML_WASH use USES=ocaml:wash
- Instead of NO_OCAML_BUILDDEPENDS use USES=ocaml:run
- Instead of NO_OCAML_RUNDDEPENDS use USES=ocaml:build
- Instead of USE_OCAML_TK use USES=ocaml:tk which actually implies
USES=ocaml:tkbuild and USES=ocaml:tkrun
- Instead of NO_OCAMLTK_BUILDDEPENDS use USES=ocaml:tkrun
- Instead of NO_OCAMLTK_RUNDEPENDS use USES=ocaml:tkbuild
- USES=ocaml:dune remains unchanged
- Prepare to add/remove keywords easily
Approved by: mat (portmgr)
Reviewed by: freebsd@dev.thsi.be
Differential Revision: https://reviews.freebsd.org/D48227
c79c880 |
Monday, 11 Mar 2024
|
21:50 Guido Falsi (madpilot) Author: Benjamin Jacobs
lang/ocaml: Update to 4.14.1
The 'force-safe-string; setting is NOT enabled, as opposed to the
new upstream default. OCaml users are encouraged to migrate to safe
strings as soon as possible.
- The X11 library isn't part of lang/ocaml anymore, users should
install x11-toolkits/ocaml-graphics.
- Add new 'ocaml' USES
- Bump PORTREVISION on dependent ports, due to ABI Change.
The update includes the following updates to existing ports (needed
to keep them working):
- devel/ocaml-camlp4: Updated to 4.14+1
- devel/ocaml-camlp5: Updated to 8.02.01, homepage updated
- devel/ocaml-dune: Patch to allow overriding the stublibs directory,
strip binary and shared libraries
- devel/ocaml-findlib: Improve port
- devel/ocaml-lwt: Fix build with OCaml 4.14
- deve/ocaml-re: Update to 1.11.0, use new dune USES
- devel/ocaml-sdl: Fix build with new ocaml
- games/freetennis: Fix build, tidy Makefile
- graphics/ocaml-images: Updated to 5.0.4, new homepage, use new
dune USES, undeprecate
- graphics/ocaml-lablgl: Moved into site-lib, dynamic objects
stripped, add missing GL dependencies
- math/coq: Updated to 8.19.0
- math/ocaml-zarith: strip shared libraries, fixed usage of
USE_OCAML_LDCONFIG, use new dune USES
- math/teyjus: Fix build
- net/unison240: Fix build with new compiler
- net/unison248: Fix build with new compiler, add MAKE_JOBS_UNSAFE
- net-p2p/mldonkey: Fix build with new compiler, fix build on i386
- sysutils/ledit: Updated to 2.06, install native binary, Use github,
fix man page installation
- www/geneweb: Build fix for OCaml and Camlp5 updates
- x11-toolkits/ocaml-lablgtk2: Fix build with new compiler
- x11-toolkits/ocaml-lablgtk3: Updated to 3.1.4, added ocaml-camlp-stream
dependency, build fix patch
- x11-toolkits/ocaml-labltk: Updated to 8.06.12, Improve Makefile
Added the following ports:
- devel/ocaml-astring
- devel/ocaml-base
- devel/ocaml-bos
- devel/ocaml-camlp-streams
- devel/ocaml-csexp
- devel/ocaml-fmt
- devel/ocaml-fpath
- devel/ocaml-logs
- devel/ocaml-mtime
- devel/ocaml-pcre2
- devel/ocaml-rresult
- devel/ocaml-seq
- devel/ocaml-stdio
- x11-toolkits/ocaml-graphics
PR: 250408 [1], 262781 [1], 262788 [3], 262789 [1],
262792 [1], 263006 [1], 263162 [3], 263206 [2],
276893 [1], 276945 [4], 276953 [1], 277026 [5],
277241 [1], 277242 [1], 277243 [1], 277244 [1],
277245 [1], 277246 [1], 277247 [1], 277248 [1],
277249 [1], 277250 [1], 277251 [1], 277252 [1],
277253 [1], 277254 [1], 277255 [1], 277256 [4],
277257 [1], 277258 [1]
Approved by: maintainer timeout [1],
yuri (maintainer) [2],
overcome by events, fixit [3],
madpilot (maintainer) [4]
Reviewed by: madpilot
Exp-run by: antoine [5]
Differential Revision: https://reviews.freebsd.org/D43861
8025aa1 |
Monday, 6 Nov 2023
|
10:03 Rodrigo Osorio (rodrigo)
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888
06df180 |
Saturday, 5 Aug 2023
|
14:46 Muhammad Moinur Rahman (bofh)
net-p2p/mldonkey: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
87725d60 |
Wednesday, 5 Jul 2023
|
09:55 Guido Falsi (madpilot)
lang/ocaml: Update to 4.08.1
This update allows (and for some requires) to also update dependencies
to newer versions. Where possible I updated to the latest version.
The ocaml port now is MAKE_JOBS safe.
Changes to dependent ports included in this commit:
- devel/ocaml-sexplib: Rename to devel/ocaml-sexplib0 adapting to
upstream. Update to 0.16.0
- devel/coccinelle: Update to 1.1.1, moved to github
- devel/ocaml-camlp4: Update to 4.08+1
- devel/ocaml-camomile: Use dune for build, adapt port
- devel/ocaml-cppo: Fix lib files installation [1]
- devel/ocaml-dune: Update to 3.7.1 [2]
- devel/ocaml-findlib: Update to 1.9.6 [3]
- devel/ocaml-ipaddr: Update to 3.1.0
- devel/ocaml-parmap: Update to 1.2.4, use dune for build [4]
- devel/ocaml-ppx-tools: Update to 6.6, use dune for build
- graphics/ocaml-cairo: Update to 0.6.4
- net-p2p/mldonkey: Update to 3.1.7-2 [2]
- net/unison: Remove ocaml 4.07 compatibility patches
- net/unison232: Mark broken, fails to build with newer ocaml [5]
- security/ocaml-ssl: Update to 0.5.13 [2]
- x11-toolkits/ocaml-labltk: Update to 8.06.7 [2]
Dune now requires full path as argument to --libdir, so various
ports have been patched accordingly.
Bumping PORTREVISION for all dependent ports that were not updated.
PR: 272067
Approved by: michipili@gmail.com (maintainer timeout),
eduardo (maintainer timeout) [1],
danfe [2],
hrs (maintainer timeout) [3],
dumbbell (maintainer timeout) [4],
mandree (implicit) [5]
Differential Revision: https://reviews.freebsd.org/D40599
2b40e46 |
Thursday, 2 Mar 2023
|
05:23 Tobias C. Berner (tcberner)
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
notifications (!63).
* Various code clean-ups and test improvements.
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
to be registered only for a given application (!52).
- accessibility/atk and accessibility/at-spi2-atk have been merged into
accessibility/at-spi2-core
- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk
PR: 269704
Exp-run by: antoine
---
fa81a4f |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:22 Tobias C. Berner (tcberner)
net-p2p: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Attila Nagy <bra@fsn.hu>
* Chad J. Milios <milios@ccsys.com>
* Damian Gerow <dgerow@afflictions.org>
* Daniel Morante <daniel@morante.net>
* Dave Cottlehuber <dch@skunkwerks.at>
* Dereckson <dereckson@gmail.com>
* Devin Teske <dteske@FreeBSD.org>
* Dmitriy Limonov
* Doug Barton <dougb@FreeBSD.org>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Florent Thoumie <flz@xbsd.org>
* Ganael LAPLANCHE <ganael.laplanche@martymac.org>
* Gea-Suan Lin <gslin@gslin.org>
* Holger Lamm <holger@e-gitt.net>
* Holger Lamm <holger@e-gitt.net> and Mario S F Ferreira <lioux@FreeBSD.org>
* Jeremy Faulkner <gldisater@gldis.ca>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Martin Matuska <mm@FreeBSD.org>
* Maxim Ignatenko <gelraen.ua@gmail.com>
* Michael Johnson <ahze@ahze.net>
* Munish Chopra <mchopra@engmail.uwaterloo.ca>
* Oleg Alexeenkov <proler@gmail.com>
* Oleg R. Muhutdinov <mor@WhiteLuna.com>
* Pankov Pavel <pankov_p@mail.ru>
* Pav Lucistnik <pav@oook.cz>
* Rod Taylor <rbt@zort.on.ca>
* Ryan Steinmetz <zi@FreeBSD.org>
* Shaun Amott <shaun@FreeBSD.org>
* Stas Timokhin <stast@bsdportal.ru>
* Sverrir Valgeirsson <e96sv@yahoo.se> and
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Vasil Dimov <vd@FreeBSD.org>
* Yashin Dmitry <yashin.dm@gmail.com>
* glocke@bsdstammtisch.at
With hat: portmgr
ef8eaee |
Monday, 25 Apr 2022
|
14:12 Piotr Kubaj (pkubaj)
net-p2p/mldonkey: switch to clang and bfd on powerpc64*
471b32e |
Saturday, 16 Apr 2022
|
07:19 Alexey Dokuchaev (danfe)
OCaml: transient update of the stack to version 4.07.1
This is the first step in modernizing our OCaml ports infrastructure,
as we had accumulated substantial technical debt over the years when
many of its consumer ports had not received proper care and updates.
It is currently considered as the lowest supported version (baseline)
in majority of open-source OCaml projects, which would help to pull
up other ports, e.g. `devel/ocaml-dune' in smaller, manageable pieces.
For conservative hackers among us and for compatibility with RHEL 8
which is also on it, having 4.07 in the tree would allow users stick
to that package (pkg lock it) if needed.
PR: 250408, 262781
Exp-run by: antoine
317aa04 |
Thursday, 7 Apr 2022
|
13:59 Alexey Dokuchaev (danfe)
net-p2p/mldonkey: force unsafe strings to unbreak against modern OCaml.
69c0109 |
Friday, 29 Oct 2021
|
09:50 Stefan Eßer (se)
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
819f25b |
Saturday, 16 Oct 2021
|
19:07 Piotr Kubaj (pkubaj)
net-p2p/mldonkey: builds fine with clang on powerpc
f0eaa6c |
Sunday, 29 Aug 2021
|
19:17 Bernhard Froehlich (decke)
net-p2p/mldonkey: Add CPE information
Approved by: portmgr (blanket)
44c0660 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 9 Nov 2020
|
17:08 tcberner
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878
|
Wednesday, 23 Sep 2020
|
18:00 linimon
Canonicalize use of GCC on all powerpc variants.
Approved by: portmgr (tier-2 blanket)
|
Monday, 4 May 2020
|
21:31 dinoex
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports
|
Wednesday, 22 Jan 2020
|
17:32 pkubaj
net-p2p/mldonkey: fix build on powerpc64 elfv2
Clang can't build this port on powerpc64:
ld: error: build/client.a(commonShared.o):(function camlCommonShared__ni_2211:
.text+0xCE): relocation R_PPC64_TOC16_DS out of range: 121936 is not in [-32768,
32767]
ld: error: build/core.a(donkeyOptions.o):(function
camlDonkeyOptions__max_allowed_connected_servers_1641: .text+0x1A): relocation
R_PPC64_TOC16_DS out of range: 69120 is not in [-32768, 32767]
ld: error: build/cdk.a(http_lexer.o):(function camlHttp_lexer__get_args_1205:
.text+0x12): relocation R_PPC64_TOC16_DS out of range: 203032 is not in [-32768,
32767]
PR: 243221
Approved by: danfe (maintainer)
|
Friday, 13 Sep 2019
|
12:50 tobik
Canonicalize librsvg dependency
- Use USE_GNOME=librsvg2 where possible
- Reduce scope of D18878
|
Wednesday, 7 Aug 2019
|
09:42 linimon
Fix build on GCC-based architectures by adding c++11-lang to USES:
/usr/local/lib/libgraphite2.so.3: undefined reference to
`__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
Approved by: portmgr (tier-2 blanket)
|
Monday, 24 Jun 2019
|
10:14 danfe
Update OCaml to version 4.05.0 (this is the last version where strings
are unsafe by default, which is the main motivation why it was picked,
but not the very latest one) and synchronize the rest of the stack and
dependent ports with it, particularly:
- Update `devel/ocaml-ocamlbuild' to version 0.14.0 and unbreak,
register build dependency on all ports that require it (should
be part of USE_OCAML, but we do not want to make any Mk-related
changes the for time being)
- Update `devel/ocaml-camlp4' to version 4.05+2
- Update `devel/ocaml-camlp5' to version 7.07 (the project had
moved to GitHub)
- Mark `devel/ocaml-deriving-ocsigen' as BROKEN for now, it is
very outdated and requires quite a lot of work
- Update `x11-toolkits/ocaml-labltk' to version 8.06.3
PR: 218333
Exp-run by: antoine
|
Thursday, 13 Jun 2019
|
14:01 danfe
- Add upstream patch to unbreak the build against OCaml 4.03.0+
- When possible, use modern spelling of native types to make the
diff for upcoming OCaml update less noisy
- While here, rephrase the COMMENT and assume maintainership
|
Tuesday, 27 Mar 2018
|
11:55 antoine
Add explicit build dependency on pkgconf
Reported by: pkg-fallout
|
Saturday, 30 Dec 2017
|
15:21 tijl
- Patch configure instead of configure.in so we can avoid USES=autoreconf.
An obscure macro is used in configure.in that autoreconf cannot find
anywhere (ACX_CHECK_CXX_FLAGS).
- Disable a test for libcharset from converters/libiconv, so the code will
use nl_langinfo from libc instead.
- Remove unneeded CONFIGURE_ENV, CPPFLAGS and LDFLAGS.
Reported by: antoine
|
Thursday, 28 Dec 2017
|
19:59 tijl
Add build dependency on ax_pthread.m4 from autoconf-archive. It is used
in configure.in.
Reported by: antoine
|
Wednesday, 27 Dec 2017
|
19:41 tijl
Convert to USES=autoreconf.
|
Wednesday, 18 Jan 2017
|
13:20 tijl
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Friday, 9 Sep 2016
|
19:42 amdmi3
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well
Submitted by: amdmi3
Reviewed by: mat
Exp-run by: antoine
Approved by: portmgr (mat, antoine)
Differential Revision: D7534
|
Tuesday, 6 Sep 2016
|
13:34 amdmi3
- Disable strict configure options checking in preparation for portswide
--disable-silent-rules
PR: 212075
Approved by: portmgr blanket
|
Wednesday, 20 Jul 2016
|
09:33 dinoex
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
|
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Monday, 4 May 2015
|
15:46 madpilot
- Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which add
depends on the camlp4 language and labltk ocaml modules, which are
now in separate ports.
- Update x11-toolkits/ocaml-lablgtk2 to 2.18.3
- Update graphics/ocaml-lablgl to 1.05
- Make unison ports use USE_OCAML
- Convert ports to the new flags where needed
- Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be
rebuilt
PR: 199845
Submitted by: jbeich@
Differential Revision: https://reviews.freebsd.org/D2434
Approved by: portmgr (mat)
|
Tuesday, 24 Mar 2015
|
23:45 marino
2 ports categories: Remove $PTHREAD_LIBS
Categories: net-p2p, comms
Note that qrq was not properly staged, it failed stage-QA.
aprsd failed check-plist; it had a plist orphan. Now it fails stage-QA
with a fs violation, but it may be acceptable. Fixes added to both.
approved by: PTHREAD blanket
|
Saturday, 16 Aug 2014
|
19:13 sunpoet
- Remove leading indefinite article from COMMENT
- Remove NO_LATEST_LINK
|
17:42 adamw
Remove a very strange series of ^H's from the pkg-message, and remove the
${CAT} ${PKGMESSAGE} from post-install.
|
Monday, 21 Jul 2014
|
08:07 leeym
- update to 3.1.5
- support stage and options
|
Monday, 14 Jul 2014
|
18:42 bapt
Modernize LIB_DEPENDS
With hat: portmgr
|
Saturday, 15 Mar 2014
|
16:39 miwi
- Convert USE_GMAKE/BZIP2 to USES
|
Friday, 20 Sep 2013
|
22:28 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p)
|
Wednesday, 4 Sep 2013
|
20:01 bsam
Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).
Co-authors: bapt, madpilot and bsam (me)
|
Friday, 9 Aug 2013
|
16:25 cperciva
Fix typo, and thereby fix INDEX.
|
14:05 dinoex
- update libdg to 2.1.0
|
Saturday, 27 Apr 2013
|
11:59 mva
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
Friday, 8 Mar 2013
|
03:00 bf
update to 3.1.3
|
Tuesday, 5 Mar 2013
|
20:22 bf
update x11-toolkits/ocaml-lablgtk2 to 2.16.0+bugfixes, and adjust
dependent ports
PR: 144982, 149958
Reviewed by: johans (earlier version of the patch)
|
Thursday, 14 Jun 2012
|
13:26 sunpoet
- Update to 3.1.2
- Pet portlint: remove ABI version number from LIB_DEPENDS
Changes:
http://cvs.savannah.gnu.org/viewvc/mldonkey/mldonkey/distrib/ChangeLog?view=markup
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Saturday, 21 Apr 2012
|
18:48 miwi
- Update to 3.1.1
PR: 166891
Submitted by: Ports Fury
|
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Thursday, 15 Sep 2011
|
21:43 rene
- Update to 3.1.0 [1]
- Garbage collect old threading options [1]
- Fix build with clang [2]
PR: ports/160502 [1,2]
ports/160498 [2]
Submitted by: "h h" (aakuusta gmail.com) [1,2]
Obtained from: upstream [2]
|
Sunday, 24 Jul 2011
|
18:05 lioux
Drop maintainership
|
Wednesday, 20 Jul 2011
|
02:45 lioux
Update to 3.0.7
PR: ports/154908
Submitted by: soulcatcher <soulcatcher13@gmail.com>
|
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
|
Wednesday, 17 Nov 2010
|
12:32 lioux
Update to 3.0.6
|
Monday, 8 Nov 2010
|
10:07 lioux
Update to 3.0.5
PR: 152037
Submitted by: sunpoet
|
Saturday, 16 Oct 2010
|
11:52 ade
Punt autoconf267->autoconf268
|
Saturday, 25 Sep 2010
|
20:25 lioux
- Remove BROKEN: fix build
Obtained from: mldonkey issue tracker
(https://savannah.nongnu.org/patch/?7267#comment2)
|
Thursday, 16 Sep 2010
|
21:18 pav
- Mark BROKEN: does not build
Reported by: pointyhat
|
Wednesday, 15 Sep 2010
|
18:35 ade
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Monday, 6 Sep 2010
|
12:00 lioux
Update to 3.0.4
|
Tuesday, 3 Aug 2010
|
01:56 lioux
Update to 3.0.3
|
Sunday, 13 Jun 2010
|
12:07 lioux
o Update to 3.0.2
o Add LICENSE* information
|
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
|
Tuesday, 24 Nov 2009
|
01:05 lioux
o Revert previous commit since the specific LDFLAGS is not needed
o Bump PORTREVISION to insure that no one will have that LDFLAGS
|
Sunday, 22 Nov 2009
|
20:10 lioux
- Fix build on systems where GCC stack protection (aka Propolice)
was enabled for userland on src/share/mk/bsd.sys.mk
(SVN rev 180012 on 2008-06-25 21:33:28Z by ru)
- For OSVERSION >= 800040, add -fstack-protector to LDFLAGS
|
09:14 lioux
Update to 3.0.1
|
08:51 lioux
- Fix rc.d startup script:
1) Check if daemon is already running before start
2) Add verbose start message
- Bump PORTREVISION
PR: ports/129790
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
|
Wednesday, 2 Sep 2009
|
15:01 amdmi3
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav)
|
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Sunday, 19 Jul 2009
|
19:49 pav
- Not MAKE_JOBS_SAFE
Reported by: pointyhat
|
Wednesday, 25 Mar 2009
|
13:48 lioux
Mark MAKE_JOBS_SAFE for SMP compilation
|
Wednesday, 25 Feb 2009
|
01:26 lioux
Update to 3.0.0
|
Thursday, 19 Feb 2009
|
05:07 lioux
Update to 2.9.7
|
Tuesday, 6 Jan 2009
|
17:59 pav
- Remove conditional checks for FreeBSD 5.x and older
|
Wednesday, 20 Aug 2008
|
00:57 ade
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
|
Sunday, 10 Aug 2008
|
09:56 lioux
Update to 2.9.6
|
Wednesday, 7 May 2008
|
11:35 lioux
Update to 2.9.5
|
Monday, 3 Mar 2008
|
01:25 lioux
Update to 2.9.4
|
Monday, 21 Jan 2008
|
10:08 lioux
Update to 2.9.3
|
Thursday, 25 Oct 2007
|
10:28 lioux
Update to 2.9.2
|
Thursday, 4 Oct 2007
|
02:16 edwin
Remove always-false/true conditions based on OSVERSION 500000
|
Sunday, 30 Sep 2007
|
04:47 linimon
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
|
Thursday, 13 Sep 2007
|
13:22 lioux
Update to 2.9.1
|
Sunday, 29 Jul 2007
|
17:28 lioux
Update to 2.9.0
|
Thursday, 26 Jul 2007
|
02:46 lioux
o Fix RC script. Make sure the shell is sh(1) when starting mlnet.
o Bump PORTREVISION
PR: 112253
Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
|
Sunday, 1 Jul 2007
|
17:58 lioux
Update to 2.8.7
|
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Thursday, 26 Apr 2007
|
10:10 lioux
Update to 2.8.5 since it is a bugfix to 2.8.4
|
Wednesday, 25 Apr 2007
|
09:40 lioux
Update to 2.8.4
|
Monday, 16 Apr 2007
|
02:20 lioux
o Update to 2.8.3
o Simplify Makefile's port logic
o Do not install rc(8) script if only the graphical user interface
is being installed [1]
PR: 104029 [1]
Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> [1]
|
Saturday, 10 Feb 2007
|
09:13 lioux
o Fix: "Namely, eMule (and compatible) clients use 'rotational
chunkrequest' scheme, where each REQCHUNKS packet contains one
new chunk and two older chunks. This can lead to duplicate data
being sent by mldonkeys, if a rotational chunkrequest scheme is
used when communicating with them." [1]
http://hydranode.com/docs/ed2k/ed2kproto.php#upload
o Bump PORTREVISION
Submitted by: spiral voice <spiralvoice@hotmail.com> (MLDonkey developer) [1]
|
Monday, 25 Dec 2006
|
06:09 lioux
Fix install target: do not install files that do not exist
|
Friday, 15 Dec 2006
|
01:59 lioux
o Update to 2.8.2
o Log to mlnet_logfile rc script variable instead of stdout/stderr [1]
PR: 104159 [1]
Submitted by: hq [1]
|
Tuesday, 21 Nov 2006
|
13:02 lioux
/tmp/msg
|
Friday, 29 Sep 2006
|
10:48 lioux
o Remove PKGNAMESUFFIX=-devel
o Bump PORTREVISION
Submitted by: ale
|
Thursday, 28 Sep 2006
|
23:11 lioux
o Take over maintainership
o Update to 2.8.1 from port net-p2p/mldonkey-devel
Approved by: benlutz@datacomm.ch (previous maintainer)
|
Monday, 17 Jul 2006
|
02:39 linimon
Transfer maintainership by previous maintainer request.
PR: ports/94453
|
Tuesday, 30 May 2006
|
20:32 anray
- Fix build and unbroken port.
PR: ports/96075
Submitted by: Holger Lamm (maintainer)
|
Number of commits found: 104 (showing only 100 on this page) |