| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
src/utils/lib/CryptoPP.h:3941:26: error: ISO C++11 does not allow access declarations; use using declarations instead
BufferedTransformation::Get;
^
http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/mldonkey-3.1.5_2.log
http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/mldonkey-core-3.1.5_2.log
http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/mldonkey-gui-3.1.5_2.log
PR: 229691
Submitted by: mickey242@gmx.net
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
in configure.in.
Reported by: antoine
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
--disable-silent-rules
PR: 212075
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
| |
Since ocaml parses commented code, it breaks on this line
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
- Remove NO_LATEST_LINK
|
|
|
|
| |
${CAT} ${PKGMESSAGE} from post-install.
|
|
|
|
| |
- support stage and options
|
|
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
|
|
| |
intel syntax.
PR: ports/180595
|
|
|
|
| |
net-p2p)
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
| |
|
|
|
|
|
|
|
| |
dependent ports
PR: 144982, 149958
Reviewed by: johans (earlier version of the patch)
|
|
|
|
|
|
| |
- Pet portlint: remove ABI version number from LIB_DEPENDS
Changes: http://cvs.savannah.gnu.org/viewvc/mldonkey/mldonkey/distrib/ChangeLog?view=markup
|
| |
|
|
|
|
|
| |
PR: 166891
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
| |
|
|
|
|
|
| |
PR: ports/154908
Submitted by: soulcatcher <soulcatcher13@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps
|
| |
|
| |
|
|
|
|
|
| |
PR: 152037
Submitted by: sunpoet
|
| |
|
|
|
|
| |
Obtained from: mldonkey issue tracker (https://savannah.nongnu.org/patch/?7267#comment2)
|
|
|
|
| |
Obtained from: mldonkey issue tracker (https://savannah.nongnu.org/patch/?7267#comment2)
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
| |
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
| |
|
| |
|
|
|
|
| |
o Add LICENSE* information
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
| |
|
|
|
|
| |
o Bump PORTREVISION to insure that no one will have that LDFLAGS
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Tested by: exp build run (erwin)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/116639
Submitted by: aDe
|
| |
|
| |
|
|
|
|
|
|
|
| |
o Bump PORTREVISION
PR: 112253
Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
|
| |
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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]
|
|
|
|
|
|
|
|
|
|
|
| |
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]
|
| |
|
| |
|
|
|
|
|
|
|
| |
o Log to mlnet_logfile rc script variable instead of stdout/stderr [1]
PR: 104159 [1]
Submitted by: hq [1]
|
| |
|
|
|
|
|
|
| |
o Bump PORTREVISION
Submitted by: ale
|
|
|
|
|
|
| |
o Update to 2.8.1 from port net-p2p/mldonkey-devel
Approved by: benlutz@datacomm.ch (previous maintainer)
|
|
|
|
| |
PR: ports/94453
|
|
|
|
|
| |
PR: ports/96075
Submitted by: Holger Lamm (maintainer)
|
| |
|
|
|
|
|
| |
Discussed with: kris
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
| |
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
|
|
|
|
|
|
|
|
|
| |
legal user-configurable variables is encountered; such an occurrence
should not prevent global tasks like INDEX builds, only the build of
the port in question.
PR: ports/92443 (partial)
Submitted by: linimon
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ftp/jigdo
net/amule1
net/amule2
net/apollon
net/azureus
net/bnbt
net/btpeer
net/btqueue
net/cdonkey
net/ctorrent
net/dcd
net/dclib
net/dctc
net/dctc-gui
net/dctc-gui-qt
net/edonkey-gui-gtk
net/edonkey-gui-gtk-urlslave
net/fcptools
net/fidelio
net/freenet
net/frost
net/giftcurs
net/giftoxic
net/giftui
net/gift
net/gift-fasttrack
net/gift-gnutella
net/gift-openft
net/gkrellm-gift
net/gnewtellium
net/gnome-btdownload
net/gnunet
net/gtkhx
net/gtk-gnutella
net/gtorrentviewer
net/hagelslag
net/hx
net/i2p
net/javadc
net/kmldonkey
net/ktorrent
net/libbt
net/liberator
net/libfreenet
net/libpdtp
net/libtorrent
net/limewire
net/linux-agsatellite
net/linux-edonkey-core
net/linux-edonkey-server
net/linux-jigdo
net/linux-overnet-core
net/minder
net/mldonkey
net/mldonkey-core
net/mldonkey-core-devel
net/mldonkey-devel
net/mldonkey-gui
net/mldonkey-gui-devel
net/mldonkey-perlreactor
net/mldonkey-sancho
net/mldonkey-serverspy
net/mldonkey-urlslave
net/mutella
net/mute-net
net/mute-net-gui
net/mute-net-text
net/napshare
net/nicotine
net/opendchub
net/peercast
net/phex
net/pyslsk
net/py-bittornado
net/py-bittornado-core
net/py-bittorrent
net/py-bittorrent-core
net/py-bittorrent-core-devel
net/py-bittorrent-devel
net/py-fngrab
net/py-kenosis
net/py-kenosis-bittorrent
net/py-py2play
net/p5-pdonkey
net/qtella
net/qtorrent
net/rtorrent
net/squall
net/torrentflux
net/torrentsniff
net/trackerbt
net/transmission
net/valknut
net/verlihub
net/verlihub-plugins
net/xmule
net/xnap
misc/ed2k
misc/edonkey-tool-hash
misc/linux-edonkey-tool-recovermet
Repocopies by: marcus
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
net/gaim -> net-im/gaim
net/gaim-latex -> net-im/gaim-latex
net/gaim-openq -> net-im/gaim-openq
net/gaim-rss-reader -> net-im/gaim-rss-reader
net/gicq -> net-im/gicq
net/gnomeicu2 -> net-im/gnomeicu2
net/gossip -> net-im/gossip
net/ickle -> net-im/ickle
net/jabber -> net-im/jabber
net/jabber-aim -> net-im/jabber-aim
net/jabber-conference -> net-im/jabber-conference
net/jabber-jud -> net-im/jabber-jud
net/jabber-msn -> net-im/jabber-msn
net/jabber-users-agent -> net-im/jabber-users-agent
net/jabber-yahoo -> net-im/jabber-yahoo
net/jarl -> net-im/jarl
net/kf -> net-im/kf
net/libicq -> net-im/libicq
net/libicq2000 -> net-im/libicq2000
net/loudmouth -> net-im/loudmouth
net/meanwhile -> net-im/meanwhile
net/meanwhile-gaim -> net-im/meanwhile-gaim
net/newsbot -> net-im/newsbot
net/ocaml-jabbr -> net-im/ocaml-jabbr
net/psi -> net-im/psi
net/py-jabber -> net-im/py-jabber
net/py-twistedWords -> net-im/py-twistedWords
net/p5-Net-Jabber -> net-im/p5-Net-Jabber
Repocopied by: marcus
|
|
|
|
|
|
| |
'-daemon' argument
Approved by: maintainer timeout (2 weeks)
|
|
|
|
|
|
|
| |
- fix openssl patch
maintainer emailed: 2005-10-08 (no feedback)
Approved by: (maintainer timeout)
|
|
|
|
|
|
|
| |
- Use external OpenSSL
PR: ports/86477
Submitted by: Holger Lamm <holger@e-gitt.net> (maintainer)
|
|
|
|
|
|
|
| |
breaking the resulting rcNG script. This can be the case when installing
net/mldonkey-core.
Approved by: portmgr (clement)
|
|
|
|
| |
Pointy hat to: pav
|
|
|
|
|
|
|
|
|
|
|
| |
- Add rc script [1]
PR: ports/82467
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
Approved by: Holger Lamm <holger@e-gitt.net> (maintainer)
[1]
Submitted by: hq via maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to development version 2.5.28 patch kit j
- Set myself as maintainer for the time being but allow
previous maintainer to take over ASAP
- Temporarily --disable-filetp per default since filetp is
known to be broken on version 2.5.28* and prior
- Deploy PORTDOCS
- Add CONFLICTS on net/mldonkey{,-core,-gui}
- NO_LATEST_LINK since this is a development version of
net/mldonkey
- DESCR: replace spaces with tabs
PR: 75664
Repo copied by: marcus (portmgr)
|
|
|
|
|
|
|
| |
from matching net/mldonkey{,-core,-gui} ports
PR: 75664
Repo copied by: marcus (portmgr)
|
|
|
|
|
|
| |
PR: ports/73924
Submitted by: Jorge Mario G. Mazo <jgutie11@eafit.edu.co>
Approved by: Holger Lamm <holger@e-gitt.net> (maintainer)
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
|
|
| |
PR: ports/70906
Submitted by: Holger Lamm <holger@e-gitt.net> (maintainer)
Approved by: portmgr (marcus)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
|
| |
PR: ports/66554
Submitted by: dhchen <dhchen@dhchen.com>
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/64957
Submitted by: Holger Lamm <holger@e-gitt.net> (maintainer)
|
| |
|
|
|
|
|
| |
PR: 63318
Submitted by: maintainer
|
| |
|
|
|
|
| |
(Part 1)
|
|
|
|
|
| |
PR: ports/61012
Submitted by: Holger Lamm <holger@e-gitt.net> (maintainer)
|
|
|
|
|
| |
PR: 58697
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/56970
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
|
|
|
|
| |
can be redefined by slave ports
|
|
|
|
|
|
|
|
| |
o This port now builds from source and enables all protocols available
on the distribution
o Update PKGMESSAGE, COMMENT and DESCR accordingly
Submitted by: maintainer
|
|
|
|
| |
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
distribution's one
o Bump PORTREVISION
Submitted by: maintainer
Pointy hat to: lioux
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- update to 2.02.0
- only install the mldonkey core (leave the GUI for the mldonkey-gui
port)
- update all informational files to reflect this change
- roll our own BSD license kill_mldonkey shell script instead of
using the distribution's one: sh(1) based using fetch(1)
Approved by: portmgr (myself & no objections)
Repo copied by: joe
Submitted by: maintainer
|
|
|
|
| |
Submitted by: maintainer
|
|
peer-to-peer network
Submitted by: Holger Lamm <holger@e-gitt.net>
|