svn commit: r350217 - head/devel/bsdlibdwarf

Niclas Zeising zeising at FreeBSD.org
Sat Apr 5 11:26:40 UTC 2014


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 at FreeBSD.org
+MAINTAINER=	ports at 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
 


More information about the svn-ports-all mailing list