Port details |
- pecl-vld Dump the internal representation of PHP scripts
- 0.18.0 devel =2 0.18.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2007-03-06 07:33:16
- Last Update: 2024-11-15 10:17:08
- Commit Hash: a40cc64
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: pear
- License: BSD2CLAUSE
- WWW:
- https://pecl.php.net/package/vld
- https://github.com/derickr/vld
- Description:
- The Vulcan Logic Disassembler hooks into the Zend Engine and
dumps all the opcodes (execution units) of a script.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PHP_PKGNAMEPREFIX}pecl-vld>0:devel/pecl-vld
- To install the port:
- cd /usr/ports/devel/pecl-vld/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pecl-vld
- pkg install php82-pecl-vld
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php82-pecl-vld
- Package flavors (<flavor>: <package>)
- php82: php82-pecl-vld
- php81: php81-pecl-vld
- php83: php83-pecl-vld
- php84: php84-pecl-vld
- distinfo:
- TIMESTAMP = 1663672796
SHA256 (PECL/vld-0.18.0.tgz) = b891cea46fcd61e304a0945ec19eb13b3714a74256e9ec2b6d8edcffac45701d
SIZE (PECL/vld-0.18.0.tgz) = 22040
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- phpize : lang/php82
- autoconf>0 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php82
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_pecl-vld
- USES:
- php:pecl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.18.0 15 Nov 2024 10:17:08 |
Po-Chuan Hsieh (sunpoet) |
devel/pecl-vld: Fix build with PHP 8.1
/bin/sh /wrkdirs/usr/ports/devel/pecl-vld/work-php81/vld-0.18.0/libtool
--mode=compile cc -I. -I/wrkdirs/usr/ports/devel/pecl-vld/work-php81/vld-0.18.0
-I/wrkdirs/usr/ports/devel/pecl-vld/work-php81/vld-0.18.0/include
-I/wrkdirs/usr/ports/devel/pecl-vld/work-php81/vld-0.18.0/main
-I/wrkdirs/usr/ports/devel/pecl-vld/work-php81/vld-0.18.0
-I/usr/local/include/php -I/usr/local/include/php/main
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend
-I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
-DHAVE_CONFIG_H -O2 -pipe -fstack-protector-strong -fno-strict-aliasing
-DZEND_COMPILE_DL_EXT=1 -c
/wrkdirs/usr/ports/devel/pecl-vld/work-php81/vld-0.18.0/srm_oparray.c -o
srm_oparray.lo -MMD -MF srm_oparray.dep -MT srm_oparray.lo
cc -I. -I/wrkdirs/usr/ports/devel/pecl-vld/work-php81/vld-0.18.0
-I/wrkdirs/usr/ports/devel/pecl-vld/work-php81/vld-0.18.0/include
-I/wrkdirs/usr/ports/devel/pecl-vld/work-php81/vld-0.18.0/main
-I/wrkdirs/usr/ports/devel/pecl-vld/work-php81/vld-0.18.0
-I/usr/local/include/php -I/usr/local/include/php/main
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend
-I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
-DHAVE_CONFIG_H -O2 -pipe -fstack-protector-strong -fno-strict-aliasing
-DZEND_COMPILE_DL_EXT=1 -c
/wrkdirs/usr/ports/devel/pecl-vld/work-php81/vld-0.18.0/srm_oparray.c -MMD -MF
srm_oparray.dep -MT srm_oparray.lo -fPIC -DPIC -o .libs/srm_oparray.o
/wrkdirs/usr/ports/devel/pecl-vld/work-php81/vld-0.18.0/srm_oparray.c:1132:7:
error: member reference base type 'void' is not a structure or union
1132 | if (zend_string_equals_literal(Z_PTR_P(func_name),
"exit")) {
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/php/Zend/zend_string.h:372:3: note: expanded from macro
'zend_string_equals_literal'
372 | (ZSTR_LEN(str) == sizeof(literal)-1 && !memcmp(ZSTR_VAL(str),
literal, sizeof(literal) - 1))
| ^~~~~~~~~~~~~
/usr/local/include/php/Zend/zend_string.h:67:31: note: expanded from macro
'ZSTR_LEN'
67 | #define ZSTR_LEN(zstr) (zstr)->len
| ~~~~~~^ ~~~
/wrkdirs/usr/ports/devel/pecl-vld/work-php81/vld-0.18.0/srm_oparray.c:1132:7:
error: member reference base type 'void' is not a structure or union
1132 | if (zend_string_equals_literal(Z_PTR_P(func_name),
"exit")) { (Only the first 15 lines of the commit message are shown above ) |
0.18.0 05 Sep 2024 06:17:53 |
Po-Chuan Hsieh (sunpoet) |
devel/pecl-vld: Fix build with php84 (8.4.0beta3+)
Obtained
from: https://github.com/derickr/vld/commit/dc56f73a25b0230745afb5523871f2e8dd33fccd
Reference: https://pkg-status.freebsd.org/beefy22/data/140amd64-default/b3cf46924d98/logs/php84-pecl-vld-0.18.0.log |
0.18.0 29 Jul 2024 19:02:53 |
Po-Chuan Hsieh (sunpoet) |
devel/pecl-vld: Fix build with php84
Obtained
from: https://github.com/derickr/vld/commit/df1c52c4cb62e5ff31e1b72e3f11df9a45ee567a |
0.18.0 29 Jul 2024 12:39:11 |
Po-Chuan Hsieh (sunpoet) |
devel/pecl-vld: Cosmetic change |
0.18.0 28 Jul 2024 13:15:18 |
Muhammad Moinur Rahman (bofh) |
*/*: Mark IGNORE_WITH_PHP=84
These ports are currently not compatible with php84 and is only a limited
set of ports. There might be more ports which has runtime issues. Please
check if your ports are compatible with php84 and if not pleae mark them
IGNORE_WITH_PHP=84
Approved by: portmgr (blanket) |
0.18.0 30 Jun 2023 07:02:51 |
Po-Chuan Hsieh (sunpoet) |
devel/pecl-vld: Remove IGNORE_WITH_PHP
- Update WWW
f2874589f71dcf5c284569fd4a50a65137b256b9 (0.18.0 update) adds PHP 8.2 support.
And it builds fine with PHP 8.3. |
0.18.0 10 Jun 2023 14:57:35 |
Muhammad Moinur Rahman (bofh) |
*/*: Mark IGNORE_WITH_PHP for 8.3.X
Approved by: portmgr (blanket)
Sponsored by: Bounce Experts |
0.18.0 03 Oct 2022 02:14:45 |
Po-Chuan Hsieh (sunpoet) |
devel/pecl-vld: Update to 0.18.0
Changes: https://pecl.php.net/package-changelog.php?package=vld
https://github.com/derickr/vld/commits/master |
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) |
0.17.2 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 ) |
0.17.2 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 ) |
0.17.2 16 Jun 2022 13:59:27 |
Po-Chuan Hsieh (sunpoet) |
devel/pecl-vld: Cosmetic change |
0.17.2 13 Jun 2022 00:08:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Ignore with php82 |
0.17.2 21 Dec 2021 18:47:54 |
Po-Chuan Hsieh (sunpoet) |
devel/pecl-vld: Update to 0.17.2
Changes: https://pecl.php.net/package-changelog.php?package=vld |
0.17.1 04 May 2021 19:14:56 |
Po-Chuan Hsieh (sunpoet) |
devel/pecl-vld: Update to 0.17.1
- Take maintainership
Changes: https://pecl.php.net/package-changelog.php?package=vld |
0.17.0 04 May 2021 16:57:55 |
Rene Ladan (rene) |
*: reset miwi's ports after safekeeping his ports bit.
Hat: portmgr-secretary |
0.17.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.17.0 29 Dec 2020 09:14:44 |
antoine |
Ignore with PHP 8.0
Reported by: pkg-fallout |
0.17.0 06 Mar 2020 17:05:44 |
joneum |
hand over Maintainership to miwi
Sponsored by: Netzkommune GmbH |
0.17.0 04 Feb 2020 13:44:34 |
joneum |
Update to 0.17.0
Sponsored by: Netzkommune GmbH |
0.16.0 17 Jun 2019 07:22:07 |
joneum |
Update to 0.16.0
Changelog:
- Preliminary PHP 7.4 support
Sponsored by: Netzkommune GmbH |
0.15.0 05 Jan 2019 15:47:57 |
rene |
Remove stale IGNORE_WITH_PHP=56 values.
Reminded by: sunpoet |
0.15.0 15 Dec 2018 01:19:02 |
joneum |
Add "IGNORE_WITH_PHP= 56"
This Port doesn't build with PHP 56 |
0.15.0 10 Dec 2018 17:02:59 |
joneum |
Update to 0.15.0
Changelog:
- Preliminary PHP 7.3 support
-Add LICENSE_FILE
-Remove Ignore for PHP 7.3
Sponsored by: Netzkommune GmbH |
0.14.0 06 Dec 2018 11:22:12 |
rene |
Remove version 7.0 from the IGNORE_WITH_PHP list. |
0.14.0 12 Oct 2018 06:23:47 |
antoine |
Those ports are not compatible with php 7.3
Reported by: pkg-fallout |
0.14.0 16 May 2017 13:37:51 |
joneum |
- Update maintainer address
Reviewed by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D10755 |
0.14.0 10 Apr 2017 15:08:47 |
mat |
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281 |
0.14.0 26 Dec 2016 21:40:25 |
rakuco |
Update to 0.14.0.
PR: 215512
Submitted by: Jochen Neumeister <joneum@bsdproject.de> (maintainer) |
0.13.0_1 22 Dec 2016 12:00:09 |
wen |
- Pass maintainership to submitter
PR: 215489
Submitted by: joneum@bsdproject.de |
0.13.0_1 13 Dec 2016 14:26:12 |
sunpoet |
- Update WWW: pecl.php.net uses https://
Approved by: portmgr (blanket) |
0.13.0_1 03 Aug 2016 12:47:05 |
mat |
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 |
0.13.0 25 Jul 2016 20:01:03 |
rene |
Reset miwi@'s ports, he stepped down from the Ports Team.
With hat: portmgr-secretary |
0.13.0 28 Jun 2016 14:00:45 |
mat |
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 |
0.13.0 18 Feb 2016 14:47:06 |
miwi |
- Ignore php70
- While here remove old php gruft |
0.13.0 26 Nov 2015 14:39:58 |
miwi |
- Take Maintainership
Approved by: mat (mentor) |
0.13.0 24 Feb 2015 15:23:02 |
vanilla |
bsd.php.mk handle ${STRIP} already, remove prev patches. |
0.13.0 24 Feb 2015 04:09:52 |
vanilla |
strip binary. |
0.13.0 13 Dec 2014 18:30:02 |
pawel |
- Update to version 0.13.0, now comaptible with php56 [1]
- Clarify LICENSE
- Convert to USES=tar:tgz
PR: 195423 [1]
Submitted by: Gasol Wu <gasol.wu@gmail.com> [1] |
0.12.0 18 Nov 2014 09:37:33 |
bapt |
Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work! |
0.12.0 13 Oct 2014 13:20:52 |
mat |
These do not build with php 5.6.
With hat: portmgr
Sponsored by: Absolight |
0.12.0 17 Nov 2013 08:26:25 |
antoine |
- Update to 0.12.0
- Add LICENSE
- Stage support
PR: ports/182531
Submitted by: Gasol Wu
Approved by: maintainer timeout (1.5 month) |
0.11.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) |
0.11.2 04 Feb 2013 02:31:41 |
miwi |
- Update to 0.11.2
- Convert Header |
0.11.1 17 May 2012 15:19:49 |
miwi |
- Update to 0.11.1 |
0.10.1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.10.1 05 Jun 2010 17:06:55 |
miwi |
- Update to 0.10.1 |
0.9.1 28 Aug 2009 18:54:47 |
miwi |
- Take maintainership |
0.9.1 28 Aug 2009 17:37:26 |
linimon |
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr |
0.9.1 01 May 2008 08:54:25 |
chinsan |
- Update to 0.9.1. |
0.9.0 16 Dec 2007 04:42:31 |
chinsan |
- Update to 0.9.0 |
0.8.0 06 Mar 2007 07:31:49 |
rafan |
Add pecl-vld 0.8.0, dump the internal representation of PHP scripts.
PR: ports/109857
Submitted by: chinsan |