#34926: webkit-gtk @1.6.3 rev.4 - build fails on case-sensitive HFS+ volume -----------------------------+---------------------------------------------- Reporter: alexey.n@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: webkit-gtk -----------------------------+---------------------------------------------- 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. -- Ticket URL: <https://trac.macports.org/ticket/34926> MacPorts <http://www.macports.org/> Ports system for Mac OS