Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-01-03 | Make it a bit harder for the compiler to optimise the sin() test | joerg | 2 | -9/+13 | |
away: Use a global variable as argument. | |||||
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -2/+2 | |
CONFIGURE_ARGS. | |||||
2005-08-08 | Fix the package configuration of the following packages so that they | jlam | 3 | -3/+17 | |
will install Perl modules into the "vendor" directories: chat/vicq math/udunits databases/rrdtool mbone/beacon devel/p5-subversion Bump their PKGREVISIONs. | |||||
2005-08-06 | Bump the PKGREVISIONs of all (638) packages that hardcode the locations | jlam | 1 | -1/+2 | |
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories. | |||||
2005-07-13 | Turn PERL5_PACKLIST into a relative path instead of an absolute path. | jlam | 1 | -2/+2 | |
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages. | |||||
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 | |
2004-04-25 | No longer used. | snj | 1 | -22/+0 | |
2004-03-22 | Fix the installation of udunits using perl58 by including module.mk | jlam | 3 | -14/+27 | |
(to note that this package installs a Perl module). While I'm here, bl3ify the package. | |||||
2004-02-02 | Fix a case where gcc3.3 is too clever for autoconf. | kristerw | 2 | -1/+24 | |
configure tries to determine if -lm is needed by compiling int main() { (void)sin(0.0); ; return 0; } and see if linking fails. But gcc3.3 optimizes that to just "return 0;" | |||||
2004-01-24 | Update udunits to version 1.12.1. | kristerw | 3 | -7/+16 | |
Changes since version 1.11.7: 1.12.1 2003-12-01 Corrected omission of file "lib/udunits.inc.in" from distribution. Ported to Mac OSX (I hope). 1.12.0 2003-08-29 Corrected definition of "apothecary_pound". Corrected documentation of "common_year" in the units database. Modified the syntax of a couple of statements in file "src/utlib.c" to accomodate the, apparently, non-conforming C/SX C compiler on NEC SX-4 SUPER-UX systems, which can't dereference a pointer returned by a function. Added "mi" to database as alias for "mile". Corrected documentation on origin-shift in unit specifications. Ported to systems with sizeof(double) < sizeof(DOUBLE PRECISION). Added determination of Fortran type equivalent to C pointer to configuration script. Added utIsInit() and utisopen() to the API. Corrected Hertz symbol: changed from "hz" to "Hz". Corrected reference to udunits(3) library in udunitsperl(1) manual-page. Added support for Absoft Fortran. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 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 | |
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -2/+2 | |
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>. | |||||
2002-12-24 | Use PKGNAME_NOREV instead of a temporary variable. | jmmv | 1 | -4/+3 | |
2002-12-24 | Make udunits install its configuration file under the examples directory | jmmv | 5 | -10/+44 | |
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR. Fix this package so that it can be cleaned as a regular user. Bump PKGREVISION to 1. | |||||
2002-10-08 | Unused. | wiz | 1 | -36/+0 | |
2002-09-29 | buildlink1 -> buildlink2 | jlam | 1 | -2/+4 | |
2002-09-29 | udunits installs static libraries, so by default, use a build dependency. | jlam | 1 | -1/+2 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -0/+21 | |
buildlink2.mk files back into the main trunk. | |||||
2002-05-03 | Add buildlink infrastructure. | jtb | 1 | -0/+36 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -2/+1 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-04-30 | Regen. Fixes i386 bulk build problem. | jtb | 1 | -2/+2 | |
2001-04-28 | Remove redundant echoing, quoting, and input redirection to sed. | jtb | 1 | -2/+2 | |
2001-04-28 | Back out previous change. | jtb | 2 | -21/+12 | |
2001-04-28 | Fix man page installation oddity causing i386 bulk build leftover. | jtb | 2 | -12/+22 | |
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 | -6/+4 | |
+ 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-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-07 | Initial import of udunits: | jtb | 7 | -0/+59 | |
Library and program for manipulating units of physical quantities (There is also a Perl module, but that doesn't fit in 70 characters). |