non port: devel/pecl-newt/Makefile |
SVNWeb
|
Number of commits found: 28 |
Thu, 6 Dec 2018
|
[ 11:22 rene ] (Only the first 10 of 168 ports in this commit are shown above. )
Remove version 7.0 from the IGNORE_WITH_PHP list.
|
Sun, 2 Dec 2018
|
[ 17:43 antoine ] (Only the first 10 of 153 ports in this commit are shown above. )
Deprecate ports depending on php 5.6
|
Mon, 8 Oct 2018
|
[ 15:08 antoine ] (Only the first 10 of 154 ports in this commit are shown above. )
Fix some PKGNAME collisions
|
Thu, 14 Dec 2017
|
[ 13:57 tz ] (Only the first 10 of 82 ports in this commit are shown above. )
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
|
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
|
Tue, 7 Feb 2017
|
[ 12:14 mat ] (Only the first 10 of 81 ports in this commit are shown above. )
Mark ports not building with PHP 7.1.
Sponsored by: Absolight
|
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
|
Sat, 11 Jun 2016
|
[ 15:34 garga ]
Update devel/pecl-newt to 1.2.9
Sponsored by: Rubicon Communications (Netgate)
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
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
|
Thu, 31 Oct 2013
|
[ 23:32 garga ]
. Support STAGE
. Use space on WWW
|
Tue, 15 Oct 2013
|
[ 11:34 garga ]
Update to 1.2.8
PR: ports/182990
Submitted by: Gasol Wu <gasol.wu@gmail.com>
|
Tue, 24 Sep 2013
|
[ 16:47 garga ] (Only the first 10 of 15 ports in this commit are shown above. )
Update LIB_DEPENDS syntax on my ports and silent make check-makefile
|
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:30 miwi ]
- Remove php4 reference
|
Fri, 5 Oct 2012
|
[ 12:41 garga ] (Only the first 10 of 59 ports in this commit are shown above. )
Change headers of all ports maintained by me to new format
|
Mon, 2 Jul 2012
|
[ 22:03 garga ]
Move LICENSE to right place and remove lib version from LIB_DEPENDS to silence
portlint
|
Sun, 8 Apr 2012
|
[ 11:06 garga ]
Update to 1.2.6
Feature safe: yes
|
Wed, 29 Jun 2011
|
[ 21:09 garga ]
Update to 1.2.5
PR: ports/158321
Submitted by: Jin-Sih Lin <linpct@gmail.com>
|
Mon, 20 Dec 2010
|
[ 10:33 garga ]
- Add LICENSE
- Add IGNORE_WITH_PHP=4 sicne it doesn't build
PR: ports/153023
Submitted by: Tom Judge <tom@tomjudge.com>
|
Sun, 10 Jan 2010
|
[ 23:49 pgollucci ]
- chase devel/newt shlib bump
|
[ 23:40 pgollucci ] (Only the first 10 of 28 ports in this commit are shown above. )
- Update to 0.5.11 [1]
- sort pkg-plist
- bump PORTREVISION for SHLIB bump
Submitted by: mi (via e-mail) [1] with minor changes
|
Tue, 15 Dec 2009
|
[ 10:05 garga ]
Update to 1.2.4
|
Fri, 16 Oct 2009
|
[ 11:41 garga ]
Update to 1.2.3
PR: ports/139663
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
|
Thu, 6 Aug 2009
|
[ 12:50 garga ]
Update to 1.2.2
|
Mon, 8 Jun 2009
|
[ 12:15 garga ]
Fix build when newt library is installed on a custom PREFIX
Reported by: QAT
|
Tue, 2 Jun 2009
|
[ 15:59 garga ]
PHP language extension for RedHat Newt library, a terminal-based window and
widget library for writing applications with user friendly interface. Once this
extension is enabled in PHP it will provide the use of Newt widgets, such as
windows, buttons, checkboxes, radiobuttons, labels, editboxes, scrolls,
textareas, scales, etc. Use of this extension if very similar to the original
Newt API of C programming language.
WWW: http://pecl.php.net/package/newt
|
Number of commits found: 28 |