schmonz
cd7f2950d7
macFUSE headers have been in /usr/local/include/fuse for a while. Add
...
that to BUILDLINK_PASSTHRU_DIRS.
2021-06-23 19:08:10 +00:00
adam
bcb476ecc0
fuse.buildlink3.mk: on macOS, allow to use macFUSE (formerly OSXFUSE)
2021-06-04 18:59:18 +00:00
rillig
63aa1c16fe
mk/fuse.buildlink3.mk: make patching of configure scripts optional
...
Some packages that don't need this patch are:
fuse-afpfs-ng-0.8.1nb5
fuse-bindfs-1.8.4nb1
fuse-chironfs-1.1.1nb1
fuse-cryptofs-0.6.0nb6
2020-05-01 21:12:05 +00:00
pho
0f6827febc
fuse.h requires that _NETBSD_SOURCE is defined
2016-11-21 00:01:01 +00:00
tron
8f9479677b
Deal with type hiding under NetBSD-current to e.g. fix the build
...
of e.g. the "fuse-ext2" package.
2016-01-28 20:50:07 +00:00
tnn
5dd93d7e30
Improve STEP_MSG.
...
(pkgsrc may seem like magic sometimes, but let's be honest here.)
2015-02-04 23:44:34 +00:00
gdt
5707b8cb36
On Darwin, support osxfuse, and drop support for macfuse.
...
No change for !=Darwin.
This fixes at least some fuse-using packages.
(Proposed on tech-pkg on April 6, no objections received.)
2014-04-30 15:06:25 +00:00
tcort
dffa197715
fuse.buildlink3.mk: add Minix support. PR pkg/45046 OK by agc
2013-03-01 00:08:31 +00:00
marino
46a4f32a52
FUSE buildlink: Add DragonFly support
...
DragonFly has NetBSD's librefuse so it can use NetBSD's FUSE
configuration, with the caveat that -lpuffs be provided wherever
lrefuse (or transformed -lfuse) is used. With this patch,
DragonFly 3.x can build several FUSE packages out of the box.
2012-08-17 12:50:15 +00:00
riastradh
445e795c50
Make pkgsrc detect OSXFUSE, a successor to the now defunct MacFUSE.
2012-08-04 04:00:00 +00:00
hans
ebd34891a7
Enable fuse on SunOS.
2012-02-28 15:05:07 +00:00
tron
88f6ae7c5e
Remove non-working test for the existence of the files "configure.ac" and
...
"configure.in" from "refuse" handling. Instead simply add the two filenames
to the list. They now get actually modified when they exist.
2011-07-09 12:33:40 +00:00
dholland
e76a0c518e
Use an include guard symbol name that doesn't conflict with
...
filesystems/fuse/buildlink3.mk.
2010-11-15 04:51:33 +00:00
jmmv
a837a7aec4
Add support for MacFUSE, which is installed outside of pkgsrc.
...
Tested on Mac OS X 10.5.8 with the fuse-bindfs package.
2010-02-01 21:51:55 +00:00
rillig
b1bf3ebab8
Replaced _PKG_SILENT and _PKG_DEBUG with RUN.
2009-03-17 22:13:36 +00:00
rillig
b2e71313c3
Made the .include lines simpler.
2007-10-17 10:43:36 +00:00
xtraeme
fd52fae771
Improve message when /usr/include/fuse.h is not found on NetBSD.
2007-03-06 00:03:40 +00:00
rillig
90bdb331b2
OPSYS is not a list, so don't use the :M operator on it.
2007-02-21 01:33:55 +00:00
xtraeme
86825fa8bd
Use fuse.buildlink3.mk from filesystems/fuse if OPSYS is linux.
2007-02-20 23:49:05 +00:00
xtraeme
af9810cf6a
If OS is not linux or NetBSD with /usr/include/fuse.h, use
...
PKG_FAIL_REASON.
FreeBSD and Linux support needs changes yet...
2007-02-20 22:56:35 +00:00
xtraeme
a5cf3e1e21
Add missing comment.
2007-02-18 22:37:51 +00:00
xtraeme
ddf11a8816
Fix if/else/endif case and indentation.
2007-02-18 22:37:06 +00:00
xtraeme
a8818eb624
FUSE framework for pkgsrc, in a very rudimentary state.
...
Seems to work fine on NetBSD with librefuse and some packages,
will need modifications for other systems.
Requested by agc@.
2007-02-18 22:07:56 +00:00