From scheidell@secnap.net  Tue Aug  1 20:51:57 2006
Return-Path: <scheidell@secnap.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D002A16A4E1
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Aug 2006 20:51:57 +0000 (UTC)
	(envelope-from scheidell@secnap.net)
Received: from scanner.secnap.net (scanner.secnap.net [204.89.241.64])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8FBC043D70
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Aug 2006 20:51:57 +0000 (GMT)
	(envelope-from scheidell@secnap.net)
Received: by scanner.secnap.net (Postfix, from userid 1001)
	id CDEB0137BB8; Tue,  1 Aug 2006 16:51:56 -0400 (EDT)
Message-Id: <20060801205156.CDEB0137BB8@scanner.secnap.net>
Date: Tue,  1 Aug 2006 16:51:56 -0400 (EDT)
From: Michael Scheidell <scheidell@secnap.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gkovesdan@t-hosting.hu 
Subject: add base option to port
X-Send-Pr-Version: 3.113
X-GNATS-Notify: gkovesdan@t-hosting.hu

>Number:         101225
>Category:       ports
>Synopsis:       archivers/gzip : add overwrite base option to port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 01 21:00:28 GMT 2006
>Closed-Date:    Sat Nov 04 23:40:34 GMT 2006
>Last-Modified:  Sat Nov 04 23:40:34 GMT 2006
>Originator:     Michael Scheidell
>Release:        FreeBSD 4.11-RELEASE-p16 i386
>Organization:
SECNAP Network Security
>Environment:
System: FreeBSD scanner.secnap.net 4.11-RELEASE-p16 FreeBSD 4.11-RELEASE-p16 #17: Mon Apr 10 13:21:44 EDT 2006 root@scanner.secnap.net:/usr/obj/usr/src/sys/SCANNER i386
(all)

>Description:
	Current base gzip is 1.2.4 which has file size limitations
   (see http://www.freebsd.org/cgi/query-pr.cgi?pr=101123)
ports version installs in /usr/local/bin.
   This gives the optin of overridding install location
>How-To-Repeat:
        apply patch.
>Fix:
	--- Makefile.orig       Wed May  3 01:14:01 2006
+++ Makefile    Tue Aug  1 16:47:18 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=      gzip
 PORTVERSION=   1.3.5
-PORTREVISION=  2
+PORTREVISION=  3
 CATEGORIES=    archivers
 MASTER_SITES=  ftp://sunfreeware.risq.qc.ca/SOURCES/ \
                ftp://sunsite.cnlab-switch.ch/mirror/solaris-freeware/SOURCES/ \
@@ -20,6 +20,10 @@
 
 GNU_CONFIGURE= yes
 CONFIGURE_TARGET=      --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+
+.if defined(WITH_GZIP_OVERWRITE_BASE)
+PREFIX=
+.endif
 
 MAN1=  gunzip.1 gzexe.1 gzip.1 zcat.1 zcmp.1 zdiff.1 zforce.1 \
        zgrep.1 zless.1 zmore.1 znew.1


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Aug 1 22:28:58 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101225 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Aug 2 11:03:37 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101225 

From: Martin Wilke <miwi@FreeBSD.org>
To: Martin Wilke <miwi@FreeBSD.org>
Cc: gkovesdan@t-hosting.hu, bug-followup@FreeBSD.org
Subject: Re: ports/101225: archivers/gzip : add overwrite base option to
 port
Date: Fri, 4 Aug 2006 00:32:19 +0200

 hi ..
 
 this change is wrong. gzip is in /usr/bin and not in /bin.
 PREFIX should be /usr. and what about the statically linked gzip
 in /rescue? normally the port should install a static version
 in /rescue. my question is, how to install it.
 
 - Regards Martin
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Nov 4 23:40:31 UTC 2006 
State-Changed-Why:  
Submitter timeout. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101225 
>Unformatted:
