Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Sep 2016 18:13:34 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422338 - in head/www: mod_python33 mod_python33/files mod_python35
Message-ID:  <201609171813.u8HIDYZP095512@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Sat Sep 17 18:13:34 2016
New Revision: 422338
URL: https://svnweb.freebsd.org/changeset/ports/422338

Log:
  - limit python version to 2.7
  - re- generate mod_python33 patch files
  
  PR:		212446
  Reported by:	George Michaelson

Modified:
  head/www/mod_python33/Makefile
  head/www/mod_python33/files/patch-configure
  head/www/mod_python33/files/patch-src__connobject.c
  head/www/mod_python35/Makefile

Modified: head/www/mod_python33/Makefile
==============================================================================
--- head/www/mod_python33/Makefile	Sat Sep 17 17:54:25 2016	(r422337)
+++ head/www/mod_python33/Makefile	Sat Sep 17 18:13:34 2016	(r422338)
@@ -18,7 +18,7 @@ LICENSE=	APACHE20
 CONFLICTS_INSTALL=	ap2[24]-mod_python3[^3]*
 
 USE_APACHE=	22
-USES=		cpe python tar:tgz
+USES=		cpe python:2.7 tar:tgz
 CPE_VENDOR=	apache
 
 GNU_CONFIGURE=		yes

Modified: head/www/mod_python33/files/patch-configure
==============================================================================
--- head/www/mod_python33/files/patch-configure	Sat Sep 17 17:54:25 2016	(r422337)
+++ head/www/mod_python33/files/patch-configure	Sat Sep 17 18:13:34 2016	(r422338)
@@ -1,6 +1,6 @@
---- ./configure.orig	2006-03-11 03:46:52.000000000 +0000
-+++ ./configure	2014-08-02 22:49:33.000000000 +0000
-@@ -3013,7 +3013,7 @@
+--- configure.orig	2006-03-11 03:46:52 UTC
++++ configure
+@@ -3013,7 +3013,7 @@ echo "$as_me:$LINENO: checking linker fl
  echo $ECHO_N "checking linker flags used to link Python... $ECHO_C" >&6
  
  PyLFS=`grep "^LINKFORSHARED=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' '   '`
@@ -9,4 +9,3 @@
  LDFLAGS="${LDFLAGS} ${PyLFS} ${PyLDFLAGS}"
  LDFLAGS="${LDFLAGS} ${PY_LDFLAGS}"
  echo "$as_me:$LINENO: result: $PY_LDFLAGS" >&5
-

Modified: head/www/mod_python33/files/patch-src__connobject.c
==============================================================================
--- head/www/mod_python33/files/patch-src__connobject.c	Sat Sep 17 17:54:25 2016	(r422337)
+++ head/www/mod_python33/files/patch-src__connobject.c	Sat Sep 17 18:13:34 2016	(r422338)
@@ -1,6 +1,6 @@
---- src/connobject.c.orig	2008-08-28 12:30:24.000000000 +0000
-+++ src/connobject.c	2008-08-28 12:30:35.000000000 +0000
-@@ -139,7 +139,7 @@
+--- src/connobject.c.orig	2006-12-03 04:36:37 UTC
++++ src/connobject.c
+@@ -139,7 +139,7 @@ static PyObject * _conn_read(conn_rec *c
      bytes_read = 0;
  
      while ((bytes_read < len || len == 0) &&

Modified: head/www/mod_python35/Makefile
==============================================================================
--- head/www/mod_python35/Makefile	Sat Sep 17 17:54:25 2016	(r422337)
+++ head/www/mod_python35/Makefile	Sat Sep 17 18:13:34 2016	(r422338)
@@ -19,7 +19,7 @@ LICENSE=	APACHE20
 CONFLICTS_INSTALL=	ap2[24]-mod_python3[^5]*
 
 USE_APACHE=	22+
-USES=		cpe python tar:tgz
+USES=		cpe python:2.7 tar:tgz
 CPE_VENDOR=	apache
 SUB_FILES=	pkg-message 270_mod_python.conf.sample
 



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