diff options
author | pav <pav@FreeBSD.org> | 2009-04-26 05:20:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-04-26 05:20:25 +0800 |
commit | 084796fe2efed656fbca766a9c538ea731133480 (patch) | |
tree | d1b019335ef17dae981caaffddfa36b139d01489 | |
parent | 3596fdfbd58dfda5a9cdde21dd88ba1fef5ef436 (diff) | |
download | freebsd-ports-gnome-084796fe2efed656fbca766a9c538ea731133480.tar.gz freebsd-ports-gnome-084796fe2efed656fbca766a9c538ea731133480.tar.zst freebsd-ports-gnome-084796fe2efed656fbca766a9c538ea731133480.zip |
- Mark BROKEN: does not compile
Reported by: pointyhat
-rw-r--r-- | audio/gai-album/Makefile | 2 | ||||
-rw-r--r-- | audio/gai-visual-audio/Makefile | 2 | ||||
-rw-r--r-- | graphics/bugle/Makefile | 2 | ||||
-rw-r--r-- | sysutils/gai-leds/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/audio/gai-album/Makefile b/audio/gai-album/Makefile index 47327355afe8..53cead7e9d4c 100644 --- a/audio/gai-album/Makefile +++ b/audio/gai-album/Makefile @@ -22,6 +22,8 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix +BROKEN= does not compile + post-patch: @${REINPLACE_CMD} -e \ 's|\(GNOMEDIR=\).*|\1"${PREFIX}"|; \ diff --git a/audio/gai-visual-audio/Makefile b/audio/gai-visual-audio/Makefile index b3dbf53aefbd..6cfad9d77bbc 100644 --- a/audio/gai-visual-audio/Makefile +++ b/audio/gai-visual-audio/Makefile @@ -22,6 +22,8 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix +BROKEN= does not compile + post-patch: @${REINPLACE_CMD} -e 's|\(GNOMEDIR=\).*|\1"${PREFIX}"|' \ ${WRKSRC}/configure diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile index 10bfc0c97cdb..63e612b08cc1 100644 --- a/graphics/bugle/Makefile +++ b/graphics/bugle/Makefile @@ -29,6 +29,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" \ GL_LIBS="-L${LOCALBASE}/lib" +BROKEN= does not compile + MAN1= gldb.1 MAN3= bugle.3 MAN7= bugle-camera.7 bugle-checks.7 bugle-eps.7 bugle-error.7 \ diff --git a/sysutils/gai-leds/Makefile b/sysutils/gai-leds/Makefile index 59a2e11025a3..c71d71d82f39 100644 --- a/sysutils/gai-leds/Makefile +++ b/sysutils/gai-leds/Makefile @@ -21,6 +21,8 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix +BROKEN= does not compile + post-patch: @${REINPLACE_CMD} -e \ 's|\(GNOMEDIR=\).*|\1"${PREFIX}"|; \ |