Skip site navigation (1)Skip section navigation (2)
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:   ports/101225: add base option to port
Message-ID:  <20060801205156.CDEB0137BB8@scanner.secnap.net>
Resent-Message-ID: <200608012100.k71L0SWZ057878@freefall.freebsd.org>

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

>Number:         101225
>Category:       ports
>Synopsis:       add base option to port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 01 21:00:28 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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