Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2018 18:17:41 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458161 - head/textproc/meld
Message-ID:  <201801051817.w05IHfJY013765@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Fri Jan  5 18:17:40 2018
New Revision: 458161
URL: https://svnweb.freebsd.org/changeset/ports/458161

Log:
  - Remove deprecated PYDISTUTILS_INSTALLNOSINGLE by manually setting
    PYDISTUTILS_INSTALLARGS
  - Set USE_PYTHON=noflavors, meld is GUI application and flavors make
    no sense here

Modified:
  head/textproc/meld/Makefile

Modified: head/textproc/meld/Makefile
==============================================================================
--- head/textproc/meld/Makefile	Fri Jan  5 18:17:17 2018	(r458160)
+++ head/textproc/meld/Makefile	Fri Jan  5 18:17:40 2018	(r458161)
@@ -18,12 +18,15 @@ RUN_DEPENDS=	gsettings-desktop-schemas>=0:devel/gsetti
 USES=		desktop-file-utils gettext python:3.4+ shared-mime-info \
 		shebangfix tar:xz
 SHEBANG_FILES=	bin/meld
-USE_PYTHON=	distutils
+USE_PYTHON=	distutils noflavors
 USE_GNOME=	gtksourceview3 intltool libxml2:build pygobject3
 GLIB_SCHEMAS=	org.gnome.meld.gschema.xml
-PYDISTUTILS_INSTALLNOSINGLE=	yes
 PYDISTUTILS_INSTALL_TARGET=	--no-update-icon-cache --no-compile-schemas install
 INSTALLS_ICONS=	yes
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+PYDISTUTILS_INSTALLARGS=	-c -O1 --prefix=${PREFIX} --root=${STAGEDIR}
+
+.include <bsd.port.post.mk>



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