diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-02-10 12:38:57 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-02-10 12:38:57 +0000 |
commit | 6c6cf69fb86941807eb0b69aa85008916616c813 (patch) | |
tree | 63f43df908ad516f015aa101cedd2f6f66e0101e | |
parent | Update to 1.13.3. (diff) |
Mark BROKEN: checksum mismatch
-rw-r--r-- | audio/Maaate/Makefile | 2 | ||||
-rw-r--r-- | net/libunp/Makefile | 2 | ||||
-rw-r--r-- | net/libunpipc/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/audio/Maaate/Makefile b/audio/Maaate/Makefile index ccf7ffd777dd..ccf039c55bf2 100644 --- a/audio/Maaate/Makefile +++ b/audio/Maaate/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= http://www.cmis.csiro.au/maaate/packages/ MAINTAINER= ports@FreeBSD.org COMMENT= MPEG audio analysis toolkit +BROKEN= checksum mismatch + USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/net/libunp/Makefile b/net/libunp/Makefile index c72d88ef0ed2..a259288faf2f 100644 --- a/net/libunp/Makefile +++ b/net/libunp/Makefile @@ -15,6 +15,8 @@ DISTNAME= unpv12e MAINTAINER= ports@FreeBSD.org COMMENT= The networking library used in UNIX Network Programming Volume 1 2e +BROKEN= checksum mismatch + GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net/libunpipc/Makefile b/net/libunpipc/Makefile index 4b81ba9ae221..e14a440feb9e 100644 --- a/net/libunpipc/Makefile +++ b/net/libunpipc/Makefile @@ -15,6 +15,8 @@ DISTNAME= unpv22e MAINTAINER= ports@FreeBSD.org COMMENT= The networking library used in UNIX Network Programming Volume 2 2e +BROKEN= checksum mismatch + GNU_CONFIGURE= yes USE_GMAKE= yes |