Date: Fri, 5 May 2000 22:34:13 -0700 (PDT) From: R Joseph Wright <rjoseph@mammalia.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18407: submission to make ports/graphics/togl more complete Message-ID: <200005060534.WAA02997@manatee.mammalia.org>
next in thread | raw e-mail | index | archive | help
>Number: 18407 >Category: ports >Synopsis: submission to make ports/graphics/togl more complete >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: Sun May 07 01:10:06 PDT 2000 >Closed-Date: >Last-Modified: >Originator: R Joseph Wright >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: Currently only one of the files created during "make" gets installed. This will change that to add two more--the two that I need! Someone may want to look through it more thoroughly to see if there are more that should be added. >How-To-Repeat: >Fix: Here is a patch for the Makefile: *** Makefile.orig Fri May 5 22:20:22 2000 --- Makefile Fri May 5 22:19:52 2000 *************** *** 27,32 **** --- 27,34 ---- do-install: ${MKDIR} ${TOGL_INSTDIR} ${INSTALL_DATA} ${WRKSRC}/libtogl.so.1.3 ${TOGL_INSTDIR}/Togl.so + ${INSTALL_DATA} ${WRKSRC}/togl.h ${TOGL_INSTDIR} + ${INSTALL_DATA} ${WRKSRC}/togl.o ${TOGL_INSTDIR} ${ECHO} 'package ifneeded Togl 1.5 [list load [file join $$dir Togl.so]]'\ > ${PREFIX}/lib/tk8.2/${DISTNAME}/pkgIndex.tcl And here is a patch for the PLIST: *** PLIST.orig Fri May 5 22:11:00 2000 --- PLIST Fri May 5 22:10:40 2000 *************** *** 1,3 **** --- 1,5 ---- lib/tk8.2/Togl-1.5/Togl.so lib/tk8.2/Togl-1.5/pkgIndex.tcl + lib/tk8.2/Togl-1.5/togl.h + lib/tk8.2/Togl-1.5/togl.o @dirrm lib/tk8.2/Togl-1.5 >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?200005060534.WAA02997>