Commit Graph

19 Commits

Author SHA1 Message Date
Jean-Marc Zucconi
b8a8ee0d58 This library depends on linpack. 2000-10-24 00:41:28 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Satoshi Asami
1df1a17abc Convert to PORTNAME/PORTVERSION. 2000-04-14 07:20:58 +00:00
Satoshi Asami
3a7ce625ab ${GUNZIP} -> ${GUNZIP_CMD}. (mharo somehow misspelt these two.... ;) 1999-09-09 11:00:04 +00:00
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
Tim Vanderhoek
a84b5b5f94 #4/4 enforcing Caps, no period
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]

I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.

Before I forget....

Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit.  See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
1999-06-26 19:22:14 +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
Steve Price
7c46996f8a Convert to ELF. 1998-09-27 20:13:16 +00:00
Thomas Gellekum
944910bb30 Execute `ldconfig -R' at the pkg_delete step.
PR:		6281
Submitted by:	SADA Kenji <sada@e-mail.ne.jp>
1998-05-05 13:18:48 +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