summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/monetdb/Makefile4
-rw-r--r--devel/libzim/Makefile4
-rw-r--r--x11-wm/fvwm2/Makefile11
-rw-r--r--x11/radare-cutter/Makefile7
4 files changed, 11 insertions, 15 deletions
diff --git a/databases/monetdb/Makefile b/databases/monetdb/Makefile
index b1f5d27dfdbd..e2494f94db86 100644
--- a/databases/monetdb/Makefile
+++ b/databases/monetdb/Makefile
@@ -3,7 +3,7 @@
PORTNAME= monetdb
PORTVERSION= 11.15.19
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= http://www.monetdb.org/downloads/sources/Feb2013-SP6/
DISTNAME= MonetDB-${PORTVERSION}
@@ -117,8 +117,6 @@ RDF_CONFIGURE_ENABLE= rdf
SPHINXCLIENT_LIB_DEPENDS= libsphinxclient.so:textproc/libsphinxclient
RUBYGEMS_BUILD_DEPENDS= gem:devel/ruby-gems
RUBYGEMS_RUN_DEPENDS= gem:devel/ruby-gems
-PYTHON3_BUILD_DEPENDS= python3:lang/python3
-PYTHON3_RUN_DEPENDS= python3:lang/python3
CURL_LIB_DEPENDS= libcurl.so:ftp/curl
FITS_LIB_DEPENDS= libcfitsio.so:astro/cfitsio
GEOM_LIB_DEPENDS= libgeos.so:graphics/geos
diff --git a/devel/libzim/Makefile b/devel/libzim/Makefile
index 8109fbfcd070..eaf3e2ad6d03 100644
--- a/devel/libzim/Makefile
+++ b/devel/libzim/Makefile
@@ -7,8 +7,6 @@ CATEGORIES= devel
MAINTAINER= swills@FreeBSD.org
COMMENT= Reference implementation of the ZIM specification
-BUILD_DEPENDS= python3-config:lang/python3
-
LIB_DEPENDS= libicui18n.so:devel/icu \
libxapian.so:databases/xapian-core
@@ -19,4 +17,6 @@ GH_ACCOUNT= openzim
# Using gcc6 and libstdc++ leads to error because xapian-core is linked with libc++
BROKEN_FreeBSD_10= /usr/include/c++/v1/memory:4004:35: error: no viable overloaded '='
+BINARY_ALIAS= python3=python${PYTHON_VER} python3-config=python${PYTHON_VER}-config
+
.include <bsd.port.mk>
diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile
index a5118435d07e..42e1a2dabd2b 100644
--- a/x11-wm/fvwm2/Makefile
+++ b/x11-wm/fvwm2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= fvwm
PORTVERSION= 2.6.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= https://github.com/fvwmorg/fvwm/releases/download/${PORTVERSION}/ \
http://www.fvwm.org/generated/icon_download/
@@ -13,10 +13,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= cy@FreeBSD.org
COMMENT= Popular virtual window manager for X
-BUILD_DEPENDS= python3:lang/python3
RUN_DEPENDS= gm4:devel/m4 \
- p5-XML-Parser>=0:textproc/p5-XML-Parser \
- python3:lang/python3
+ p5-XML-Parser>=0:textproc/p5-XML-Parser
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
@@ -24,10 +22,9 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
CONFLICTS?= fvwm1-1.* fvwm-2.[457].*
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-mandoc --without-gnome --disable-gtk
-CONFIGURE_ENV= PYTHON=${PYTHON_CMD}
+CONFIGURE_ARGS= --disable-mandoc --without-gnome --disable-gtk \
+ ac_cv_path_PYTHON=${PYTHON_CMD}
USES= gmake perl5 pkgconfig python:3.4+ gettext readline
-USE_PYTHON= xdg
USE_XORG= xcursor xft xinerama xpm xrender x11 ice xext
USE_GNOME= cairo
diff --git a/x11/radare-cutter/Makefile b/x11/radare-cutter/Makefile
index 1890ae594e33..ef7bc9cc8c62 100644
--- a/x11/radare-cutter/Makefile
+++ b/x11/radare-cutter/Makefile
@@ -3,6 +3,7 @@
PORTNAME= radare-cutter
PORTVERSION= 1.5
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= swills@FreeBSD.org
@@ -11,9 +12,6 @@ COMMENT= GUI for radare2 reverse engineering framework
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/../COPYING
-BUILD_DEPENDS= python3:lang/python3
-RUN_DEPENDS= python3:lang/python3
-
LIB_DEPENDS= libr_bin.so:devel/radare2
USES= pkgconfig python:3.4+ qmake:outsource qt:5
@@ -32,4 +30,7 @@ PLIST_FILES= bin/Cutter \
share/applications/Cutter.desktop \
share/pixmaps/cutter.svg
+post-patch:
+ @${REINPLACE_CMD} 's/python3/python-${PYTHON_VER}/' ${WRKSRC}/Cutter.pro
+
.include <bsd.port.mk>