Update ipa to 2.1.2

From Andrey Simonenko in PR pkg/46712


Changes:
 * autoconf 2.68 -> 2.69, automake 1.11.1 -> 1.12.2.
 * Corrected compilation with --enable-ctl-creds on NetBSD.
 * Corrected output for "ipactl -a ... status".
 * Corrected work with the -n switch in ipactl.

Package changes:
 * Removed the ipa-memfunc-debug option.
This commit is contained in:
asau 2012-07-17 21:00:34 +00:00
parent e9a2a1ea04
commit c1461734ef
3 changed files with 8 additions and 15 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.14 2011/11/23 07:51:54 obache Exp $
# $NetBSD: Makefile,v 1.15 2012/07/17 21:00:34 asau Exp $
#
DISTNAME= ipa-2.1.1
DISTNAME= ipa-2.1.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipa-system/}
EXTRACT_SUFX= .tar.bz2

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2011/11/23 07:51:54 obache Exp $
$NetBSD: distinfo,v 1.12 2012/07/17 21:00:34 asau Exp $
SHA1 (ipa-2.1.1.tar.bz2) = 1a9b01e3f9e848e0cff689945e9bbc33a3184a1a
RMD160 (ipa-2.1.1.tar.bz2) = d76d9f7a417e0457f4c51a60794c940b4aab2ec0
Size (ipa-2.1.1.tar.bz2) = 312682 bytes
SHA1 (ipa-2.1.2.tar.bz2) = cbddf1409fd191f42a4dfcc565220f1e96cd3f0f
RMD160 (ipa-2.1.2.tar.bz2) = e59e9faaec4df36205757448d7f990f5cff40f1b
Size (ipa-2.1.2.tar.bz2) = 317087 bytes

View file

@ -1,19 +1,12 @@
# $NetBSD: options.mk,v 1.1 2006/10/18 11:45:22 markd Exp $
# $NetBSD: options.mk,v 1.2 2012/07/17 21:00:34 asau Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ipa
PKG_SUPPORTED_OPTIONS= ipa-memfunc-debug ipa-without-autorules \
PKG_SUPPORTED_OPTIONS= ipa-without-autorules \
ipa-without-limits ipa-without-rules \
ipa-without-sublimits ipa-without-thresholds
.include "../../mk/bsd.options.mk"
###
### Enable ipa_memfunc debugging
###
.if !empty(PKG_OPTIONS:Mipa-memfunc-debug)
CONFIGURE_ARGS+= --enable-memfunc-debug
.endif
###
### Disable dynamic rules support
###