Bug 114011 - missing file in installation of port www/pear-HTML_AJAX
Summary: missing file in installation of port www/pear-HTML_AJAX
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-25 13:10 UTC by Matthieu Michaud
Modified: 2007-06-25 19:30 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthieu Michaud 2007-06-25 13:10:06 UTC
	AJAX/Serializer/XML.php is missing in install of www/pear-HTML_AJAX
5A

Fix: 

trivial, append AJAX/Serializer/XML.php to FILES in www/pear-HTML_AJAX/Makefile :

	$ diff -u  Makefile Makefile.patched 
	--- Makefile    Mon Jun 25 13:49:55 2007
	+++ Makefile.patched    Mon Jun 25 13:49:46 2007
	@@ -20,7 +20,7 @@
	                AJAX/JSON.php AJAX/Response.php AJAX/Server.php \
	                AJAX/Serializer/JSON.php AJAX/Serializer/Null.php \
	                AJAX/Serializer/PHP.php AJAX/Serializer/Urlencoded.php \
	-               AJAX/Serializer/Error.php
	+               AJAX/Serializer/Error.php AJAX/Serializer/XML.php
	 EXAMPLES=      guestbook/auto_server.php \
        	        guestbook/guestbook.class.php \
                	guestbook/index.php \
How-To-Repeat: 	install port www/pear-HTML_AJAX.
	try using it :
	$ echo '<? require_once "HTML/AJAX.php"; ?>' | php
	Warning: require_once(HTML/AJAX/Serializer/XML.php): failed to open stream: No such file or directory in /usr/local/share/pear/HTML/AJAX.php on line 10
	Fatal error: require_once(): Failed opening required 'HTML/AJAX/Serializer/XML.php' (include_path='.:/usr/local/share/pear') in /usr/local/share/pear/HTML/AJAX.php on line 10
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-25 13:10:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants to have pear- PRs
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-25 13:10:26 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Šimun Mikecin 2007-06-25 14:07:32 UTC
I (as a maintainer) approve the patch.



       
____________________________________________________________________________________
Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out. 
http://answers.yahoo.com/dir/?link=list&sid=396545433
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-06-25 19:22:45 UTC
miwi        2007-06-25 18:22:37 UTC

  FreeBSD ports repository

  Modified files:
    www/pear-HTML_AJAX   Makefile 
  Log:
  - Add missing file
  
  PR:             114011
  Submitted by:   Matthieu Michaud <ohmer@epita.info>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.2       +2 -1      ports/www/pear-HTML_AJAX/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2007-06-25 19:22:46 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!