Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.5_9 06 Nov 2024 15:17:35 |
Robert Clausecker (fuz) |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988 |
1.9.5_9 25 Feb 2024 17:49:55 |
Muhammad Moinur Rahman (bofh) |
sysutils/fusefs-encfs: Moved man to share/man
Approved by: portmgr (blanket) |
1.9.5_8 23 Feb 2024 14:36:43 |
Joel Bodenmann (jbo) |
textproc/tinyxml2: Revert 450aafcba559f95c94c5f195d83b5fe4fdc3748a
Approved by: tcberner (portmgr) |
1.9.5_7 21 Feb 2024 15:06:47 |
Po-Chuan Hsieh (sunpoet) |
textproc/tinyxml2: Update to 10.0.0
- Convert to meson
- Fix 0c022f0fc854184d95ff3303049a063a39b1f551
- Bump PORTREVISION for package change
- Bump PORTREVISION of dependent ports for shlib change
- Remove duplicate PORTREVISION from math/linbox
Changes: https://github.com/leethomason/tinyxml2/releases
https://github.com/leethomason/tinyxml2/commits/master |
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) |
1.9.5_6 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 ) |
1.9.5_6 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.9.5_6 14 May 2022 16:19:26 |
Dmitri Goutnik (dmgk) |
sysutils/fusefs-encfs: Unbreak build with llvm13
/wrkdirs/usr/ports/sysutils/fusefs-encfs/work/encfs-1.9.5/encfs/NullCipher.cpp:81:36:
error: no matching constructor for initialization of
'std::shared_ptr<AbstractCipherKey>'
std::shared_ptr<AbstractCipherKey> gNullKey(new NullKey(), NullDestructor());
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Solution was taken from eacf34a1cf4b6b81e54d4fe74ad931ee93d1d8ef |
1.9.5_6 13 Oct 2021 13:52:58 |
Stefan Eßer (se) |
sysutils/fusefs-encfs: Add CPE information
Approved by: portmgr (blanket) |
1.9.5_6 14 Jun 2021 17:38:57 |
Po-Chuan Hsieh (sunpoet) |
textproc/tinyxml2: Update to 9.0.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/leethomason/tinyxml2/commits/master |
1.9.5_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.5_5 04 Apr 2020 14:45:54 |
sunpoet |
Bump PORTREVISION for textproc/tinyxml2 shlib change |
1.9.5_4 16 Sep 2019 20:55:08 |
dmgk |
Change my maintainer email
Approved by: tz (mentor), portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D21677 |
1.9.5_4 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.9.5_3 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
1.9.5_3 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.9.5_2 18 Nov 2018 20:37:02 |
sunpoet |
Update textproc/tinyxml2 to 7.0.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/leethomason/tinyxml2/commits/master |
1.9.5_1 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 |
1.9.5 28 Apr 2018 15:23:17 |
yuri |
sysutils/fusefs-encfs: Update 1.9.4 -> 1.9.5
PR: 227827
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
Reported by: Ben RUBSON <ben.rubson@gmail.com> |
1.9.4 29 Jan 2018 21:55:55 |
yuri |
sysutils/fusefs-encfs: Update to 1.9.4
Change log: https://github.com/vgough/encfs/releases/tag/v1.9.4
Port changes [1]:
- Fix compilation with "-std=c++11"
- Fix a gid permission issue with allow_other
- Fix operations on symlinks
- Fix a race in idle unmount
- Add --reversewrite cli option
- Add PID to syslog logging
- Deep code sanity check
- Modernize coding style
- Make codebase warnings & clang-tidy clean
- Bump FUSE_USE_VERSION to 29 (Only the first 15 lines of the commit message are shown above ) |
1.9.2_2 19 Dec 2017 18:20:20 |
sunpoet |
Update textproc/tinyxml2 to 6.0.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/leethomason/tinyxml2/commits/master |
1.9.2_1 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 |
1.9.2 03 Aug 2017 22:15:20 |
jhale |
Update to 1.9.2
PR: 221028
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) |
1.9.1_2 20 Jun 2017 13:59:08 |
sunpoet |
Update textproc/tinyxml2 to 5.0.0
- Use PLIST instead of PLIST_FILES
- Bump PORTREVISION for shlib change
Changes: https://github.com/leethomason/tinyxml2/commits/master |
1.9.1_1 10 Apr 2017 00:27:49 |
linimon |
These ports now build on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.9.1_1 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 |
1.9.1 11 Dec 2016 18:01:05 |
ehaupt |
Update to 1.9.1
PR: 215204
Submitted by: dg@syrec.org (maintainer) |
1.8.1_2 23 Nov 2016 12:45:47 |
jbeich |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
1.8.1_1 03 Nov 2016 16:37:37 |
linimon |
Now builds on sparc64.
Approved by: portmgr (tier-2 blanket) |
1.8.1_1 27 Jun 2016 05:47:39 |
pi |
sysutils/fusefs-encfs: Fix "Function not implemented" on create operations
Upstream fix was:
https://github.com/vgough/encfs/commit/aacce54f42add2e4560b53c9138835151c332362
PR: 210532
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) |
1.8.1 27 Jun 2016 05:46:37 |
pi |
sysutils/fusefs-encfs: Fix "Function not implemented" on create operations
Upstream fix was:
https://github.com/vgough/encfs/commit/aacce54f42add2e4560b53c9138835151c332362
PR: 210532
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) |
1.8.1 19 Jun 2016 03:26:35 |
pi |
sysutils/fusefs-encfs: 1.7.4 -> 1.8.1
- submitter becomes maintainer
- reverse: re-enable kernel cache (bug #60)
- reverse mode: disable unique IV by default (was enabled in 1.8)
- add make benchmark-reverse
- remove -o default_permissions unless needed to improve performance
- add option --require-macs (bug #14)
- add per-file IVs based on the inode number to reverse mode to
improve security
- add automatic benchmark (make benchmark)
- compare MAC in constant time ( fixes bug #12 )
- add --nocache option
PR: 210196
Submitted by: Dmitri Goutnik <dg@syrec.org> |
1.7.4_7 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
1.7.4_7 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.7.4_7 25 Sep 2015 22:00:41 |
linimon |
Mark as broken on sparc64: these ports fail to link with boost.
Approved by: portmgr (sparc64 blanket) |
1.7.4_7 22 Nov 2014 09:13:36 |
antoine |
Cleanup plist |
1.7.4_7 26 Aug 2014 14:06:09 |
tijl |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.7.4_7 17 Aug 2014 19:56:16 |
marino |
sysutils/encfs: Fix compilation on gcc48
PR: 192645
Submitted by: Olivier (interfaSys) |
1.7.4_7 13 Aug 2014 20:48:03 |
marino |
sysutils/fuse-encfs: Implement encfs_create for F10 to create file
PR: 192563
Submitted by: Olivier/InterfaSys
Approved by: nobody; the port is unmaintained |
1.7.4_6 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
1.7.4_6 17 Jul 2014 08:57:51 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt) |
1.7.4_6 03 Jun 2014 00:40:01 |
amdmi3 |
- Drop .la file
- Strip binaries |
1.7.4_5 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
1.7.4_4 05 Mar 2014 11:01:24 |
tijl |
- USES=gmake libtool pkgconfig.
- Replace a patch with --with-boost-system=boost_system in CONFIGURE_ARGS.
- Add USE_OPENSSL=yes.
- Staging.
- Use option helpers.
- Fix build with libc++ by replacing shared_ptr with boost::shared_ptr.
PR: ports/185943 |
1.7.4_3 21 Feb 2014 13:39:38 |
ehaupt |
Remove trailing whitespaces from category sysutils |
1.7.4_3 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.7.4_3 07 Feb 2014 11:44:09 |
bapt |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
1.7.4_2 12 Dec 2013 14:15:04 |
bapt |
Convert LIB_DEPENDS for ports depending on boost |
1.7.4_2 08 Nov 2013 14:48:30 |
olgeni |
Reassign to ports@. |
1.7.4_2 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.7.4_2 06 May 2013 09:07:58 |
bapt |
Finish converting sysutils from WITHOUT_NLS to PORT_OPTIONS:MNLS
While here convert bacula-server from USE_GETTEXT to USES=gettext |
1.7.4_2 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
1.7.4_2 06 Mar 2013 16:52:02 |
bapt |
Convert USE_FUSE macros into USES feature.
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix |
1.7.4_2 31 Jan 2013 13:38:43 |
bapt |
Chase boost update |
1.7.4_1 14 Dec 2012 15:47:01 |
flo |
- introduce a USE_FUSE macro
- convert all fuse ports to use the new macro
The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.
Approved by: portmgr (bapt) |
1.7.4_1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.7.4_1 03 Sep 2011 10:35:34 |
olgeni |
Add missing shlib version numbers and bump PORTVERSION to catch up
with the devel/rlog upgrade. |
1.7.4 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.7.4 28 Nov 2010 14:55:38 |
olgeni |
Upgrade to version 1.7.4. |
1.7.3 04 Nov 2010 11:26:54 |
olgeni |
Upgrade to version 1.7.3. |
1.7.2 06 Sep 2010 10:06:09 |
olgeni |
Upgrade to version 1.7.2 (fixes issues with passing certain mount
options introduced in 1.7.0). |
1.7.1 30 Aug 2010 16:40:29 |
olgeni |
Upgrade to version 1.7.1. |
1.6 28 Jun 2010 09:57:22 |
olgeni |
Grab maintainership from ports@.
Feature safe: yes |
1.6 25 Jun 2010 07:20:02 |
leeym |
- Update to 1.6 and unbreak.
- Drop MAINTAINERship
Feature safe: yes
PR: ports/148086
Submitted by: olgeni
Approved by: leeym |
1.4.2_3 15 Jun 2010 15:33:22 |
leeym |
- mark it BROKEN |
1.4.2_3 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.4.2_2 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.4.2_2 28 Jul 2009 11:45:09 |
pav |
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer) |
1.4.2_2 07 Apr 2009 12:28:00 |
lwhsu |
- Fix building with boost 1.37
PR: ports/132901
Submitted by: amdmi3
Approved by: leeym (maintainer) |
1.4.2_2 20 Jun 2008 17:37:06 |
leeym |
- remove iconv dependency
- bump PORTREVISION |
1.4.2_1 06 Jun 2008 14:03:26 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.4.2 25 May 2008 11:23:23 |
leeym |
- Update to 1.4.2
- Take maintainership (requested by maintainer)
PR: 123967
Submitted by: leeym
Approved by: trasz |
1.3.2_1 16 Jul 2007 12:32:09 |
trasz |
- Fix build.
Approved by: miwi (mentor) |
1.3.2_1 11 Jul 2007 22:06:17 |
trasz |
- Use proper capitalization in my email address.
Approved by: miwi (mentor)
Suggested by: sat |
1.3.2_1 17 Jun 2007 21:43:29 |
trasz |
- Fix buld with gcc42.
Submitted by: pointyhat via kris
Approved by: miwi (mentor) |
1.3.2_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.3.2 13 Apr 2007 13:03:49 |
trasz |
Change my email address to trasz@FreeBSD.org.
Approved by: miwi (mentor) |
1.3.2 06 Mar 2007 21:01:19 |
miwi |
- Update to 1.3.2
PR: 109899
Submitted by: miwi
Approved by: maintainer |
1.3.1_1 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
1.3.1_1 19 Jan 2007 09:10:15 |
miwi |
- Fix build with sparc64
- Bump PORTREVISION
Submitted by: pointyhat |
1.3.1 06 Jan 2007 10:41:50 |
miwi |
EncFS is an encrypted pass-through filesystem which runs in userspace,
using the FUSE kernel module. Similar in design to CFS and other
pass-through filesystems, all data is encrypted and stored in the
underlying filesystem. Unlike loopback filesystems, there is no
predetermined or pre-allocated filesystem size.
WWW: http://freshmeat.net/projects/encfs/
PR: ports/107600
Submitted by: trasz <trasz at pin.if.uz.zgora.pl> |