From fb633e312691dade5664886c3a94db6b8297a4eb Mon Sep 17 00:00:00 2001 From: "David W. Chapman Jr." Date: Mon, 18 Jun 2001 08:14:16 +0000 Subject: Link to correct crypt lib on -current. PR: 26154 Submitted by: Scot W. Hetzel --- databases/firebird-client/Makefile | 9 ++++++++- databases/firebird-devel/Makefile | 9 ++++++++- databases/firebird-server/Makefile | 9 ++++++++- databases/firebird/Makefile | 9 ++++++++- databases/firebird2-server/Makefile | 9 ++++++++- databases/firebird20-server/Makefile | 9 ++++++++- 6 files changed, 48 insertions(+), 6 deletions(-) (limited to 'databases') diff --git a/databases/firebird-client/Makefile b/databases/firebird-client/Makefile index 02cbff7bc2e9..28a23455f090 100644 --- a/databases/firebird-client/Makefile +++ b/databases/firebird-client/Makefile @@ -23,6 +23,8 @@ LDCONFIG_DIRS= %%PREFIX%%/firebird/lib ONLY_FOR_ARCHS= i386 +.include + do-extract: @${MKDIR} ${WRKDIR} @( \ @@ -31,6 +33,11 @@ do-extract: ${CP} msgs/msg.gbak misc/msg.gbak \ ) +.if ${OSVERSION} >= 500016 +post-patch: + ${PERL} -pi -e 's,\-ldescrypt,\-lcrypt,g' ${WRKSRC}/builds/original/prefix.freebsd +.endif + do-configure: @( \ cd ${WRKDIR}/interbase; \ @@ -60,4 +67,4 @@ do-install: ${CP} ${FILESDIR}/RELNOTES ${PREFIX}/firebird/ \ ) -.include +.include diff --git a/databases/firebird-devel/Makefile b/databases/firebird-devel/Makefile index 02cbff7bc2e9..28a23455f090 100644 --- a/databases/firebird-devel/Makefile +++ b/databases/firebird-devel/Makefile @@ -23,6 +23,8 @@ LDCONFIG_DIRS= %%PREFIX%%/firebird/lib ONLY_FOR_ARCHS= i386 +.include + do-extract: @${MKDIR} ${WRKDIR} @( \ @@ -31,6 +33,11 @@ do-extract: ${CP} msgs/msg.gbak misc/msg.gbak \ ) +.if ${OSVERSION} >= 500016 +post-patch: + ${PERL} -pi -e 's,\-ldescrypt,\-lcrypt,g' ${WRKSRC}/builds/original/prefix.freebsd +.endif + do-configure: @( \ cd ${WRKDIR}/interbase; \ @@ -60,4 +67,4 @@ do-install: ${CP} ${FILESDIR}/RELNOTES ${PREFIX}/firebird/ \ ) -.include +.include diff --git a/databases/firebird-server/Makefile b/databases/firebird-server/Makefile index 02cbff7bc2e9..28a23455f090 100644 --- a/databases/firebird-server/Makefile +++ b/databases/firebird-server/Makefile @@ -23,6 +23,8 @@ LDCONFIG_DIRS= %%PREFIX%%/firebird/lib ONLY_FOR_ARCHS= i386 +.include + do-extract: @${MKDIR} ${WRKDIR} @( \ @@ -31,6 +33,11 @@ do-extract: ${CP} msgs/msg.gbak misc/msg.gbak \ ) +.if ${OSVERSION} >= 500016 +post-patch: + ${PERL} -pi -e 's,\-ldescrypt,\-lcrypt,g' ${WRKSRC}/builds/original/prefix.freebsd +.endif + do-configure: @( \ cd ${WRKDIR}/interbase; \ @@ -60,4 +67,4 @@ do-install: ${CP} ${FILESDIR}/RELNOTES ${PREFIX}/firebird/ \ ) -.include +.include diff --git a/databases/firebird/Makefile b/databases/firebird/Makefile index 02cbff7bc2e9..28a23455f090 100644 --- a/databases/firebird/Makefile +++ b/databases/firebird/Makefile @@ -23,6 +23,8 @@ LDCONFIG_DIRS= %%PREFIX%%/firebird/lib ONLY_FOR_ARCHS= i386 +.include + do-extract: @${MKDIR} ${WRKDIR} @( \ @@ -31,6 +33,11 @@ do-extract: ${CP} msgs/msg.gbak misc/msg.gbak \ ) +.if ${OSVERSION} >= 500016 +post-patch: + ${PERL} -pi -e 's,\-ldescrypt,\-lcrypt,g' ${WRKSRC}/builds/original/prefix.freebsd +.endif + do-configure: @( \ cd ${WRKDIR}/interbase; \ @@ -60,4 +67,4 @@ do-install: ${CP} ${FILESDIR}/RELNOTES ${PREFIX}/firebird/ \ ) -.include +.include diff --git a/databases/firebird2-server/Makefile b/databases/firebird2-server/Makefile index 02cbff7bc2e9..28a23455f090 100644 --- a/databases/firebird2-server/Makefile +++ b/databases/firebird2-server/Makefile @@ -23,6 +23,8 @@ LDCONFIG_DIRS= %%PREFIX%%/firebird/lib ONLY_FOR_ARCHS= i386 +.include + do-extract: @${MKDIR} ${WRKDIR} @( \ @@ -31,6 +33,11 @@ do-extract: ${CP} msgs/msg.gbak misc/msg.gbak \ ) +.if ${OSVERSION} >= 500016 +post-patch: + ${PERL} -pi -e 's,\-ldescrypt,\-lcrypt,g' ${WRKSRC}/builds/original/prefix.freebsd +.endif + do-configure: @( \ cd ${WRKDIR}/interbase; \ @@ -60,4 +67,4 @@ do-install: ${CP} ${FILESDIR}/RELNOTES ${PREFIX}/firebird/ \ ) -.include +.include diff --git a/databases/firebird20-server/Makefile b/databases/firebird20-server/Makefile index 02cbff7bc2e9..28a23455f090 100644 --- a/databases/firebird20-server/Makefile +++ b/databases/firebird20-server/Makefile @@ -23,6 +23,8 @@ LDCONFIG_DIRS= %%PREFIX%%/firebird/lib ONLY_FOR_ARCHS= i386 +.include + do-extract: @${MKDIR} ${WRKDIR} @( \ @@ -31,6 +33,11 @@ do-extract: ${CP} msgs/msg.gbak misc/msg.gbak \ ) +.if ${OSVERSION} >= 500016 +post-patch: + ${PERL} -pi -e 's,\-ldescrypt,\-lcrypt,g' ${WRKSRC}/builds/original/prefix.freebsd +.endif + do-configure: @( \ cd ${WRKDIR}/interbase; \ @@ -60,4 +67,4 @@ do-install: ${CP} ${FILESDIR}/RELNOTES ${PREFIX}/firebird/ \ ) -.include +.include -- cgit v1.2.3