FreeBSD Bugzilla – Attachment 235394 Details for
Bug 265289
Error building sysutils/fusefs-ext2 with read-only system root directory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add flavor, pacify portclippy/portfmt (revised)
revisd.patch (text/plain), 1.46 KB, created by
Emanuel Haupt
on 2022-07-20 19:22:05 UTC
(
hide
)
Description:
add flavor, pacify portclippy/portfmt (revised)
Filename:
MIME Type:
Creator:
Emanuel Haupt
Created:
2022-07-20 19:22:05 UTC
Size:
1.46 KB
patch
obsolete
>diff --git a/sysutils/fusefs-ext2/Makefile b/sysutils/fusefs-ext2/Makefile >index 1fbcc7176468..66733c8486cb 100644 >--- a/sysutils/fusefs-ext2/Makefile >+++ b/sysutils/fusefs-ext2/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= fusefs-ext2 > PORTVERSION= 0.0.10 > DISTVERSIONPREFIX= v >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= sysutils > > MAINTAINER= ehaupt@FreeBSD.org >@@ -10,23 +10,28 @@ COMMENT= FUSE module to mount ext2, ext3 and ext4 with read write support > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING > >-BUILD_DEPENDS= mke2fs:sysutils/e2fsprogs >-RUN_DEPENDS= mke2fs:sysutils/e2fsprogs >+BUILD_DEPENDS= mke2fs:sysutils/e2fsprogs@${FLAVOR} >+RUN_DEPENDS= mke2fs:sysutils/e2fsprogs@${FLAVOR} > >-USES= autoreconf libtool fuse pkgconfig localbase:ldflags >+FLAVORS= default nobootfsck >+nobootfsck_PKGNAMESUFFIX= -nobootfsck >+ >+USES= autoreconf fuse libtool localbase:ldflags pkgconfig > USE_GITHUB= yes > >-GH_PROJECT= fuse-ext2 > GH_ACCOUNT= alperakcan >+GH_PROJECT= fuse-ext2 > GH_TAGNAME= ea7bacf > > GNU_CONFIGURE= yes > > CPPFLAGS+= -I${LOCALBASE}/include/e2fsprogs >-LDFLAGS+= -L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath -Wl,${LOCALBASE}/lib/e2fsprogs >+LDFLAGS+= -L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath \ >+ -Wl,${LOCALBASE}/lib/e2fsprogs > >-PLIST_FILES= bin/fuse-ext2 bin/fuse-ext2.probe \ >- man/man1/fuse-ext2.1.gz \ >- libdata/pkgconfig/fuse-ext2.pc >+PLIST_FILES= bin/fuse-ext2 \ >+ bin/fuse-ext2.probe \ >+ libdata/pkgconfig/fuse-ext2.pc \ >+ man/man1/fuse-ext2.1.gz > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 265289
:
235326
|
235351
| 235394 |
238999