Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 1997 16:12:20 -0800 (PST)
From:      cmf@netins.net
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/5023: fftpack port Makefile looks for .Z files;  the files are actually gzip'd.
Message-ID:  <199711130012.QAA23041@hub.freebsd.org>
Resent-Message-ID: <199711130020.QAA23446@hub.freebsd.org>

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

>Number:         5023
>Category:       ports
>Synopsis:       fftpack port Makefile looks for .Z files;  the files are actually gzip'd.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 12 16:20:01 PST 1997
>Last-Modified:
>Originator:     Carl Fongheiser
>Organization:
>Release:        3.0-CURRENT
>Environment:
FreeBSD kf0yn.ampr.org 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Wed Oct 15 21:36:49 C
DT 1997     cmf@kf0yn.ampr.org:/usr/src/sys/compile/OSITOS  i386

>Description:
The fftpack Makefile is written under the
assumption that the archive contains
compress(1) files, ending in .Z.  In fact, they
are gzip(1) files, ending in .gz.
>How-To-Repeat:
cd /usr/ports/math/fftpack; make
>Fix:
*** Makefile    Wed Nov 12 18:04:52 1997
--- Makefile.old        Fri Jul 18 21:59:42 1997
***************
*** 19,25 ****
  EXTRACT_BEFORE_ARGS=  -xvf

  post-extract:
!       gunzip $(WRKSRC)/*.f.gz

  pre-build:
        ${RM} $(WRKSRC)/.depend
--- 19,25 ----
  EXTRACT_BEFORE_ARGS=  -xvf

  post-extract:
!       uncompress $(WRKSRC)/*.f.Z

  pre-build:
        ${RM} $(WRKSRC)/.depend
***************
*** 28,34 ****
  post-install:
  .if !defined(NOPORTDOCS)
        ${MKDIR} $(PREFIX)/share/doc/fftlib
!       ${CP} $(WRKSRC)/doc.gz $(PREFIX)/share/doc/fftlib/
  .endif
        ${LDCONFIG} -m ${PREFIX}/lib

--- 28,34 ----
  post-install:
  .if !defined(NOPORTDOCS)
        ${MKDIR} $(PREFIX)/share/doc/fftlib
!       ${CP} $(WRKSRC)/doc.Z $(PREFIX)/share/doc/fftlib/
  .endif
        ${LDCONFIG} -m ${PREFIX}/lib

>Audit-Trail:
>Unformatted:



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