From owner-svn-ports-all@freebsd.org Wed May 18 14:03:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32ADEB3F4B0; Wed, 18 May 2016 14:03:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04A851764; Wed, 18 May 2016 14:03:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4IE3nir099927; Wed, 18 May 2016 14:03:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4IE3nue099926; Wed, 18 May 2016 14:03:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605181403.u4IE3nue099926@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 18 May 2016 14:03:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415451 - head/multimedia/imagination X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2016 14:03:50 -0000 Author: amdmi3 Date: Wed May 18 14:03:49 2016 New Revision: 415451 URL: https://svnweb.freebsd.org/changeset/ports/415451 Log: - Simplify MASTER_SITES - Switch to USES=localbase - Fix build with disabled NLS Approved by: portmgr blanket Modified: head/multimedia/imagination/Makefile Modified: head/multimedia/imagination/Makefile ============================================================================== --- head/multimedia/imagination/Makefile Wed May 18 14:00:04 2016 (r415450) +++ head/multimedia/imagination/Makefile Wed May 18 14:03:49 2016 (r415451) @@ -5,7 +5,7 @@ PORTNAME= imagination PORTVERSION= 3.0 PORTREVISION= 5 CATEGORIES= multimedia -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= SF MAINTAINER= jessefrgsmith@yahoo.ca COMMENT= DVD slideshow maker @@ -14,9 +14,7 @@ LIB_DEPENDS= libsox.so:audio/sox \ libavcodec.so:multimedia/ffmpeg GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -USES= gmake pkgconfig libtool +USES= gmake pkgconfig libtool localbase USE_GNOME= gtk20 intltool libxslt INSTALLS_ICONS= yes INSTALL_TARGET= install-strip @@ -25,6 +23,7 @@ OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext +NLS_USES_OFF= gettext-tools post-patch: @${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in