Date: Sun, 10 Nov 2002 20:44:53 +0800 (CST) From: User & <thinker@branda.to> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/45192: Message-ID: <200211101244.gAACirlV021383@esp.branda.to>
next in thread | raw e-mail | index | archive | help
>Number: 45192 >Category: ports >Synopsis: >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 10 08:40:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: User & >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD esp.branda.to 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Nov 5 04:47:12 CST 2002 root@esp.branda.to:/usr/obj/usr/src/sys/GENERIC i386 i386, freebsd, bison-1.75 >Description: When making bison-1.75 in ports tree, I got some error when ports system compressing the manual pages of bison-1.75. >How-To-Repeat: cd /usr/ports/devel/bison; make clean; make install >Fix: Modify lines of /usr/ports/Mk/bsd.port.mk. Following is a simple patch for this problem. --- bsd.port.mk.orig Sun Nov 10 20:33:12 2002 +++ bsd.port.mk Sun Nov 10 20:32:15 2002 @@ -3566,7 +3566,7 @@ if [ -f ${COMMENT} ]; then \ ${CP} ${COMMENT} ${PKG_DBDIR}/${PKGNAME}/+COMMENT; \ else \ - ${ECHO_CMD} ${PORTCOMMENT} > ${PKG_DBDIR}/${PKGNAME}/+COMMENT; \ + ${ECHO_CMD} "${PORTCOMMENT}" > ${PKG_DBDIR}/${PKGNAME}/+COMMENT; \ fi; \ if [ -f ${PKGINSTALL} ]; then \ ${CP} ${PKGINSTALL} ${PKG_DBDIR}/${PKGNAME}/+INSTALL; \ >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?200211101244.gAACirlV021383>