svn commit: r311719 - in head/devel/libexecinfo: . files

Martin Wilke miwi at FreeBSD.org
Tue Feb 5 15:28:43 UTC 2013


Author: miwi
Date: Tue Feb  5 15:28:42 2013
New Revision: 311719
URL: http://svnweb.freebsd.org/changeset/ports/311719

Log:
  - Fix build on HEAD
  - Trim header
  
  Submitted by:	kwm
  Approved by:	maintainer implicit

Added:
  head/devel/libexecinfo/files/patch-Makefile   (contents, props changed)
Modified:
  head/devel/libexecinfo/Makefile   (contents, props changed)

Modified: head/devel/libexecinfo/Makefile
==============================================================================
--- head/devel/libexecinfo/Makefile	Tue Feb  5 15:07:10 2013	(r311718)
+++ head/devel/libexecinfo/Makefile	Tue Feb  5 15:28:42 2013	(r311719)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libexecinfo
-# Date created:				10 August 2003
-# Whom:					Maxim Sobolev <sobomax at FreeBSD.org>
-#
+# Created by: Maxim Sobolev <sobomax at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	libexecinfo
 PORTVERSION=	1.1

Added: head/devel/libexecinfo/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libexecinfo/files/patch-Makefile	Tue Feb  5 15:28:42 2013	(r311719)
@@ -0,0 +1,10 @@
+--- Makefile.orgi	2013-02-05 23:13:54.375834807 +0800
++++ Makefile	2013-02-05 23:14:13.106833334 +0800
+@@ -34,6 +34,7 @@
+ SHLIB_MINOR=	0
+ 
+ NOPROFILE=	yes
++NO_PROFILE=	yes
+ 
+ DPADD=		${LIBM}
+ LDADD=		-lm


More information about the svn-ports-head mailing list