Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.4_3 25 Feb 2024 08:18:36 |
Muhammad Moinur Rahman (bofh) |
net/glusterfs: Moved man to share/man
Approved by: portmgr (blanket) |
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) |
8.4_2 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 ) |
8.4_2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
8.4_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
8.4 20 Oct 2021 16:13:19 |
Stefan Eßer (se) |
net/glusterfs: Add CPE information
Approved by: portmgr (blanket) |
8.4 09 Sep 2021 19:13:43 |
Dmitry Marakasov (amdmi3) |
net/glusterfs: fix LICENSE, add LICENSE_FILEs
Approved by: portmgr blanket |
8.4 01 May 2021 17:55:55 |
Tobias Kortkamp (tobik) |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
8.4 09 Apr 2021 15:32:19 |
Florian Smeets (flo) |
net/glusterfs: Update to 8.4
Approved by: maintainer |
8.0_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
8.0_2 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
8.0_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
8.0_2 28 Dec 2020 12:11:33 |
fluffy |
net/glusterfs: unbreak build with python != 3.7
- get rid of hardcoded py37 suffixes in plist, use PYTHON_SUFFIX macro
- add missed files to plist
- bump PORTREVISION
With hat: ports-secteam |
8.0_1 26 Sep 2020 21:09:13 |
timur |
An update to the net/glusterfs port:
- System call fixes backported from upstream
- Adding missing scripts to the SHEBANG_FILES list
- Correct a bug with extended attributes
- Fix detection of the PACKAGE_VERSION and generation of the correct API version
PR: 249492
Submitted by: maintainer
Reported by: timur |
8.0 19 Aug 2020 14:26:06 |
pkubaj |
net/glusterfs: fix build on GCC architectures
Use newer GCC to workaround base GCC bug:
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../../../.. -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -DGF_BSD_HOST_OS -include ../../../../config.h -include
../../../../site.h -I../../../../libglusterfs/src -I../../../../libglusterfs/src
-I../../../../libglusterfs/src -I../../../../rpc/xdr/src
-I../../../../rpc/xdr/src -I/usr/local/include -I/usr/local/include -Wall
-I/usr/local/include/uuid -I/usr/local/include -Wformat -Werror=format-security
-Werror=implicit-function-declaration -DO_DSYNC=0 -Dxdr_quad_t=xdr_longlong_t
-Dxdr_u_quad_t=xdr_u_longlong_t -O2 -pipe -fstack-protector-strong
-fno-strict-aliasing -isystem /usr/local/include -MT write-behind.lo -MD -MP -MF
.deps/write-behind.Tpo -c write-behind.c -fPIC -DPIC -o .libs/write-behind.o
write-behind.c: In function 'wb_readdirp_cbk':
write-behind.c:2585: error: unrecognizable insn:
(insn 92 91 93 13 (parallel [
(set (reg:SI 189)
(ior:SI (and:SI (plus:SI (mem/v:QI (plus:DI (reg/v/f:DI 140 [
wb_inode ])
(const_int 168 [0xa8])) [-1 S1 A64])
(reg:SI 185))
(reg:SI 187))
(and:SI (not:SI (reg:SI 187))
(mem/v:QI (plus:DI (reg/v/f:DI 140 [ wb_inode ])
(const_int 168 [0xa8])) [-1 S1 A64])))) (Only the first 15 lines of the commit message are shown above ) |
8.0 10 Aug 2020 03:28:08 |
lwhsu |
Fix build on i386
PR: 248552
Submitted by: Daniel Morante <daniel@morante.net> (maintainer) |
8.0 29 Jul 2020 20:33:59 |
flo |
Update to 8.0, this is a collaborative effort between Daniel Morante and
myself.
- update to 8.0
- make it possible to mount gluster volumes on boot [1]
- reset maintainer [1], I would have set it to ports@ but Daniel volunteered
to maintain the port
- add pkg-message to point out that procfs is required for some operations
like "gluster volume status" which is also required for self healing. [2]
This version works although I still see the same memory leak as with the
3.X series.
PR: 236112 [1], 223671 [2]
Submitted by: Daniel Morante <daniel@morante.net>, flo
Obtained from: https://github.com/tuaris/freebsd-glusterfs7
Differential Revision: D25037 |
3.11.1_7 27 Apr 2020 23:45:52 |
mandree |
sysutils/liburcu: update to 0.12.1
Since the library version changes from 6.0.0 to 6.1.0:
All ports that depend on liburcu in default configuration get
PORTREVISION bumped. All were build-tested in 12.1 amd64 poudriere bulk -t.
Reset maintainer (mmokhi@), repeated maintainer timeout.
PR: 243768
Reported by: alex_y_xu@yahoo.ca
Approved by: maintainer timeout (mmokhi, 88 d) |
3.11.1_6 27 Apr 2020 23:27:47 |
mandree |
net/glusterfs: rpc-transport/rdma.so to pkg-plist (missing)
[00:02:38] ====> Checking for pkg-plist issues (check-plist)
[00:02:38] ===> Parsing plist
[00:02:38] ===> Checking for items in STAGEDIR missing from pkg-plist
[00:02:38] Error: Orphaned: %%GLUSTERLIBDIR%%/rpc-transport/rdma.so
[00:02:38] ===> Checking for items in pkg-plist which are not in STAGEDIR
[00:02:38] ===> Error: Plist issues found.
[00:02:38] *** Error code 1
Approved by: blanket (fix pkg-plist to unbreak port) |
3.11.1_6 08 Mar 2020 17:01:47 |
antoine |
Deprecate some ports using deprecated version of python
With hat: portmgr |
3.11.1_6 08 Nov 2019 13:48:35 |
tobik |
net: Add missing USES={gnome,php} |
3.11.1_6 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
3.11.1_5 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
3.11.1_5 01 Oct 2018 09:36:38 |
antoine |
Cleanup plists |
3.11.1_5 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
3.11.1_5 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
3.11.1_4 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
3.11.1_3 11 Feb 2018 05:40:56 |
eugen |
glusterfs should be mountable by means of /etc/fstab now
as we have /sbin/mount_fusefs in all supported FreeBSD versions,
for example:
gluster1:name /mnt/name fusefs
rw,late,backup-volfile-servers=gluster2:gluster3,mountprog=/usr/local/sbin/mount_glusterfs
0 0
Make it work by fixing shell script /usr/local/sbin/mount_glusterfs
to properly process multiple -o command line options.
PR: 224451
Submitted by: Vladimir Kurtukov <vk@vk.pp.ru>
Reported by: Vladimir Kurtukov <vk@vk.pp.ru>
Approved by: craig001@lerwick.hopto.org (maintainer) |
3.11.1_2 12 Dec 2017 12:40:15 |
antoine |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed |
3.11.1_2 01 Nov 2017 13:10:35 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
3.11.1_2 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
3.11.1_1 30 Jul 2017 22:45:51 |
dbaio |
net/glusterfs: Update to 3.11.1
- Regenerate patches
While here:
- Fix Q/A errors (shebangfix)
- Update WWW
- Use OPSYS with OSVERSION
PR: 220674
Submitted by: craig001@lerwick.hopto.org (maintainer)
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D11550 |
3.9.0_3 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
3.9.0_2 08 Jun 2017 10:36:44 |
mat |
Mark BROKEN with libressl.
keys.c:130:17: error: implicit declaration of function 'HMAC_CTX_new'
[-Werror=implicit-function-declaration]
phctx = HMAC_CTX_new();
^
Sponsored by: Absolight |
3.9.0_2 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
3.9.0_1 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
3.9.0_1 21 Jan 2017 03:08:31 |
swills |
net/glusterfs: Update to 3.9.0
PR: 215033
Submitted by: craig001@lerwick.hopto.org (maintainer) |
3.7.6_1 11 Jan 2017 10:08:38 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
3.7.6_1 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
3.7.6 25 Apr 2016 16:13:39 |
mat |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
3.7.6 01 Apr 2016 21:47:07 |
mat |
Missed two occurences of ${PORTSDIR}/.
With hat: portmgr
Sponsored by: Absolight |
3.7.6 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.7.6 24 Feb 2016 19:44:45 |
hrs |
Add net/glusterfs, an open source, distributed file system capable of
scaling to several petabytes and handling thousands of clients.
Submitted by: Craig Butler (maintainer)
PR: 194409 |