FreeBSD Bugzilla – Attachment 199261 Details for
Bug 233242
sysutils/pefs-kmod fails to build with current
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes build on 13-current
pefs (text/plain), 3.11 KB, created by
Nathan
on 2018-11-16 02:08:55 UTC
(
hide
)
Description:
Fixes build on 13-current
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-11-16 02:08:55 UTC
Size:
3.11 KB
patch
obsolete
>sysutils/pefs-kmod: > >* Fix build >* Correct variables order, while here >* Remove libpam-Makefile patch, fails to apply and not needed > >PR: 233242 >Submitted by: ndowens@yahoo.com > >Index: sysutils/pefs-kmod/Makefile >=================================================================== >--- sysutils/pefs-kmod/Makefile (revision 485016) >+++ sysutils/pefs-kmod/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= pefs > DISTVERSION= 2017-06-20 >+PORTREVISION= 1 > CATEGORIES= sysutils > MASTER_SITES= LOCAL/gleb > PKGNAMESUFFIX= -kmod >@@ -12,10 +13,6 @@ > > LICENSE= BSD2CLAUSE > >-MAKE_JOBS_UNSAFE=yes >-MAKE_ENV= BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \ >- NO_MANCOMPRESS= >- > BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 > BROKEN_DragonFly= fails to build: don't know how to make vnode_if.h > ONLY_FOR_ARCHS= amd64 armv6 i386 >@@ -23,6 +20,10 @@ > > USES= kmod uidfix > >+MAKE_JOBS_UNSAFE=yes >+MAKE_ENV= BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \ >+ NO_MANCOMPRESS= >+ > OPTIONS_DEFINE= AESNI > OPTIONS_DEFAULT= > AESNI_DESC= Enable AES-NI hardware acceleration >Index: sysutils/pefs-kmod/files/patch-libpam-Makefile >=================================================================== >--- sysutils/pefs-kmod/files/patch-libpam-Makefile (revision 485016) >+++ sysutils/pefs-kmod/files/patch-libpam-Makefile (nonexistent) >@@ -1,10 +0,0 @@ >---- lib/libpam/modules/Makefile.inc.orig 2011-12-25 08:01:28.000000000 +0200 >-+++ lib/libpam/modules/Makefile.inc 2011-12-25 08:02:17.000000000 +0200 >-@@ -1,4 +1,6 @@ >- # Include Makefiles from $SRCDIR >- >--.include </usr/src/lib/libpam/modules/Makefile.inc> >-+LIBDIR=${PREFIX}/lib >-+ >-+.include <${SYSDIR}/../lib/libpam/modules/Makefile.inc> >- > >Property changes on: sysutils/pefs-kmod/files/patch-libpam-Makefile >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: sysutils/pefs-kmod/files/patch-sys_fs_pefs_pefs__vnops.c >=================================================================== >--- sysutils/pefs-kmod/files/patch-sys_fs_pefs_pefs__vnops.c (nonexistent) >+++ sysutils/pefs-kmod/files/patch-sys_fs_pefs_pefs__vnops.c (working copy) >@@ -0,0 +1,11 @@ >+--- sys/fs/pefs/pefs_vnops.c.orig 2018-11-16 01:55:22 UTC >++++ sys/fs/pefs/pefs_vnops.c >+@@ -1920,7 +1920,7 @@ pefs_symlink(struct vop_symlink_args *ap) >+ struct pefs_node *dpn; >+ struct pefs_enccn enccn; >+ struct pefs_chunk pc; >+- char *target = ap->a_target; >++ const char *target = ap->a_target; >+ char *enc_target, *penc_target; >+ size_t penc_target_len; >+ size_t target_len; > >Property changes on: sysutils/pefs-kmod/files/patch-sys_fs_pefs_pefs__vnops.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 233242
:
199261
|
199262
|
199268