Opened 20 years ago

Closed 20 years ago

Last modified 8 years ago

#1358 closed update (fixed)

Update port textproc/xercesc

Reported by: sandy@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: xercesc

Description (last modified by ryandesign (Ryan Carsten Schmidt))

xercesc port don't build anymore because xerces was updated to version 2.4.0 on apache.org.

I fixed my Portfile locally, here is a cvs diff of my change:

Index: Portfile
===================================================================
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/textproc/xercesc/Portfile,v
retrieving revision 1.4
diff -r1.4 Portfile
4c4
< version                       2.3.0
---
> version                       2.4.0
18,19c18,20
< distname              xerces-c-src_2_3_0
< checksums             md5 5167dca8942dd2dd719fa5a8ebe0c18b
---
> distname              xerces-c-src_2_4_0
> checksums             md5 d2cbd82c835441a1420eb38c4dda5129
> worksrcdir            xerces-c-src2_4_0
42c43
<       file copy ${worksrcpath}/version.incl ${worksrcpath}/LICENSE \
---
>       file copy ${worksrcpath}/version.incl \

Change History (4)

comment:1 Changed 20 years ago by mww@…

Owner: changed from darwinports-bugs@… to chris.ridd@…

reassigned to maintainer; btw this shouldn't happen even if the apache folks take files off their mirrors... but this has to be fixed at another location.

comment:2 Changed 20 years ago by jkh@…

Owner: changed from chris.ridd@… to mww@…

comment:3 Changed 20 years ago by mww@…

Resolution: fixed
Status: newclosed

commited;

comment:4 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: xercesc added
Type: defectupdate
Note: See TracTickets for help on using tickets.