non port: devel/phabricator/Makefile |
Number of commits found: 47 |
Thursday, 12 Oct 2023
|
16:46 Michael Gmelin (grembo)
devel/phabricator: Fix php 8.1 issue when rendering avatars
acd67e6 |
Sunday, 16 Apr 2023
|
18:09 Muhammad Moinur Rahman (bofh)
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
all versions of php
* security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
all versions of php
* devel/pear-PHPTAL: Remove OPTION JSON
* www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
and later and has been replaced with sqlsrv module which is Windows
only
* www/codeigniter: Remove OPTION MSSQL
* www/moodle311: Remove OPTION MSSQL
* www/moodle39: Remove OPTION MSSQL
* www/moodle40: Remove OPTION MSSQL
* www/moodle41: Remove OPTION MSSQL
- Remove USE_PHP=openssl which is available in default php installation
of all versions of php
* databases/phpmyadmin: Remove OPTION OPENSSL
* databases/phpmyadmin5: Remove OPTION OPENSSL
* security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL
* www/nextcloud: Remove OPTION SSL
* www/owncloud: Remove OPTION SSL
- Remove USE_PHP=pcre which is available in default php installation of
all versions of php
* sysutils/racktables: Remove OPTION PCRE
- Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update
following ports
* www/typo3-11
* www/typo3-12
- Remove USE_PHP=pdf which is no longer available as php module
* databases/phpmyadmin: Remove OPTION PDF
- Remove USE_PHP=spl which is available in default php installation of
all versions of php
- Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is
Windows only php module
* www/typo3-11: Remove OPTION SQLSRV
* www/typo3-12: Remove OPTION SQLSRV
- Bump where DEFAULT OPTIONS are affected
Sponsored by: Bounce Experts
Approved by: portmgr(blanket)
0ac3a69 |
Tuesday, 31 Jan 2023
|
18:51 Michael Gmelin (grembo)
devel/phabricator: Fix PHP 8.1+ deprecation errors
Also depend on a version of arcanist-lib that suppresses "string is
NULL" deprecation errors.
While there, move the only external patch from github into files
(makes using `make makepatch` less error-prone).
9ef2994 |
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 |
Tuesday, 8 Mar 2022
|
18:31 Michael Gmelin (grembo)
devel/phabricator: Update to 20211218
This should unbreak running on PHP 8.0 and (at least)
build on PHP 8.1.
PR: 262343
Reported by: arrowd@
69495d3 |
Wednesday, 26 Jan 2022
|
14:31 Michael Gmelin (grembo)
devel/phabricator: Fix default workboard on projects
This adds a patch to unbreak having workboards as the default
view on projects.
09746fa |
Monday, 10 Jan 2022
|
14:43 Antoine Brodin (antoine)
devel/phabricator: unbreak bulk -a
0bbe430 |
Thursday, 14 Oct 2021
|
21:30 Stefan Eßer (se)
devel/phabricator: Add CPE information
Approved by: portmgr (blanket)
6dd9349 |
Friday, 1 Oct 2021
|
21:16 Michael Gmelin (grembo)
devel/phabricator: Bump minimum arcanist-lib dependency
This makes sure phabricator is using the Mozilla root CA bundle
when doing webhook calls (e.g., from harbormaster).
Before it would use the custom root CA bundle that shipped with
arcanist, which hasn't been updated in a while. This caused
problems with Let's Encrypt issued certificates, after the R3
Let's Encrypt intermediate CA expired.
e48613f |
Thursday, 15 Apr 2021
|
17:25 Michael Gmelin (grembo)
devel/phabricator: Require CLI version of php
PR: 255088
Reported by: Mohammad S. Babaei <info@babaei.net>
54caba7 |
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 |
Tuesday, 5 Jan 2021
|
21:08 grembo
Remove REPLACE_ARGS, as it is broken in bsd.port.mk and portmgr@
seems to consider it deprecated anyway.
See https://reviews.freebsd.org/D27954
 |
Monday, 4 Jan 2021
|
17:33 grembo
Add patch to fix embeded pholio mock image selection.
See:
https://discourse.phabricator-community.org/t/patch-pholiomockembedview-image-specification-broken/4482
 |
Friday, 1 Jan 2021
|
19:22 grembo
Update devel/arcanist and devel/phabricator to their latest "versions".
Also, switching to using the date of the commit they are based on
as port version, instead of the date when the port was updated.
 |
Wednesday, 26 Aug 2020
|
16:20 grembo
Allow building devel/phabricator@php74
PR: 248897
Reported by: ari@ish.com.au
 |
Tuesday, 21 Jul 2020
|
17:06 grembo
Unbreak milestone creation over Conduit API (project.edit).
See also:
https://github.com/grembo/phabricator/commit/0851b89eb6633dd792cd4eb10c26f86c2f0da56a
https://discourse.phabricator-community.org/t/call-to-a-member-function-getphid-on-a-non-object-while-creating-milestone-using-conduit/3370/4
Reported by: Fabian Abplanalp - Legatech GmbH <fabian@legatech.ch>
 |
Tuesday, 19 May 2020
|
15:24 grembo
Patch paths to php executable, so things like ssh-auth work again
without workarounds.
 |
Friday, 15 May 2020
|
18:07 grembo
Update arcanist(-lib) and phabricator to the latest stable versions.
PORTVERSIONs are the dates of the latest commits on the respective
stable branches.
Deprecate devel/libphutil, as all of its functionality has
been moved into arcanist and phabricator by upstream and
the library has been fully deprecated.
 |
Tuesday, 8 Oct 2019
|
07:53 grembo
Ignore libphutil/arcanist/phabricator in portscout, as they're
rolling release.
 |
Sunday, 22 Sep 2019
|
07:14 antoine
Ignore with php 7.4
Reported by: pkg-fallout
 |
Friday, 6 Sep 2019
|
10:58 grembo
Move upgrade instructions in pkg-message into an upgrade type
message, taking advantage of new ucl capabilities.
Reported by: bapt
 |
Tuesday, 3 Sep 2019
|
14:23 grembo
Update libphutil, arcanist and phabricator to the latest stable versions
PORTVERSIONs are the dates of the latest commits on the respective
stable branches.
PR: 238512
 |
Wednesday, 15 May 2019
|
20:53 crees
devel/arcanist: Split into arcanist-lib and arcanist.
The arcanist port has always conflicted with archivers/arc, but
if the port is installed without the symlink in PREFIX/bin, there
is no issue.
A user expecting to be able to use arcanist in this way can alias
arcanist in their .cshrc or similar and only install the -lib port.
Approved by: grembo (maintainer)
Differential Revision: https://reviews.freebsd.org/D19920
 |
Friday, 1 Feb 2019
|
06:04 tobik
devel/phabricator: Convert to options helpers after rP488889
Fix distinfo as GH_{ACCOUNT,TAGNAME} are now part of the distfile
name. Do not set/override GH_* after bsd.port.pre.mk.
 |
Tuesday, 1 Jan 2019
|
13:36 rene
devel/phabricator: remove support for PHP 5.6
 |
Monday, 31 Dec 2018
|
00:13 grembo
Upgrade devel/libphutil, devel/arcanist and devel/phabricator to 20181231
Also incorporate a couple of changes from PR 233183:
- A more complete local.json example configuration
- A more elaborate pkg-message (explain git usage)
- Add sudoers example configuration
- Patch ssh hook and sshd example configuration
 |
Tuesday, 25 Sep 2018
|
21:44 0mp
devel/phabricator: Update WWW and pet portlint.
- Update WWW.
- Do not use spaces between equal signs and values.
- Unmute an INSTALL_DATA invocation as suggested by portlint.
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D17311
 |
Friday, 20 Apr 2018
|
20:05 grembo
Upgrade devel/libphutil, devel/arcanist and devel/phabricator to 20180420
Also enable GD by default, as this is what one usually wants.
 |
14:56 mat
flavorize arcanist, libphutil and phabricator.
PR: 227321
Submitted by: mat
Reviewed by: maintainer timeout
Sponsored by: Absolight
 |
Thursday, 8 Mar 2018
|
19:48 mat
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
 |
Saturday, 1 Jul 2017
|
23:10 grembo
Don't run shebangfix on symlinks
This isn't allowed on CURRENT any more and created copies of
files where symlinks should have been preserved. Also makes
patching files in bin unnecessary.
Reported by: rozhuk.im@gmail.com
 |
12:11 grembo
Upgrade devel/libphutil, devel/arcanist and devel/phabricator to 20170630
Also fix phd startup script, so that options like phd_fib actually catch on.
Run phabricator daemons as user www by default.
Shebangfix all scripts.
 |
Wednesday, 5 Apr 2017
|
19:59 sunpoet
Update PKGNAMEPREFIX
- Bump PORTREVISION for package change
These ports work fine with PHP 7.x. Change PKGNAMEPREFIX from php5- to php-.
Differential Revision: https://reviews.freebsd.org/D10231
Submitted by: sunpoet (myself)
Approved by: portmgr (mat)
 |
Saturday, 1 Apr 2017
|
10:52 sunpoet
Add PHP 7.x support
- Use mysqli instead of mysqli
- Update pecl-APCu dependency
- Remove unnecessary PHP_EXT_DIR check
- Sort USE_PHP
- Bump PORTREVISION for dependency change
Differential Revision: https://reviews.freebsd.org/D8647
Approved by: grembo (maintainer)
 |
Monday, 3 Oct 2016
|
19:57 grembo
Update devel/arcanist, devel/libphutil, devel/phabricator to 20161003
Also add USES=php and NO_ARCH=yes where suggested.
Approved by: mentors (implicit)
 |
Monday, 15 Aug 2016
|
15:28 mat
Remove www/pecl-APC, it doesn't work with PHP 5.5+.
PR: 211344
Submitted by: rene
Sponsored by: Absolight
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Friday, 19 Feb 2016
|
12:36 miwi
- Ignore php7
 |
Tuesday, 2 Feb 2016
|
22:53 grembo
Add local.json.sample, so that phabricator daemons start ok in simple
out-of-the-box configurations.
PR: 206835
Approved by: mentors (implicit)
 |
Sunday, 20 Dec 2015
|
23:37 grembo
Update devel/arcanist, devel/libphutil, devel/phabricator to 20151220.
PR: 205471
Approved by: mentors (implicit)
 |
Friday, 31 Jul 2015
|
15:39 amdmi3
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
 |
Friday, 26 Jun 2015
|
10:12 grembo
Update devel/arcanist, devel/libphutil, devel/phabricator to 20150626.
This should fix a couple of issues (including a problem caused
by a bug curl 7.43).
Note that differential revision points to an earlier
patch (but it's related, so I think that's fine).
PR: 201121
Differential Revision: https://reviews.freebsd.org/D2894
Approved by: mentors (implicit)
 |
Friday, 5 Jun 2015
|
02:28 eadler
arcanist, phabricator, libphutil: update to newer versions
- arcanist should now be compatible with with deployed phabricator
- phabricator has many changes, see upstream changelog
- libphutil is only minorly changed
Reviewed by: koobs
Approved by: grembo (maintainer)
Differential Revision: https://reviews.freebsd.org/D2732
 |
Thursday, 23 Apr 2015
|
21:48 bapt
Update phabricator and tools to the latest upstream snapshot
 |
Sunday, 14 Sep 2014
|
14:25 grembo
Fix build errors for zts and debug builds.
PR: 193607
Reviewed by: mentors (implicit)
 |
Monday, 1 Sep 2014
|
16:56 grembo
Update arcanist and libphutil to 20140828, new port for phabricator
Reviewed by: bapt (mentor)
Approved by: bapt (mentor)
 |
Number of commits found: 47 |