summaryrefslogtreecommitdiff
path: root/math/udunits/patches
AgeCommit message (Collapse)AuthorFilesLines
2010-02-04DESTDIR supportjoerg1-2/+2
2008-08-17Use -fPIC. Fixes broken build on amd64 and probably others.dholland1-3/+22
2006-01-03Make it a bit harder for the compiler to optimise the sin() testjoerg1-7/+11
away: Use a global variable as argument.
2005-08-08Fix the package configuration of the following packages so that theyjlam1-0/+13
will install Perl modules into the "vendor" directories: chat/vicq math/udunits databases/rrdtool mbone/beacon devel/p5-subversion Bump their PKGREVISIONs.
2004-02-02Fix a case where gcc3.3 is too clever for autoconf.kristerw1-0/+22
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;"
2002-12-24Make udunits install its configuration file under the examples directoryjmmv2-3/+25
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.
2001-04-28Back out previous change.jtb1-20/+10
2001-04-28Fix man page installation oddity causing i386 bulk build leftover.jtb1-10/+20
2001-02-07Initial import of udunits:jtb1-0/+13
Library and program for manipulating units of physical quantities (There is also a Perl module, but that doesn't fit in 70 characters).