https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135
--- Comment #11 from Sunpoet Po-Chuan Hsieh <sunp...@freebsd.org> --- Here is my poudriere build log of lang/python27-pr226135 (copied from lang/python27 with following change). https://people.freebsd.org/~sunpoet/logs/python27-pr226135.log % diff -u lang/python27/Makefile lang/python27-pr226135/Makefile --- lang/python27/Makefile 2018-02-23 03:51:29.048434000 +0800 +++ lang/python27-pr226135/Makefile 2018-02-24 01:22:44.675219000 +0800 @@ -5,7 +5,8 @@ PORTREVISION= 1 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} -PKGNAMESUFFIX= 27 +#PKGNAMESUFFIX= 27 +PKGNAMESUFFIX= 27-pr226135 DISTNAME= Python-${PORTVERSION} DIST_SUBDIR= python @@ -44,7 +45,8 @@ OSMAJOR=${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} # For plat-freebsd* in pkg-plist. https://bugs.python.org/issue19554 OPTIONS_DEFINE= DEBUG IPV6 LIBFFI NLS PYMALLOC THREADS -OPTIONS_DEFAULT= LIBFFI PYMALLOC THREADS UCS4 +#OPTIONS_DEFAULT= LIBFFI PYMALLOC THREADS UCS4 +OPTIONS_DEFAULT= LIBFFI NLS PYMALLOC THREADS UCS4 OPTIONS_SINGLE= UNICODE OPTIONS_SINGLE_UNICODE= UCS2 UCS4 OPTIONS_SUB= yes -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"