pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security Convert to USE_NEW_TEXINFO.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d67595c3e35
branches:  trunk
changeset: 459718:4d67595c3e35
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Aug 05 09:50:59 2003 +0000

description:
Convert to USE_NEW_TEXINFO.

diffstat:

 security/gpgme/Makefile    |  6 +++---
 security/gpgme/PLIST       |  4 +---
 security/kth-krb4/Makefile |  6 ++++--
 security/kth-krb4/PLIST    |  4 +---
 4 files changed, 9 insertions(+), 11 deletions(-)

diffs (82 lines):

diff -r d0c834fc6ad5 -r 4d67595c3e35 security/gpgme/Makefile
--- a/security/gpgme/Makefile   Tue Aug 05 09:22:43 2003 +0000
+++ b/security/gpgme/Makefile   Tue Aug 05 09:50:59 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/07/25 17:22:38 drochner Exp $
+# $NetBSD: Makefile,v 1.12 2003/08/05 09:50:59 seb Exp $
 #
 
 DISTNAME=      gpgme-0.3.15
@@ -25,7 +25,7 @@
 USE_LIBTOOL=           YES
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
-INFOFILES=             gpgme.info
+USE_NEW_TEXINFO=       YES
+INFO_FILES=            gpgme.info
 
-.include "../../mk/texinfo.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d0c834fc6ad5 -r 4d67595c3e35 security/gpgme/PLIST
--- a/security/gpgme/PLIST      Tue Aug 05 09:22:43 2003 +0000
+++ b/security/gpgme/PLIST      Tue Aug 05 09:50:59 2003 +0000
@@ -1,13 +1,11 @@
-@comment $NetBSD: PLIST,v 1.7 2003/03/11 00:11:31 salo Exp $
+@comment $NetBSD: PLIST,v 1.8 2003/08/05 09:50:59 seb Exp $
 bin/gpgme-config
 include/gpgme.h
-@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/gpgme.info
 info/gpgme.info
 info/gpgme.info-1
 info/gpgme.info-2
 info/gpgme.info-3
 info/gpgme.info-4
-@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/gpgme.info
 lib/libgpgme.a
 lib/libgpgme.la
 lib/libgpgme.so
diff -r d0c834fc6ad5 -r 4d67595c3e35 security/kth-krb4/Makefile
--- a/security/kth-krb4/Makefile        Tue Aug 05 09:22:43 2003 +0000
+++ b/security/kth-krb4/Makefile        Tue Aug 05 09:50:59 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2003/07/17 22:52:56 grant Exp $
+# $NetBSD: Makefile,v 1.25 2003/08/05 10:04:48 seb Exp $
 #
 
 DISTNAME=              krb4-1.2.1
@@ -30,6 +30,9 @@
 USE_LIBTOOL=           yes
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
+USE_NEW_TEXINFO=       YES
+INFO_FILES=            kth-krb.info
+
 EXAMPLEDIR=            ${PREFIX}/share/examples/kth-krb4
 
 # this hangs while compiling one of the files, at least with the
@@ -63,6 +66,5 @@
 
 # Enable line below once it's needed
 #.include "../../mk/automake.mk"
-.include "../../mk/texinfo.mk"
 .include "../../security/openssl/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d0c834fc6ad5 -r 4d67595c3e35 security/kth-krb4/PLIST
--- a/security/kth-krb4/PLIST   Tue Aug 05 09:22:43 2003 +0000
+++ b/security/kth-krb4/PLIST   Tue Aug 05 09:50:59 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2002/10/29 13:56:50 joda Exp $
+@comment $NetBSD: PLIST,v 1.7 2003/08/05 10:04:49 seb Exp $
 bin/afslog
 bin/compile_et
 bin/ftp
@@ -65,9 +65,7 @@
 include/kerberosIV/ss/ss.h
 @dirrm include/kerberosIV/ss
 @dirrm include/kerberosIV
-@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/kth-krb.info
 info/kth-krb.info
-@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/kth-krb.info
 lib/libacl.a
 lib/libacl.la
 lib/libacl.so



Home | Main Index | Thread Index | Old Index