notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/pecl-qb/Makefile

Number of commits found: 18

Thursday, 6 Dec 2018
11:22 rene search for other commits by this committer
Remove version 7.0 from the IGNORE_WITH_PHP list.
Original commitRevision:486751 
Sunday, 2 Dec 2018
17:43 antoine search for other commits by this committer
Deprecate ports depending on php 5.6
Original commitRevision:486473 
Monday, 8 Oct 2018
15:08 antoine search for other commits by this committer
Fix some PKGNAME collisions
Original commitRevision:481545 
Thursday, 14 Dec 2017
13:57 tz search for other commits by this committer
Add missing IGNORE_WITH_PHP for various pecl-ports.

After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2
i set the IGNORE_WITH_PHP accordingly to the fallout.

PR:          222165
Reported by: brnd
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D13476
Original commitRevision:456296 
Saturday, 13 May 2017
03:35 linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:440746 
Monday, 10 Apr 2017
15:08 mat search for other commits by this committer
Convert all PECL ports to USES=php:pecl.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
Original commitRevision:438175 
Saturday, 11 Feb 2017
22:03 bapt search for other commits by this committer
Remove USE_GCC it builds perfectly fine with clang
Original commitRevision:433919 
Thursday, 5 Jan 2017
11:00 amdmi3 search for other commits by this committer
Remove always-true/false conditions after 9.x, 10.[12] EOL
While here, couple minor fixes

portmgr blanket
Original commitRevision:430631 
Sunday, 20 Nov 2016
09:38 gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Original commitRevision:426566 
Wednesday, 3 Aug 2016
12:47 mat search for other commits by this committer
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
Original commitRevision:419514 
Tuesday, 28 Jun 2016
14:00 mat search for other commits by this committer
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
Original commitRevision:417719 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Thursday, 18 Feb 2016
14:47 miwi search for other commits by this committer
- Ignore php70
- While here remove old php gruft
Original commitRevision:409110 
Saturday, 12 Dec 2015
14:44 amdmi3 search for other commits by this committer
- Don't build with -march=native, as it may produce packages incompatible with
target machines

Approved by:	portmgr blanket
MFH:		2015Q4 (blanket)
Original commitRevision:403604 
Friday, 16 Jan 2015
12:02 ale search for other commits by this committer
Update to 2.4.0 release, supporting php 5.6.
Original commitRevision:377169 
Wednesday, 6 Aug 2014
14:25 adamw search for other commits by this committer
Specify USE_GCC=any.

checking if compiling with clang... yes
configure: error: Cannot compile with clang
===>  Script "configure" failed unexpectedly.
Original commitRevision:364182 
Tuesday, 13 May 2014
14:34 sunpoet search for other commits by this committer
- Update to 2.2.0

Changes:	http://pecl.php.net/package-changelog.php?package=qb
PR:		ports/189671
Submitted by:	Gasol Wu <gasol.wu@gmail.com> (maintainer)
Original commitRevision:353953 
Monday, 24 Mar 2014
12:32 sunpoet search for other commits by this committer
- Add pecl-qb 2.1.1

QB stands for Quick Binary. It's a PHP extension designed to enable faster
handling of binary data. It takes a function written in PHP and translate it
for a specialized virtual machine. The use of static type information leads
significantly higher performance than under PHP regular dynamic type system.
A PHP+QB function can run anywhere from five to twenty times faster than
regular PHP code. For even higher level of performance, one can compile PHP+QB
functions to native code (on supported platforms).

QB performs code translation on a per-function basis. It does not affect in
anyway code not specially marked. Interaction between PHP+QB functions and
regular PHP code is basically seamless. A key design objective of QB is to
let developers harness greater processing power than what baseline PHP offers
without the risk involved in adopting a brand new platform.

WWW: http://pecl.php.net/package/qb/

PR:		ports/187651
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Original commitRevision:348972 

Number of commits found: 18