svn commit: r351310 - head/sysutils/brebis
Ganael LAPLANCHE
martymac at FreeBSD.org
Tue Apr 15 07:49:18 UTC 2014
Author: martymac
Date: Tue Apr 15 07:49:17 2014
New Revision: 351310
URL: http://svnweb.freebsd.org/changeset/ports/351310
QAT: https://qat.redports.org/buildarchive/r351310/
Log:
Fix configure step and remove BROKEN flag
Modified:
head/sysutils/brebis/Makefile
Modified: head/sysutils/brebis/Makefile
==============================================================================
--- head/sysutils/brebis/Makefile Tue Apr 15 07:35:21 2014 (r351309)
+++ head/sysutils/brebis/Makefile Tue Apr 15 07:49:17 2014 (r351310)
@@ -12,10 +12,12 @@ COMMENT= Fully automated backup checker
LICENSE= GPLv3
-BROKEN= Fails to configure
USE_PYTHON= 3.3+
USE_PYDISTUTILS= yes
+# XXX Handle UTF-8 '(c)' character within setup.py's header
+MAKE_ENV+= LC_ALL=en_US.UTF-8
+
PLIST_SUB+= PYTHON_SUFFIX=${PYTHON_SUFFIX} \
PYDISTUTILS_EGGINFO=${PYDISTUTILS_EGGINFO}
PYDISTUTILS_NOEGGINFO= yes
More information about the svn-ports-all
mailing list