non port: devel/pecl-ev/Makefile |
SVNWeb
|
Number of commits found: 27 |
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:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
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 )
|
Sun, 19 Sep 2021
|
[ 14:30 Dima Panov (fluffy) ] c8a1369
devel/pecl-ev: update to 1.1.5 release
Changelog: https://pecl.php.net/package-changelog.php?package=ev&release=1.1.5
Fixed #44: segmentation fault when the watcher is destroyed in its callback and
an exception is thrown.
Issue #40: Fixed PHP 8 Windows build: the list of source files in config.w32 was
incorrect for PHP 8.
|
Mon, 16 Aug 2021
|
[ 12:21 Dima Panov (fluffy) ] 374eaf1
devel/pecl-ev: updte to 1.1.4 release+
Upgraded to PHP8
Fixed tests with PHP versions 8.1.0beta (both NTS and ZTS) and 5 ZTS.
Fixed #43: watcher was not stopped on an uncaught exception in the callback.
|
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, 24 Dec 2020
|
[ 12:10 fluffy ]
devel/pecl-ev: update to 1.0.9 release
Set IGNORE with php80 (not ready yet)
Take maintainership
Approved by: miwi
|
Tue, 4 Aug 2020
|
[ 05:47 lwhsu ]
Update to 1.0.8
PR: 247682
Submitted by: Miguel Gocobachi <miguel@gocobachi.dev>
Approved by: maintainer timeout
|
Fri, 6 Mar 2020
|
[ 17:05 joneum ] (Only the first 10 of 163 ports in this commit are shown above. )
hand over Maintainership to miwi
Sponsored by: Netzkommune GmbH
|
Wed, 21 Nov 2018
|
[ 12:41 joneum ] (Only the first 10 of 16 ports in this commit are shown above. )
Take Maintainership
Approved by: johnpupu@gmail.com (maintainer, via eMail)
Sponsored by: Netzkommune GmbH
|
Mon, 10 Apr 2017
|
[ 15:08 mat ] (Only the first 10 of 152 ports in this commit are shown above. )
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281
|
Thu, 9 Feb 2017
|
[ 18:06 krion ]
Update devel/pecl-ev to 1.0.4
PR: 216919
Submitted by: johnpupu@gmail.com
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9495
|
Wed, 3 Aug 2016
|
[ 12:47 mat ] (Only the first 10 of 381 ports in this commit are shown above. )
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022
|
Tue, 28 Jun 2016
|
[ 14:00 mat ] (Only the first 10 of 246 ports in this commit are shown above. )
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936
|
Thu, 18 Feb 2016
|
[ 14:47 miwi ] (Only the first 10 of 114 ports in this commit are shown above. )
- Ignore php70
- While here remove old php gruft
|
Mon, 21 Dec 2015
|
[ 18:35 sunpoet ]
- Add LICENSE_FILE
- Remove outdated IGNORE_WITH_PHP
Approved by: portmgr (blanket)
|
Wed, 2 Dec 2015
|
[ 20:18 feld ]
devel/pecl-ev: fix patch, port was out of sync with quarterly
Somehow head/devel/pecl-ev and the quarterly version became out of sync.
The quarterly one already had a patch for libev/ev.c that covered the
intended change and more. I can't reproduce a build issue with 10.1 or
9.3, so I'm attempting to re-sync the ports at PORTREVISION=2 and then
we can approach any leftover issues that arise. We should then be able
to do a clean MFH as well.
PR: 204895
|
Sun, 29 Nov 2015
|
[ 17:02 robak ]
devel/pecl-ev: fix build errors
PR: 204895
Submitted by: John Chen <johnpupu@gmail.com> (maintainer)
MFH: 2015Q4
|
Wed, 4 Nov 2015
|
[ 16:46 vanilla ]
Upgrade to 0.2.15.
PR: 204285
Submitted by: maintainer
|
Fri, 26 Dec 2014
|
[ 03:48 vanilla ]
- Update to 0.2.13
- Remove PHP_MODNAME
- Use `USES= tar:tgz` instead of EXTRACT_SUFX
PR: ports/196262
Submitted by: maintainer
|
Fri, 10 Oct 2014
|
[ 10:10 robak ]
devel/pecl-ev: update 0.2.10 -> 0.2.12
PR: 194158
Submitted by: John Chen <johnpupu@gmail.com>
Approved by: mentors (implicit)
|
Mon, 23 Sep 2013
|
[ 20:26 sunpoet ]
- Support STAGEDIR
|
[ 20:24 sunpoet ]
- Update to 0.2.10
Changes: http://pecl.php.net/package-changelog.php?package=ev
PR: ports/181462
Submitted by: John Chen <johnpupu@gmail.com>
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Sun, 9 Jun 2013
|
[ 17:34 miwi ]
- Remove php4 reference
|
Mon, 29 Apr 2013
|
[ 14:25 miwi ]
- Update to 0.2.4
PR: 178088
Submitted by: maintainer
|
Mon, 28 Jan 2013
|
[ 13:44 vanilla ]
1: Upgrade to 0.2.3
2: add 2 patches for clang.
PR: ports/175646
Submitted by: maintainer
|
Sun, 27 Jan 2013
|
[ 14:55 vanilla ]
Add pecl-ev 0.2.2, libev extension for PHP.
PR: ports/175124
Submitted by: John Chen <johnpupu@gmail.com>
|
Number of commits found: 27 |