Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests in addition to SHA1 ones. | agc | 1 | -1/+2 | |
2005-01-12 | Nuke USE_FORTRAN and bring the f2c handling within the mk/compiler | jlam | 1 | -2/+2 | |
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. | |||||
2005-01-03 | Add patch-ab (forgotten in the previous commit - thanks to | wennmach | 1 | -0/+15 | |
wiz for notifying me). | |||||
2005-01-03 | The `DZLAUX' routines were still missing from the library. | wennmach | 3 | -11/+15 | |
2004-12-22 | Make liblapack contain routines for all types (real, double, complex16, | wennmach | 3 | -29/+31 | |
and complex). Due to an error in the previous patch-aa, liblapack only contained the complex16 routines. Bump PKGREVISION. | |||||
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -2/+2 | |
Suggested by Roland Illig, ok'd by various. | |||||
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 2 | -3/+4 | |
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-09-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -5/+1 | |
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes". | |||||
2004-06-20 | Enable pkgviews installation. | minskim | 1 | -1/+5 | |
2004-05-10 | Unused. | wiz | 1 | -18/+0 | |
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -11/+7 | |
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. | |||||
2004-02-26 | From now on use buildlink3.mk | adam | 2 | -2/+24 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-12-04 | buildlink fix | adam | 1 | -3/+2 | |
2003-12-04 | Now uses libtool and makes shared libraries | adam | 5 | -80/+78 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-12 | Fix typo. Reported by Marc Recht in PR 21869. | wiz | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-10-09 | Unused. | wiz | 1 | -33/+0 | |
2002-10-09 | buildlink1 -> buildlink2. | wiz | 1 | -2/+3 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -0/+19 | |
buildlink2.mk files back into the main trunk. | |||||
2002-05-03 | Add buildlink infrastructure. | jtb | 4 | -10/+39 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-05-05 | Use the netlib .tgz archive and DIST_SUBDIR. Although netlib don't | jtb | 2 | -8/+14 | |
use version numbers the file changes very seldom and it's better than cluttering up LOCAL_PORTS. | |||||
2001-05-03 | Add defaults for all instances of EVAL_PREFIX. | jtb | 1 | -1/+3 | |
2001-05-01 | be consistent about obeying PKG_FC. (don't hardcode f77). Fixes problems | dmcmahill | 2 | -16/+11 | |
when f2c-f77 is used. | |||||
2001-04-19 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -7/+5 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-14 | Change MAINTAINER section to packages@netbsd.org | jtb | 1 | -2/+2 | |
2001-04-01 | add missing entry. Now the binary package actually will contain something. | dmcmahill | 1 | -1/+2 | |
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-01 | Initial import of lapack: | jtb | 8 | -0/+106 | |
Linear Algebra PACKage |