diff options
author | joerg <joerg@pkgsrc.org> | 2008-10-06 12:36:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-10-06 12:36:19 +0000 |
commit | 9221f357a20d12f021e52b8a7e44349ba53b477d (patch) | |
tree | 7ebb15bf3fb03e9d4066fba545dfd34ba973f921 /pkgtools/libnbcompat/Makefile | |
parent | 5097b167435436732328b15fb176275edf826680 (diff) | |
download | pkgsrc-9221f357a20d12f021e52b8a7e44349ba53b477d.tar.gz |
libnbcompat-20080922:
- DESTDIR support
- Add check for inttypes.h and sys/socket.h
- Provide compatibility fallback for netdb.h and the RFC2553 API
(getaddrinfo), supoprting IPv4 only. Code from OpenSSH.
- Use normal autoconf checks for fixed size bit types. Stop using the
older BSD types (u_intXX_t) in libnbcompat.
- Add implementation of shquote (from NetBSD).
- Fix a buglet in the getenv/setenv/unsetenv detection.
- Fix a buglet in the mkdtemp/mkstemp detection.
Diffstat (limited to 'pkgtools/libnbcompat/Makefile')
-rw-r--r-- | pkgtools/libnbcompat/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/pkgtools/libnbcompat/Makefile b/pkgtools/libnbcompat/Makefile index b056fc5bf80..c47b0cc3e1a 100644 --- a/pkgtools/libnbcompat/Makefile +++ b/pkgtools/libnbcompat/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.63 2008/09/08 20:20:22 joerg Exp $ +# $NetBSD: Makefile,v 1.64 2008/10/06 12:36:19 joerg Exp $ # # NOTE: If you update this package, it is *mandatory* that you update # pkgsrc/pkgtools/libnbcompat/files/README to reflect the actual # list of tested and supported platforms. # -DISTNAME= libnbcompat-20080908 +DISTNAME= libnbcompat-20080922 CATEGORIES= pkgtools devel MASTER_SITES= # empty DISTFILES= # empty @@ -14,12 +14,10 @@ MAINTAINER= grant@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ COMMENT= Portable NetBSD compatibility library -NO_PKGTOOLS_REQD_CHECK= yes -NO_CHECKSUM= yes -NO_MTREE= yes +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -MAKE_ENV+= BINMODE=${BINMODE} +MAKE_ENV+= LIBMODE=${LIBMODE} do-extract: @${CP} -R ${FILESDIR} ${WRKSRC} |