summaryrefslogtreecommitdiff
path: root/net/ipa/patches
diff options
context:
space:
mode:
authorwiz <wiz>2003-03-05 07:11:41 +0000
committerwiz <wiz>2003-03-05 07:11:41 +0000
commitc96f4b0d38ea5bbb6cadf7aaa1e35e7e12f467e4 (patch)
tree9c624cb8c6731afceb4bd791d63c214825781972 /net/ipa/patches
parenteef4365c4bfaa3f8136f84585b445d9ba9c36ad7 (diff)
downloadpkgsrc-c96f4b0d38ea5bbb6cadf7aaa1e35e7e12f467e4.tar.gz
Update to 1.3.1, from Andrey Simonenko in PR 20486.
Changes in ipa-1.3.1 (from the ipa-1.3.1/HISTORY file): 1. Some improvements for ipa(8) were implemented, as a result ipa(8) now uses less CPU time when works with many rules and with many limits. 2. Fixed incorrectly rounded Kbytes, Mbytes, Gbytes and Tbytes in output of ipastat(8). 3. Fixed some minor bugs in ipa(8). Package changes: 1. Two MASTER_SITES were removed. 2. MAINTAINER email was changed. 3. ALL_TARGET was "disabled", let original Makefile finds right target.
Diffstat (limited to 'net/ipa/patches')
-rw-r--r--net/ipa/patches/patch-aa52
1 files changed, 26 insertions, 26 deletions
diff --git a/net/ipa/patches/patch-aa b/net/ipa/patches/patch-aa
index 95b96f92212..e40789ead2d 100644
--- a/net/ipa/patches/patch-aa
+++ b/net/ipa/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.7 2002/10/30 09:28:34 martti Exp $
+$NetBSD: patch-aa,v 1.8 2003/03/05 07:11:41 wiz Exp $
---- Makefile.orig Mon Oct 28 21:40:37 2002
-+++ Makefile Tue Oct 29 22:31:42 2002
+--- Makefile.orig Thu Feb 20 07:06:58 2003
++++ Makefile Thu Feb 27 11:11:33 2003
@@ -38,7 +38,7 @@
# -Ox - optimize;
# -g - produce debugging information.
@@ -13,16 +13,16 @@ $NetBSD: patch-aa,v 1.7 2002/10/30 09:28:34 martti Exp $
# PREFIX - prefix for all below listed paths
@@ -58,7 +58,7 @@
#
- # DSTETCDIR - where to install template configuration
+ # DST_ETC_DIR - where to install template configuration
#
--DSTETCDIR= ${PREFIX}/etc
-+DSTETCDIR= ${DSTEXAMPLEDIR}
+-DST_ETC_DIR= ${PREFIX}/etc
++DST_ETC_DIR= ${DST_EXAMPLE_DIR}
#
- # DSTRCDIR - where to install sample rc-script
+ # DST_RC_DIR - where to install sample rc-script
@@ -81,10 +81,10 @@
#
- # Some INSTALL_* variables
+ # INSTALL_* variables
#
-INSTALL_MAN= ${INSTALL} -c -g wheel -o root -m 0444
-INSTALL_DATA= ${INSTALL} -c -g wheel -o root -m 0444
@@ -35,26 +35,26 @@ $NetBSD: patch-aa,v 1.7 2002/10/30 09:28:34 martti Exp $
INSTALL_MAN_DIR= ${INSTALL} -d -m 0555 -g wheel -o root
INSTALL_DATA_DIR= ${INSTALL} -d -m 0555 -g wheel -o root
-@@ -236,21 +236,9 @@
- ${INSTALL_PROGRAM} ipa ipastat ${DSTBINDIR}
- ${INSTALL_MAN} man/ipa.5 man/ipa.conf.5 ${DSTMANDIR}/man5
- ${INSTALL_MAN} man/ipa.8 man/ipastat.8 ${DSTMANDIR}/man8
--.if !exists(${DSTMANDIR}/ru_RU.KOI8-R/man5)
-- ${INSTALL_MAN_DIR} ${DSTMANDIR}/ru_RU.KOI8-R/man5
+@@ -207,21 +207,9 @@
+ ${INSTALL_PROGRAM} ipa ipastat ${DST_BIN_DIR}
+ ${INSTALL_MAN} man/ipa.5 man/ipa.conf.5 ${DST_MAN_DIR}/man5
+ ${INSTALL_MAN} man/ipa.8 man/ipastat.8 ${DST_MAN_DIR}/man8
+-.if !exists(${DST_MAN_DIR}/ru_RU.KOI8-R/man5)
+- ${INSTALL_MAN_DIR} ${DST_MAN_DIR}/ru_RU.KOI8-R/man5
-.endif
--.if !exists(${DSTMANDIR}/ru_RU.KOI8-R/man8)
-- ${INSTALL_MAN_DIR} ${DSTMANDIR}/ru_RU.KOI8-R/man8
+-.if !exists(${DST_MAN_DIR}/ru_RU.KOI8-R/man8)
+- ${INSTALL_MAN_DIR} ${DST_MAN_DIR}/ru_RU.KOI8-R/man8
-.endif
--.if !exists(${DSTMANDIR}/ru_SU.KOI8-R)
-- ${LN} -s ${DSTMANDIR}/ru_RU.KOI8-R ${DSTMANDIR}/ru_SU.KOI8-R
+-.if !exists(${DST_MAN_DIR}/ru_SU.KOI8-R)
+- ${LN} -s ${DST_MAN_DIR}/ru_RU.KOI8-R ${DST_MAN_DIR}/ru_SU.KOI8-R
-.endif
-- ${INSTALL_MAN} man/ru_RU.KOI8-R/ipa.5 man/ru_RU.KOI8-R/ipa.conf.5 ${DSTMANDIR}/ru_SU.KOI8-R/man5
-- ${INSTALL_MAN} man/ru_RU.KOI8-R/ipa.8 man/ru_RU.KOI8-R/ipastat.8 ${DSTMANDIR}/ru_SU.KOI8-R/man8
-- ${INSTALL_DATA_DIR} ${DSTEXAMPLEDIR}
- ${INSTALL_DATA} examples/* ${DSTEXAMPLEDIR}
- .if exists(${DSTRCDIR})
-- ${INSTALL_SCRIPT} etc/ipa.sh.sample ${DSTRCDIR}
-+ ${INSTALL_SCRIPT} etc/ipa.sh.sample ${DSTRCDIR}/ipa
+- ${INSTALL_MAN} man/ru_RU.KOI8-R/ipa.5 man/ru_RU.KOI8-R/ipa.conf.5 ${DST_MAN_DIR}/ru_RU.KOI8-R/man5
+- ${INSTALL_MAN} man/ru_RU.KOI8-R/ipa.8 man/ru_RU.KOI8-R/ipastat.8 ${DST_MAN_DIR}/ru_RU.KOI8-R/man8
+- ${INSTALL_DATA_DIR} ${DST_EXAMPLE_DIR}
+ ${INSTALL_DATA} examples/* ${DST_EXAMPLE_DIR}
+ .if exists(${DST_RC_DIR})
+- ${INSTALL_SCRIPT} etc/ipa.sh.sample ${DST_RC_DIR}
++ ${INSTALL_SCRIPT} etc/ipa.sh.sample ${DST_RC_DIR}/ipa
.else
@${ECHO}
- @${ECHO} ">> Can't find directory ${DSTRCDIR}, skip installing of ipa.sh.sample"
+ @${ECHO} ">> Can't find directory ${DST_RC_DIR}, the ipa.sh.sample file was not installed (not a problem)."