Michael Haro
2262dde3ac
gzip -> ${GZIP_CMD}
...
gzip -d -> ${GUNZIP_CMD}
gzip -dc -> ${GZCAT}
gunzip -> ${GUNZIP_CMD}
1999-09-04 23:39:29 +00:00
David E. O'Brien
d99d6e104d
Change Id->FreeBSD.
1999-08-25 07:23:21 +00:00
Satoshi Asami
5114e2637e
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
...
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
1999-02-03 11:12:01 +00:00
Satoshi Asami
96bc8048c3
Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
...
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
1998-11-14 09:43:39 +00:00
Satoshi Asami
cce2cc64d6
Create .so symlink in a.out case. While I'm here, properly add environment
...
to ldconfig command line.
1998-10-09 03:36:39 +00:00
Satoshi Asami
8357ad15ee
Use correct filename to compress and install document file.
1997-11-19 01:41:27 +00:00
Bill Fenner
c411e5cd03
Upgrade to bihar (double precision version)
...
PR: ports/4914
Submitted by: Pedro Giffuni S. <giffunip@asme.org>
1997-11-16 09:48:15 +00:00
Thomas Gellekum
01febbad8f
Files are now gzipped instead of compressed.
...
PR: 5023
Submitted by: Carl Fongheiser <cmf@netins.net>
Minor cleanup.
Prompted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
1997-11-13 12:55:19 +00:00
Masafumi Max NAKANE
5e5eddfc60
ldconfig -> ${LDCONFIG}.
1997-07-17 15:13:02 +00:00
Satoshi Asami
0bdef5a38f
Change EXTRACT_ARGS to EXTRACT_BEFORE_ARGS, the former is only retained
...
for backwards compatibilty. Also move it down to "misc. bsd.port.mk
variables" section.
While I'm here, add "/sbin/" to ldconfig.
1997-02-14 09:50:18 +00:00
Thomas Gellekum
9b7bcc6702
Import of fftpack, a library of FFT routines from netlib.
...
Closes PR #2574 .
Submitted by: Pedro Giffuni S.
1997-02-14 08:53:05 +00:00