non port: net-p2p/opendchub/Makefile |
SVNWeb
|
Number of commits found: 24 |
Sun, 13 Aug 2023
|
[ 05:01 Xin LI (delphij) ] 78ca3ba
net-p2p/opendchub: Fix build with more recent Perl versions.
PR: ports/264255
|
Sun, 6 Aug 2023
|
[ 20:30 Muhammad Moinur Rahman (bofh) ] 144b843
net-p2p/opendchub: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] ef8eaee (Only the first 10 of 57 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Wed, 19 May 2021
|
[ 19:56 Danilo Egea Gondolfo (danilo) ] 4bb9952
net-p2p/opendchub: Drop maintainership
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 27 Aug 2020
|
[ 19:30 danilo ]
- Fix build with clang 11
- Add LICENSE
- Add localbase to USES and remove CPP/LD FLAGS
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] (Only the first 10 of 257 ports in this commit are shown above. )
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
|
Fri, 15 Aug 2014
|
[ 12:42 danilo ]
- Update from 0.8.2 to 0.8.3
- Add stage support
- Add DOCS option
- Take maintainership
|
Thu, 24 Jul 2014
|
[ 15:57 bapt ] (Only the first 10 of 74 ports in this commit are shown above. )
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
|
Sat, 15 Mar 2014
|
[ 16:39 miwi ]
- Convert USE_GMAKE/BZIP2 to USES
|
Fri, 20 Sep 2013
|
[ 22:28 bapt ] (Only the first 10 of 108 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p)
|
Wed, 11 Sep 2013
|
[ 08:15 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Fri, 7 May 2010
|
[ 22:51 sylvio ]
- Update to 0.8.2
PR: ports/145870
Submitted by: Dmitry Yashin <yashin.dm@gmail.com> (maintainer)
|
Wed, 3 Feb 2010
|
[ 13:50 nemoliu ]
- Update to 0.8.1
- Change maintainer from ports@ to yashin.dm@gmail.com
PR: ports/143480
Submitted by: Dmitry Yashin <yashin.dm@gmail.com>
|
Wed, 16 Sep 2009
|
[ 14:27 miwi ]
- Update to 0.7.16
PR: 138819
Submitted by: Ports Fury
Feature safe: yes
|
Sat, 22 Aug 2009
|
[ 00:32 amdmi3 ] (Only the first 10 of 341 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with N
|
Mon, 9 Mar 2009
|
[ 19:29 miwi ] (Only the first 10 of 60 ports in this commit are shown above. )
- Reset farrokhi@freebsd.org due to long period of inactivity.
Approved by: portmgr (linimon)
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Sat, 8 Sep 2007
|
[ 01:02 linimon ] (Only the first 10 of 91 ports in this commit are shown above. )
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
|
Wed, 8 Nov 2006
|
[ 09:28 farrokhi ] (Only the first 10 of 66 ports in this commit are shown above. )
Change my email address to farrokhi@ in all ports that I maintain.
Approved by: miwi (mentor)
|
Tue, 22 Aug 2006
|
[ 08:04 miwi ]
- Update to 0.7.15
- Pet portlint
- Pass maintainership to submitter
PR: ports/102290
Submitted by: Babak Farrokhi <babak(at)farrokhi.net>
Approved by: krion (mentor)
|
Mon, 30 Jan 2006
|
[ 21:36 pav ] (Only the first 10 of 676 ports in this commit are shown above. )
Populate newly create net-p2p category with these ports:
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 (Only the first 15 lines of the commit message are shown above )
|
Number of commits found: 24 |