Updated Xalan C++ to 1.8.0 and fixed to work with Xerces C++ 2.6.0.
Responsible Changed From-To: freebsd-ports-bugs->vs I'll handle this
There's something wrong with the permissions of the installed includes: ThreadSafe@menelaos [15:26:23]> ls -l /usr/local/include/xalanc/Include/ total 72 -rw------- 1 root wheel 2547 Oct 29 15:23 AIXDefinitions.hpp -rw------- 1 root wheel 1941 Oct 29 15:23 CygwinDefinitions.hpp Could you please look into this? Volker
On Fri, 29 Oct 2004, Volker Stolz wrote: Hi Volker, Hi Douglas, first of all many thanks for taking the time to update the port. I don't have much of this atm :( > There's something wrong with the permissions of the installed includes: > > ThreadSafe@menelaos [15:26:23]> ls -l /usr/local/include/xalanc/Include/ > total 72 > -rw------- 1 root wheel 2547 Oct 29 15:23 AIXDefinitions.hpp > -rw------- 1 root wheel 1941 Oct 29 15:23 CygwinDefinitions.hpp > > Could you please look into this? There had always been problmes with permissions in almost all apache xml projects I know *argl*. I had fixed some of them in last install (see files/patch-ad I think it had been). The other question would be if we really need to install these. I had up to now. Perhaps I will remove this with my next update. Apart from the above the patch from the PR looks almost good to me; only seen one thing while skipping through: +- ${EXTRA_LINK_OPTIONS} $(XERCES_LIB) $^ -o $@ $(LOC_OTHER_LINK_PARAMETERS) ++ ${EXTRA_LINK_OPTIONS} $(XERCES_LIB) $^ -o $@ $(LOC_OTHER_LINK_PARAMETERS) \ ++ -pthread ^^^^^^^^^^^^^ I think this is not too good; Kris will mark the port FORBIDDEN again because it does not respect PTHREAD_* I guess. Please make sure to not hard code threading related things again. The other thing is that there will be a release of xalan-c 1.9 in about 2 weeks. If you want this update to be comitted please handle this with Volker. If everything is fine you have my ok. -- Greetings Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT
State Changed From-To: open->feedback Patch incomplete
State Changed From-To: feedback->closed Committed with modifications as discussed with maintainer. Thanks for everybodies cooperation & patience!