1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Use xmerl release from lang/erlang.

This commit is contained in:
Jimmy Olgeni 2004-12-22 15:36:06 +00:00
parent ef4385dbab
commit 5c5609f88c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124832
2 changed files with 17 additions and 5 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= erlang_xmlrpc
PORTVERSION= 1.13
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.gleipnir.com/xmlrpc/
DISTNAME= xmlrpc-${PORTVERSION}
@ -17,10 +17,8 @@ DIST_SUBDIR= erlang
MAINTAINER= olgeni@FreeBSD.org
COMMENT= A library for XMLRPC support in Erlang
BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang \
${LOCALBASE}/lib/erlang/lib/xmerl/inc/xmerl.hrl:${PORTSDIR}/textproc/xmerl
RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang \
${LOCALBASE}/lib/erlang/lib/xmerl/inc/xmerl.hrl:${PORTSDIR}/textproc/xmerl
BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang
RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang
USE_GMAKE= yes
USE_REINPLACE= yes

View File

@ -0,0 +1,14 @@
$FreeBSD$
--- src/xmlrpc_decode.erl.orig Tue Oct 12 21:02:55 2004
+++ src/xmlrpc_decode.erl Tue Oct 12 21:03:43 2004
@@ -28,7 +28,7 @@
-author('jocke@gleipnir.com').
-export([payload/1]).
--include("xmerl.hrl").
+-include_lib("xmerl/include/xmerl.hrl").
payload(Payload) ->
case xmerl_scan:string(Payload) of