diff options
author | drochner <drochner@pkgsrc.org> | 2009-10-29 17:39:11 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-10-29 17:39:11 +0000 |
commit | 86bd114695dba4ca1bbed28619a78b9f95d5bfd4 (patch) | |
tree | cbb5e343cbe0d3f319d26b837e3f3da6fee972d1 /textproc/xmlrpc-c | |
parent | 5d241339f4a0e1439a6a8efd76f0e75d44b4a6a2 (diff) | |
download | pkgsrc-86bd114695dba4ca1bbed28619a78b9f95d5bfd4.tar.gz |
rename the pkg so that it doesn't share the namespace with the
former version anymore, to avoid problems with binary pkgs
Diffstat (limited to 'textproc/xmlrpc-c')
-rw-r--r-- | textproc/xmlrpc-c/Makefile | 6 | ||||
-rw-r--r-- | textproc/xmlrpc-c/buildlink3.mk | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/textproc/xmlrpc-c/Makefile b/textproc/xmlrpc-c/Makefile index cc570626cc6..1262f0c7913 100644 --- a/textproc/xmlrpc-c/Makefile +++ b/textproc/xmlrpc-c/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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 --git a/textproc/xmlrpc-c/buildlink3.mk b/textproc/xmlrpc-c/buildlink3.mk index 7e0acaaa384..fd53bf8aca6 100644 --- a/textproc/xmlrpc-c/buildlink3.mk +++ b/textproc/xmlrpc-c/buildlink3.mk @@ -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" |