Port details |
- pecl-smbclient Smbclient wrapper extension
- 1.1.1 net =4 1.1.1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2016-04-28 06:54:18
- Last Update: 2023-09-05 20:46:28
- Commit Hash: 983d161
- People watching this port, also watch:: drm_info, e2fsprogs, sway, endless-sky, xdm
- Also Listed In: pear
- License: BSD2CLAUSE
- WWW:
- https://pecl.php.net/package/smbclient
- https://github.com/eduardok/libsmbclient-php
- Description:
- Smbclient is a PHP extension that uses Samba's libsmbclient library to
provide Samba related functions and 'smb' streams to PHP programs.
- ¦ ¦ ¦ ¦
- 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-smbclient>0:net/pecl-smbclient
- To install the port:
- cd /usr/ports/net/pecl-smbclient/ && make install clean
- To add the package, run one of these commands:
- pkg install net/pecl-smbclient
- pkg install php81-pecl-smbclient
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81-pecl-smbclient
- Package flavors (<flavor>: <package>)
- php81: php81-pecl-smbclient
- php80: php80-pecl-smbclient
- php82: php82-pecl-smbclient
- php83: php83-pecl-smbclient
- distinfo:
- TIMESTAMP = 1681843846
SHA256 (PECL/smbclient-1.1.1.tgz) = 84520d5c73f8b7c9f590371c510ccf1f0d77405cf9a76726687359e6df9e96b2
SIZE (PECL/smbclient-1.1.1.tgz) = 35405
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/php81
- autoconf>0 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php81
- Library dependencies:
-
- libsmbclient.so : net/samba413
- This port is required by:
- for Run
-
- www/owncloud
Configuration Options:
- No options to configure
- Options name:
- net_pecl-smbclient
- USES:
- php:pecl samba:lib
- 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 |
1.1.1 05 Sep 2023 20:46:28 |
Po-Chuan Hsieh (sunpoet) |
net/pecl-smbclient: Fix build warning on i386
/wrkdirs/usr/ports/net/pecl-smbclient/work-php81/smbclient-1.1.1/smbclient.c:1205:52:
warning: format specifies type 'long' but the argument has type 'zend_long' (aka
'int') [-Wformat]
php_error(E_WARNING, "Negative byte count: %ld", count);
~~~ ^~~~~
%d
/wrkdirs/usr/ports/net/pecl-smbclient/work-php81/smbclient-1.1.1/smbclient.c:1256:52:
warning: format specifies type 'long' but the argument has type 'zend_long' (aka
'int') [-Wformat]
php_error(E_WARNING, "Negative byte count: %ld", count);
~~~ ^~~~~
%d
2 warnings generated. |
1.1.1 26 Aug 2023 20:34:10 |
Po-Chuan Hsieh (sunpoet) |
net/pecl-smbclient: Update WWW |
1.1.1 26 Aug 2023 09:27:27 |
Po-Chuan Hsieh (sunpoet) |
net/pecl-smbclient: Fix build with Clang 16 on i386
/wrkdirs/usr/ports/net/pecl-smbclient/work-php80/smbclient-1.1.1/smb_streams.c:328:2:
error: incompatible function pointer types initializing 'int (*)(php_stream *,
zend_off_t, int, zend_off_t *)' (aka 'int (*)(struct _php_stream *, int, int,
int *)') with an expression of type 'int (php_stream *, off_t, int, off_t *)'
(aka 'int (struct _php_stream *, long long, int, long long *)')
[-Wincompatible-function-pointer-types]
php_smb_ops_seek,
^~~~~~~~~~~~~~~~
1 error generated. |
1.1.1 18 Apr 2023 21:38:01 |
Po-Chuan Hsieh (sunpoet) |
net/pecl-smbclient: Update to 1.1.1
Changes: https://pecl.php.net/package-changelog.php?package=smbclient |
1.1.0 09 Apr 2023 13:36:42 |
Po-Chuan Hsieh (sunpoet) |
net/pecl-smbclient: Update to 1.1.0
Changes: https://pecl.php.net/package-changelog.php?package=smbclient |
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) |
1.0.6 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 ) |
1.0.6 18 Apr 2021 05:42:59 |
Po-Chuan Hsieh (sunpoet) |
net/pecl-smbclient: Update to 1.0.6
Changes: https://pecl.php.net/package-changelog.php?package=smbclient |
1.0.5 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.5 17 Feb 2021 18:04:45 |
sunpoet |
Update to 1.0.5
Changes: https://pecl.php.net/package-changelog.php?package=smbclient |
1.0.4 01 Feb 2021 19:25:43 |
sunpoet |
Update to 1.0.4
Changes: https://pecl.php.net/package-changelog.php?package=smbclient |
1.0.3 30 Jan 2021 12:22:44 |
sunpoet |
Update to 1.0.3
Changes: https://pecl.php.net/package-changelog.php?package=smbclient |
1.0.2 26 Jan 2021 17:26:08 |
sunpoet |
Update to 1.0.2
Changes: https://pecl.php.net/package-changelog.php?package=smbclient |
1.0.1 03 Jan 2021 20:06:40 |
sunpoet |
Update to 1.0.1
Changes: https://pecl.php.net/package-changelog.php?package=smbclient |
1.0.0_1 06 Nov 2020 11:37:21 |
sunpoet |
Fix build with PHP 8.0
PR: 250529
Submitted by: fluffy
Obtained
from: https://github.com/eduardok/libsmbclient-php/commit/a8eab234dd19e32a73740bdd5689e36324b8be5d |
1.0.0_1 04 Jun 2019 14:17:39 |
antoine |
Switch default version of samba from 4.7 to 4.8
With hat: portmgr |
1.0.0 01 Jan 2019 20:35:05 |
sunpoet |
Update to 1.0.0
- Remove IGNORE_WITH_PHP=73
Changes: https://pecl.php.net/package-changelog.php?package=smbclient |
0.9.0_4 12 Oct 2018 06:23:47 |
antoine |
Those ports are not compatible with php 7.3
Reported by: pkg-fallout |
0.9.0_4 01 Sep 2018 17:05:48 |
antoine |
Switch default version of samba to 4.7
Samba 4.6 will be discontinued in a few weeks
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D16904 |
0.9.0_3 12 Jan 2018 14:25:36 |
sunpoet |
Take maintainership |
0.9.0_3 12 Jan 2018 11:21:07 |
rene |
Return kevlo's ports to the pool, he handed in his commit bit.
With hat: portmgr-secretary |
0.9.0_3 23 Dec 2017 07:03:21 |
antoine |
Change default version of samba from 4.4 to 4.6
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D13529 |
0.9.0_2 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.9.0_2 25 Mar 2017 23:37:05 |
antoine |
Switch default version of samba from 4.3 to 4.4
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D10131 |
0.9.0_1 21 Mar 2017 21:59:31 |
antoine |
- Add USES=samba to handle dependency on samba
Valid ARGS: build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D8919 |
0.9.0 13 Feb 2017 03:00:09 |
kevlo |
Update to 0.9.0 |
0.8.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.8.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.8.0 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.8.0 29 Apr 2016 14:05:49 |
kevlo |
Use LIB_DEPENDS. |
0.8.0 28 Apr 2016 15:10:46 |
sunpoet |
- Add LICENSE_FILE
- Update RUN_DEPENDS: remove PORTSDIR
Approved by: portmgr (blanket) |
0.8.0 28 Apr 2016 06:54:08 |
kevlo |
Import pecl-smbclient 0.8.0
Smbclient is a PHP extension that uses Samba's libsmbclient library to
provide Samba related functions and 'smb' streams to PHP programs. |