Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 1999 10:56:12 +0300 (MSK)
From:      Dima Sivachenko <dima@Chg.RU>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/10045: Fix www/squidclients port before ports freeze!
Message-ID:  <199902120756.KAA08839@netserv1.chg.ru>

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

>Number:         10045
>Category:       ports
>Synopsis:       Fix www/squidclients port before ports freeze!
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 12 00:00:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dima Sivachenko
>Release:        FreeBSD 3.0-980520-SNAP i386
>Organization:
>Environment:

	

>Description:

Apply this patch to fix www/squidclients port. Program is distributes as
stripped binary, and problem was during stripping when $INSTALL_PROGRAM
under 4.0.

>How-To-Repeat:

	

>Fix:
	

diff -Nur squidclients.old/Makefile squidclients/Makefile
--- squidclients.old/Makefile	Fri Jan 29 02:35:37 1999
+++ squidclients/Makefile	Fri Feb 12 10:48:41 1999
@@ -21,6 +21,7 @@
 EXTRACT_BEFORE_ARGS=
 EXTRACT_AFTER_ARGS=	.
 
+STRIP=
 do-install:
 		@ ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/squidclients
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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