mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Unbreak.
This commit is contained in:
parent
344556ee06
commit
81c24ded0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295187
@ -17,13 +17,15 @@ COMMENT= Utility to format PostgreSQL heap, index, etc into human-readable form
|
||||
BUILD_DEPENDS= \
|
||||
${NONEXISTENT}:${PORTSDIR}/databases/postgresql84-client:patch
|
||||
|
||||
DEPRECATED= BROKEN for more than 6 month
|
||||
EXPIRATION_DATE= 2012-05-10
|
||||
|
||||
BROKEN= does not build
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-8.4.0
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
PG84VER!= cd ${PORTSDIR}/databases/postgresql84-client && ${MAKE} -V PORTVERSION
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s|8.4.0|${PG84VER}|" ${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/pg_filedump ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ -32,4 +34,4 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/README.pg_filedump ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
# PGSQL MUST POINT TO pgsql SOURCE DIRECTORY
|
||||
-PGSQL=../../../../postgres/pgsql
|
||||
+PGSQL=../../../postgresql84-client/work/postgresql-8.4.4
|
||||
+PGSQL=../../../postgresql84-client/work/postgresql-8.4.0
|
||||
|
||||
CRC_SRC=${PGSQL}/src/backend/utils/hash
|
||||
CRC_INCLUDE=${PGSQL}/src
|
||||
|
Loading…
Reference in New Issue
Block a user