- Switch math/cloog to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed - Fix PREFIX/LOCALBASE misuse PR: 191572 Submitted by: amdmi3 Approved by: danilo (maintainer)
This commit is contained in:
parent
01cb858a18
commit
744f44a5cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360430
3 changed files with 8 additions and 12 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= gcc-arm-embedded
|
||||
PORTVERSION= 4.8.20140609
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://launchpad.net/gcc-arm-embedded/4.8/4.8-2014-q2-update/+download/
|
||||
DISTNAME= ${ORIGINAL_PACKAGE_NAME}-src
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= cloog
|
||||
PORTVERSION= 0.18.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.bastoul.net/cloog/pages/download/
|
||||
|
||||
|
@ -17,12 +17,9 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
|
|||
PORTSCOUT= ignore:0.18.2
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-gmp-prefix=${PREFIX}
|
||||
CONFIGURE_ARGS+= --with-gmp-prefix=${LOCALBASE}
|
||||
CONFIGURE_ENV= pkgconfig_libdir=${PREFIX}/libdata/pkgconfig/
|
||||
|
||||
post-install:
|
||||
${LN} -s libcloog-isl.so.4 ${STAGEDIR}${PREFIX}/lib/libcloog-isl.so.0
|
||||
${LN} -s libisl.so.12 ${STAGEDIR}${PREFIX}/lib/libisl.so.0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -71,16 +71,14 @@ include/isl/vertices.h
|
|||
lib/cloog-isl/cloog-isl-config.cmake
|
||||
lib/isl/isl-config.cmake
|
||||
lib/libcloog-isl.a
|
||||
lib/libcloog-isl.la
|
||||
lib/libcloog-isl.so
|
||||
lib/libcloog-isl.so.0
|
||||
lib/libcloog-isl.so.4
|
||||
lib/libcloog-isl.so.4.0.0
|
||||
lib/libisl.a
|
||||
lib/libisl.la
|
||||
lib/libisl.so
|
||||
lib/libisl.so.0
|
||||
lib/libisl.so.12
|
||||
lib/libisl.so.12-gdb.py
|
||||
lib/libisl.so.10
|
||||
lib/libisl.so.10.2.1
|
||||
lib/libisl.so.10.2.1-gdb.py
|
||||
libdata/pkgconfig/cloog-isl.pc
|
||||
libdata/pkgconfig/isl.pc
|
||||
@dirrmtry lib/isl
|
||||
|
|
Loading…
Reference in a new issue