id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,port 34926,webkit-gtk @1.6.3 rev.4 - build fails on case-sensitive HFS+ volume,alexey.n@…,macports-tickets@…,"I have MacPorts 2.1.1 on Mac OS X 10.5.8 which is installed on case-sensitive HFS+ volume. Installation of webkit-gtk @1.6.3 rev.4 fails with the following message: {{{ ---> Applying glib-2.32.patch patching file Source/JavaScriptCore/wtf/gobject/GOwnPtr.h Error: reinplace: couldn't read file ""/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_webkit-gtk/webkit-gtk/work/webkit-1.6.3/GNUMakefile.am"": no such file or directory }}} The problem is in the Portfile's post-patch section: {{{ post-patch { # Fix for newer autotools: # http://www.gnu.org/software/automake/manual/html_node/Obsolete-Macros.html reinplace ""s/mkdir_p/MKDIR_P/"" \ ${worksrcpath}/GNUMakefile.am \ ${worksrcpath}/Source/WebKit/gtk/po/GNUmakefile.am } }}} 73rd line of the Portfile is:[[BR]] ${worksrcpath}/GNUMakefile.am \ but should be:[[BR]] ${worksrcpath}/GNUmakefile.am \ Build process completed without errors after I fixed this line manually. ",defect,closed,Normal,,ports,2.1.1,fixed,haspatch,dbevans ryandesign,webkit-gtk