From owner-svn-ports-head@FreeBSD.ORG Tue Nov 5 00:42:22 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 96C92772; Tue, 5 Nov 2013 00:42:22 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 83B8E2F40; Tue, 5 Nov 2013 00:42:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA50gMUk015107; Tue, 5 Nov 2013 00:42:22 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA50gMux015106; Tue, 5 Nov 2013 00:42:22 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201311050042.rA50gMux015106@svn.freebsd.org> From: Koop Mast Date: Tue, 5 Nov 2013 00:42:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332795 - head/graphics/gimp-app X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Nov 2013 00:42:22 -0000 Author: kwm Date: Tue Nov 5 00:42:22 2013 New Revision: 332795 URL: http://svnweb.freebsd.org/changeset/ports/332795 Log: Chance to .elif to make sure it works like intended, this fixes a warning with fmake on 9.x and before [1]. Strangly bmake seems to silently ignore it. Reported by: Robert Burmeister Modified: head/graphics/gimp-app/Makefile Modified: head/graphics/gimp-app/Makefile ============================================================================== --- head/graphics/gimp-app/Makefile Tue Nov 5 00:39:45 2013 (r332794) +++ head/graphics/gimp-app/Makefile Tue Nov 5 00:42:22 2013 (r332795) @@ -201,7 +201,7 @@ post-patch: .if defined(GIMP_SLAVE) && ${GIMP_SLAVE}==pygimp post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/gimp/2.2/python/*.so -.else ! defined(GIMP_SLAVE) +.elif ! defined(GIMP_SLAVE) post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgimp*-2.0.so.0 @${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/gimp/2.2/modules/*.so