pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/php4-snmp use net-snmp (version 5.x) instead of uc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/291d045afe6a
branches: trunk
changeset: 463358:291d045afe6a
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Fri Nov 07 23:23:18 2003 +0000
description:
use net-snmp (version 5.x) instead of ucd-snmp (version 4.x), mainly because
the latter doesn't actually compile on -current
bump pkg revision
diffstat:
net/php4-snmp/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 0172de4c631a -r 291d045afe6a net/php4-snmp/Makefile
--- a/net/php4-snmp/Makefile Fri Nov 07 23:07:09 2003 +0000
+++ b/net/php4-snmp/Makefile Fri Nov 07 23:23:18 2003 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2002/11/05 07:33:18 martti Exp $
+# $NetBSD: Makefile,v 1.3 2003/11/07 23:23:18 jdolecek Exp $
MODNAME= snmp
CATEGORIES+= net
-PKGREVISION= # empty
+PKGREVISION= 1
COMMENT= PHP4 extension for SNMP
USE_BUILDLINK2= YES
@@ -11,5 +11,5 @@
CONFIGURE_ARGS+= --with-${MODNAME}=${PREFIX}
-.include "../../net/ucd-snmp/buildlink2.mk"
+.include "../../net/net-snmp/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index