Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2018 09:58:47 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461692 - head/www/py-libsass
Message-ID:  <201802130958.w1D9wlkf064701@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Feb 13 09:58:47 2018
New Revision: 461692
URL: https://svnweb.freebsd.org/changeset/ports/461692

Log:
  www/py-libsass: Unbundle libsass
  
  Recommended by upstream in order to
  solve the double build problem:
  https://github.com/sass/libsass-python/issues/234
  
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/www/py-libsass/Makefile

Modified: head/www/py-libsass/Makefile
==============================================================================
--- head/www/py-libsass/Makefile	Tue Feb 13 09:30:16 2018	(r461691)
+++ head/www/py-libsass/Makefile	Tue Feb 13 09:58:47 2018	(r461692)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libsass
 DISTVERSION=	0.13.7
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,9 +17,12 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BROKEN_powerpc64=	fails to compile: cc1plus: error: unrecognized command line option -std=c++0x
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR}
+LIB_DEPENDS=	libsass.so:textproc/libsass
 
-USES=		python
+USES=		localbase python
 USE_PYTHON=	autoplist distutils
+
+MAKE_ENV=	SYSTEM_SASS=1
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_sass.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802130958.w1D9wlkf064701>