pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/46712: Update sysutils/ipa to 2.1.2 version
>Number: 46712
>Category: pkg
>Synopsis: Update sysutils/ipa to 2.1.2 version
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Tue Jul 17 14:40:00 +0000 2012
>Originator: Andrey Simonenko
>Release: NetBSD 5.1.2
>Organization:
>Environment:
>Description:
Please update sysutils/ipa to the 2.1.2 version.
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.
Changes in pkg:
* Removed the ipa-memfunc-debug option.
>How-To-Repeat:
>Fix:
diff -ruN ipa.orig/Makefile ipa/Makefile
--- ipa.orig/Makefile 2012-07-12 09:04:40.000000000 +0000
+++ ipa/Makefile 2012-07-12 09:04:55.000000000 +0000
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.14 2011/11/23 07:51:54 obache Exp $
#
-DISTNAME= ipa-2.1.1
+DISTNAME= ipa-2.1.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipa-system/}
EXTRACT_SUFX= .tar.bz2
diff -ruN ipa.orig/distinfo ipa/distinfo
--- ipa.orig/distinfo 2012-07-12 09:04:40.000000000 +0000
+++ ipa/distinfo 2012-07-17 10:11:44.000000000 +0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2011/11/23 07:51:54 obache 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
diff -ruN ipa.orig/options.mk ipa/options.mk
--- ipa.orig/options.mk 2012-07-12 09:04:40.000000000 +0000
+++ ipa/options.mk 2012-07-12 09:09:34.000000000 +0000
@@ -1,20 +1,13 @@
# $NetBSD: options.mk,v 1.1 2006/10/18 11:45:22 markd 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
###
.if !empty(PKG_OPTIONS:Mipa-without-autorules)
Home |
Main Index |
Thread Index |
Old Index