pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/openslp Disable pkgviews installation until devel/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6461d2bf7c3a
branches:  trunk
changeset: 490224:6461d2bf7c3a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Mar 06 04:28:55 2005 +0000

description:
Disable pkgviews installation until devel/automake is converted.
Closes PR pkg/29602.

diffstat:

 net/openslp/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 710012c29797 -r 6461d2bf7c3a net/openslp/Makefile
--- a/net/openslp/Makefile      Sun Mar 06 03:25:12 2005 +0000
+++ b/net/openslp/Makefile      Sun Mar 06 04:28:55 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/02/17 19:13:53 reed Exp $
+# $NetBSD: Makefile,v 1.22 2005/03/06 04:28:55 minskim Exp $
 
 DISTNAME=      openslp-1.2.0
 PKGREVISION=   1
@@ -9,7 +9,8 @@
 HOMEPAGE=      http://www.openslp.org/
 COMMENT=       Open-source implementation of the Service Location Protocol
 
-PKG_INSTALLATION_TYPES=        overwrite pkgviews
+# Needs pkgviews-enabled automake
+# PKG_INSTALLATION_TYPES=      overwrite pkgviews
 
 USE_BUILDLINK3=                yes
 USE_GNU_TOOLS+=                yacc



Home | Main Index | Thread Index | Old Index