svn commit: r463375 - head/lang/python27

Antoine Brodin antoine at FreeBSD.org
Fri Mar 2 06:54:15 UTC 2018


Author: antoine
Date: Fri Mar  2 06:54:14 2018
New Revision: 463375
URL: https://svnweb.freebsd.org/changeset/ports/463375

Log:
  Revert r462630, it introduced regressions
  
  PR:		226135
  With hat:	portmgr

Modified:
  head/lang/python27/Makefile

Modified: head/lang/python27/Makefile
==============================================================================
--- head/lang/python27/Makefile	Fri Mar  2 06:51:55 2018	(r463374)
+++ head/lang/python27/Makefile	Fri Mar  2 06:54:14 2018	(r463375)
@@ -17,9 +17,7 @@ LICENSE=	PSFL
 USES=		cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz
 PATHFIX_MAKEFILEIN=	Makefile.pre.in
 USE_LDCONFIG=	yes
-CFLAGS+=	-I${OPENSSLINC}
 GNU_CONFIGURE=	yes
-LIBS+=		-L${OPENSSLLIB}
 python_CMD=	${PREFIX}/bin/python${PYTHON_PORTVERSION:R}
 SHEBANG_FILES=	Lib/lib2to3/pgen2/*.py Lib/lib2to3/tests/*.py Lib/lib2to3/tests/data/*.py \
 		Lib/idlelib/*.py Lib/encodings/*.py Lib/test/*.py Lib/UserString.py \


More information about the svn-ports-head mailing list