Commit Graph

61 Commits

Author SHA1 Message Date
Po-Chuan Hsieh
6d01cdda45 databases/pecl-memcached: Update to latest snapshot (058e9f5)
- Fix PHP 8.0 arginfo
- Bump PORTREVISION for package change

The main corresponding commits for arginfo are [1], [2] and [3].

PR:		257130
Reported by:	<townwear@gmail.com>
Reference:	e8f53777d3 [1]
		8f3c5dc0fa [2]
		c8f9376a8b [3]
2021-07-22 02:12:12 +08:00
Po-Chuan Hsieh
b43e6aaeee databases/pecl-memcached: Complete CONFIGURE_ARGS 2021-06-20 19:37:19 +08:00
Po-Chuan Hsieh
4638c2ff94 databases/pecl-memcached: Add MSGPACK option
PR:		256332
Reported by:	Unrealist <fbsd_bugs@int.pl>
2021-06-15 01:43:22 +08:00
Mathieu Arnold
305f148f48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Sunpoet Po-Chuan Hsieh
afd0784ad3 Fix build with PHP 8.0
PR:		250528
Submitted by:	fluffy
Obtained from:	c94e014da5
2020-11-06 11:37:16 +00:00
Sunpoet Po-Chuan Hsieh
9d9d94d33c Update to 3.1.5
Changes:	https://pecl.php.net/package-changelog.php?package=memcached
		https://github.com/php-memcached-dev/php-memcached/releases
PR:		242052
Submitted by:	fluffy
2019-12-08 17:32:16 +00:00
Sunpoet Po-Chuan Hsieh
d6b52fd749 Update to 3.1.4
Changes:	https://pecl.php.net/package-changelog.php?package=memcached
		https://github.com/php-memcached-dev/php-memcached/releases
2019-10-20 17:10:01 +00:00
Antoine Brodin
2de6d0986d Ignore with php 7.4
Reported by:	pkg-fallout
2019-09-22 07:14:00 +00:00
Sunpoet Po-Chuan Hsieh
325cdf6cf1 Cosmetic change 2019-09-03 19:08:46 +00:00
Sunpoet Po-Chuan Hsieh
374d3d2b3c Remove expired IGNORE_WITH_PHP=56 2019-01-02 23:57:51 +00:00
Sunpoet Po-Chuan Hsieh
4148d55554 Update to 3.1.3
Changes:	https://pecl.php.net/package-changelog.php?package=memcached
		https://github.com/php-memcached-dev/php-memcached/releases
2019-01-01 20:35:00 +00:00
Sunpoet Po-Chuan Hsieh
5cd92a00a2 Fix build with PHP 7.3
Obtained from:	8bfdbcc906
2018-10-14 16:28:10 +00:00
Sunpoet Po-Chuan Hsieh
24a1375721 Update to 3.0.4
- Add libmemcached version check

Changes:	https://pecl.php.net/package-changelog.php?package=memcached
2017-11-23 19:09:00 +00:00
Sunpoet Po-Chuan Hsieh
e415188233 Enable SASL option by default
- Bump PORTREVISION for dependency and package change
2017-05-07 21:31:14 +00:00
Mathieu Arnold
3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00
Sunpoet Po-Chuan Hsieh
d6a29bd2a0 Update to 3.0.3
Changes:	https://pecl.php.net/package-changelog.php?package=memcached
2017-02-20 15:09:44 +00:00
Sunpoet Po-Chuan Hsieh
079b7ebc96 Update to 3.0.2
Changes:	https://pecl.php.net/package-changelog.php?package=memcached
2017-02-14 14:33:32 +00:00
Sunpoet Po-Chuan Hsieh
a3592a2940 Update to 3.0.1
- Remove PORTSCOUT

Changes:	https://pecl.php.net/package-changelog.php?package=memcached
2017-02-08 23:45:36 +00:00
Sunpoet Po-Chuan Hsieh
1514f6658e Prepare for PHP 7.1 2017-01-20 19:37:41 +00:00
Sunpoet Po-Chuan Hsieh
09f4443d39 - Add PORTSCOUT
- Add GitHub repository to WWW
2016-12-18 15:21:44 +00:00
Sunpoet Po-Chuan Hsieh
4639afb6de - Use upstream PHP7 development in GitHub and unbreak this port for php70
- Bump PORTREVISION
2016-12-14 17:58:07 +00:00
Sunpoet Po-Chuan Hsieh
f102dee672 - Update WWW: pecl.php.net uses https://
Approved by:	portmgr (blanket)
2016-12-13 14:26:11 +00:00
Steve Wills
149ba7338a Unmark broken on powerpc64
These ports built successfully
2016-09-15 01:41:28 +00:00
Mathieu Arnold
aef5a66670 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
2016-08-03 12:47:05 +00:00
Mathieu Arnold
94f90e7475 Missed a few opt_USE=php=foo when building extensions.
Sponsored by:	Absolight
2016-06-29 13:51:49 +00:00
Mathieu Arnold
dca255c3ce 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
2016-06-28 14:00:45 +00:00
Sunpoet Po-Chuan Hsieh
37094ae465 - Pet portlint
- Update BROKEN: use lowercase for leading character
2016-04-23 06:48:42 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Sunpoet Po-Chuan Hsieh
ac5d337885 - Add LICENSE_FILE
- Fix CONFIGURE_ARGS
2016-04-16 21:28:19 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Martin Wilke
5a67738f00 - Ignore php70
- While here remove old php gruft
2016-02-18 14:47:05 +00:00
Sunpoet Po-Chuan Hsieh
61cd7e4039 - Use USES=pkgconfig 2015-03-21 22:00:31 +00:00
Sunpoet Po-Chuan Hsieh
f179b8406a - Add SASL option
PR:		182449
Submitted by:	<dereckson@gmail.com>, <niels.poppe@gmail.com>
2015-03-21 20:50:59 +00:00
Xin LI
87fffb2da7 Pass maintainer to sunpoet@. 2014-12-30 18:28:32 +00:00
Xin LI
d6a7e1fc3e - Convert to new options helper
- Remove unnecessary PHP_MODNAME
 - Use =

Submitted by:	sunpoet
2014-12-22 18:11:00 +00:00
Kubilay Kocak
b6450d4ca7 databases/libmemcached: Update to 1.0.18 and much more
- Update to 1.0.18 and pkg-plist accordingly
- Add LICENSE (BSD3CLAUSE) and LICENSE_FILE
- Add TEST_DEPENDS and regression-test target
- Perl is not required, remove USE_PERL and from USES
- Split LDFLAGS from CONFIGURE_ENV, they're already set there
- Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off)
- Add OPTIONS for hash functions, debug and dtrace
- pkg-descr: Update WWW: URL
- Add patches for:
  * alloca.h include not found on FreeBSD
  * cinttypes include location
  * clang compatibility
- Strip shared libraries manually since upstream install-strip target is
  fail

Changes:

  https://launchpad.net/libmemcached/+announcements

[1] https://bugs.launchpad.net/libmemcached/+bug/1245562
[2] https://bugs.launchpad.net/libmemcached/+bug/1400560

Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email)
2014-12-11 05:26:39 +00:00
Sunpoet Po-Chuan Hsieh
cce24659b6 - Update *_DEPENDS
- Bump PORTREVISION for dependency change
2014-07-31 17:28:49 +00:00
Sunpoet Po-Chuan Hsieh
7a0d731022 - Use USES=tar:tgz
Approved by:	portmgr (blanket)
2014-07-03 16:00:34 +00:00
Xin LI
2e096dd9cc Take. 2014-06-30 16:01:37 +00:00
Eitan Adler
e6ab3ba661 multiple: reset gslin's maintainer
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.

	Gea-Suan Lin's work is much appreciated.

Approved by:	portmgr (implicit) (not really, skipping NO_STAGE check)
2014-06-30 05:51:02 +00:00
Martin Wilke
060148b0d7 - Drop devel/pear dependencies.
PR:		187657
2014-06-05 08:07:21 +00:00
Martin Wilke
656a92a6a2 - Update to 2.2.0
PR:		189184
Submitted by:	maintainer
2014-05-17 10:55:09 +00:00
Martin Wilke
1517ce49fc - Stageify
- Take maintainership of a few ports
2014-01-23 16:00:14 +00:00
Baptiste Daroussin
b5482324dc In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
2013-12-11 18:08:52 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Bryan Drewery
386533630c - Update to 2.1.0 [1]
- Trim header
- Convert to new options framework
- Remove use of bsd.pre.port.mk

PR:		ports/173099 [1]
Submitted by:	John Chen <johnpupu@gmail.com> [1]
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
Feature safe:	yes
2012-11-04 13:51:14 +00:00
Alex Dupre
e748e69581 Update to 2.0.1 release to add php 5.4 support.
PR:		ports/167991
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2012-05-17 10:51:53 +00:00
Vanilla I. Shu
73b7a56b52 1: Upgrade libmemcached to 1.0.6.
2: bump revision to chase shared library version.
3: drop maintainer
2012-04-13 17:48:18 +00:00
Vanilla I. Shu
3ec289414c Upgrade libmemcached to 1.0.4,
bump revision to chase shared library version.
2012-03-05 11:51:43 +00:00
Martin Wilke
71b70418ca * Add LICENSE=PHP30
* Remove MD5 line from distinfo.
* Add IGNORE_WITH_PHP=4 as this requires php 5.2 or newer.

PR:		152943
Submitted by:	"Tom Judge" <tom@tomjudge.com>
Approved by:	maintainer timeout
Feature safe:	yes
2011-01-31 15:15:57 +00:00