Date: Tue, 8 Oct 2002 14:53:55 -0300 (BRT) From: "Daniel C. Sobral" <dcs@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/43839: Port keynote does not install include file Message-ID: <200210081753.g98HrsVv071042@dcs.intra.tcoip.com.br>
next in thread | raw e-mail | index | archive | help
>Number: 43839 >Category: ports >Synopsis: Port keynote does not install include file >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 08 12:00:13 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Daniel C. Sobral >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD dcs 4.6-STABLE FreeBSD 4.6-STABLE #0: Tue Aug 13 10:40:45 BRT 2002 root@dcs:/usr/obj/usr/src/sys/DCS i386 Not relevant. >Description: The keynote port does not install keynote.h. >How-To-Repeat: Install keynote. pkg_info -L keynote-2.3. >Fix: Apply the following patch. --- Makefile.org Tue Oct 8 14:42:40 2002 +++ Makefile Tue Oct 8 14:46:58 2002 @@ -7,6 +7,7 @@ PORTNAME= keynote PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.cis.upenn.edu/~angelos/Code/ @@ -26,6 +27,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/keynote ${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKSRC}/keynote.h ${PREFIX}/include/ ${INSTALL_DATA} ${WRKSRC}/libkeynote.a ${PREFIX}/lib/ ${INSTALL_DATA} ${WRKSRC}/man/keynote.1 ${PREFIX}/man/man1/ ${INSTALL_DATA} ${WRKSRC}/man/keynote.3 ${PREFIX}/man/man3/ --- pkg-plist.org Tue Oct 8 14:45:18 2002 +++ pkg-plist Tue Oct 8 14:47:03 2002 @@ -1,4 +1,5 @@ bin/keynote +include/keynote.h lib/libkeynote.a share/doc/keynote/rfc2704.txt @dirrm share/doc/keynote/ >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?200210081753.g98HrsVv071042>