From owner-svn-ports-all@freebsd.org Thu Dec 29 12:29:32 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 97797C93D38; Thu, 29 Dec 2016 12:29:32 +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 4CD2E136F; Thu, 29 Dec 2016 12:29:32 +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 uBTCTV4J086195; Thu, 29 Dec 2016 12:29:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBTCTVnS086194; Thu, 29 Dec 2016 12:29:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612291229.uBTCTVnS086194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 29 Dec 2016 12:29:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429890 - head/russian/emkatic 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.23 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: Thu, 29 Dec 2016 12:29:32 -0000 Author: amdmi3 Date: Thu Dec 29 12:29:31 2016 New Revision: 429890 URL: https://svnweb.freebsd.org/changeset/ports/429890 Log: - Mark BROKEN on 11.x: (3104) Compiling globe.pas /wrkdirs/usr/ports/russian/emkatic/work/emkatic-0.28-src/globe.pas(28,67) Fatal: (10022) Can't find unit Serial used by Globe Fatal: (1018) Compilation aborted Error: /usr/local/bin/ppcx64 returned an error exitcode Error: (lazarus) Compile Project, Mode: SrcDist, Target: emkatic: stopped with exit code 256 ERROR: failed compiling of project /wrkdirs/usr/ports/russian/emkatic/work/emkatic-0.28-src/emkatic.lpi - Switch to options helpers Approved by: portmgr blanket Modified: head/russian/emkatic/Makefile Modified: head/russian/emkatic/Makefile ============================================================================== --- head/russian/emkatic/Makefile Thu Dec 29 12:18:30 2016 (r429889) +++ head/russian/emkatic/Makefile Thu Dec 29 12:29:31 2016 (r429890) @@ -13,6 +13,8 @@ COMMENT= Emulator of Elektronika RPN pro LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING.txt +BROKEN_FreeBSD_11= does not build (Fatal: (10022) Can't find unit Serial used by Globe) + BUILD_DEPENDS= lazbuild:editors/lazarus \ fpcres:lang/fpc-utils @@ -38,22 +40,14 @@ QT4_DESC= Build with Qt 4 interface GTK2_BUILD_DEPENDS= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:editors/lazarus-lcl-gtk2 GTK2_USE= GNOME=gtk20 FPC=gtk2 +GTK2_VARS= LCL_PLATFORM=gtk2 QT4_BUILD_DEPENDS= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:editors/lazarus-lcl-qt QT4_LIB_DEPENDS= libQt4Pas.so:x11-toolkits/qt4pas +QT4_VARS= LCL_PLATFORM=qt PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio -.include - -.if ${PORT_OPTIONS:MGTK2} -LCL_PLATFORM= gtk2 -.endif - -.if ${PORT_OPTIONS:MQT4} -LCL_PLATFORM= qt -.endif - do-build: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${LAZBUILD_CMD} --ws="${LCL_PLATFORM}" \ @@ -61,7 +55,8 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin -post-install-DOCS-on: + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}