2005-01-12 16:32:01 by Johnny C. Lam | Files touched by this commit (27) |
Log message:
Nuke USE_FORTRAN and bring the f2c handling within the mk/compiler
framework. The list of changes include:
* Modify compiler.mk so that "c" is always prepended to USE_LANGUAGES,
so we no longer need to say it in package Makefiles. Packages
should now append to USE_LANGUAGES instead of setting it.
* Create mk/compiler/f2c.mk which implements another pseudo-compiler
"f2c" that may be used with any C compiler backend, e.g.
PKGSRC_COMPILER= f2c ccache gcc
* Teach the various "real" compiler files, e.g., sunpro.mk, mipspro.mk,
etc., to use f2c if the native Fortran compiler isn't present.
Packages that use Fortran should now simply include the line:
USE_LANGUAGES+= fortran
in the package Makefile.
|
2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-04-29 11:23:55 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Unused.
|
2004-04-25 19:10:19 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Belatedly add a buildlink3.mk. Noted by kristerw@.
|
2004-04-25 04:16:42 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
USE_BUILDLINK3 needs to be set to yes.
|
2004-04-20 20:14:37 by Matthias Drochner | Files touched by this commit (21) | |
Log message:
update to 4.2r0
changes:
-configuration changes
-support "szip" compression
-some utilities added
-fp2hdf replaced by hdfimport
-USE_BUILDLINK3
|
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-07-12 15:19:04 by Dieter Baron | Files touched by this commit (1) |
Log message:
don't define test target directly, use do-test
|
2003-06-02 03:21:53 by Jan Schaumann | Files touched by this commit (1131) |
Log message:
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
2002-10-09 21:36:42 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Unused.
|