Commit Graph

54 Commits

Author SHA1 Message Date
Stefan Eßer
bcaf25a8c8 Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
2022-01-10 16:15:39 +01:00
Po-Chuan Hsieh
d350da2e9f databases/pear-DB_DataObject: Change the way *_DEPENDS are set
- Remove BUILD_DEPENDS
- Update version requirement of RUN_DEPENDS
- Add NO_ARCH
- Update options:
  - Remove PEAR_/PEAR:: prefix
  - Add DB option
- Update pkg-descr
2021-09-19 13:59:57 +08:00
Po-Chuan Hsieh
0ab32182bc */pear-*: Take maintainership 2021-05-23 00:20:48 +08:00
Rene Ladan
727adba8e5 *: reset miwi's ports after safekeeping his ports bit.
Hat:	portmgr-secretary
2021-05-04 18:57:55 +02:00
Mathieu Arnold
305f148f48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Jochen Neumeister
e6b48082a4 hand over Maintainership to miwi
Sponsored by:	Netzkommune GmbH
2020-03-06 17:05:44 +00:00
Jochen Neumeister
cc5daee0a3 -Update dependencies
Sponsored by:	Netzkommune GmbH
2018-12-20 17:19:33 +00:00
Mathieu Arnold
a1993564e0 Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
  flavored.  They will automatically get flavors (php56, php70, php71, php72)
  depending of the versions they support (set with IGNORE_WITH_PHP).  As a
  consequence, ports using USES=pear and USES=horde are also flavored.

PR:		226242
Submitted by:	mat
Exp-run by:	antoine
Approved by:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14208
2018-03-08 19:48:41 +00:00
Sunpoet Po-Chuan Hsieh
24aa02328d Update distinfo and unbreak this port
Content of tarballs are unchanged (checked against [1]).

=> DB_DataObject-1.11.5.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/DB_DataObject-1.11.5.tgz
fetch: http://pear.php.net/get/DB_DataObject-1.11.5.tgz: size mismatch: expected 82809, actual 83878

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/DB_DataObject-1.11.5.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:28:24 +00:00
Jochen Neumeister
fc373ceed2 - Update maintainer address
Reviewed by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10755
2017-05-16 13:37:51 +00:00
Sunpoet Po-Chuan Hsieh
92266c5224 - Update WWW: pear.php.net uses https://
Approved by:	portmgr (blanket)
2016-12-13 15:05:06 +00:00
Jan Beich
bfa84aafa5 Pass maintainership of PEAR ports to the submitter
PR:		214011 214012 214013 214014 214015 214016 214017
PR:		214018 214019 214021 214022 214023 214024 214025
PR:		214026 214027 214028 214029 214030 214031 214032
PR:		214033 214034 214035 214036 214037 214038 214039
PR:		214040 214041 214042 214043 214044 214045 214046
PR:		214047 214048 214049 214050 214051 214052 214053
PR:		214054 214055 214056 214057 214058 214059 214060
PR:		214061 214062 214063 214064 214066 214067 214068
PR:		214071 214072 214073 214074 214075 214076 214077
PR:		214078 214079 214080 214081 214082 214083 214084
PR:		214085 214086 214087 214088 214089 214090 214091
PR:		214092 214093 214094 214095 214096 214097 214098
PR:		214099 214100 214101 214102 214103 214104 214108
PR:		214109 214110 214111 214112 214113 214114 214115
PR:		214116 214117 214118 214119 214120 214121 214122
PR:		214123 214124 214125 214126 214127 214128 214129
PR:		214130 214131 214132 214133 214134 214135 214136
PR:		214137 214138 214139 214140 214141 214142 214143
PR:		214144 214145 214146 214147 214148 214149 214150
PR:		214151 214152
Submitted by:	Jochen Neumeister <joneum@bsdproject.de>
2016-11-03 06:32:16 +00:00
Rene Ladan
78450f0a5d Reset miwi@'s ports, he stepped down from the Ports Team.
With hat:	portmgr-secretary
2016-07-25 20:01:02 +00:00
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +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
b233276d78 - Take Maintainership
Approved by:	mat (mentor)
2015-11-26 12:04:00 +00:00
Vanilla I. Shu
05ea0a7732 Upgrade to 1.11.5. 2015-11-11 15:07:29 +00:00
Vanilla I. Shu
c5388b442f Upgrade to 1.11.4, add LICENSE/LICENSE_FILE. 2015-04-23 14:06:42 +00:00
Baptiste Daroussin
91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00
Baptiste Daroussin
427938c0ff Convert to USES=pear
Use options helpers
2014-09-23 14:14:19 +00:00
Adam Weinberger
670f06c522 Remove quotes that surrounded entire _DESC strings.
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-23 17:12:13 +00:00
Martin Wilke
04995b15f4 - Update to 1.11.3
- Pet portlint

PR:		189768
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-05-18 07:26:29 +00:00
Antoine Brodin
4f5544a38b Stage support for non-IGNORED pear classes
Tested by:	poudriere
Approved by:	portmgr (bapt)
2013-11-25 17:59:58 +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
Martin Wilke
6d0bbc96f3 - Update to 1.11.2 2013-06-04 16:54:54 +00:00
Martin Wilke
dee6661474 - Convert to PEAR_AUTOINSTALL
- Trim header
- Take maintainership
2013-03-17 14:59:02 +00:00
Martin Wilke
2a40acb365 - Update to 1.10.0
- Convert to optionNG
2012-06-04 04:05:42 +00:00
Martin Wilke
35e6be4c39 - Update to 1.9.6 2011-10-28 14:43:31 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Martin Wilke
9470d1db16 - Update to 1.9.5 2010-07-10 07:38:41 +00:00
Martin Wilke
c0ec2923a6 - Update to 1.9.3 2010-01-21 23:21:13 +00:00
Martin Wilke
beeff3c466 - Update to 1.9.0
PR:		141403
Submitted by:	Sahil Tandon <sahil@tandon.net>
2009-12-13 00:20:50 +00:00
Martin Wilke
1410a87969 - Update to 1.8.12 2009-09-03 21:59:56 +00:00
Martin Wilke
1cb69a2d48 - Update to 1.8.11 2009-07-19 11:07:26 +00:00
Martin Wilke
973bfc5f23 - Update to 1.8.10 2009-03-21 00:55:10 +00:00
Martin Wilke
f79e3fb89b - Update to 1.8.9 2009-03-16 15:20:15 +00:00
Martin Wilke
da79e37562 - Update to 1.8.8 2008-02-12 22:40:52 +00:00
Chin-San Huang
9d970ec0e2 - Update to 1.8.7
- Add PEAR_MDB2 knob.

PR:		ports/114664
Submitted by:	chinsan
Approved by:	miwi (maintainer), rafan (mentor)
2007-07-18 07:44:54 +00:00
Martin Wilke
94ad381ae9 - Update to 1.8.5
- Take maintainership
2007-04-27 15:54:49 +00:00
Martin Wilke
6374bc46a3 - Update to 1.8.4
PR:		ports/105384
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2006-11-12 20:08:34 +00:00
Mark Linimon
17ff760342 Reset maintainership of ports assigned to antonio@php.net after numerous
maintainer-timeouts and no response to email.  We hope to see him back.

Hat:		portmgr
2006-09-23 00:23:36 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Pav Lucistnik
57ea6f26ad - Update to 1.8.0
PR:		ports/91636
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:25:41 +00:00
Alex Dupre
4e3717ee4f Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@php.net
2005-12-09 19:24:52 +00:00
Roman Bogorodskiy
c19c620ee6 Update to 1.7.15.
PR:		83256
Submitted by:	Antonio Carlos Venancio Junior (maintainer)
2005-07-11 18:30:09 +00:00
Thierry Thomas
e56e2cde37 Upgrade to 1.7.13.
Changelog at <http://pear.php.net/package/DB_DataObject/download/1.7.13/>.

PR:		ports/79305
Submitted by:	Antônio Carlos Venâncio Júnior (maintainer)
2005-04-03 20:30:20 +00:00
Thierry Thomas
ffb94323b8 Upgrade to 1.7.10.
Changelog at <http://pear.php.net/package/DB_DataObject/download/1.7.10/>.

PR:		ports/78948
Submitted by:	Antônio Carlos Venâncio Júnior (maintainer)
2005-03-17 20:00:13 +00:00
Florent Thoumie
5dd3ed271e - Update to 1.7.9
PR:		ports/78823
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2005-03-14 20:32:29 +00:00
Thierry Thomas
913660362c Update to to 1.7.7.
Changelog at <http://pear.php.net/package/DB_DataObject/download/1.7.7/>.

PR:		ports/78528
Submitted by:	Antônio Carlos Venâncio Júnior (maintainer)
2005-03-07 22:21:15 +00:00
Thierry Thomas
7237df5e07 Upgrade to 1.7.5.
Changelog at <http://pear.php.net/package/DB_DataObject/download/1.7.5/>.

PR:		ports/78298
Submitted by:	Antônio Carlos Venâncio Júnior (maintainer)
2005-03-03 21:07:10 +00:00