non port: net/pecl-zmq/Makefile |
Number of commits found: 18 |
Tuesday, 29 Nov 2022
|
20:19 Muhammad Moinur Rahman (bofh)
net/pecl-zmq: Cleanup
- Requires php74 which was EOL on 2022-11-28
Approved by: portmgr (blanket infrastructure)
Sponsored by: Bounce Experts
4bd2bd5 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Monday, 13 Jun 2022
|
00:08 Muhammad Moinur Rahman (bofh)
*/*: Ignore with php82
214a6c5 |
Tuesday, 1 Feb 2022
|
13:06 Renato Botelho (garga)
net/pecl-zmq: Deprecate together with PHP 7.4
Latest version is from 2016 and doesn't work with more recent PHP
versions.
PR: 261619
Reported by: bofh
Sponsored by: Rubicon Communications, LLC ("Netgate")
8c6c230 |
Monday, 10 Jan 2022
|
13:30 Muhammad Moinur Rahman (bofh)
Mark ports to IGNORE with new php81
Approved by: portmgr (infrastructure blanket)
Sponsored by: Bounce Experts
47721a7 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 4 Nov 2020
|
14:29 garga
net/pecl-zmq: Ignore with PHP 8.0
It fails to build with PHP 8.0. Ignore it while it's not fixed.
While here, fix WWW line on pkg-descr
Sponsored by: Rubicon Communications, LLC (Netgate)
|
Tuesday, 9 Oct 2018
|
11:51 garga
net/pecl-zmq: Fix build with PHP 7.3
Reviewed by: pkg-fallout
Obtained from: Debian
Sponsored by: Rubicon Communications, LLC (Netgate)
|
Monday, 10 Apr 2017
|
15:08 mat
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281
|
Wednesday, 3 Aug 2016
|
12:47 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
|
Tuesday, 28 Jun 2016
|
14:00 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
|
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Wednesday, 23 Mar 2016
|
09:20 vsevolod
- Update libsodium to 1.0.8
- Bump revisions of all dependant ports
PR: 206482
Submitted by: lev, w.schwarzenfeld@aon.at
|
Monday, 1 Feb 2016
|
10:24 garga
Update net/pecl-zmq to 1.1.3
Sponsored by: Rubicon Communications (Netgate)
|
Monday, 15 Jun 2015
|
11:06 koobs
net/libzmq4: Update to 4.1.2, Fixes CVE-2014-9721
- Update to 4.1.2
- Update pkg-plist
- USES: pkg-config is now a global dependency
- OPTIONS: with-sytem-pgm is now with-pgm, update helpers
- OPTIONS: with-libsodium no longer takes args, update helpers
- Override pkgconfigdir via configure, deprecate USES: pathfix
- Bump PORTREVISION for dependent ports for shared library version
change
While I'm here:
- Whitespace align Makefile
Based on:
PR: 200502
Reported by: Sevan Janiyan <venture37 geeklan co uk>
Submitted by: Jason Unovitch <jason.unovitch gmail com>
MFH: 2015Q2
Security: 10a6d0aa-0b1c-11e5-bb90-002590263bf5
Security: CVE-2014-9721
|
Friday, 6 Mar 2015
|
11:28 garga
- Fix wrong dependency s/libzmq2/libzmq4/
- Bump PORTREVISION
Sponsored by: Netgate
|
10:46 garga
Add net/pecl-zmq, PHP bindings for ZeroMQ
Sponsored by: Netgate
|
Number of commits found: 18 |