mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Move pre-configure in the common part.
Spotted by: Maxim Maximov <mcsi@mcsi.pp.ru>
This commit is contained in:
parent
093e587d1f
commit
00b5c9dce1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126054
8 changed files with 48 additions and 48 deletions
|
@ -145,12 +145,6 @@ post-patch:
|
|||
post-build:
|
||||
@${SED} "s|%%DB_DIR%%|${DB_DIR}|g" ${PKGDIR}/pkg-install > ${WRKDIR}/pkg-install
|
||||
|
||||
.if defined(WITH_OPENSSL) && defined(BUILD_STATIC)
|
||||
pre-configure:
|
||||
@${ECHO} "You can't use the BUILD_STATIC option when using OpenSSL."
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(PACKAGE_BUILDING)
|
||||
.if exists(${DB_DIR}) && defined(OVERWRITE_DB) && ${OVERWRITE_DB:L} != "no"
|
||||
|
@ -229,4 +223,10 @@ post-patch:
|
|||
post-extract:
|
||||
@${CP} /usr/include/tcpd.h ${WRKSRC}/sql/mytcpd.h
|
||||
|
||||
.if defined(WITH_OPENSSL) && defined(BUILD_STATIC)
|
||||
pre-configure:
|
||||
@${ECHO} "You can't use the BUILD_STATIC option when using OpenSSL."
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -159,12 +159,6 @@ post-patch:
|
|||
post-build:
|
||||
@${SED} "s|%%DB_DIR%%|${DB_DIR}|g" ${PKGDIR}/pkg-install > ${WRKDIR}/pkg-install
|
||||
|
||||
.if defined(WITH_OPENSSL) && defined(BUILD_STATIC)
|
||||
pre-configure:
|
||||
@${ECHO} "You can't use the BUILD_STATIC option when using OpenSSL."
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(PACKAGE_BUILDING)
|
||||
.if exists(${DB_DIR}) && defined(OVERWRITE_DB) && ${OVERWRITE_DB:L} != "no"
|
||||
|
@ -248,4 +242,10 @@ post-patch:
|
|||
post-extract:
|
||||
@${CP} /usr/include/tcpd.h ${WRKSRC}/sql/mytcpd.h
|
||||
|
||||
.if defined(WITH_OPENSSL) && defined(BUILD_STATIC)
|
||||
pre-configure:
|
||||
@${ECHO} "You can't use the BUILD_STATIC option when using OpenSSL."
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -160,12 +160,6 @@ post-patch:
|
|||
post-build:
|
||||
@${SED} "s|%%DB_DIR%%|${DB_DIR}|g" ${PKGDIR}/pkg-install > ${WRKDIR}/pkg-install
|
||||
|
||||
.if defined(WITH_OPENSSL) && defined(BUILD_STATIC)
|
||||
pre-configure:
|
||||
@${ECHO} "You can't use the BUILD_STATIC option when using OpenSSL."
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(PACKAGE_BUILDING)
|
||||
.if exists(${DB_DIR}) && defined(OVERWRITE_DB) && ${OVERWRITE_DB:L} != "no"
|
||||
|
@ -249,4 +243,10 @@ post-patch:
|
|||
post-extract:
|
||||
@${CP} /usr/include/tcpd.h ${WRKSRC}/sql/mytcpd.h
|
||||
|
||||
.if defined(WITH_OPENSSL) && defined(BUILD_STATIC)
|
||||
pre-configure:
|
||||
@${ECHO} "You can't use the BUILD_STATIC option when using OpenSSL."
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -160,12 +160,6 @@ post-patch:
|
|||
post-build:
|
||||
@${SED} "s|%%DB_DIR%%|${DB_DIR}|g" ${PKGDIR}/pkg-install > ${WRKDIR}/pkg-install
|
||||
|
||||
.if defined(WITH_OPENSSL) && defined(BUILD_STATIC)
|
||||
pre-configure:
|
||||
@${ECHO} "You can't use the BUILD_STATIC option when using OpenSSL."
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(PACKAGE_BUILDING)
|
||||
.if exists(${DB_DIR}) && defined(OVERWRITE_DB) && ${OVERWRITE_DB:L} != "no"
|
||||
|
@ -249,4 +243,10 @@ post-patch:
|
|||
post-extract:
|
||||
@${CP} /usr/include/tcpd.h ${WRKSRC}/sql/mytcpd.h
|
||||
|
||||
.if defined(WITH_OPENSSL) && defined(BUILD_STATIC)
|
||||
pre-configure:
|
||||
@${ECHO} "You can't use the BUILD_STATIC option when using OpenSSL."
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -160,12 +160,6 @@ post-patch:
|
|||
post-build:
|
||||
@${SED} "s|%%DB_DIR%%|${DB_DIR}|g" ${PKGDIR}/pkg-install > ${WRKDIR}/pkg-install
|
||||
|
||||
.if defined(WITH_OPENSSL) && defined(BUILD_STATIC)
|
||||
pre-configure:
|
||||
@${ECHO} "You can't use the BUILD_STATIC option when using OpenSSL."
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(PACKAGE_BUILDING)
|
||||
.if exists(${DB_DIR}) && defined(OVERWRITE_DB) && ${OVERWRITE_DB:L} != "no"
|
||||
|
@ -249,4 +243,10 @@ post-patch:
|
|||
post-extract:
|
||||
@${CP} /usr/include/tcpd.h ${WRKSRC}/sql/mytcpd.h
|
||||
|
||||
.if defined(WITH_OPENSSL) && defined(BUILD_STATIC)
|
||||
pre-configure:
|
||||
@${ECHO} "You can't use the BUILD_STATIC option when using OpenSSL."
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -160,12 +160,6 @@ post-patch:
|
|||
post-build:
|
||||
@${SED} "s|%%DB_DIR%%|${DB_DIR}|g" ${PKGDIR}/pkg-install > ${WRKDIR}/pkg-install
|
||||
|
||||
.if defined(WITH_OPENSSL) && defined(BUILD_STATIC)
|
||||
pre-configure:
|
||||
@${ECHO} "You can't use the BUILD_STATIC option when using OpenSSL."
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(PACKAGE_BUILDING)
|
||||
.if exists(${DB_DIR}) && defined(OVERWRITE_DB) && ${OVERWRITE_DB:L} != "no"
|
||||
|
@ -249,4 +243,10 @@ post-patch:
|
|||
post-extract:
|
||||
@${CP} /usr/include/tcpd.h ${WRKSRC}/sql/mytcpd.h
|
||||
|
||||
.if defined(WITH_OPENSSL) && defined(BUILD_STATIC)
|
||||
pre-configure:
|
||||
@${ECHO} "You can't use the BUILD_STATIC option when using OpenSSL."
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -160,12 +160,6 @@ post-patch:
|
|||
post-build:
|
||||
@${SED} "s|%%DB_DIR%%|${DB_DIR}|g" ${PKGDIR}/pkg-install > ${WRKDIR}/pkg-install
|
||||
|
||||
.if defined(WITH_OPENSSL) && defined(BUILD_STATIC)
|
||||
pre-configure:
|
||||
@${ECHO} "You can't use the BUILD_STATIC option when using OpenSSL."
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(PACKAGE_BUILDING)
|
||||
.if exists(${DB_DIR}) && defined(OVERWRITE_DB) && ${OVERWRITE_DB:L} != "no"
|
||||
|
@ -249,4 +243,10 @@ post-patch:
|
|||
post-extract:
|
||||
@${CP} /usr/include/tcpd.h ${WRKSRC}/sql/mytcpd.h
|
||||
|
||||
.if defined(WITH_OPENSSL) && defined(BUILD_STATIC)
|
||||
pre-configure:
|
||||
@${ECHO} "You can't use the BUILD_STATIC option when using OpenSSL."
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -160,12 +160,6 @@ post-patch:
|
|||
post-build:
|
||||
@${SED} "s|%%DB_DIR%%|${DB_DIR}|g" ${PKGDIR}/pkg-install > ${WRKDIR}/pkg-install
|
||||
|
||||
.if defined(WITH_OPENSSL) && defined(BUILD_STATIC)
|
||||
pre-configure:
|
||||
@${ECHO} "You can't use the BUILD_STATIC option when using OpenSSL."
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(PACKAGE_BUILDING)
|
||||
.if exists(${DB_DIR}) && defined(OVERWRITE_DB) && ${OVERWRITE_DB:L} != "no"
|
||||
|
@ -249,4 +243,10 @@ post-patch:
|
|||
post-extract:
|
||||
@${CP} /usr/include/tcpd.h ${WRKSRC}/sql/mytcpd.h
|
||||
|
||||
.if defined(WITH_OPENSSL) && defined(BUILD_STATIC)
|
||||
pre-configure:
|
||||
@${ECHO} "You can't use the BUILD_STATIC option when using OpenSSL."
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue