svn commit: r460614 - head/x11/cinnamon-desktop

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Feb 1 16:04:10 UTC 2018


Author: amdmi3
Date: Thu Feb  1 16:04:10 2018
New Revision: 460614
URL: https://svnweb.freebsd.org/changeset/ports/460614

Log:
  - Add missing python run-dependency, required for correct shebangfix
  - Remove redundant python_OLD_CMD
  - Switch to USES=localbase
  
  Approved by:	portmgr blanket

Modified:
  head/x11/cinnamon-desktop/Makefile

Modified: head/x11/cinnamon-desktop/Makefile
==============================================================================
--- head/x11/cinnamon-desktop/Makefile	Thu Feb  1 16:04:08 2018	(r460613)
+++ head/x11/cinnamon-desktop/Makefile	Thu Feb  1 16:04:10 2018	(r460614)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cinnamon-desktop
 PORTVERSION=	2.4.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11 gnome
 DIST_SUBDIR=	gnome3
 
@@ -17,18 +17,15 @@ RUN_DEPENDS=	xkeyboard-config>=0:x11/xkeyboard-config 
 		libxkbfile>=0:x11/libxkbfile
 
 USE_XORG=	x11 xrandr xext
-USES=		autoreconf gettext gmake libtool pathfix pkgconfig \
-		shebangfix tar:xz
+USES=		autoreconf gettext gmake libtool localbase:ldflags pathfix \
+		pkgconfig python:2,run shebangfix tar:xz
 USE_GITHUB=	yes
 GH_ACCOUNT=	linuxmint
 USE_GNOME=	gnomeprefix gtk30 intlhack introspection:build
 SHEBANG_FILES=	files/usr/bin/cinnamon-desktop-migrate-mediakeys
-python_OLD_CMD=	/usr/bin/python2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gnome-distributor="FreeBSD GNOME Project"
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
 GLIB_SCHEMAS=	org.cinnamon.desktop.a11y.applications.gschema.xml \
 		org.cinnamon.desktop.a11y.keyboard.gschema.xml \


More information about the svn-ports-head mailing list