mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- add USE_LIBTOOL support
PR: 63316 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
This commit is contained in:
parent
dc8ee8da45
commit
07ad4fe83e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102152
@ -7,13 +7,11 @@ PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
# Do not use GNU_CONFIGURE or USE_LIBTOOL, it adds a --prefix option
|
||||
# we do not want in CONFIGURE_ARGS, and currently (2003-12-09) breaks
|
||||
# with its non-standard ${CONFIGURE_SCRIPT}.
|
||||
USE_REINPLACE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
HAS_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
LIBTOOLFILES= ${CONFIGURE_SCRIPT}
|
||||
CONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL}
|
||||
BDBVER= ${PORTVERSION:R}
|
||||
BDBMINOR= ${BDBVER:E:S/^\.//}
|
||||
@ -33,6 +31,9 @@ PORTDOCS= *
|
||||
pre-patch:
|
||||
@${REINPLACE_CMD} -Ee 's|-l?pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
pre-configure:
|
||||
${CHMOD} u+w ${WRKSRC}/../dist/configure
|
||||
|
||||
post-install:
|
||||
.for i in libdb libdb_cxx
|
||||
${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.${BDBMINOR} ${PREFIX}/lib
|
||||
|
@ -7,13 +7,11 @@ PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
# Do not use GNU_CONFIGURE or USE_LIBTOOL, it adds a --prefix option
|
||||
# we do not want in CONFIGURE_ARGS, and currently (2003-12-09) breaks
|
||||
# with its non-standard ${CONFIGURE_SCRIPT}.
|
||||
USE_REINPLACE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
HAS_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
LIBTOOLFILES= ${CONFIGURE_SCRIPT}
|
||||
CONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL}
|
||||
BDBVER= ${PORTVERSION:R}
|
||||
BDBMINOR= ${BDBVER:E:S/^\.//}
|
||||
@ -33,6 +31,9 @@ PORTDOCS= *
|
||||
pre-patch:
|
||||
@${REINPLACE_CMD} -Ee 's|-l?pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
pre-configure:
|
||||
${CHMOD} u+w ${WRKSRC}/../dist/configure
|
||||
|
||||
post-install:
|
||||
.for i in libdb libdb_cxx
|
||||
${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.${BDBMINOR} ${PREFIX}/lib
|
||||
|
@ -7,13 +7,11 @@ PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
# Do not use GNU_CONFIGURE or USE_LIBTOOL, it adds a --prefix option
|
||||
# we do not want in CONFIGURE_ARGS, and currently (2003-12-09) breaks
|
||||
# with its non-standard ${CONFIGURE_SCRIPT}.
|
||||
USE_REINPLACE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
HAS_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
LIBTOOLFILES= ${CONFIGURE_SCRIPT}
|
||||
CONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL}
|
||||
BDBVER= ${PORTVERSION:R}
|
||||
BDBMINOR= ${BDBVER:E:S/^\.//}
|
||||
@ -33,6 +31,9 @@ PORTDOCS= *
|
||||
pre-patch:
|
||||
@${REINPLACE_CMD} -Ee 's|-l?pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
pre-configure:
|
||||
${CHMOD} u+w ${WRKSRC}/../dist/configure
|
||||
|
||||
post-install:
|
||||
.for i in libdb libdb_cxx
|
||||
${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.${BDBMINOR} ${PREFIX}/lib
|
||||
|
@ -7,13 +7,11 @@ PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
# Do not use GNU_CONFIGURE or USE_LIBTOOL, it adds a --prefix option
|
||||
# we do not want in CONFIGURE_ARGS, and currently (2003-12-09) breaks
|
||||
# with its non-standard ${CONFIGURE_SCRIPT}.
|
||||
USE_REINPLACE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
HAS_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
LIBTOOLFILES= ${CONFIGURE_SCRIPT}
|
||||
CONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL}
|
||||
BDBVER= ${PORTVERSION:R}
|
||||
BDBMINOR= ${BDBVER:E:S/^\.//}
|
||||
@ -33,6 +31,9 @@ PORTDOCS= *
|
||||
pre-patch:
|
||||
@${REINPLACE_CMD} -Ee 's|-l?pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
pre-configure:
|
||||
${CHMOD} u+w ${WRKSRC}/../dist/configure
|
||||
|
||||
post-install:
|
||||
.for i in libdb libdb_cxx
|
||||
${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.${BDBMINOR} ${PREFIX}/lib
|
||||
|
@ -7,13 +7,11 @@ PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
# Do not use GNU_CONFIGURE or USE_LIBTOOL, it adds a --prefix option
|
||||
# we do not want in CONFIGURE_ARGS, and currently (2003-12-09) breaks
|
||||
# with its non-standard ${CONFIGURE_SCRIPT}.
|
||||
USE_REINPLACE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
HAS_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
LIBTOOLFILES= ${CONFIGURE_SCRIPT}
|
||||
CONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL}
|
||||
BDBVER= ${PORTVERSION:R}
|
||||
BDBMINOR= ${BDBVER:E:S/^\.//}
|
||||
@ -33,6 +31,9 @@ PORTDOCS= *
|
||||
pre-patch:
|
||||
@${REINPLACE_CMD} -Ee 's|-l?pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
pre-configure:
|
||||
${CHMOD} u+w ${WRKSRC}/../dist/configure
|
||||
|
||||
post-install:
|
||||
.for i in libdb libdb_cxx
|
||||
${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.${BDBMINOR} ${PREFIX}/lib
|
||||
|
@ -7,13 +7,11 @@ PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
# Do not use GNU_CONFIGURE or USE_LIBTOOL, it adds a --prefix option
|
||||
# we do not want in CONFIGURE_ARGS, and currently (2003-12-09) breaks
|
||||
# with its non-standard ${CONFIGURE_SCRIPT}.
|
||||
USE_REINPLACE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
HAS_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
LIBTOOLFILES= ${CONFIGURE_SCRIPT}
|
||||
CONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL}
|
||||
BDBVER= ${PORTVERSION:R}
|
||||
BDBMINOR= ${BDBVER:E:S/^\.//}
|
||||
@ -33,6 +31,9 @@ PORTDOCS= *
|
||||
pre-patch:
|
||||
@${REINPLACE_CMD} -Ee 's|-l?pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
pre-configure:
|
||||
${CHMOD} u+w ${WRKSRC}/../dist/configure
|
||||
|
||||
post-install:
|
||||
.for i in libdb libdb_cxx
|
||||
${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.${BDBMINOR} ${PREFIX}/lib
|
||||
|
Loading…
Reference in New Issue
Block a user