mark these NO_SYSTRACE for now as systrace bugs manifest themselfs in

breaking build or packaging otherwise

- the gtk+2 problem is of unknown nature for now
- hylafax and MyCC break due to systrace translating "" to the current
directory in 'test -d ""' and thus succeeding the test instead of failing;
this is a problem when testing if some variable holds an existing directory
name and that variable is empty

ok naddy@
This commit is contained in:
sturm 2003-08-24 20:48:55 +00:00
parent a9836ab377
commit 0c0a7e0477
3 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.39 2003/04/14 15:02:09 wilfried Exp $
# $OpenBSD: Makefile,v 1.40 2003/08/24 20:48:55 sturm Exp $
COMMENT= "send/receive faxes and share modems"
DISTNAME= hylafax-4.1.5
@ -41,6 +41,9 @@ FAKE_FLAGS= ROOT=${WRKINST} ${DESTDIRNAME}=${WRKINST}
SUID_EXES= ${PREFIX}/sbin/faxgetty ${PREFIX}/sbin/faxq \
${PREFIX}/bin/faxrm ${PREFIX}/bin/faxalter
NO_SYSTRACE= "test -d '' succeeds"
post-install:
@chown uucp:dialer ${SUID_EXES}
@chmod a=rx,u+s ${SUID_EXES}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2003/06/30 13:15:21 wilfried Exp $
# $OpenBSD: Makefile,v 1.12 2003/08/24 20:48:55 sturm Exp $
COMMENT= "GUI client for MySQL"
@ -39,6 +39,7 @@ CONFIGURE_ENV= QTDIR=${LOCALBASE} \
LOCALBASE=${LOCALBASE}
NO_REGRESS= Yes
NO_SYSTRACE= "test -d '' succeeds"
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/mysqlcc ${PREFIX}/bin

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2003/08/15 21:07:05 marcm Exp $
# $OpenBSD: Makefile,v 1.10 2003/08/24 20:48:55 sturm Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
@ -47,6 +47,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/freetype2/ -I${LOCALBASE}/includ
LDFLAGS="-L${LOCALBASE}/lib"
MAKE_ENV= OBSD_LIB_VERSION="${OBSD_LIB_VERSION}"
NO_SYSTRACE= "normalize_filename: filename too long"
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gtk+2/; \
src=`cd ${WRKSRC} && pwd -P`; \