FreeBSD Bugzilla – Attachment 131761 Details for
Bug 175916
[MAINTAINER] sysutils/fusefs-s3fs: Upgrade to 1.61
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fusefs-s3fs-1.61.patch
fusefs-s3fs-1.61.patch (text/plain), 4.64 KB, created by
gslin
on 2013-02-07 04:50:00 UTC
(
hide
)
Description:
fusefs-s3fs-1.61.patch
Filename:
MIME Type:
Creator:
gslin
Created:
2013-02-07 04:50:00 UTC
Size:
4.64 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/sysutils/fusefs-s3fs/Makefile ./Makefile >--- /usr/ports/sysutils/fusefs-s3fs/Makefile 2012-12-14 23:53:08.000000000 +0800 >+++ ./Makefile 2013-02-07 11:44:06.000000000 +0800 >@@ -1,13 +1,7 @@ >-# New ports collection makefile for: fusefs-s3fs >-# Date created: 2009-04-11 >-# Whom: Gea-Suan Lin <gslin@gslin.org> >-# > # $FreeBSD: ports/sysutils/fusefs-s3fs/Makefile,v 1.6 2012/12/14 15:53:08 svnexp Exp $ >-# > > PORTNAME= s3fs >-DISTVERSION= 1.19 >-PORTREVISION= 1 >+DISTVERSION= 1.61 > CATEGORIES= sysutils > MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} > PKGNAMEPREFIX= fusefs- >@@ -19,8 +13,13 @@ > xml2:${PORTSDIR}/textproc/libxml2 > > GNU_CONFIGURE= yes >-USE_FUSE= yes > PLIST_FILES= bin/s3fs >+USE_FUSE= yes >+ >+MAN1= s3fs.1 >+ >+post-patch: >+ ${REINPLACE_CMD} -e 's/libcrypto >= 0.9//g' ${WRKSRC}/configure > > post-install: > @${CAT} ${PKGMESSAGE} >diff -ruN --exclude=CVS /usr/ports/sysutils/fusefs-s3fs/distinfo ./distinfo >--- /usr/ports/sysutils/fusefs-s3fs/distinfo 2011-12-18 17:02:01.000000000 +0800 >+++ ./distinfo 2013-02-07 11:30:25.000000000 +0800 >@@ -1,2 +1,2 @@ >-SHA256 (s3fs-1.19.tar.gz) = 7ba54895663750fd9ce357893ec8e45871b21399c0c7b6632b271f2075df7a42 >-SIZE (s3fs-1.19.tar.gz) = 132384 >+SHA256 (s3fs-1.61.tar.gz) = 47e6700c9ec65f85cc1eeb004dcf33b4533b3415466107f310fe167f49f35ec5 >+SIZE (s3fs-1.61.tar.gz) = 155699 >diff -ruN --exclude=CVS /usr/ports/sysutils/fusefs-s3fs/files/patch-configure ./files/patch-configure >--- /usr/ports/sysutils/fusefs-s3fs/files/patch-configure 2011-12-18 17:02:02.000000000 +0800 >+++ ./files/patch-configure 1970-01-01 08:00:00.000000000 +0800 >@@ -1,52 +0,0 @@ >---- configure.orig 2011-12-10 17:37:02.000000000 +0800 >-+++ configure 2011-12-10 17:37:36.000000000 +0800 >-@@ -3225,12 +3225,12 @@ >- pkg_cv_DEPS_CFLAGS="$DEPS_CFLAGS" >- elif test -n "$PKG_CONFIG"; then >- if test -n "$PKG_CONFIG" && \ >-- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9\""; } >&5 >-- ($PKG_CONFIG --exists --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9") 2>&5 >-+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6\""; } >&5 >-+ ($PKG_CONFIG --exists --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6") 2>&5 >- ac_status=$? >- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 >- test $ac_status = 0; }; then >-- pkg_cv_DEPS_CFLAGS=`$PKG_CONFIG --cflags "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9" 2>/dev/null` >-+ pkg_cv_DEPS_CFLAGS=`$PKG_CONFIG --cflags "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6" 2>/dev/null` >- else >- pkg_failed=yes >- fi >-@@ -3241,12 +3241,12 @@ >- pkg_cv_DEPS_LIBS="$DEPS_LIBS" >- elif test -n "$PKG_CONFIG"; then >- if test -n "$PKG_CONFIG" && \ >-- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9\""; } >&5 >-- ($PKG_CONFIG --exists --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9") 2>&5 >-+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6\""; } >&5 >-+ ($PKG_CONFIG --exists --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6") 2>&5 >- ac_status=$? >- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 >- test $ac_status = 0; }; then >-- pkg_cv_DEPS_LIBS=`$PKG_CONFIG --libs "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9" 2>/dev/null` >-+ pkg_cv_DEPS_LIBS=`$PKG_CONFIG --libs "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6" 2>/dev/null` >- else >- pkg_failed=yes >- fi >-@@ -3266,14 +3266,14 @@ >- _pkg_short_errors_supported=no >- fi >- if test $_pkg_short_errors_supported = yes; then >-- DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9" 2>&1` >-+ DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6" 2>&1` >- else >-- DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9" 2>&1` >-+ DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6" 2>&1` >- fi >- # Put the nasty error message in config.log where it belongs >- echo "$DEPS_PKG_ERRORS" >&5 >- >-- as_fn_error $? "Package requirements (fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9) were not met: >-+ as_fn_error $? "Package requirements (fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6) were not met: >- >- $DEPS_PKG_ERRORS >-
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 175916
: 131761