svn commit: r450086 - in branches/2017Q3/cad/stepcode: . files
Mark Felder
feld at FreeBSD.org
Tue Sep 19 01:03:09 UTC 2017
Author: feld
Date: Tue Sep 19 01:03:08 2017
New Revision: 450086
URL: https://svnweb.freebsd.org/changeset/ports/450086
Log:
MFH: r448936
cad/stepcode: Fix portlint issues
PR: 221835
Submitted by: Fernando Apesteguia <fernando.apesteguia at gmail.com> (maintainer)
Approved by: ports-secteam (with hat)
Added:
branches/2017Q3/cad/stepcode/files/
- copied from r448936, head/cad/stepcode/files/
Modified:
branches/2017Q3/cad/stepcode/Makefile
branches/2017Q3/cad/stepcode/pkg-plist
Directory Properties:
branches/2017Q3/ (props changed)
Modified: branches/2017Q3/cad/stepcode/Makefile
==============================================================================
--- branches/2017Q3/cad/stepcode/Makefile Tue Sep 19 00:06:53 2017 (r450085)
+++ branches/2017Q3/cad/stepcode/Makefile Tue Sep 19 01:03:08 2017 (r450086)
@@ -3,8 +3,8 @@
PORTNAME= stepcode
PORTVERSION= 0.8
-PORTREVISION= 1
DISTVERSIONPREFIX= v
+PORTREVISION= 2
CATEGORIES= cad
MAINTAINER= fernando.apesteguia at 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
Modified: branches/2017Q3/cad/stepcode/pkg-plist
==============================================================================
--- branches/2017Q3/cad/stepcode/pkg-plist Tue Sep 19 00:06:53 2017 (r450085)
+++ branches/2017Q3/cad/stepcode/pkg-plist Tue Sep 19 01:03:08 2017 (r450086)
@@ -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
More information about the svn-ports-branches
mailing list