Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5c_13 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
1.5c_13 20 Mar 2024 17:15:02 |
Nuno Teixeira (eduardo) |
net/honeyd: Move man pages to share/man
Approved by: portmgr (blanket) |
1.5c_12 17 May 2023 16:30:15 |
Muhammad Moinur Rahman (bofh) |
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.
Approved by: portmgr (blanket) |
1.5c_12 15 May 2023 15:31:45 |
Muhammad Moinur Rahman (bofh) |
net/honeyd: Unbreak on HEAD
Approved by: portmgr (blanket) |
1.5c_12 18 Feb 2023 22:07:13 |
Steven Kreuzer (skreuzer) |
net/honeyd: mark broken on i386
Mark port as broken on i386 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.5c_12 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
1.5c_12 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.5c_12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5c_12 22 Sep 2020 14:30:42 |
se |
Fix build with -fno-common
portlint complains that the patches have not been generated with makepatch
and this caused some effort to generate the patches for this update.
I'm leaving the legacy patches and the EXTRA_PATCH as-is to not cause
unneccessary churn, but IMHO the patches should be regenerated with
makepatch on occasion of the next major change to this port. |
1.5c_11 02 Aug 2019 13:30:40 |
jbeich |
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133 |
1.5c_10 20 Feb 2017 02:57:04 |
jbeich |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer) |
1.5c_9 04 Feb 2017 07:56:59 |
jbeich |
devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer) |
1.5c_8 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.5c_8 26 Aug 2015 02:44:33 |
amdmi3 |
- Switch to libedit as suggested by stage-qa
Approved by: portmgr blanket |
1.5c_7 14 Jul 2015 19:39:16 |
amdmi3 |
- Fix shebangs
- Add LICENSE_FILE
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
1.5c_6 25 Mar 2015 23:51:06 |
marino |
net category: Remove $PTHREAD_LIBS
openafs did not pass check-plist (pre-existing) so fixed and bumped.
Also, pkg-plist was sorted. mediatomb and spread also fail plist-checks
but they weren't fixed.
approved by: PTHREAD blanket |
1.5c_6 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
1.5c_6 24 Oct 2014 16:21:26 |
mva |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit) |
1.5c_6 24 Jul 2014 13:32:59 |
bapt |
Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2
With hat: portmgr |
1.5c_5 03 Jul 2014 15:57:04 |
amdmi3 |
- Switch to USES=libtool
Approved by: portmgr blanket |
1.5c_5 14 May 2014 02:12:19 |
skreuzer |
Support STAGING
Convert to new LIB_DEPENDS format
Define License |
1.5c_5 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.5c_5 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.5c_5 31 May 2012 14:08:01 |
skreuzer |
Change USE_PYTHON to yes since it works with versions newer then 2.4 |
1.5c_4 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.5c_4 20 Apr 2011 20:12:20 |
skreuzer |
- Update MASTER_SITES
- Add LICENSE |
1.5c_4 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.5c_4 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.5c_4 25 Jul 2010 15:39:20 |
mm |
Update libevent to 1.4.14b
PR: ports/147723
Approved by: maintainer (timeout) |
1.5c_3 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.5c_3 03 Jun 2009 15:19:10 |
skreuzer |
Take over maintenance
Approved by: wxs (mentor) |
1.5c_3 09 May 2009 02:46:09 |
wxs |
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
is MAKE_JOBS_UNSAFE). |
1.5c_3 21 Aug 2008 06:18:49 |
rafan |
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 ) |
1.5c_3 19 Aug 2008 16:40:17 |
mnag |
- Update libevent dependency and bump PORTREVISION |
1.5c_2 04 Feb 2008 15:35:12 |
wxs |
Update my address.
Approved by: garga (mentor) |
1.5c_2 02 Jan 2008 23:43:03 |
mnag |
- Bump PORTREVISION since devel/libevent are updated. |
1.5c_1 21 Sep 2007 20:21:30 |
mnag |
- Change libevent lib and bump PORTREVISION since devel/libevent are updated. |
1.5c 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
1.5c 22 Jun 2007 09:52:02 |
rafan |
- Update to 1.5c
- Remove support for 4.x
PR: ports/113919
Submitted by: Wesley Shields <wxs at atarininja.org> (maintainer) |
1.5b_2 06 Apr 2007 18:28:46 |
mnag |
- Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update. |
1.5b_1 22 Mar 2007 17:49:07 |
nivit |
- Fix after objformat removal
PR: ports/110409
Submitted by: Wesley Shields <wxs at atarininja.org> (maintainer) |
1.5b_1 05 Dec 2006 13:29:01 |
mnag |
- Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libevent
- Fix many wrong BUILD_DEPENDS. Thanks to ldd(1) |
1.5b 22 Nov 2006 20:30:25 |
miwi |
- Update to 1.5b
PR: 105744
Submitted by: miwi
Approved by: maintainer |
1.5a 19 Aug 2006 16:49:49 |
miwi |
- Update maintainer addresses
PR: ports/102230
Submitted by: Wesley Shields <wxs(at)atarininja.org>
Approved by: krion (mentor) |
1.5a 29 Apr 2006 12:33:12 |
pav |
- Update to 1.5a
- Take over maintaining
PR: ports/96318
Submitted by: Wesley Shields <wxs@csh.rit.edu>
Approved by: Yann Berthier <yb@bashibuzuk.net> (maintainer) |
1.0_1 29 Jan 2006 23:27:23 |
pav |
- Chase libedit update
PR: ports/92450
Submitted by: Thomas Schweikle <tps@vr-web.de> |
1.0_1 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
1.0_1 01 Jul 2005 22:47:21 |
jylefort |
Chase the libevent update.
Reported by: pointyhat |
1.0 18 Apr 2005 07:38:16 |
pav |
- Update to 1.0
PR: ports/79909
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: Yann Berthier <yb@bashibuzuk.net> (maintainer) |
0.8b 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.8b 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.8b 21 Mar 2005 15:07:52 |
vs |
Update maintainer's address
Submitted by: maintainer |
0.8b 16 May 2004 01:04:31 |
vanilla |
- Update to 0.8b
PR: ports/66672
Submitted by: maintainer |
0.8a 21 Apr 2004 19:22:47 |
clement |
- Fix build on 4.x
PR: 65731 [1],
65855 [2]
Noticed by: freebsd@exotope.com [1]
Submitted by: Yann Berthier <yb@sainte-barbe.org> (maintainer) [2]
Approved by: portmgr (marcus) |
0.8a 16 Apr 2004 23:15:46 |
clement |
- Update to 0.8a
PR: 65639
Submitted by: Yann Berthier <yb@sainte-barbe.org> (maintainer |
0.8 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
0.8 22 Jan 2004 22:44:39 |
krion |
- - Update to version 0.8
PR: 61737
Submitted by: maintainer |
0.7a 20 Dec 2003 22:00:04 |
sergei |
- Update to 0.7a
- Add a MASTER_SITE
PR: 60429
Submitted by: maintainer |
0.7 04 Dec 2003 16:00:46 |
sergei |
- Update to 0.7
- Install sample scripts in DATADIR
- Clarify and shorten COMMENT
- Make Python dependency optional - add WITH_PYTHON knob
PR: 59727
Submitted by: maintainer |
0.6a 26 Sep 2003 07:44:53 |
krion |
- Update to version 0.6a
- Give maintainership to submitter
PR: 57107
Submitted by: Yann Berthier <yb@sainte-barbe.org> |
0.5 24 Sep 2003 08:37:39 |
edwin |
Cease FreeBSD port maintainerships
I don't have the time to give to many of the ports I maintain at
the moment. I wasn't expecting to be so busy this summer ...
Please set all my ports back to ports@freebsd.org.
PR: ports/56935
Submitted by: Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet
<sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com> |
0.5 24 Jun 2003 01:06:04 |
leeym |
update maintainer's email address.
PR: 53658
Submitted by: Dominic Marks <dom@cus.org.uk> |
0.5 12 Apr 2003 16:30:31 |
foxfair |
MAINTAINER update: honeyd v0.5 |
0.4a 12 Apr 2003 03:19:55 |
foxfair |
PR: 46887
Submitted by: Paulius Bulotas <paulius@kaktusas.org>
Upgrade to 0.4a |
0.3 21 Feb 2003 13:15:09 |
knu |
De-pkg-comment. |
0.3 02 Nov 2002 04:33:43 |
perky |
Fix typoes on MAINTAINER address.
Submitted by: Dominic Marks <D.Marks@student.umist.ac.uk> |
0.3 08 Oct 2002 12:10:37 |
perky |
Update maintainer address
PR: 43820
Submitted by: Dominic Marks <d.marks@students.umist.ac.uk> |
0.3 12 Aug 2002 06:33:14 |
pat |
- Update to 0.3
- Fix typo in maintainer email address
- Also use LOCALBASE to pass to configure the location of dependencies
instead of PREFIX
PR: ports/41563
Submitted by: maintainer |
0.2 23 Jun 2002 08:58:05 |
will |
Add honeyd 0.2, a utility to simualte services and hosts on a
virtual network host.
PR: 37124
Submitted by: Dominic Marks <dominic_marks@btinternet.com> |