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
61ebd322a2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
...
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
5cb1434004
Second round of INSTALL_SHLIBS=yes fixes.
2000-06-15 17:12:51 +00:00
Satoshi Asami
1df1a17abc
Convert to PORTNAME/PORTVERSION.
2000-04-14 07:20:58 +00:00
Michael Haro
64e9275a2c
remove aout support
2000-03-23 20:23:12 +00:00
Chris D. Faulhaber
6b5eb6aff4
* Fixed MASTER_SITES
...
* Supported NO_WRKSUBDIR
* Added WWW: line into pkg/DESCR
PR: 15468
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-23 17:13:45 +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
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
fef857c6e3
Create libblas.so symlink in a.out case.
1998-09-28 09:44:23 +00:00
Steve Price
ce0aa80c4b
Convert to ELF.
1998-09-27 05:36:06 +00:00
Steve Price
ec0192a303
Pick up blas.tgz since to other distfiles seemed to have
...
disappeared.
1998-08-09 00:05:53 +00:00
Marc G. Fournier
f97f38d4d2
Looked in the wrong directory (linpack vs blas) ...
1998-07-09 03:42:14 +00:00
Marc G. Fournier
748b359ec0
Forgot a backslash in the MASTER_SITES list...
...
Submitted by: Werner Griessl <werner@btp1da.phy.uni-bayreuth.de>
1998-07-08 11:54:51 +00:00
Marc G. Fournier
229c7f4d6d
Add two sites for retrieving, remove ftp.netlib.org
1998-07-07 19:21:19 +00:00
Marc G. Fournier
f361d01787
distfile changed to tar.gz from sha.gz
...
md5 changes as appropriate
1998-07-07 18:31:15 +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
Steve Price
28788ce717
Cleanup preivous commit. We now use a gzipped shar file and checksum.
...
Submitted by: Pedro F. Gifunni <giffunip@asme.org>
1998-02-09 13:02:09 +00:00
Steve Price
a7c7d82070
Add PLIST changes that got missed during last commit.
1998-02-02 03:03:59 +00:00
Steve Price
fb6e99d86c
update this port per PR and portlint.
...
PR: 5120
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
1998-02-02 00:25:22 +00:00
Masafumi Max NAKANE
5e5eddfc60
ldconfig -> ${LDCONFIG}.
1997-07-17 15:13:02 +00:00
Bill Fenner
ecc3dc2187
Some files got updated.
1997-04-03 01:11:20 +00:00
Bill Fenner
91a9bb67a5
Fix MASTER_SITES since netlib.att.com went away. Clean up Makefiles
...
a little while I'm here.
1997-04-03 01:10:59 +00:00
Satoshi Asami
db879567ce
Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds to
...
changes made in rev. 1.232 of bsd.port.mk.
1996-11-30 10:50:36 +00:00
Satoshi Asami
c98cfd116d
Compress a bunch of manpages. Remove unnecessary @ directives from
...
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00
Satoshi Asami
300c45cf2e
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
1996-11-18 11:44:27 +00:00
Satoshi Asami
95137d2010
Oh my goodness! Satoshi is finally fed up and decided to "clean up"
...
all the COMMENTs! No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.
Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)
Phew! 238 ports modified!
1996-10-10 05:05:35 +00:00
Satoshi Asami
e7f351ac14
Set DIST_SUBDIR to ${DISTNAME} and delete a whole bunch of hacks to
...
fetch them correctly from the backup site.
1996-03-10 09:01:03 +00:00
Satoshi Asami
d530b271d9
Add
...
post-install:
pkg_add -m ${PREFIX}/lib
to Makefiles and
@exec ldconfig -m %D
to packing lists of ports that install shared libraries.
This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
1995-06-24 11:42:32 +00:00
Satoshi Asami
4b4356397f
Add more CATEGORIES. packages/orphans is now empty.
1995-05-03 02:22:33 +00:00
Satoshi Asami
fc84a926f5
I was going to convert the math Makefiles according to the new
...
rules in bsd.port.mk, but there weren't any Makefiles that needed
any tweaking. :] So, just some cosmetic changes.
1995-04-22 11:30:15 +00:00
Satoshi Asami
debcbc5032
Some more Makefile updates, for the math ports.
1995-04-11 01:19:12 +00:00
Andreas Schulz
381df7471f
Change the path of the extract command. Formerly extract used CURDIR, now
...
it uses WRKDIR.
1995-02-22 09:33:15 +00:00
Jordan K. Hubbard
e3159d4efe
Remove bogus tab
1995-01-27 07:06:03 +00:00
Gary Palmer
3217d24fe5
First batch of MD5 checksum files. Only did through to the end of net
...
to both give my fingers a rest & let freefall clear some of it's
backlogged mail :-)
The rest will follow later
1994-12-18 00:28:13 +00:00
Andreas Schulz
1496ce170d
Put a hack into it until we have some good solution for the
...
MASTER_SITE_OVERRIDE. This works also.
1994-11-28 00:24:14 +00:00
L Jonas Olsson
fdb2f15cd9
BLAS (Basic Linear Algebra Package) library. Used by LINPACK, LAPACK, etc.
1994-10-27 15:05:16 +00:00