Date: Sat, 5 Apr 2014 11:26:39 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350217 - head/devel/bsdlibdwarf Message-ID: <201404051126.s35BQd4d048027@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Sat Apr 5 11:26:39 2014 New Revision: 350217 URL: http://svnweb.freebsd.org/changeset/ports/350217 QAT: https://qat.redports.org/buildarchive/r350217/ Log: 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) Modified: head/devel/bsdlibdwarf/Makefile Modified: head/devel/bsdlibdwarf/Makefile ============================================================================== --- head/devel/bsdlibdwarf/Makefile Sat Apr 5 11:18:12 2014 (r350216) +++ head/devel/bsdlibdwarf/Makefile Sat Apr 5 11:26:39 2014 (r350217) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404051126.s35BQd4d048027>