Commit Graph

24 Commits

Author SHA1 Message Date
Michael Haro
3ecdcf9f73 remove aout support 2000-03-23 21:09:28 +00:00
Steve Price
1bb2e65783 * Added secondary sites to MASTER_SITES
* Rearranged extract target
* Added WWW: line to pkg/DESCR

PR:		15500
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-23 19:28:01 +00:00
Steve Price
ba98cb2b1f Fixup MASTER_SITE. Also moved (Satoshi repo-copied it) Makefile.lib
to the files directory.

PR:		13597
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-09-25 17:57:03 +00:00
David E. O'Brien
d99d6e104d Change Id->FreeBSD. 1999-08-25 07:23:21 +00:00
Michael Haro
235481b52a awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
1999-08-22 23:33:47 +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
6dc51086cf Call a script with sh instead of trying to chmod it. 1998-12-01 09:55:09 +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
c5646958b0 It's not a good idea to use RUN_DEPENDS on shared libs. Change it to
LIB_DEPENDS for now; if you *really* have to do this, at least RUN_DEPENDS
on the *.so link so it will work for both a.out and ELF.

While I'm here, create the *.so link explicitly for the a.out case.
1998-09-28 10:49:21 +00:00
Steve Price
2da0983d55 libcor.so -> libblas.so 1998-09-27 05:39:37 +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
836dc0a0d2 Changes so that distrfiles are retriveable...md5 changes to follow 1998-07-07 19:04:05 +00:00
Masafumi Max NAKANE
5e5eddfc60 ldconfig -> ${LDCONFIG}. 1997-07-17 15:13:02 +00:00
Bill Fenner
c190b0cac0 Fix MASTER_SITE since netlib.att.com went away, do dependence on blas
properly, and clean up Makefiles a little.
1997-04-03 01:17:25 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +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
Jordan K. Hubbard
caedea32b1 Add a few CATEGORIES lines to take these ports out of `orphans'.
Seeing your port in the orphans directory is pretty good indication that
it doesn't have a categories line! :-)
1995-04-28 13:35:40 +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
1643b0e1ae Same change needed as in the blas port. Now, that extract is in WRKDIR the
uncomp script need to be prefixed with a CURDIR.
1995-02-22 09:52:58 +00:00
Jordan K. Hubbard
573a48c5ec Bye stupid tab. 1995-01-27 07:27:18 +00:00
Andreas Schulz
ce287001ec Put a hack into this makefile to get MASTER_SITE_OVERIDE to work. 1994-11-28 22:57:41 +00:00
L Jonas Olsson
a96b867c5c Import of linpack library (Linear Algebra Package). This is the library
used in the linpack benchmark. However the purpose of this library is 
to be used in numerical methods applications.
1994-10-31 14:10:50 +00:00