Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.12 05 Jun 2023 15:36:44 |
Alexey Dokuchaev (danfe) |
devel/libevent: register CONFLICTS_INSTALL with -devel port
While here, drop needless OPENSSL_{CPP,LD}FLAGS assignments.
With DEFAULT_VERSIONS+=ssl=openssl|libressl, the following
definitions end up in the ${WRKSRC}/Makefile without manual
specification of the paths, as they come from pkgconf(1):
OPENSSL_INCS = -I/usr/local/include
OPENSSL_LIBS = -L/usr/local/lib -lssl -lcrypto
With default OpenSSL implementation (base):
OPENSSL_INCS =
OPENSSL_LIBS = -lssl -lcrypto |
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) |
2.1.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 ) |
2.1.12 07 Aug 2022 14:19:59 |
Bernard Spil (brnrd) |
devel/libevent: Fix build with LibreSSL 3.5
Approved by: kbowling (maintainer) |
2.1.12 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.1.12 02 May 2022 17:26:57 |
Kevin Bowling (kbowling) |
devel/libevent: Take maintainer |
2.1.12 02 May 2022 10:46:28 |
Rene Ladan (rene) |
grimreaper: return zeising's ports to the pool after safekeeping his ports bit. |
2.1.12 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
2.1.12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.12 20 Jul 2020 18:33:19 |
zeising |
devel/libevent: Update to 2.1.12
Update devel/libevent to 2.1.12 [1]
Change to use the dist archives instead of the tarball provided by GitHub,
per notice from upstream developers. [2] [3]
Add CPE information [2]
[3]: https://github.com/libevent/libevent/releases/tag/release-2.1.12-stable
Changelog:
https://raw.githubusercontent.com/libevent/libevent/release-2.1.11-stable/ChangeLog
PR: 247985 [1]
Reported by: Yasuhiro KIMURA [1]
Suggested by: daniel.engberg.lists pyret net [2]
MFH: 2020Q3 |
2.1.11_1 18 May 2020 21:09:53 |
zeising |
devel/libevent: Don't force Python 2.7
There is no need to force the use of python 2.7 in libevent, it has been
updated to work with python 3 in this upstream commit:
https://github.com/libevent/libevent/commit/8b0aa7b36a3250fad4953f194c8a94ab25032583
Bump portrevision to force rebuild
PR: 246465
Reported by: gahr@ |
2.1.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 |
2.1.10 15 Jun 2019 07:44:42 |
zeising |
devel/libevent: Grab |
2.1.10 09 Jun 2019 06:12:49 |
mm |
Return maintainership of devel/libevent back to pool |
2.1.10 09 Jun 2019 05:52:54 |
jbeich |
devel/libevent2: update to 2.1.10
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.10-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 238127
Reported by: GitHub (watch releases)
Tested by: pkubaj (powerpc64)
Approved by: maintainer timeout (2 weeks)
MFH: 2019Q2 (maybe security) |
2.1.8_3 18 Mar 2019 23:49:32 |
mm |
devel/libevent: add pkgconfig to USES=
PR: 223170
Submitted by: Thierry Thomas <thierry@FreeBSD.org> |
2.1.8_2 26 Aug 2018 07:56:39 |
delphij |
devel/libevent: Don't use arc4random_addrandom.
PR: 230764, 230756
Approved by: portmgr (antoine) |
2.1.8_1 21 Apr 2018 19:39:39 |
brnrd |
devel/libevent: Fix build with LibreSSL 2.7
- LibreSSL 2.7 implements most of OpenSSL 1.1 API
PR: 226900
Reported by: Piotr Kubaj <pkubaj anongoth pl>
Approved by: maintainer time-out |
2.1.8_1 16 Jan 2018 22:15:05 |
feld |
devel/libevent: Fix QA warning
Need shebangfix for Python script, but we will consciously avoid adding
Python as a build or run dependency for a script that is unlikely to be
used.
PR: 224575
MFH: 2018Q1 |
2.1.8 20 Feb 2017 02:57:04 |
jbeich |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer) |
1.4.14b_3 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.4.14b_3 01 Jul 2014 01:14:42 |
kevlo |
Update WWW: homepage link.
Pointed out by: ijliao
Reviewed by: mm |
1.4.14b_3 19 Jan 2014 18:53:25 |
rakuco |
Use a valid LICENSE name |
1.4.14b_3 19 Jan 2014 13:14:56 |
mm |
Fix manpages plist for libevent |
1.4.14b_2 19 Jan 2014 11:38:34 |
mm |
Add STAGE support to devel/libevent and devel/libevent2 |
1.4.14b_2 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.4.14b_2 21 Jul 2013 11:17:24 |
mm |
Update libevent-hiphop to support hiphop-php 2.1 |
1.4.14b_2 16 Jul 2012 12:12:14 |
mm |
Prepare libevent for hiphop-libevent slave port |
1.4.14b_2 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
1.4.14b_2 28 Oct 2011 18:00:25 |
miwi |
- Fix build FreeBSD 10 |
1.4.14b_2 23 Mar 2011 15:53:22 |
mm |
- Add LICENSE knob(s) |
1.4.14b_2 22 Feb 2011 11:15:04 |
mm |
- Remove unnecessary patch for configure.in
- Remove dependency on USE_AUTOTOOLS |
1.4.14b_2 22 Feb 2011 10:52:46 |
mm |
- Fix USE_AUTOTOOLS |
1.4.14b_2 22 Feb 2011 08:57:43 |
mm |
Import changes from upstream git repository.
Includes fixes for the following Bug IDs:
#3028594 - evutil.c fcntl() uses long for F_SETFL
#3048812 - Signal socketpair blocking
#3107877 - evdns can issue duplicate tx ids |
1.4.14b_1 03 Aug 2010 09:54:18 |
mm |
Remove unused lib dependency on librt
PR: ports/148938
Submitted by: swell.k@gmail.com |
1.4.14b 03 Aug 2010 01:08:14 |
linimon |
Over to new volunteer.
Approved by: old maintainer |
1.4.14b 25 Jul 2010 15:39:20 |
mm |
Update libevent to 1.4.14b
PR: ports/147723
Approved by: maintainer (timeout) |
1.4.13 12 Jan 2010 20:55:01 |
itetcu |
Remove file added by mistake to the wrong port.
Pointyhat to: itetcu@ |
1.4.13 12 Jan 2010 20:41:12 |
itetcu |
Add patch forgotten in previous commit.
- Update to 0.3.11
- Remove files/patch-src::lookup.c (adopted upstream)
- Remove files/patch-Makefile; replicate instead in Makefile while
respecting
custom LOCALBASE
PR: 141004
Submitted by: Sahil Tandon
Approved by: maintainer
Submitted by: maintainer |
1.4.13 04 Dec 2009 12:14:35 |
mnag |
- Update to 1.4.13
PR: 140753
Submitted by: bf <bf1783___gmail.com> |
1.4.12 17 Aug 2009 14:43:51 |
mnag |
- Update to 1.4.12
PR: 137118
Submitted by: bf <bf1783___gmail.com> |
1.4.11 09 Jun 2009 02:41:29 |
mnag |
- Update to 1.4.11 |
1.4.10 25 Apr 2009 18:41:59 |
mnag |
- Update to 1.4.10 |
1.4.9 27 Jan 2009 10:35:12 |
mnag |
- Update to 1.4.9
PR: 130532
Submitted by: bf <bf2006a___yahoo.com> |
1.4.8 28 Sep 2008 01:14:12 |
mnag |
- Update to 1.4.8
PR: 127653
Submitted by: bf <bf2006a___yahoo.com> |
1.4.7 07 Sep 2008 14:47:43 |
mnag |
- Update to 1.4.7 and add test target
PR: 127106
Submitted by: bf <bf2006a___yahoo.com> |
1.4.6 19 Aug 2008 16:39:25 |
mnag |
- Update to 1.4.6
PR: 125677
Notified by: Philip M. Gollucci <pgollucci___p6m7g8.com> |
1.3e 02 Jan 2008 23:42:18 |
mnag |
- Update to 1.3e
PR: 117581
Submitted by: bf <bf2006a___yahoo.com> |
1.3d 21 Sep 2007 20:20:47 |
mnag |
- Update to 1.3d
PR: 115634
Submitted by: chinsan |
1.3b 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.3b 06 Apr 2007 18:27:08 |
mnag |
- Update to 1.3b
PR: 109923
Submitted by: Gea-Suan Lin <gslin___gslin.org> |
1.2a 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
1.2a 05 Dec 2006 12:06:35 |
mnag |
- Hardcode version in pkg-plist to in future remember to bump all ports that use
it. |
1.2a 04 Dec 2006 13:46:15 |
mnag |
- Update to 1.2a |
1.2_1 29 Nov 2006 17:46:10 |
mnag |
- Real fix to run in FreeBSD < 5.1. Use CLOCK_REALTIME when CLOCK_MONOTONIC does
not exists. |
1.2_1 29 Nov 2006 17:13:24 |
mnag |
- Fix build in FreeBSD < 5.1
- Take MAINTAINER |
1.2_1 14 Nov 2006 06:21:05 |
clsung |
- mark BROKEN on 4.x
Noted by: kris@ |
1.2_1 06 Nov 2006 04:04:07 |
clsung |
- Update to real 1.2 release
PR: ports/104963
Submitted by: oz_AT_nixil dot net |
1.2 14 Aug 2006 22:55:18 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
1.2 28 Jun 2006 14:42:27 |
leeym |
- update to 1.2 |
1.1a_1 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
1.1a_1 15 Apr 2006 07:07:25 |
edwin |
devel/libevent is marked as BROKEN on >= 7.0 but actually builds
devel/libevent is marked as BROKEN on FreeBSD >= 700014,
but it builds on FreeBSD/amd64 with kern.osreldate: 700015
(source synced at 04/03/2006) and seem to be working ok as
dependency of security/tor or security/tor-devel.
PR: ports/95337
Submitted by: Yuri Pankov <yuri.pankov@gmail.com> |
1.1a_1 14 Apr 2006 20:45:44 |
linimon |
Reset petef due to no response to email. We hope to see him back sometime.
Hat: portmgr |
1.1a_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.1a 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.1a 20 Jan 2006 00:12:18 |
kris |
BROKEN on 7.0: Does not compile |
1.1a 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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. |
1.1a 29 Jun 2005 21:05:41 |
jylefort |
Update to 1.1a, which contains a workaround for a kqueue-related crash.
PR: ports/82392, ports/82426
Submitted by: bogus addresses
Approved by: maintainer timeout (10 days) |
1.1_1 29 Jun 2005 12:17:01 |
jylefort |
Add INSTALLS_SHLIB=yes
Approved by: maintainer timeout (11 days) |
1.1 26 May 2005 02:46:06 |
petef |
Oops, commit a couple fixes for libevent 1.1 (i cvs ci'd from the wrong
directory last time).
- need libtool
- update plist |
1.1 26 May 2005 02:29:08 |
petef |
Update to 1.1.
PR: ports/81486
Submitted by: alfred |
1.0b 23 Jan 2005 19:49:46 |
petef |
* update to 1.0b
PR: 76373
Submitted by: Phil Oleson <oz@nixil.net> |
1.0 29 Dec 2004 20:43:26 |
petef |
* update to 1.0
PR: 74848
Submitted by: Phil Oleson <oz@nixil.net> |
0.9 18 Oct 2004 01:55:46 |
petef |
Update to 0.9.
PR: 70660
Submitted by: Alex Kapranoff <kappa@rambler-co.ru> |
0.8 19 Apr 2004 16:43:34 |
petef |
Update to 0.8.
PR: 65588
Submitted by: Phil Oleson <oz@nixil.net> |
0.7.c 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.7.c 26 Oct 2003 18:39:26 |
petef |
- update to 0.7c
- make pkg-descr match reality |
0.7.a 10 May 2003 12:35:12 |
petef |
Update to 0.7a |
0.6 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.6 19 Nov 2002 19:41:32 |
petef |
Fix build on -current.
PR: 44896
Submitted by: Volker Stolz <vs@foldr.org> |
0.6 21 Oct 2002 16:37:40 |
obraun |
Upgrade to 0.6.
PR: ports/43791
Submitted by: Volker Stolz <vs@foldr.org>
Approved by: maintainer |
0.4 25 Apr 2002 06:53:41 |
petef |
Update to 0.4.
PR: 37119
Submitted by: Dominic Marks <dominic_marks@btinternet.com> |
0.3d 08 Apr 2002 06:38:57 |
petef |
Fix a typo.
PR: 36686
Submitted by: Jonathan Hanna <jhanna@shaw.ca> |
23 Aug 2001 00:07:25 |
petef |
Change my email address to petef@FreeBSD.org for the ports I maintain. |
23 Jun 2001 16:56:04 |
dwcjr |
Add libevent, "The libevent API provides a mechanism to execute a callback
function when a specific event occurs on a file descriptor or after a timeout
has been reached." |