View | Details | Raw Unified | Return to bug 229974 | Differences between
and this patch

Collapse All | Expand All

(-)math/stp/Makefile (-11 / +18 lines)
Lines 1-25 Link Here
1
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
1
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	stp
4
PORTNAME=		stp
5
PORTVERSION=	1436
5
PORTREVISION=	1
6
PORTREVISION=	8
6
PORTVERSION=	2.3.1
7
CATEGORIES=	math
7
CATEGORIES=		math
8
MASTER_SITES=	http://intara.arrowdodger.ru/
9
8
10
MAINTAINER=	6yearold@gmail.com
9
MAINTAINER=		6yearold@gmail.com
11
COMMENT=	Decision Procedure for Bitvectors and Arrays
10
COMMENT=		Decision Procedure for Bitvectors and Arrays
12
11
13
LICENSE=	MIT
12
USE_GITHUB=		yes
13
GH_TAGNAME=		15943d7
14
14
15
LICENSE=		MIT
16
LICENSE_FILES=	${WRKSRC}/LICENSE
17
15
BROKEN_aarch64=		fails to compile: undefined reference to sbrk
18
BROKEN_aarch64=		fails to compile: undefined reference to sbrk
16
BROKEN_powerpc64=	fails to compile: main.cpp.o: undefined reference to boost::program_options::error_with_option_name::get_canonical_option_name()
19
BROKEN_powerpc64=	fails to compile: main.cpp.o: undefined reference to boost::program_options::error_with_option_name::get_canonical_option_name()
17
20
18
LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs \
21
LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs \
19
		libboost_system.so:devel/boost-libs
22
				libboost_system.so:devel/boost-libs
23
BUILD_DEPENDS=	minisat:math/minisat
24
RUN_DEPENDS=	minisat:math/minisat
20
25
21
USES=		bison:build cmake:noninja perl5 tar:xz
26
USES=		bison:build cmake:noninja perl5
22
USE_PERL5=	build
27
USE_PERL5=	build
23
CMAKE_ARGS=	-DFL_LIBRARY=/usr/lib/libfl.a
28
CMAKE_ARGS=	-DBUILD_SHARED_LIBS=true
24
29
30
post-install:
31
	${MV} ${STAGEDIR}${PREFIX}/bin/stp-2.1.2 ${STAGEDIR}${PREFIX}/bin/stp 
25
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)math/stp/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (stp-1436.tar.xz) = 511b3f8c9e6103410e3ce2fe552dec4177fcae198e78be81a3c298328f778075
1
TIMESTAMP = 1532312613
2
SIZE (stp-1436.tar.xz) = 2964512
2
SHA256 (stp-stp-2.3.1-15943d7_GH0.tar.gz) = d2840c86eac0195cc74884a515603aadc311bfc8f29962f6b1dc17cb77c92b05
3
SIZE (stp-stp-2.3.1-15943d7_GH0.tar.gz) = 2556546
(-)math/stp/pkg-plist (-2 / +4 lines)
Lines 1-7 Link Here
1
bin/stp
1
bin/stp
2
bin/stp_simple
2
include/stp/c_interface.h
3
include/stp/c_interface.h
3
include/stp/cpp_interface.h
4
lib/cmake/STP/STPConfig.cmake
4
lib/cmake/STP/STPConfig.cmake
5
lib/cmake/STP/STPConfigVersion.cmake
5
lib/cmake/STP/STPTargets-%%CMAKE_BUILD_TYPE%%.cmake
6
lib/cmake/STP/STPTargets-%%CMAKE_BUILD_TYPE%%.cmake
6
lib/cmake/STP/STPTargets.cmake
7
lib/cmake/STP/STPTargets.cmake
7
lib/libstp.a
8
lib/libstp.so
9
lib/libstp.so.2.1

Return to bug 229974