Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2014 20:15:25 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350407 - head/devel/bsdlibdwarf
Message-ID:  <201404062015.s36KFPfq067754@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Apr  6 20:15:25 2014
New Revision: 350407
URL: http://svnweb.freebsd.org/changeset/ports/350407
QAT: https://qat.redports.org/buildarchive/r350407/

Log:
  - Fix make fetch
  - Deprecate: Outdated, included in all supported versions of FreeBSD
  
  With hat:	portmgr

Modified:
  head/devel/bsdlibdwarf/Makefile

Modified: head/devel/bsdlibdwarf/Makefile
==============================================================================
--- head/devel/bsdlibdwarf/Makefile	Sun Apr  6 19:44:54 2014	(r350406)
+++ head/devel/bsdlibdwarf/Makefile	Sun Apr  6 20:15:25 2014	(r350407)
@@ -10,12 +10,6 @@ MASTER_SITE_SUBDIR=	pub/${PORTNAME}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	BSD licensed implementation of libdwarf
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 1000000
-BROKEN=		Does not compile with clang, outdated
-.endif
-
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 
@@ -187,6 +181,14 @@ MLINKS+=	dwarf_attrval_signed.3	dwarf_at
 		dwarf_set_frame_cfa_value.3 dwarf_set_frame_undefined_value.3
 
 NO_STAGE=	yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 1000000
+BROKEN=		Does not compile with clang, outdated
+.endif
+DEPRECATED=	Outdated, included in all supported versions of FreeBSD
+EXPIRATION_DATE=	2014-05-06
+
 do-install:
 	${INSTALL_LIB} ${WRKSRC}/libdwarf/libdwarf.so.3 ${PREFIX}/lib/
 	${INSTALL_LIB} ${WRKSRC}/libdwarf/libdwarf.a ${PREFIX}/lib/



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