From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 22 23:30:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 41B8FE94 for ; Thu, 22 May 2014 23:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1BF5F26AA for ; Thu, 22 May 2014 23:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4MNU0hS018004 for ; Thu, 22 May 2014 23:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4MNU0f9018003; Thu, 22 May 2014 23:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 22 May 2014 23:30:00 GMT Resent-Message-Id: <201405222330.s4MNU0f9018003@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Luckie Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 08A52E41 for ; Thu, 22 May 2014 23:25:33 +0000 (UTC) Received: from caida.org (rommie.caida.org [192.172.226.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E40A02684 for ; Thu, 22 May 2014 23:25:32 +0000 (UTC) Received: from sorcerer.caida.org (sorcerer.caida.org [192.172.226.95]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by caida.org (Postfix) with ESMTP id 27BAABA71 for ; Thu, 22 May 2014 16:00:19 -0700 (PDT) Received: from mjl by sorcerer.caida.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1Wnbxe-000Dak-Ts for FreeBSD-gnats-submit@freebsd.org; Thu, 22 May 2014 15:59:42 -0700 Message-Id: Date: Thu, 22 May 2014 15:59:42 -0700 From: Matthew Luckie Sender: Matthew Luckie Reply-To: Matthew Luckie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/190128: [patch] devel/dmalloc install exec, take maintainer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2014 23:30:01 -0000 >Number: 190128 >Category: ports >Synopsis: [patch] devel/dmalloc install exec, take maintainer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu May 22 23:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Matthew Luckie >Release: FreeBSD 10.0-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD sorcerer.caida.org 10.0-RELEASE-p3 FreeBSD 10.0-RELEASE-p3 #0: Tue May 13 18:26:10 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: bin/dmalloc is not installed executable, so it cannot be run. fix this, take maintainer, silence strip warning. >How-To-Repeat: N/A >Fix: --- patch-dmalloc-exec begins here --- diff -uNr dmalloc/Makefile dmalloc-new/Makefile --- dmalloc/Makefile 2014-01-22 09:00:46.000000000 -0800 +++ dmalloc-new/Makefile 2014-05-22 15:49:54.000000000 -0700 @@ -3,12 +3,13 @@ PORTNAME= dmalloc PORTVERSION= 5.5.2 +PORTREVISION= 1 CATEGORIES= devel # Version 5.5.2 is only available at this URL MASTER_SITES= http://dmalloc.com/releases/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mjl@luckie.org.nz COMMENT= Portable debug memory allocation library HAS_CONFIGURE= yes @@ -33,6 +34,7 @@ @${REINPLACE_CMD} -e 's|\.@shlibext@|\.@shlibext@.1|' ${WRKSRC}/Makefile.in post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dmalloc @(cd ${STAGEDIR}${PREFIX}/lib; \ ${STRIP_CMD} libdmalloc.so.1; \ ${LN} -sf libdmalloc.so.1 libdmalloc.so; \ diff -uNr dmalloc/pkg-plist dmalloc-new/pkg-plist --- dmalloc/pkg-plist 2014-01-22 07:16:56.000000000 -0800 +++ dmalloc-new/pkg-plist 2014-05-22 15:46:11.000000000 -0700 @@ -1,4 +1,6 @@ +@mode 555 bin/dmalloc +@mode include/dmalloc.h lib/libdmalloc.a lib/libdmalloc.so --- patch-dmalloc-exec ends here --- >Release-Note: >Audit-Trail: >Unformatted: