Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2012 19:03:49 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305929 - head/multimedia/beep-media-player
Message-ID:  <201210151903.q9FJ3nRP052286@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Mon Oct 15 19:03:48 2012
New Revision: 305929
URL: http://svn.freebsd.org/changeset/ports/305929

Log:
  - Mark IPv6 option as BROKEN: patch does not fetch
  
  Reported by:	pointyhat
  Feature safe:	yes

Modified:
  head/multimedia/beep-media-player/Makefile

Modified: head/multimedia/beep-media-player/Makefile
==============================================================================
--- head/multimedia/beep-media-player/Makefile	Mon Oct 15 18:36:12 2012	(r305928)
+++ head/multimedia/beep-media-player/Makefile	Mon Oct 15 19:03:48 2012	(r305929)
@@ -45,6 +45,7 @@ OPTIONS_EXCLUDE_i386=	3DNOW
 
 # Enable IPv6 support
 .if ${PORT_OPTIONS:MIPV6}
+BROKEN=		patch does not fetch
 PATCH_SITES+=	http://izb.knu.ac.kr/~bh/diffs/
 PATCHFILES+=	bmp-0.9.7-ipv6-simple.diff
 PATCH_DIST_STRIP+=	-p1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210151903.q9FJ3nRP052286>