aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2011-06-29 09:30:10 +0800
committerwen <wen@FreeBSD.org>2011-06-29 09:30:10 +0800
commit9f8bae63fc20fe10287e1dc0169ffc4361a13e54 (patch)
tree9970527c1c7ddcefd404fea01d8415b0f4301c8f /lang
parent9cb18010fbe1e9764ec18818a2e80c3f9714e60b (diff)
downloadfreebsd-ports-gnome-9f8bae63fc20fe10287e1dc0169ffc4361a13e54.tar.gz
freebsd-ports-gnome-9f8bae63fc20fe10287e1dc0169ffc4361a13e54.tar.zst
freebsd-ports-gnome-9f8bae63fc20fe10287e1dc0169ffc4361a13e54.zip
- Remove patch-Makefile.pre.in, now build with pthread correctly, bump PORTREVISION
Reported by: rhurlin@gwdg.de (via email)
Diffstat (limited to 'lang')
-rw-r--r--lang/python27/Makefile1
-rw-r--r--lang/python27/files/patch-Makefile.pre.in13
2 files changed, 1 insertions, 13 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index 004ad8683310..0ec5f697732a 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -6,6 +6,7 @@
PORTNAME= python27
PORTVERSION= 2.7.2
+PORTREVISION= 1
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
diff --git a/lang/python27/files/patch-Makefile.pre.in b/lang/python27/files/patch-Makefile.pre.in
deleted file mode 100644
index d5d1bd6c5e86..000000000000
--- a/lang/python27/files/patch-Makefile.pre.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.pre.in.orig 2010-11-30 09:05:24.000000000 +0800
-+++ Makefile.pre.in 2010-11-30 09:05:48.000000000 +0800
-@@ -105,8 +105,8 @@
-
- # Symbols used for using shared libraries
- SO= @SO@
--LDSHARED= @LDSHARED@ $(LDFLAGS)
--BLDSHARED= @BLDSHARED@ $(LDFLAGS)
-+LDSHARED= @LDSHARED@
-+BLDSHARED= @BLDSHARED@
- LDCXXSHARED= @LDCXXSHARED@
- DESTSHARED= $(BINLIBDEST)/lib-dynload
-