Gerald Pfeifer
27ab5137ce
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
...
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr
2009-09-13 00:08:01 +00:00
Gerald Pfeifer
272c8e1e88
${MAKE_ENV} already included FC and F77 with USE_FORTRAN; omit duplication.
2009-02-07 15:39:48 +00:00
Gerald Pfeifer
05a2cbc2b4
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
2009-01-07 16:34:27 +00:00
Pav Lucistnik
d90de5e73a
- Make fetchable
...
PR: ports/122236
Submitted by: Wen heping <wenheping@gmail.com>
2008-04-05 08:25:19 +00:00
Maho Nakata
9d929d6604
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
2007-07-12 09:06:38 +00:00
Maho Nakata
433468d207
fix pkg-plist
...
Submitted by: kris via pointyhat
2007-01-15 13:11:21 +00:00
Maho Nakata
7f747fce71
* Migrate to gfortran.
...
* Bump portrevision.
2007-01-11 08:47:38 +00:00
Cheng-Lung Sung
e8390e6e3c
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
...
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 00:29:13 +00:00
Pav Lucistnik
6d7f8c459f
- Add SHA256
2005-11-25 15:48:16 +00:00
Bill Fenner
0895fef2d5
www.hensa.ac.uk has been replaced by the UK Mirror Service on 1 August 1999.
...
Move MASTER_SITES that have been dead for 6 years from www.hensa.ac.uk to
the UK Mirror Service, ftp.mirrorservice.org.
Approved By: portmgr (linimon)
2005-09-30 17:48:57 +00:00
Trevor Johnson
33fdc4cde2
SIZEify.
2004-03-17 18:29:46 +00:00
Akinori MUSHA
2c41b9e5f3
De-pkg-comment.
2003-02-20 19:00:52 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34
o Rollback PORTCOMMENT modifications while this feature's implementation
...
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
...
Approved by: pat
2002-11-06 22:47:41 +00:00
Maxim Sobolev
ee24af1c86
Update checksums. Distfiles were rerolled using maximum compression level,
...
but content of the distfiles is absolutely the same. Therefore don't touch
PORTREVISION.
Submitted by: bento
2001-03-13 12:15:17 +00:00
Maxim Sobolev
2b1a883dc4
Massive style enforcement - use ^I instead of spaces for variables identation.
2001-01-16 17:33:20 +00:00
Dirk Froemberg
101098b330
Remove ftp://ftp.netlib.org/linpack/ from the list of MASTER_SITES.
...
They don't have the gzip'ed distfiles and they don't support compression
on the fly properly.
Noticed by: bento
2000-07-13 07:47:22 +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
dc1177a9a5
Fourth round of INSTALLS_SHLIBS conversion.
2000-06-16 08:48:22 +00:00
Satoshi Asami
1df1a17abc
Convert to PORTNAME/PORTVERSION.
2000-04-14 07:20:58 +00:00
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
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
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
7c46996f8a
Convert to ELF.
1998-09-27 20:13:16 +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
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
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
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
f9aa5bc69f
More missing newlines.
1996-03-31 11:48:53 +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
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
ce287001ec
Put a hack into this makefile to get MASTER_SITE_OVERIDE to work.
1994-11-28 22:57:41 +00:00