ports/101225: add base option to port

Michael Scheidell scheidell at secnap.net
Tue Aug 1 21:00:31 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list