From owner-svn-ports-head@freebsd.org Tue Aug 29 19:36:18 2017 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 5F4C2DE3B98; Tue, 29 Aug 2017 19:36:18 +0000 (UTC) (envelope-from pi@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 2906E6E512; Tue, 29 Aug 2017 19:36:18 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7TJaHAi097101; Tue, 29 Aug 2017 19:36:17 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7TJaH4W097098; Tue, 29 Aug 2017 19:36:17 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201708291936.v7TJaH4W097098@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 29 Aug 2017 19:36:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448936 - in head/cad/stepcode: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/cad/stepcode: . files X-SVN-Commit-Revision: 448936 X-SVN-Commit-Repository: ports 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.23 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 Aug 2017 19:36:18 -0000 Author: pi Date: Tue Aug 29 19:36:16 2017 New Revision: 448936 URL: https://svnweb.freebsd.org/changeset/ports/448936 Log: cad/stepcode: Fix portlint issues PR: 221835 Submitted by: Fernando Apesteguia (maintainer) MFH: 2017Q3 Added: head/cad/stepcode/files/ head/cad/stepcode/files/patch-doc_CMakeLists.txt (contents, props changed) Modified: head/cad/stepcode/Makefile head/cad/stepcode/pkg-plist Modified: head/cad/stepcode/Makefile ============================================================================== --- head/cad/stepcode/Makefile Tue Aug 29 18:22:54 2017 (r448935) +++ head/cad/stepcode/Makefile Tue Aug 29 19:36:16 2017 (r448936) @@ -3,8 +3,8 @@ PORTNAME= stepcode PORTVERSION= 0.8 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= cad MAINTAINER= fernando.apesteguia@gmail.com @@ -15,13 +15,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_powerpc64= fails to configure: Schema scan for 15926-0002-lifecycle_integration.exp exited with error code 1 +USES= cmake:outsource compiler:c++11-lang USE_GITHUB= yes - USE_LDCONFIG= yes - -USES= cmake:outsource compiler:c++11-lang CMAKE_ARGS+= -DSC_INSTALL_PREFIX=${PREFIX} \ -DSC_BUILD_TYPE=Release + +MANDIRS= ${PREFIX}/man post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/schema_scanner Added: head/cad/stepcode/files/patch-doc_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/stepcode/files/patch-doc_CMakeLists.txt Tue Aug 29 19:36:16 2017 (r448936) @@ -0,0 +1,11 @@ +--- doc/CMakeLists.txt.orig 2017-08-29 15:56:46 UTC ++++ doc/CMakeLists.txt +@@ -4,7 +4,7 @@ set(sc_MANS + ) + + if(NOT DEFINED MAN_DIR) +- set(MAN_DIR share/man) ++ set(MAN_DIR man) + endif(NOT DEFINED MAN_DIR) + + if(NOT WIN32) Modified: head/cad/stepcode/pkg-plist ============================================================================== --- head/cad/stepcode/pkg-plist Tue Aug 29 18:22:54 2017 (r448935) +++ head/cad/stepcode/pkg-plist Tue Aug 29 19:36:16 2017 (r448936) @@ -114,5 +114,5 @@ lib/libsteplazyfile.so.2.0.0 lib/libsteputils.so lib/libsteputils.so.2 lib/libsteputils.so.2.0.0 -share/man/man1/exp2cxx.1 -share/man/man1/fedex.1 +man/man1/exp2cxx.1.gz +man/man1/fedex.1.gz