Opened 12 years ago

Closed 12 years ago

#36399 closed defect (fixed)

pgAdmin3: patch missing

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: jyrkiwahlstedt
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: pgAdmin3

Description

r98240 added this to the Portfile:

post-configure {
    system -W ${worksrcpath} "patch -p0 <${filespath}/patch-Makefile.diff"
}

But that patch file was not added, so the port fails with:

DEBUG: Executing proc-post-org.macports.configure-configure-0
sh: /Users/rschmidt/macports/dports/aqua/pgAdmin3/files/patch-Makefile.diff: No such file or directory
Command failed: patch -p0 </Users/rschmidt/macports/dports/aqua/pgAdmin3/files/patch-Makefile.diff

Change History (1)

comment:1 Changed 12 years ago by jyrkiwahlstedt

Resolution: fixed
Status: newclosed

done in r98256

Note: See TracTickets for help on using tickets.