diff options
author | zeising <zeising@FreeBSD.org> | 2014-04-05 19:26:39 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2014-04-05 19:26:39 +0800 |
commit | dcc381f43c47e08c5e674cedd7b50af267d7d6d7 (patch) | |
tree | f320f52c61e87506fceab2ce2b3b6da5b83ab0af /devel | |
parent | 4570147b55270d93b4e6f8ab7323915a9f4ccde7 (diff) | |
download | freebsd-ports-gnome-dcc381f43c47e08c5e674cedd7b50af267d7d6d7.tar.gz freebsd-ports-gnome-dcc381f43c47e08c5e674cedd7b50af267d7d6d7.tar.zst freebsd-ports-gnome-dcc381f43c47e08c5e674cedd7b50af267d7d6d7.zip |
Throw this port back into the pool. It's outdated and broken with clang.
If enough people show interest in it I can be persuaded to update and try to
fix it.
Approved by: portmgr (antoine)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bsdlibdwarf/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/bsdlibdwarf/Makefile b/devel/bsdlibdwarf/Makefile index af51b9de4a6b..8eb0b31df7c9 100644 --- a/devel/bsdlibdwarf/Makefile +++ b/devel/bsdlibdwarf/Makefile @@ -7,9 +7,13 @@ CATEGORIES= devel MASTER_SITES= ftp://ftp.lysator.liu.se/%SUBDIR%/ MASTER_SITE_SUBDIR= pub/${PORTNAME} -MAINTAINER= zeising@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= BSD licensed implementation of libdwarf +.if ${OSVERSION} >= 1000000 +BROKEN= Does not compile with clang, outdated +.endif + USE_BZIP2= yes USE_LDCONFIG= yes |