Date: Wed, 18 Oct 2000 11:10:04 -0400 (EDT) From: jeh@freebsd.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/22087: Port Update: mail/cclient is missing a .h file needed by PHP Message-ID: <200010181510.e9IFA4g37002@baby.int.thehousleys.net>
next in thread | raw e-mail | index | archive | help
>Number: 22087 >Category: ports >Synopsis: Port Update: mail/cclient is missing a .h file needed by PHP >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 18 08:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: James E. Housley >Release: FreeBSD 4.1.1-STABLE i386 >Organization: The Housleys dot Net >Environment: >Description: mail/cclient is not installing utf8.h and that is needed by atleast PHP3 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/home/FREEBSD_CVS/ports/mail/cclient/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 2000/09/12 05:18:04 1.2 +++ Makefile 2000/10/18 15:01:11 @@ -47,7 +47,7 @@ HEADERS= dummy.h env.h env_unix.h fdstring.h flstring.h fs.h ftl.h \ imap4r1.h linkage.c linkage.h mail.h misc.h nl.h nntp.h \ - osdep.h pop3.h rfc822.h smtp.h tcp.h + osdep.h pop3.h rfc822.h smtp.h tcp.h utf8.h do-install: ${MKDIR} ${PREFIX}/include/c-client Index: pkg-plist =================================================================== RCS file: /usr/home/FREEBSD_CVS/ports/mail/cclient/pkg-plist,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 pkg-plist --- pkg-plist 2000/07/14 09:27:33 1.1.1.1 +++ pkg-plist 2000/10/18 15:01:28 @@ -17,6 +17,7 @@ include/c-client/rfc822.h include/c-client/smtp.h include/c-client/tcp.h +include/c-client/utf8.h lib/libc-client4.a lib/libc-client4.so.7 lib/libc-client4.so >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010181510.e9IFA4g37002>