Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2007 23:02:26 +0200 (CEST)
From:      Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/112582: [MAINTAINER] net/delegate: Fix stripping issue
Message-ID:  <20070510210226.1BE82151@imhotep.yuckfou.org>
Resent-Message-ID: <200705102140.l4ALe3Tj050740@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         112582
>Category:       ports
>Synopsis:       [MAINTAINER] net/delegate: Fix stripping issue
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 10 21:40:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Nils Vogels
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
IS-Root
>Environment:
System: FreeBSD imhotep.yuckfou.org 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Fri Aug  5 19:36:46 CEST
>Description:
* Disable stripping of delegated binary, since it causes internal checksums to fail
* Bump revision

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- delegate-9.5.6_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/delegate/Makefile /disk/3/home/nivo/ports/delegate/Makefile
--- /usr/ports/net/delegate/Makefile	Mon Apr  9 23:07:38 2007
+++ /disk/3/home/nivo/ports/delegate/Makefile	Thu May 10 23:00:29 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	delegate
 PORTVERSION=	9.5.6
+PORTREVISION=	1
 CATEGORIES=	net www
 MASTER_SITES=	ftp://www.delegate.org/pub/DeleGate/ \
 		ftp://ftp.delegate.org/pub/DeleGate/
@@ -18,6 +19,9 @@
 IS_INTERACTIVE=	YES
 PORTDOCS=	Manual.htm tutor-jp.htm tutor-en.htm
 PLIST_FILES=	sbin/delegated etc/rc.d/delegated.sh-dist
+
+# Strip breaks binary checksumming
+STRIP=
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/delegated ${PREFIX}/sbin
--- delegate-9.5.6_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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