1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Fix the error detection routines at the end.

Remove some unused cruft.
Get LD_LIBRARY_PATH recognized properly.
PREFIX-clean.

Submitted by:	maintainer
This commit is contained in:
Sheldon Hearn 2000-09-07 14:22:48 +00:00
parent 6d59384379
commit 7950794828
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32390
25 changed files with 400 additions and 417 deletions

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install:

View File

@ -30,7 +30,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-de.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -91,16 +91,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@ ${ECHO}
@ ${ECHO} Ignorieren Sie die Fehlermeldung. StarOffice5.2 wurde erfolgreich
@ ${ECHO} auf Ihrem System installiert.
@ ${ECHO}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignorieren Sie die Fehlermeldung. StarOffice5.2 wurde erfolgreich ; \
${ECHO} auf Ihrem System installiert. ; \
${ECHO} ; \
.else \
${ECHO} ; \
${ECHO} Während Ihrer StarOffice5.2 Installation ist ein Fehler aufgetreten. ; \
${ECHO} Bitte schicken Sie ein Mail mit dem Fehlerbeschrieb an mb@imp.ch. Danke ; \
${ECHO} ; \
${FALSE} ; \
.endif
post-install:
@${PATCH} -s ${PREFIX}/office52/program/setup ${FILESDIR}/setup.patch

View File

@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-en.bin
LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.if exists(/compat/linux/${PREFIX})
@${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
.if exists(/usr/local/office52/program/setup)
@ ${ECHO}
@ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed
@ ${ECHO} successfully on your system.
@ ${ECHO}
.else
@ ${ECHO}
@ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and
@ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks.
@ ${ECHO}
@ ${FALSE}
.endif
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
.endif
post-install: