diff options
author | eadler <eadler@FreeBSD.org> | 2012-09-03 07:04:06 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-09-03 07:04:06 +0800 |
commit | 3bd92e5af7b7345e9f70bf3c5d1e068010018d9d (patch) | |
tree | b233f1c5a9bcd900ff967653571f4c0ef87aad43 | |
parent | f27f8f0c9b17a1fac521211146bfc77474a4e393 (diff) | |
download | freebsd-ports-gnome-3bd92e5af7b7345e9f70bf3c5d1e068010018d9d.tar.gz freebsd-ports-gnome-3bd92e5af7b7345e9f70bf3c5d1e068010018d9d.tar.zst freebsd-ports-gnome-3bd92e5af7b7345e9f70bf3c5d1e068010018d9d.zip |
Mark ports unsafe per wiki page of broken ports.
Approved by: doceng (gabor, maintainer) [print/ghostscript8]
Redports: ignore
-rw-r--r-- | audio/xfce4-mixer/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/kdetoys3/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile index eb3c996fa38d..c4309b8eaf6e 100644 --- a/audio/xfce4-mixer/Makefile +++ b/audio/xfce4-mixer/Makefile @@ -29,6 +29,8 @@ USE_XFCE= configenv libgui libutil panel xfconf USE_XORG= xproto x11 xrender xext xinerama xrandr xcursor xcomposite \ xdamage xfixes xi xau xdmcp +MAKE_JOBS_UNSAFE= yes + post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 01600ee878a1..8d1fdfa17304 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -36,6 +36,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/fonts/a010013l.pfb:${PORTSDIR}/print CONFLICTS_INSTALL= gambc-[0-9]* ghostscript[79]-[0-9]* \ ghostscript[79]-*-[0-9]* +MAKE_JOBS_UNSAFE= yes + USE_XZ= yes USE_GMAKE= yes WANT_GNOME= yes diff --git a/x11-clocks/kdetoys3/Makefile b/x11-clocks/kdetoys3/Makefile index 691d712fa58a..5f4bab14026c 100644 --- a/x11-clocks/kdetoys3/Makefile +++ b/x11-clocks/kdetoys3/Makefile @@ -17,6 +17,8 @@ DIST_SUBDIR= KDE MAINTAINER= ports@FreeBSD.org COMMENT= Small applications for KDE +MAKE_JOBS_UNSAFE= yes + USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} |