Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#11993 closed defect (fixed)

cclient doesn't install utf8aux.h

Reported by: macports@… Owned by: pguyot (Paul Guyot)
Priority: Normal Milestone:
Component: ports Version: 1.4.40
Keywords: Cc: macports@…,pguyot (Paul Guyot),ryandesign (Ryan Carsten Schmidt)
Port:

Description

Installing cclient doesn't install utf8aux.h which prevents php5 +imap from building.

--- Portfile.old        2007-05-19 18:18:59.000000000 +0100
+++ Portfile    2007-05-19 18:18:29.000000000 +0100
@@ -53,7 +53,8 @@
                c-client.h dummy.h env.h env_unix.h fdstring.h flockcyg.h flocksim.h \
                flstring.h fs.h ftl.h imap4r1.h linkage.c linkage.h mail.h \
                misc.h netmsg.h newsrc.h nl.h nntp.h osdep.h \
-               pseudo.h rfc822.h smtp.h sslio.h tcp.h tcp_unix.h unix.h utf8.h \
+               pseudo.h rfc822.h smtp.h sslio.h tcp.h tcp_unix.h unix.h \
+               utf8.h utf8aux.h \
                ${destroot}${prefix}/include/c-client
        xinstall -m 644 ${worksrcpath}/c-client/c-client.a \
                ${destroot}${prefix}/lib/libc-client4.a

Change History (4)

comment:1 Changed 17 years ago by markd@…

Owner: changed from macports-dev@… to pguyot@…

Assign to maintainer.

comment:2 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: macports@… ryandesign@… added
Milestone: Port Bugs

Thank you, reporter, I was just arriving at exactly the same conclusion.

Paul, I'm applying the suggested patch in r26002 but I'm curious why you're installing all these headers manually. Can't the Makefile install everything for us?

comment:3 Changed 17 years ago by pguyot (Paul Guyot)

Resolution: fixed
Status: newclosed

This is the way I inherited from the port. Yet, I believe there is no install target at all in the project, so all the destroot phase must be done manually (the headers and the libraries are copied by hand). The FreeBSD port does the same.

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.