From owner-svn-ports-head@freebsd.org Tue Sep 29 11:50:31 2015 Return-Path: Delivered-To: svn-ports-head@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 3E0B3A0BB2B; Tue, 29 Sep 2015 11:50:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 2D09F1847; Tue, 29 Sep 2015 11:50:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8TBoVM2048435; Tue, 29 Sep 2015 11:50:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8TBoVrq048434; Tue, 29 Sep 2015 11:50:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509291150.t8TBoVrq048434@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Sep 2015 11:50:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398171 - head/misc/gnustep-examples 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.20 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, 29 Sep 2015 11:50:31 -0000 Author: amdmi3 Date: Tue Sep 29 11:50:30 2015 New Revision: 398171 URL: https://svnweb.freebsd.org/changeset/ports/398171 Log: - Fix build after GNUstep changes by stripping files in the correct place Modified: head/misc/gnustep-examples/Makefile Modified: head/misc/gnustep-examples/Makefile ============================================================================== --- head/misc/gnustep-examples/Makefile Tue Sep 29 11:36:38 2015 (r398170) +++ head/misc/gnustep-examples/Makefile Tue Sep 29 11:50:30 2015 (r398171) @@ -34,48 +34,48 @@ do-install: post-install: ${STRIP_CMD} \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Calculator.app/Calculator \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/CurrencyConverter.app/CurrencyConverter \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Finger.app/Finger \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/GFractal.app/GFractal \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/GSTest.app/GSTest \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/HostAddress.app/HostAddress \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Ink.app/Ink \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/MyGL.app/MyGL \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/NSBrowserTest.app/NSBrowserTest \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/NSImageTest.app/NSImageTest \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/NSPanelTest.app/NSPanelTest \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/NSScreenTest.app/NSScreenTest \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/md5Digest.app/md5Digest \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/Composite-test.bundle/Composite-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/CoordinateCheck-test.bundle/CoordinateCheck-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/GSHbox-test.bundle/GSHbox-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/Image-test.bundle/Image-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/ImageSelection-test.bundle/ImageSelection-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/KeyboardInput-test.bundle/KeyboardInput-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/NSAnimation-test.bundle/NSAnimation-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/NSBox-test.bundle/NSBox-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/NSButton-test.bundle/NSButton-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/NSColorList-test.bundle/NSColorList-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/NSColorWell-test.bundle/NSColorWell-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/NSForm-test.bundle/NSForm-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/NSOpenPanel-test.bundle/NSOpenPanel-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/NSOutlineView-test.bundle/NSOutlineView-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/NSProgressIndicator-test.bundle/NSProgressIndicator-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/NSSavePanel-test.bundle/NSSavePanel-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/NSScrollView-test.bundle/NSScrollView-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/NSSecureTextField-test.bundle/NSSecureTextField-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/NSSlider-test.bundle/NSSlider-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/NSSplitView-test.bundle/NSSplitView-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/NSTableView-test.bundle/NSTableView-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/NSTextView-test.bundle/NSTextView-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/NSViewAnimation-test.bundle/NSViewAnimation-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/NSWindow-test.bundle/NSWindow-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/NSWindowStyleMask-test.bundle/NSWindowStyleMask-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/PixelExactDrawing-test.bundle/PixelExactDrawing-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/StringDrawing-test.bundle/StringDrawing-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/TextSystem-test.bundle/TextSystem-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/ApplicationSupport/GSTest/Transparency-test.bundle/Transparency-test \ - ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Services/example.service/example + ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Calculator.app/Calculator \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/CurrencyConverter.app/CurrencyConverter \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Finger.app/Finger \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GFractal.app/GFractal \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GSTest.app/GSTest \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/HostAddress.app/HostAddress \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Ink.app/Ink \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/MyGL.app/MyGL \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/NSBrowserTest.app/NSBrowserTest \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/NSImageTest.app/NSImageTest \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/NSPanelTest.app/NSPanelTest \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/NSScreenTest.app/NSScreenTest \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/md5Digest.app/md5Digest \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/Composite-test.bundle/Composite-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/CoordinateCheck-test.bundle/CoordinateCheck-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/GSHbox-test.bundle/GSHbox-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/Image-test.bundle/Image-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/ImageSelection-test.bundle/ImageSelection-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/KeyboardInput-test.bundle/KeyboardInput-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSAnimation-test.bundle/NSAnimation-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSBox-test.bundle/NSBox-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSButton-test.bundle/NSButton-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSColorList-test.bundle/NSColorList-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSColorWell-test.bundle/NSColorWell-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSForm-test.bundle/NSForm-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSOpenPanel-test.bundle/NSOpenPanel-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSOutlineView-test.bundle/NSOutlineView-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSProgressIndicator-test.bundle/NSProgressIndicator-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSSavePanel-test.bundle/NSSavePanel-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSScrollView-test.bundle/NSScrollView-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSSecureTextField-test.bundle/NSSecureTextField-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSSlider-test.bundle/NSSlider-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSSplitView-test.bundle/NSSplitView-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSTableView-test.bundle/NSTableView-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSTextView-test.bundle/NSTextView-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSViewAnimation-test.bundle/NSViewAnimation-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSWindow-test.bundle/NSWindow-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/NSWindowStyleMask-test.bundle/NSWindowStyleMask-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/PixelExactDrawing-test.bundle/PixelExactDrawing-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/StringDrawing-test.bundle/StringDrawing-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/TextSystem-test.bundle/TextSystem-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GSTest/Transparency-test.bundle/Transparency-test \ + ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Services/example.service/example .include