pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/xmlrpc-c rename the pkg so that it doesn't sh...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d196833cc64b
branches: trunk
changeset: 566733:d196833cc64b
user: drochner <drochner%pkgsrc.org@localhost>
date: Thu Oct 29 17:39:11 2009 +0000
description:
rename the pkg so that it doesn't share the namespace with the
former version anymore, to avoid problems with binary pkgs
diffstat:
textproc/xmlrpc-c/Makefile | 6 +++++-
textproc/xmlrpc-c/buildlink3.mk | 6 +++---
2 files changed, 8 insertions(+), 4 deletions(-)
diffs (41 lines):
diff -r 7969fd65aa58 -r d196833cc64b textproc/xmlrpc-c/Makefile
--- a/textproc/xmlrpc-c/Makefile Thu Oct 29 16:25:57 2009 +0000
+++ b/textproc/xmlrpc-c/Makefile Thu Oct 29 17:39:11 2009 +0000
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2009/10/28 09:25:23 adam Exp $
+# $NetBSD: Makefile,v 1.11 2009/10/29 17:39:11 drochner Exp $
DISTNAME= xmlrpc-c-1.06.38
+# the "super stable" branch
+PKGNAME= xmlrpc-c-ss-1.06.38
CATEGORIES= textproc devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmlrpc-c/}
EXTRACT_SUFX= .tgz
@@ -9,6 +11,8 @@
HOMEPAGE= http://xmlrpc-c.sourceforge.net/
COMMENT= Library for writing an XML-RPC server or client in C or C++
+CONFLICTS+= xmlrpc-c-[0-9]*
+
PKG_DESTDIR_SUPPORT= user-destdir
# Sometimes can't open ../xmltok/libxmlrpc_xmltok.la
diff -r 7969fd65aa58 -r d196833cc64b textproc/xmlrpc-c/buildlink3.mk
--- a/textproc/xmlrpc-c/buildlink3.mk Thu Oct 29 16:25:57 2009 +0000
+++ b/textproc/xmlrpc-c/buildlink3.mk Thu Oct 29 17:39:11 2009 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.4 2009/10/27 18:50:39 drochner Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2009/10/29 17:39:11 drochner Exp $
BUILDLINK_TREE+= xmlrpc-c
.if !defined(XMLRPC_C_BUILDLINK3_MK)
XMLRPC_C_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.xmlrpc-c+= xmlrpc-c>=1.06.32
-BUILDLINK_ABI_DEPENDS.xmlrpc-c?= xmlrpc-c>=1.06.32
+BUILDLINK_API_DEPENDS.xmlrpc-c+= xmlrpc-c-ss>=1.06.32
+BUILDLINK_ABI_DEPENDS.xmlrpc-c?= xmlrpc-c-ss>=1.06.32
BUILDLINK_PKGSRCDIR.xmlrpc-c?= ../../textproc/xmlrpc-c
.include "../../www/libwww/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index