Index: head/devel/py-llfuse/Makefile =================================================================== --- head/devel/py-llfuse/Makefile (revision 507638) +++ head/devel/py-llfuse/Makefile (revision 507639) @@ -1,23 +1,21 @@ # $FreeBSD$ PORTNAME= llfuse PORTVERSION= 1.2 PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= stdin@niklaas.eu COMMENT= Python bindings for low-level FUSE API LICENSE= LGPL20+ -BROKEN_powerpc64= Does not build: error: conversion to mode_t from int may alter its value - USES= compiler:c++11-lang fuse pkgconfig python tar:bz2 USE_PYTHON= autoplist distutils post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/llfuse.so .include Index: head/devel/py-llfuse/files/files/patch-setup.py =================================================================== --- head/devel/py-llfuse/files/files/patch-setup.py (nonexistent) +++ head/devel/py-llfuse/files/files/patch-setup.py (revision 507639) @@ -0,0 +1,36 @@ +--- setup.py.orig 2017-01-22 22:24:10 UTC ++++ setup.py +@@ -80,24 +80,24 @@ def main(): + # We may have unused functions if we compile for older FUSE versions + compile_args.append('-Wno-unused-function') + +- # Value-changing conversions should always be explicit. +- compile_args.append('-Werror=conversion') +- +- # Note that (i > -1) is false if i is unsigned (-1 will be converted to +- # a large positive value). We certainly don't want to do this by +- # accident. +- compile_args.append('-Werror=sign-compare') +- + # Enable all fatal warnings only when compiling from Mercurial tip. + # (otherwise we break forward compatibility because compilation with newer + # compiler may fail if additional warnings are added) +- if DEVELOPER_MODE: ++ if 0: + compile_args.append('-Werror') + compile_args.append('-Wfatal-errors') + + # Unreachable code is expected because we need to support multiple + # platforms and architectures. + compile_args.append('-Wno-error=unreachable-code') ++ ++ # Value-changing conversions should always be explicit. ++ compile_args.append('-Werror=conversion') ++ ++ # Note that (i > -1) is false if i is unsigned (-1 will be converted to ++ # a large positive value). We certainly don't want to do this by ++ # accident. ++ compile_args.append('-Werror=sign-compare') + + # http://bugs.python.org/issue7576 + if sys.version_info[0] == 3 and sys.version_info[1] < 2: Property changes on: head/devel/py-llfuse/files/files/patch-setup.py ___________________________________________________________________ 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 Index: head/devel/py-llfuse/files/patch-setup.py =================================================================== --- head/devel/py-llfuse/files/patch-setup.py (nonexistent) +++ head/devel/py-llfuse/files/patch-setup.py (revision 507639) @@ -0,0 +1,36 @@ +--- setup.py.orig 2017-01-22 22:24:10 UTC ++++ setup.py +@@ -80,24 +80,24 @@ def main(): + # We may have unused functions if we compile for older FUSE versions + compile_args.append('-Wno-unused-function') + +- # Value-changing conversions should always be explicit. +- compile_args.append('-Werror=conversion') +- +- # Note that (i > -1) is false if i is unsigned (-1 will be converted to +- # a large positive value). We certainly don't want to do this by +- # accident. +- compile_args.append('-Werror=sign-compare') +- + # Enable all fatal warnings only when compiling from Mercurial tip. + # (otherwise we break forward compatibility because compilation with newer + # compiler may fail if additional warnings are added) +- if DEVELOPER_MODE: ++ if 0: + compile_args.append('-Werror') + compile_args.append('-Wfatal-errors') + + # Unreachable code is expected because we need to support multiple + # platforms and architectures. + compile_args.append('-Wno-error=unreachable-code') ++ ++ # Value-changing conversions should always be explicit. ++ compile_args.append('-Werror=conversion') ++ ++ # Note that (i > -1) is false if i is unsigned (-1 will be converted to ++ # a large positive value). We certainly don't want to do this by ++ # accident. ++ compile_args.append('-Werror=sign-compare') + + # http://bugs.python.org/issue7576 + if sys.version_info[0] == 3 and sys.version_info[1] < 2: Property changes on: head/devel/py-llfuse/files/patch-setup.py ___________________________________________________________________ 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