Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.3_1 18 May 2024 08:22:43 |
Gleb Popov (arrowd) |
*: Change the MAINTAINER field per request
PR: 278267 |
0.6.3 21 Apr 2023 07:06:30 |
Fernando Apesteguía (fernape) Author: Kevin Zheng |
sysutils/fusefs-smbnetfs: Update to 0.6.3
* fix opening a file with O_CREAT
* fix wrong subsecond value in times
* add noexec option support
* it's now possible to disable libsecret
* minor cleanup
PR: 270806
Reported by: kevinz5000@gmail.com
Approved by: mi@ALDAN.algebra.com (maintainer, timeout > 2 weeks) |
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) |
0.6.1_4 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 ) |
0.6.1_4 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 ) |
0.6.1_4 20 Jun 2022 05:48:38 |
Fernando Apesteguía (fernape) |
sysutils/fusefs-smbnetfs: update pkg-message
Add note about how to load fusefs at boot time.
Use fusefs instead of fully qualified fusefs.ko.
PR: 264477
Reported by: grahamperrin@gmail.com
Approved by: mi@ALDAN.algebra.com (maintainer, timeout > 2 weeks) |
0.6.1_4 16 Mar 2022 11:20:03 |
Fernando Apesteguía (fernape) |
*/*: Use fusefs.ko instead of old fuse.ko
In several installation messages.
Bumping PORTEREVISION since this is something an end user would like know about.
PR: 262246
Reported by: obiwac@gmail.com |
0.6.1_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.1_3 01 Jan 2021 05:27:44 |
eugen |
Revert part of r559801 that touched sysutils/fusefs-smbnetfs by error. |
0.6.1_3 01 Jan 2021 05:02:59 |
eugen |
Undelete sysutils/xbattbar providing live distfile sources.
Requested by: Nick Kostirya |
0.6.1_3 20 Jun 2020 14:29:28 |
bapt |
Correct the call to pkgconf
In older pkgconf, pkgconf --version and pkgconf --modversion were both
printing out the version of the .pc modules, for compatibility with freedesktop
pkg-config behaviour. This compatibility has been removed in order for pkgconf
to
print its own version and modversion actually is the switch to ask for the
module
version |
0.6.1_3 08 Nov 2019 13:11:05 |
tobik |
sysutils: Add missing USES={gnome,mate,php} |
0.6.1_3 07 Oct 2019 16:32:38 |
mi |
Bump PORTREVISION. Because why not? |
0.6.1_2 03 Oct 2019 17:45:40 |
mi |
Add a patch from upstream, fixing the author's typo in an option's name.
It only affects users of libsecret, which is off by default -- thus no
port-revision bump. |
0.6.1_2 15 Aug 2019 20:37:16 |
pkubaj |
sysutils/fusefs-smbnetfs: fix build with GCC-based architectures
C11 compiler is necessary:
event.o:(.text+0xb94): undefined reference to `g_atomic_int_get'
Approved by: mentors (implicit approval) |
0.6.1_2 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
0.6.1_2 04 Jun 2019 14:17:39 |
antoine |
Switch default version of samba from 4.7 to 4.8
With hat: portmgr |
0.6.1_1 03 May 2019 11:22:23 |
antoine |
Revert r500560 and unbreak
Reported by: pkg-fallout |
0.6.1_1 30 Apr 2019 19:27:28 |
pkubaj |
sysutils/fusefs-smbnetfs: fix build with GCC-based architectures
This port requires USES=compiler:c11 and including strings.h in one source file
to build on GCC architectures.
event.o:(.text+0x838): undefined reference to `g_atomic_int_get'
event.o:(.text+0x9c4): undefined reference to `g_atomic_int_get'
event.o:(.text+0x9dc): undefined reference to `g_atomic_int_set'
PR: 237221
Approved by: mi@ALDAN.algebra.com (maintainer timeout), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20108 |
0.6.1_1 01 Sep 2018 17:05:48 |
antoine |
Switch default version of samba to 4.7
Samba 4.6 will be discontinued in a few weeks
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D16904 |
0.6.1 01 Feb 2018 18:57:43 |
mi |
Allow building against fuse3. Off by default for there
are no obvious advantages to it... |
0.6.1 31 Jan 2018 20:44:29 |
mi |
Actually add the patch advertized earlier.
Reported by: tijl |
0.6.1 31 Jan 2018 19:58:26 |
mi |
Add some minor patches I've already submitted upstream. |
0.6.1 30 Jan 2018 21:39:38 |
mi |
We do not really need autoheader... |
0.6.1 29 Jan 2018 18:32:32 |
mi |
Upgrade from 0.6.0 to 0.6.1. Samba >= 3.5 is now required and
the use of gnome-ring was replaced with use of libsecret (now
off by default).
Make sure to use our native iconv-implementation and only use
glib20 at build-time for its built-in atomic macros.
Claim maintainership for now to deal with any fallout... |
0.6.0_3 23 Dec 2017 07:03:21 |
antoine |
Change default version of samba from 4.4 to 4.6
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D13529 |
0.6.0_2 25 Mar 2017 23:37:05 |
antoine |
Switch default version of samba from 4.3 to 4.4
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D10131 |
0.6.0_1 21 Mar 2017 21:59:31 |
antoine |
- Add USES=samba to handle dependency on samba
Valid ARGS: build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D8919 |
0.6.0 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
0.6.0 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
0.6.0 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.6.0 20 Sep 2015 21:12:21 |
olgeni |
Typos, whitespace and capitalization fixes (S-X). |
0.6.0 26 Jan 2015 20:16:02 |
jbeich |
- Update to 0.6.0
- Fix path to smbnetfs.conf in pkg-message
Changes: http://sourceforge.net/projects/smbnetfs/files/smbnetfs/SMBNetFS-0.6.0/smbnetfs-0.6.0.txt/view
Differential Revision: https://reviews.freebsd.org/D1680
Approved by: bapt (mentor) |
0.5.3b 22 Nov 2014 09:13:36 |
antoine |
Cleanup plist |
0.5.3b 31 Aug 2014 10:07:09 |
riggs |
- Update to upstream version 0.5.3b
- Add LICENSE
PR: 192982
Submitted by: jbeich@vfemail.net |
0.5.3a_1 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.5.3a_1 04 Mar 2014 20:33:53 |
tijl |
- Add DOCS option.
- Use option helpers.
- Fix portlint warnings.
- Add USES=iconv to fix build on FreeBSD 10. |
0.5.3a 13 Nov 2013 12:50:18 |
vanilla |
Support STAGEDIR. |
0.5.3a 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
03 Sep 2013 06:36:42
|
bapt |
Add an explicit dependency on pkgconf |
0.5.3a 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 |
0.5.3a 28 Feb 2013 10:51:58 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)
Approved by: portmgr |
0.5.3a 17 Jan 2013 16:01:42 |
gahr |
- Update to 0.5.3a
* this version allows building without gnome-keyring support
- Add an OPTION for gnome-keyring support |
0.5.3_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) |
0.5.3_1 25 Sep 2012 04:54:13 |
tabthorpe |
- Reassign to the heap due to mail bounces |
0.5.3_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.5.3 26 Dec 2011 13:38:19 |
eadler |
- Point the user to the correct location
Submitted by: Volodymyr Kostyrko c.kworr@gmail.com |
0.5.3 26 Dec 2011 04:36:05 |
eadler |
- update to ports/159108
Changes:
- According to submitter, new version works.
PR: ports/159108
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
Approved by: maintainer timeout |
0.3.7 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 |
0.3.7 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.3.7 29 Dec 2010 20:04:42 |
pgollucci |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
0.3.7 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
0.3.7 06 Jan 2009 17:59:31 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
0.3.7 23 Sep 2007 03:57:21 |
edwin |
ports/116365: sysutils/fusefs-smbnetfs has a typo in the pkg-message
PR: ports/116365
Submitted by: "G. V. Tjong A Hung"
<gvtjongahung@users.sourceforge​.net;;> |
0.3.7 09 Jan 2007 08:32:43 |
clsung |
- Update to 0.3.7
PR: ports/107538
Submitted by: clsung
Approved by: maintainer (Denis Barov) |
0.3.6 28 Aug 2006 20:41:33 |
pav |
SMBNetFS is a filesystem that allow you to use samba/microsoft network
in the same manner as the network neighborhood in Microsoft Windows.
Featuries:
* you can use Samba/Microsoft network as a regular unix filesystem
* workgroup/computer/share entries are dynamically created
* windows domain supported
* kerberos support (New)
* user defined workgroup/link/hosts are supported
* national character supported
* in config files you can specify different user/password to access
different network shares
* you can access any computer in the world by "cd mountpoint/ip-addr"
command, where "ip-addr" is the IP address of the desired computer. Do
not warry that there is no file with such name :-)
* command "cd mountpoint/username:password@computer_or_ip" allows
you to access "computer_or_ip" as user "username" with password
"password" (this is insecure, but usefull)
WWW: http://sourceforge.net/projects/smbnetfs
PR: ports/101451
Submitted by: Denis Barov <dindin@freebsd.org.ua> |