ports/112582: [MAINTAINER] net/delegate: Fix stripping issue
Nils Vogels
nivo+kw+ports.bfa274 at is-root.com
Thu May 10 21:40:03 UTC 2007
>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:
More information about the freebsd-ports-bugs
mailing list