FreeBSD Bugzilla – Attachment 143790 Details for
Bug 191046
sysutils/moosefs-master: Upgrade to 1.6.27-5 and various fixes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
moosefs-client
moosefs-client.diff (text/plain), 3.60 KB, created by
takeda
on 2014-06-15 02:02:16 UTC
(
hide
)
Description:
moosefs-client
Filename:
MIME Type:
Creator:
takeda
Created:
2014-06-15 02:02:16 UTC
Size:
3.60 KB
patch
obsolete
>diff -urN moosefs-client.orig/Makefile moosefs-client/Makefile >--- moosefs-client.orig/Makefile 2014-06-15 01:00:58.000000000 +0000 >+++ moosefs-client/Makefile 2014-06-15 01:29:07.000000000 +0000 >@@ -2,30 +2,24 @@ > # $FreeBSD: head/sysutils/moosefs-client/Makefile 327772 2013-09-20 23:05:58Z bapt $ > > PORTNAME= moosefs >-PORTVERSION= #set via include >+DISTVERSION= 1.6.27-5 > CATEGORIES= sysutils >+MASTER_SITES= http://www.moosefs.org/tl_files/mfscode/ \ >+ http://ports.quxingwen.com/dist/mfs/ > PKGNAMESUFFIX= -client >-NO_STAGE= yes >-.include "${.CURDIR}/../moosefs-master/bsd.port.moosefs.mk" >+DISTNAME= mfs-${DISTVERSION} > > MAINTAINER= chifeng@gmail.com > COMMENT= Moosefs client tools > >-DISTINFO_FILE= ${.CURDIR}/../moosefs-master/distinfo >+LICENSE= GPLv3 >+ >+WRKSRC= ${WRKDIR}/mfs-1.6.27 >+GNU_CONFIGURE= yes > > USES= fuse pkgconfig > >-MAN1= mfstools.1 mfscheckfile.1 mfsdirinfo.1 mfsfileinfo.1 \ >- mfsfilerepair.1 mfsgetgoal.1 mfsgettrashtime.1 \ >- mfsrgetgoal.1 mfsrgettrashtime.1 mfsrsetgoal.1 \ >- mfsrsettrashtime.1 mfssetgoal.1 mfssettrashtime.1 \ >- mfsgeteattr.1 mfsseteattr.1 mfsdeleattr.1 \ >- mfsappendchunks.1 mfsmakesnapshot.1 >-MAN8= mfsmount.8 >- >-CONFIGURE_ARGS= --with-default-user=${MFSUSER} \ >- --with-default-group=${MFSGROUP} \ >- --disable-mfsmaster \ >+CONFIGURE_ARGS= --disable-mfsmaster \ > --disable-mfschunkserver \ > --disable-mfscgi \ > --disable-mfscgiserv \ >@@ -35,9 +29,4 @@ > ${REINPLACE_CMD} -e 's;^general_mans;#general_mans;g' ${WRKSRC}/doc/Makefile.am \ > ${WRKSRC}/doc/Makefile.in > >-post-install: >- @if [ ! -f ${PREFIX}/etc/mfsmount.cfg ]; then \ >- ${CP} ${PREFIX}/etc/mfs/mfsmount.cfg.dist ${PREFIX}/etc/mfsmount.cfg ; \ >- fi >- > .include <bsd.port.mk> >diff -urN moosefs-client.orig/distinfo moosefs-client/distinfo >--- moosefs-client.orig/distinfo 1970-01-01 00:00:00.000000000 +0000 >+++ moosefs-client/distinfo 2014-06-15 01:06:17.000000000 +0000 >@@ -0,0 +1,2 @@ >+SHA256 (mfs-1.6.27-5.tar.gz) = 5e6d7dd5dfe181ffb6beee44fd2be51b3faf56a71b90b460b2dc717462ff1eeb >+SIZE (mfs-1.6.27-5.tar.gz) = 784507 >diff -urN moosefs-client.orig/pkg-plist moosefs-client/pkg-plist >--- moosefs-client.orig/pkg-plist 2014-06-15 01:00:58.000000000 +0000 >+++ moosefs-client/pkg-plist 2014-06-15 01:26:35.000000000 +0000 >@@ -1,24 +1,43 @@ >-bin/mfsmakesnapshot >+bin/mfsappendchunks > bin/mfscheckfile >+bin/mfsdeleattr > bin/mfsdirinfo > bin/mfsfileinfo > bin/mfsfilerepair >+bin/mfsgeteattr > bin/mfsgetgoal > bin/mfsgettrashtime >+bin/mfsmakesnapshot >+bin/mfsmount > bin/mfsrgetgoal > bin/mfsrgettrashtime > bin/mfsrsetgoal > bin/mfsrsettrashtime >+bin/mfsseteattr > bin/mfssetgoal > bin/mfssettrashtime >-bin/mfsgeteattr >-bin/mfsseteattr >-bin/mfsdeleattr >-bin/mfsappendchunks >-bin/mfsmount >-bin/mfstools > bin/mfssnapshot >-@unexec if cmp -s %D/etc/mfs/mfsmount.cfg.dist %D/etc/mfsmount.cfg; then rm -f %D/etc/mfsmount.cfg; fi >+bin/mfstools >+@unexec if cmp -s %D/%F %B/mfsmount.cfg; then rm -f %B/mfsmount.cfg; fi > etc/mfs/mfsmount.cfg.dist >-@exec if [ ! -f %D/etc/mfsmount.cfg ]; then /bin/cp %D/%F %D/etc/mfsmount.cfg; fi >+@exec if [ ! -f %B/mfsmount.cfg ]; then cp %D/%F %B/mfsmount.cfg; chmod u+w %B/mfsmount.cfg; fi >+man/man1/mfsappendchunks.1.gz >+man/man1/mfscheckfile.1.gz >+man/man1/mfsdeleattr.1.gz >+man/man1/mfsdirinfo.1.gz >+man/man1/mfsfileinfo.1.gz >+man/man1/mfsfilerepair.1.gz >+man/man1/mfsgeteattr.1.gz >+man/man1/mfsgetgoal.1.gz >+man/man1/mfsgettrashtime.1.gz >+man/man1/mfsmakesnapshot.1.gz >+man/man1/mfsrgetgoal.1.gz >+man/man1/mfsrgettrashtime.1.gz >+man/man1/mfsrsetgoal.1.gz >+man/man1/mfsrsettrashtime.1.gz >+man/man1/mfsseteattr.1.gz >+man/man1/mfssetgoal.1.gz >+man/man1/mfssettrashtime.1.gz >+man/man1/mfstools.1.gz >+man/man8/mfsmount.8.gz > @dirrm etc/mfs
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 191046
:
143788
|
143789
| 143790 |
143791