Update udunits to 2.1.24, wth few tweaks from Brad (thanks).
ok Brad.
This commit is contained in:
parent
6141dc8a95
commit
aafa9c1e98
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2011/01/01 16:58:08 rpointel Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2011/11/18 08:27:34 rpointel Exp $
|
||||
|
||||
COMMENT = library to manipulate units of physical quantities
|
||||
DISTNAME = udunits-2.1.20
|
||||
DISTNAME = udunits-2.1.24
|
||||
CATEGORIES = math
|
||||
HOMEPAGE = http://www.unidata.ucar.edu/software/udunits/
|
||||
|
||||
@ -15,20 +15,16 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = ftp://ftp.unidata.ucar.edu/pub/udunits/
|
||||
|
||||
SHARED_LIBS = udunits2 0.0
|
||||
SHARED_LIBS = udunits2 1.0
|
||||
|
||||
USE_LIBTOOL = Yes
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
CFLAGS="-std=c99 ${CFLAGS:C/ *$//} -I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
|
||||
# if need be...
|
||||
AUTOCONF_VERSION = 2.63
|
||||
AUTOMAKE_VERSION = 1.11
|
||||
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
REGRESS_DEPENDS = devel/cunit
|
||||
REGRESS_TARGET = check
|
||||
WANTLIB += c expat m
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (udunits-2.1.20.tar.gz) = 4ygq2MBV3s6dSHI9WNTUxQ==
|
||||
RMD160 (udunits-2.1.20.tar.gz) = UBZOF5Rvqv5mKRQbnVsCgdkPj48=
|
||||
SHA1 (udunits-2.1.20.tar.gz) = 4zSJqiKWTrMJa7ECnXo3Oha3Vs8=
|
||||
SHA256 (udunits-2.1.20.tar.gz) = dOHsWLxcFV/FJFtRYVHnk3u9us/lKGDNtSVcQy1QMYE=
|
||||
SIZE (udunits-2.1.20.tar.gz) = 1057888
|
||||
MD5 (udunits-2.1.24.tar.gz) = aYZUVyF0elEoXHZWRNzZ2A==
|
||||
RMD160 (udunits-2.1.24.tar.gz) = FB12UzKBjAa2pLy9oXRz/eXNGFM=
|
||||
SHA1 (udunits-2.1.24.tar.gz) = ZLu0uFIUb7XUdrr003ydZzz6Qvk=
|
||||
SHA256 (udunits-2.1.24.tar.gz) = Ll+kWDAxsmQEpoFns4oRdzhySG88NC/d4eSMUqhuDtA=
|
||||
SIZE (udunits-2.1.24.tar.gz) = 1059344
|
||||
|
12
math/udunits/patches/patch-lib_Makefile_in
Normal file
12
math/udunits/patches/patch-lib_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-lib_Makefile_in,v 1.1 2011/11/18 08:27:34 rpointel Exp $
|
||||
does not install xml files twice
|
||||
--- lib/Makefile.in.orig Mon Sep 12 22:52:32 2011
|
||||
+++ lib/Makefile.in Tue Nov 15 00:44:01 2011
|
||||
@@ -1040,7 +1040,6 @@ info-am: $(INFO_DEPS)
|
||||
install-data-am: install-includeHEADERS install-info-am \
|
||||
install-pkgdataDATA
|
||||
@$(NORMAL_INSTALL)
|
||||
- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
||||
install-dvi: install-dvi-recursive
|
||||
|
||||
install-dvi-am: $(DVIS)
|
Loading…
x
Reference in New Issue
Block a user