| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.3_1 18 Mar 2024 10:25:38 commit hash: 331c8cc7a9dbefe725c258c963d24a4e53ffa066 commit hash: 331c8cc7a9dbefe725c258c963d24a4e53ffa066 commit hash: 331c8cc7a9dbefe725c258c963d24a4e53ffa066 commit hash: 331c8cc7a9dbefe725c258c963d24a4e53ffa066 files touched by this commit |
Christian Weisgerber (naddy) search for other commits by this committer |
comms/birda: Move man pages to share/man
Approved by: portmgr (blanket) |
1.3 20 Jul 2022 14:21:01 commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592 commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592 commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592 commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592 files touched by this commit |
Tobias C. Berner (tcberner) search for other commits by this committer |
comms: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 'Big Bad Bob' Frazier <bobf@mrp3.com>
* <mr@freebsd.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Dolgov <fox@furry.spb.ru>
* Andrey Lykhin <lan31@inbox.ru>
* Anton Voronin <anton@urc.ac.ru>
* Brandon S. Allbery KF8NH <allbery@ece.cmu.edu> (Only the first 15 lines of the commit message are shown above View all of this commit message) |
1.3 06 Apr 2021 14:31:07 commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit |
Mathieu Arnold (mat) search for other commits by this committer |
Remove # $FreeBSD$ from Makefiles. |
1.3 22 Feb 2021 23:57:48 Revision:566349 Original commit files touched by this commit |
kbowling search for other commits by this committer |
comms/birda: Fix build with default PIE.
PIE with static libraries is currently unsupported in FreeBSD, which
results in multiple errors when building with PIE. Explicitly disable
PIE for now.
PR: 253275
Submitted by: Dawid Gorecki <dgr@semihalf.com>
Approved by: mjl@luckie.org.nz (maintainer)
Differential Revision: https://reviews.freebsd.org/D28867 |
1.3 27 Aug 2020 20:36:04 Revision:546688 Original commit files touched by this commit |
tcberner search for other commits by this committer |
comms/birda: fix build on recent current |
1.3 20 Dec 2019 23:24:40 Revision:520531 Original commit files touched by this commit |
brooks search for other commits by this committer |
Additional builds with with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>.
Also GC NO_MANCOMPRESSED which doesn't do anything.
In the case of devel/libpasori, this change accomplished the same thing
as the change in r518434, but more directly (fix the Makefiles rather
than patching them after they are installed). |
1.3 09 Nov 2017 23:12:03 Revision:453879 Original commit files touched by this commit |
antoine search for other commits by this committer |
Fix the context of some patches so that they apply with stricter patch(1)
PR: 223545
With hat: portmgr |
1.3 22 May 2015 13:34:22 Revision:387021 Original commit files touched by this commit |
mat search for other commits by this committer |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
1.3 11 Apr 2015 11:41:01 Revision:383791 Original commit files touched by this commit |
marino search for other commits by this committer |
comms/birda: Unbreak fetch by adjusting MASTER_SITES
PR: 199270
Submitted by: maintainer (mjl - lucky.org.nz) |
1.3 05 Apr 2015 18:12:56 Revision:383311 Original commit files touched by this commit |
bapt search for other commits by this committer |
Mark as broken unfetchable ports |
1.3 21 Aug 2014 19:28:40 Revision:365587 Original commit files touched by this commit |
antoine search for other commits by this committer |
Allow staging as a regular user |
1.3 12 Feb 2014 10:17:07 Revision:343889 Original commit files touched by this commit |
miwi search for other commits by this committer |
- Stage support |
1.3 21 Jan 2014 23:18:05 Revision:340671 Original commit files touched by this commit |
bapt search for other commits by this committer |
Fix properties on pkg-plist |
1.3 20 Sep 2013 16:03:29 Revision:327714 Original commit files touched by this commit |
bapt search for other commits by this committer |
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms) |
1.3 22 Oct 2011 23:50:23 Original commit files touched by this commit |
eadler search for other commits by this committer |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
1.3 20 Mar 2011 12:54:45 Original commit files touched by this commit |
miwi search for other commits by this committer |
- Get Rid MD5 support |
1.3 23 Nov 2005 23:57:18 Original commit files touched by this commit |
edwin search for other commits by this committer |
[patch] comms/birda unexpire
PR 88049 marked comms/birda as deprecated because the old
distfile is no longer available on NetBSD's ftp server.
This is because they now ship birda-1.1
This patch updates the port to 1.1, unbreaking birda. I
use this port routinely and would hate to see it gone.
I would be happy to be maintainer of birda if current
maintainer has no interest maintaining it.
PR: ports/88968
Submitted by: Matthew Luckie <mjl@luckie.org.nz>
---------------------------------------------------------------------- CVS:
Enter Log. Lines beginning with `CVS:' are removed automatically
distinfo CVS: Added Files: CVS: files/patch-lib-Makefile CVS:
Removed Files: CVS: files/patch-iassrv.c CVS:
---------------------------------------------------------------------- |
1.00_2 23 Nov 2005 22:18:16 Original commit files touched by this commit |
edwin search for other commits by this committer |
Reset maintainer
Date: 2005年11月22日 20:07:13 -0500
From: "Brandon S. Allbery KF8NH" <allbery@ece.cmu.edu>
To: Matthew Luckie <mjl@luckie.org.nz>
Subject: Re: comms/birda
On Nov 22, 2005, at 8:05 , Matthew Luckie wrote:
>I'm wondering if you've had a chance to take a look at PR 88968, which
>removes the deprecation status from comms/birda.
I'm no longer running FreeBSD; someone else will have to deal.
--
brandon s. allbery [linux,solaris,freebsd,perl]
allbery@kf8nh.com
system administrator [openafs,heimdal,too many hats]
allbery@ece.cmu.edu
electrical and computer engineering, carnegie mellon university
KF8NH |
1.00_2 26 Oct 2005 20:08:48 Original commit files touched by this commit |
mnag search for other commits by this committer |
Change port to DEPRECATED
PR: 88049
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: Brandon S. Allbery KF8NH <allbery@ece.cmu.edu> (maintainer via
email to Jean Milanez Melo) |
1.00_2 18 Mar 2004 18:01:13 Original commit files touched by this commit |
trevor search for other commits by this committer |
Add size data, approved by maintainers. |
1.00_2 04 Sep 2003 13:21:38 Original commit files touched by this commit |
pb search for other commits by this committer |
Remove stdio buffering even when not on a tty or pty: this prevents
use of ircomm from a "set device" in ppp(8).
Bump PORTREVISION. |
1.00_1 16 Jul 2003 12:47:55 Original commit files touched by this commit |
pb search for other commits by this committer |
Bump PORTREVISION due to previous fix. |
1.00 16 Jul 2003 12:21:07 Original commit files touched by this commit |
pb search for other commits by this committer |
Patch to fix illegal post-free() access (causes crash on -current). |
1.00 21 Feb 2003 11:07:05 Original commit files touched by this commit |
knu search for other commits by this committer |
De-pkg-comment. |
1.00 05 Feb 2003 11:23:53 Original commit files touched by this commit |
edwin search for other commits by this committer |
comms/birda: fix annoing fetching
distro never avaliable at ftp.augustsson.net (fenner@)
PR: ports/47947
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> |
1.00 16 Jul 2002 17:30:59 Original commit files touched by this commit |
sobomax search for other commits by this committer |
Fix installation on -current. |
1.00 10 May 2002 17:52:31 Original commit files touched by this commit |
ijliao search for other commits by this committer |
upgrade to 1.00
PR: 37325
Submitted by: maintainer |
10 Jan 2002 02:09:26 commit hash: fp1.23112@dev.null.freshports.org commit hash: fp1.23112@dev.null.freshports.org commit hash: fp1.23112@dev.null.freshports.org commit hash: fp1.23112@dev.null.freshports.org files touched by this commit |
sumikawa search for other commits by this committer |
Bohlin's IrDA utilities. |