diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-17 04:43:17 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-17 04:43:17 +0000 |
commit | 823f7d13b485caee0f9ab68ae2dcc5ffe19f02de (patch) | |
tree | cc0e958f5c70089bff66952408025a7996755168 /databases/firebird-server | |
parent | b17ecb3c121abfa0686529accd565ccedf4e2752 (diff) | |
download | ports-823f7d13b485caee0f9ab68ae2dcc5ffe19f02de.tar.gz ports-823f7d13b485caee0f9ab68ae2dcc5ffe19f02de.zip |
Notes
Diffstat (limited to 'databases/firebird-server')
-rw-r--r-- | databases/firebird-server/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/databases/firebird-server/Makefile b/databases/firebird-server/Makefile index b158cc63226a..ddce478ccd20 100644 --- a/databases/firebird-server/Makefile +++ b/databases/firebird-server/Makefile @@ -28,8 +28,13 @@ ONLY_FOR_ARCHS= i386 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500000 -MANUAL_PACKAGE_BUILD= "Doesn't compile on NFS on -current" +pre-everything: + @${ECHO_MSG} "NOTE: If the work directory is on an NFS mount, you will" + @${ECHO_MSG} "require NFS client locking support for the build to" + @${ECHO_MSG} "succeed. Currently this is only available on FreeBSD 5.0" + @${ECHO_MSG} "or greater." +.if !defined(BATCH) + @sleep 5 .endif do-extract: @@ -84,7 +89,7 @@ do-install: cd ${WRKDIR}/firebird-1.0.2.908; \ ${RM} ${WRKDIR}/firebird-1.0.2.908/interbase/isc4_tmp.gdb || ${TRUE}; \ ${RM} ${WRKDIR}/firebird-1.0.2.908/interbase/lib/gds.so.1 || ${TRUE}; \ - ${CP} /dev/null interbase/interbase.log; \ + ${TOUCH} interbase/interbase.log; \ ${CP} -Rp interbase ${PREFIX}/firebird; \ ${RM} ${PREFIX}/firebird/install; \ ${RM} ${PREFIX}/firebird/lib/libgds.so.1.0; \ |