Index: head/www/py-libsass/Makefile =================================================================== --- head/www/py-libsass/Makefile (revision 486376) +++ head/www/py-libsass/Makefile (revision 486377) @@ -1,27 +1,28 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= libsass DISTVERSION= 0.16.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Straightforward binding of libsass for Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} LIB_DEPENDS= libsass.so:textproc/libsass USES= compiler:c++11-lang localbase python USE_PYTHON= autoplist distutils MAKE_ENV= SYSTEM_SASS=1 post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_sass.so .include Index: head/www/py-libsass/files/patch-setup.py =================================================================== --- head/www/py-libsass/files/patch-setup.py (nonexistent) +++ head/www/py-libsass/files/patch-setup.py (revision 486377) @@ -0,0 +1,14 @@ +--- setup.py.orig 2018-12-01 15:27:12 UTC ++++ setup.py +@@ -18,9 +18,9 @@ MACOS_FLAG = ['-mmacosx-version-min=10.7'] + FLAGS_POSIX = [ + '-fPIC', '-std=gnu++0x', '-Wall', '-Wno-parentheses', '-Werror=switch', + ] +-FLAGS_CLANG = ['-c', '-O3'] + FLAGS_POSIX + ['-stdlib=libc++'] ++FLAGS_CLANG = ['-c'] + FLAGS_POSIX + LFLAGS_POSIX = ['-fPIC', '-lstdc++'] +-LFLAGS_CLANG = ['-fPIC', '-stdlib=libc++'] ++LFLAGS_CLANG = ['-fPIC'] + + sources = ['pysass.cpp'] + headers = [] Property changes on: head/www/py-libsass/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